chorus-codes 0.7.5 → 0.8.0
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/.next/BUILD_ID +1 -1
- package/.next/app-path-routes-manifest.json +2 -1
- package/.next/build-manifest.json +2 -2
- package/.next/prerender-manifest.json +3 -3
- package/.next/routes-manifest.json +8 -0
- package/.next/server/app/_global-error/page.js +2 -2
- package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_global-error.html +1 -1
- package/.next/server/app/_global-error.rsc +1 -1
- package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/_not-found/page.js +2 -2
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_not-found.html +1 -1
- package/.next/server/app/_not-found.rsc +1 -1
- package/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/api/daemon/[...path]/route.js +1 -1
- package/.next/server/app/api/run-artifacts/[chatId]/route.js +1 -1
- package/.next/server/app/connect/page.js +2 -2
- package/.next/server/app/connect/page_client-reference-manifest.js +1 -1
- package/.next/server/app/demo/[scenario]/page.js +2 -0
- package/.next/server/app/demo/[scenario]/page.js.nft.json +1 -0
- package/.next/server/app/demo/[scenario]/page_client-reference-manifest.js +1 -0
- package/.next/server/app/favicon.ico/route.js +1 -1
- package/.next/server/app/icon.svg/route.js +1 -1
- package/.next/server/app/new/page.js +2 -2
- package/.next/server/app/new/page_client-reference-manifest.js +1 -1
- package/.next/server/app/new.html +1 -1
- package/.next/server/app/new.rsc +2 -2
- package/.next/server/app/new.segments/_full.segment.rsc +2 -2
- package/.next/server/app/new.segments/_head.segment.rsc +1 -1
- package/.next/server/app/new.segments/_index.segment.rsc +1 -1
- package/.next/server/app/new.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/new.segments/new/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/new.segments/new.segment.rsc +1 -1
- package/.next/server/app/onboarding/page.js +2 -2
- package/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
- package/.next/server/app/onboarding.html +1 -1
- package/.next/server/app/onboarding.rsc +2 -2
- package/.next/server/app/onboarding.segments/_full.segment.rsc +2 -2
- package/.next/server/app/onboarding.segments/_head.segment.rsc +1 -1
- package/.next/server/app/onboarding.segments/_index.segment.rsc +1 -1
- package/.next/server/app/onboarding.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/onboarding.segments/onboarding/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/onboarding.segments/onboarding.segment.rsc +1 -1
- package/.next/server/app/page.js +2 -2
- package/.next/server/app/page.js.nft.json +1 -1
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app/personas/page.js +2 -2
- package/.next/server/app/personas/page_client-reference-manifest.js +1 -1
- package/.next/server/app/personas.html +1 -1
- package/.next/server/app/personas.rsc +2 -2
- package/.next/server/app/personas.segments/_full.segment.rsc +2 -2
- package/.next/server/app/personas.segments/_head.segment.rsc +1 -1
- package/.next/server/app/personas.segments/_index.segment.rsc +1 -1
- package/.next/server/app/personas.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/personas.segments/personas/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/personas.segments/personas.segment.rsc +1 -1
- package/.next/server/app/runs/[runId]/page.js +2 -2
- package/.next/server/app/runs/[runId]/page.js.nft.json +1 -1
- package/.next/server/app/runs/[runId]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/runs/page.js +2 -2
- package/.next/server/app/runs/page_client-reference-manifest.js +1 -1
- package/.next/server/app/settings/page.js +3 -3
- package/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/.next/server/app/settings/permissions/page.js +2 -2
- package/.next/server/app/settings/permissions/page_client-reference-manifest.js +1 -1
- package/.next/server/app/settings.html +1 -1
- package/.next/server/app/settings.rsc +2 -2
- package/.next/server/app/settings.segments/_full.segment.rsc +2 -2
- package/.next/server/app/settings.segments/_head.segment.rsc +1 -1
- package/.next/server/app/settings.segments/_index.segment.rsc +1 -1
- package/.next/server/app/settings.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/settings.segments/settings/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/settings.segments/settings.segment.rsc +1 -1
- package/.next/server/app/templates/page.js +2 -2
- package/.next/server/app/templates/page_client-reference-manifest.js +1 -1
- package/.next/server/app/templates.html +1 -1
- package/.next/server/app/templates.rsc +2 -2
- package/.next/server/app/templates.segments/_full.segment.rsc +2 -2
- package/.next/server/app/templates.segments/_head.segment.rsc +1 -1
- package/.next/server/app/templates.segments/_index.segment.rsc +1 -1
- package/.next/server/app/templates.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/templates.segments/templates/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/templates.segments/templates.segment.rsc +1 -1
- package/.next/server/app-paths-manifest.json +2 -1
- package/.next/server/chunks/597.js +1 -0
- package/.next/server/chunks/668.js +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/static/chunks/{116-0372d11bc2a9ac4d.js → 116-8bf7e014066cedde.js} +1 -1
- package/.next/static/chunks/977-26354f62110c63d4.js +1 -0
- package/.next/static/chunks/app/demo/[scenario]/page-a84f68aa9f4b9ab8.js +1 -0
- package/.next/static/chunks/app/runs/[runId]/page-642397282cb68c60.js +1 -0
- package/.next/static/{VWSkj_Yx6OKSjPmYY8ewj → i0LC5zObFeek7b2zwUxsX}/_buildManifest.js +1 -1
- package/.next/trace +20 -19
- package/.next/trace-build +1 -1
- package/.next/types/app/demo/[scenario]/page.ts +87 -0
- package/.next/types/routes.d.ts +2 -1
- package/.next/types/validator.ts +9 -0
- package/dist/cli/commands/start.js +395 -167
- package/dist/cli/commands/start.js.map +1 -1
- package/dist/cli/commands/status.js +6 -4
- package/dist/cli/commands/status.js.map +1 -1
- package/dist/cli/commands/stop.js +34 -19
- package/dist/cli/commands/stop.js.map +1 -1
- package/dist/cli/index.js +12 -4
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/shared.js +1 -16
- package/dist/cli/shared.js.map +1 -1
- package/dist/daemon/index.js +25 -2
- package/dist/daemon/index.js.map +1 -1
- package/dist/lib/daemon-discovery.js +219 -0
- package/dist/lib/daemon-discovery.js.map +1 -0
- package/dist/mcp/client.js +125 -15
- package/dist/mcp/client.js.map +1 -1
- package/dist/mcp/index.js +21 -1
- package/dist/mcp/index.js.map +1 -1
- package/dist/mcp/tools.js +16 -1
- package/dist/mcp/tools.js.map +1 -1
- package/package.json +1 -1
- package/.next/server/chunks/418.js +0 -1
- package/.next/static/chunks/app/runs/[runId]/page-aa118bfeb6508779.js +0 -1
- /package/.next/static/{VWSkj_Yx6OKSjPmYY8ewj → i0LC5zObFeek7b2zwUxsX}/_ssgManifest.js +0 -0
package/.next/trace
CHANGED
|
@@ -1,19 +1,20 @@
|
|
|
1
|
-
[{"name":"build-module-js","duration":5652,"timestamp":6592523167899,"id":128,"parentId":84,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/request/search-params.js","layer":"rsc"},"startTime":1777983893594,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8929,"timestamp":6592523167998,"id":129,"parentId":84,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/request/params.js","layer":"rsc"},"startTime":1777983893594,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":13420,"timestamp":6592523168156,"id":130,"parentId":84,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/collect-segment-data.js","layer":"rsc"},"startTime":1777983893594,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":16345,"timestamp":6592523167686,"id":127,"parentId":84,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/hooks-server-context.js","layer":"rsc"},"startTime":1777983893594,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":16179,"timestamp":6592523168244,"id":131,"parentId":48,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/templates/page.tsx","layer":"rsc"},"startTime":1777983893594,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":16984,"timestamp":6592523168436,"id":132,"parentId":49,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/connect/page.tsx","layer":"rsc"},"startTime":1777983893594,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3243,"timestamp":6592523215047,"id":135,"parentId":84,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"rsc"},"startTime":1777983893641,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4114,"timestamp":6592523214580,"id":133,"parentId":38,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/not-found.js","layer":"rsc"},"startTime":1777983893641,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":4300,"timestamp":6592523214838,"id":134,"parentId":50,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/runs/page.tsx","layer":"rsc"},"startTime":1777983893641,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":6251,"timestamp":6592523224871,"id":136,"parentId":51,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/permissions/page.tsx","layer":"rsc"},"startTime":1777983893651,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":14805,"timestamp":6592523231313,"id":137,"parentId":84,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/metadata.js","layer":"rsc"},"startTime":1777983893657,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":18590,"timestamp":6592523231457,"id":138,"parentId":53,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/runs/[runId]/page.tsx","layer":"rsc"},"startTime":1777983893657,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2412,"timestamp":6592523265672,"id":140,"parentId":84,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/rsc/preloads.js","layer":"rsc"},"startTime":1777983893692,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2495,"timestamp":6592523265764,"id":141,"parentId":84,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/rsc/postpone.js","layer":"rsc"},"startTime":1777983893692,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5510,"timestamp":6592523265522,"id":139,"parentId":84,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js","layer":"rsc"},"startTime":1777983893692,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3355,"timestamp":6592523271720,"id":142,"parentId":84,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/rsc/taint.js","layer":"rsc"},"startTime":1777983893698,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2534,"timestamp":6592523273239,"id":153,"parentId":69,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"rsc"},"startTime":1777983893699,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5105,"timestamp":6592523271887,"id":143,"parentId":67,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/invariant-error.js","layer":"rsc"},"startTime":1777983893698,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4813,"timestamp":6592523272392,"id":146,"parentId":74,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-thenable.js","layer":"rsc"},"startTime":1777983893698,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5254,"timestamp":6592523272270,"id":145,"parentId":72,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/size-limit.js","layer":"rsc"},"startTime":1777983893698,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6698,"timestamp":6592523272091,"id":144,"parentId":68,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/utils.js","layer":"rsc"},"startTime":1777983893698,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6671,"timestamp":6592523272511,"id":147,"parentId":71,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"rsc"},"startTime":1777983893699,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6677,"timestamp":6592523272730,"id":149,"parentId":76,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"rsc"},"startTime":1777983893699,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7219,"timestamp":6592523272620,"id":148,"parentId":76,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"rsc"},"startTime":1777983893699,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7364,"timestamp":6592523272920,"id":151,"parentId":76,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"rsc"},"startTime":1777983893699,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2731,"timestamp":6592523280961,"id":154,"parentId":69,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/dedupe-fetch.js","layer":"rsc"},"startTime":1777983893707,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2829,"timestamp":6592523281084,"id":155,"parentId":107,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/detached-promise.js","layer":"rsc"},"startTime":1777983893707,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3041,"timestamp":6592523281205,"id":156,"parentId":69,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/clone-response.js","layer":"rsc"},"startTime":1777983893707,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4286,"timestamp":6592523281290,"id":157,"parentId":69,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/staged-rendering.js","layer":"rsc"},"startTime":1777983893707,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4386,"timestamp":6592523281366,"id":158,"parentId":88,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/get-short-dynamic-param-type.js","layer":"rsc"},"startTime":1777983893707,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":21544,"timestamp":6592523273043,"id":152,"parentId":69,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"rsc"},"startTime":1777983893699,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1296,"timestamp":6592523298250,"id":159,"parentId":90,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/stream-utils/uint8array-helpers.js","layer":"rsc"},"startTime":1777983893724,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1459,"timestamp":6592523301306,"id":161,"parentId":91,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/spec-extension/request.js","layer":"rsc"},"startTime":1777983893727,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2447,"timestamp":6592523301480,"id":163,"parentId":82,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/api-utils/index.js","layer":"rsc"},"startTime":1777983893728,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2843,"timestamp":6592523301554,"id":164,"parentId":94,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/batcher.js","layer":"rsc"},"startTime":1777983893728,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3827,"timestamp":6592523301632,"id":165,"parentId":94,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/lru-cache.js","layer":"rsc"},"startTime":1777983893728,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5757,"timestamp":6592523301120,"id":160,"parentId":90,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js","layer":"rsc"},"startTime":1777983893727,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2624,"timestamp":6592523310336,"id":166,"parentId":94,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/response-cache/utils.js","layer":"rsc"},"startTime":1777983893736,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":21631,"timestamp":6592523310467,"id":167,"parentId":74,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"rsc"},"startTime":1777983893736,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":22016,"timestamp":6592523310550,"id":168,"parentId":94,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/response-cache/types.js","layer":"rsc"},"startTime":1777983893737,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":23765,"timestamp":6592523310803,"id":170,"parentId":100,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-fallback.js","layer":"rsc"},"startTime":1777983893737,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":24811,"timestamp":6592523310637,"id":169,"parentId":98,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/error-styles.js","layer":"rsc"},"startTime":1777983893737,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":65889,"timestamp":6592523272834,"id":150,"parentId":80,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/api/server.js","layer":"rsc"},"startTime":1777983893699,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1609,"timestamp":6592523341266,"id":172,"parentId":84,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server.js","layer":"rsc"},"startTime":1777983893767,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1590,"timestamp":6592523341427,"id":173,"parentId":84,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-static.js","layer":"rsc"},"startTime":1777983893767,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2383,"timestamp":6592523341577,"id":174,"parentId":88,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/static-paths/utils.js","layer":"rsc"},"startTime":1777983893768,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2594,"timestamp":6592523342021,"id":177,"parentId":88,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/static-paths/app/extract-pathname-route-param-segments-from-loader-tree.js","layer":"rsc"},"startTime":1777983893768,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5020,"timestamp":6592523341855,"id":176,"parentId":90,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/errors/constants.js","layer":"rsc"},"startTime":1777983893768,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5947,"timestamp":6592523341688,"id":175,"parentId":88,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/routes/app.js","layer":"rsc"},"startTime":1777983893768,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1222,"timestamp":6592523358136,"id":178,"parentId":107,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/client-component-renderer-logger.js","layer":"rsc"},"startTime":1777983893784,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1677,"timestamp":6592523358377,"id":179,"parentId":94,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/output/log.js","layer":"rsc"},"startTime":1777983893784,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2301,"timestamp":6592523358467,"id":180,"parentId":128,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js","layer":"rsc"},"startTime":1777983893784,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1312,"timestamp":6592523364453,"id":181,"parentId":115,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/api-utils/get-cookie-parser.js","layer":"rsc"},"startTime":1777983893790,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2205,"timestamp":6592523364583,"id":182,"parentId":128,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/vary-params.js","layer":"rsc"},"startTime":1777983893791,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3766,"timestamp":6592523364672,"id":183,"parentId":128,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/request/utils.js","layer":"rsc"},"startTime":1777983893791,"traceId":"736ece428e33d872"},{"name":"build-module-external","duration":34,"timestamp":6592523368693,"id":184,"parentId":129,"tags":{"name":"../app-render/dynamic-access-async-storage.external","layer":null},"startTime":1777983893795,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1719,"timestamp":6592523368739,"id":185,"parentId":128,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"rsc"},"startTime":1777983893795,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2396,"timestamp":6592523368854,"id":186,"parentId":68,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/fresh/index.js","layer":"rsc"},"startTime":1777983893795,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3470,"timestamp":6592523368947,"id":187,"parentId":105,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/get-metadata-route.js","layer":"rsc"},"startTime":1777983893795,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5504,"timestamp":6592523369192,"id":189,"parentId":128,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/instant-validation/instant-samples.js","layer":"rsc"},"startTime":1777983893795,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":73425,"timestamp":6592523301401,"id":162,"parentId":104,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/api/navigation.react-server.js","layer":"rsc"},"startTime":1777983893727,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6461,"timestamp":6592523369294,"id":190,"parentId":130,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/app-router-types.js","layer":"rsc"},"startTime":1777983893795,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7330,"timestamp":6592523369037,"id":188,"parentId":128,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/utils/reflect-utils.js","layer":"rsc"},"startTime":1777983893795,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7714,"timestamp":6592523369412,"id":191,"parentId":130,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/segment.js","layer":"rsc"},"startTime":1777983893795,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":849,"timestamp":6592523388007,"id":192,"parentId":99,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-loader/module-proxy.js","layer":"rsc"},"startTime":1777983893814,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1452,"timestamp":6592523390377,"id":194,"parentId":130,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/prospective-render-utils.js","layer":"rsc"},"startTime":1777983893816,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6551,"timestamp":6592523388167,"id":193,"parentId":130,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/segment-cache/vary-params-decoding.js","layer":"rsc"},"startTime":1777983893814,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4909,"timestamp":6592523390565,"id":196,"parentId":130,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js","layer":"rsc"},"startTime":1777983893817,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6563,"timestamp":6592523390479,"id":195,"parentId":130,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/create-error-handler.js","layer":"rsc"},"startTime":1777983893817,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":58591,"timestamp":6592523340969,"id":171,"parentId":104,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/app-dir/link.react-server.js","layer":"rsc"},"startTime":1777983893767,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":3016,"timestamp":6592523397508,"id":197,"parentId":104,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/app-shell.tsx","layer":"rsc"},"startTime":1777983893824,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1611,"timestamp":6592523400950,"id":199,"parentId":130,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-runtime.js","layer":"rsc"},"startTime":1777983893827,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":2814,"timestamp":6592523401240,"id":201,"parentId":104,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/page-header.tsx","layer":"rsc"},"startTime":1777983893827,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":4236,"timestamp":6592523400741,"id":198,"parentId":104,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/cli-status-panel.tsx","layer":"rsc"},"startTime":1777983893827,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":5185,"timestamp":6592523401056,"id":200,"parentId":104,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/home-stats-cards.tsx","layer":"rsc"},"startTime":1777983893827,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":14292,"timestamp":6592523401420,"id":202,"parentId":137,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/resolve-metadata.js","layer":"rsc"},"startTime":1777983893827,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":9741,"timestamp":6592523406594,"id":203,"parentId":137,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"rsc"},"startTime":1777983893833,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1985,"timestamp":6592523429422,"id":204,"parentId":137,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/request/pathname.js","layer":"rsc"},"startTime":1777983893855,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2005,"timestamp":6592523429585,"id":205,"parentId":137,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/is-postpone.js","layer":"rsc"},"startTime":1777983893856,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1347,"timestamp":6592523430430,"id":210,"parentId":130,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/react-server-dom-webpack/client.node.js","layer":"rsc"},"startTime":1777983893856,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3137,"timestamp":6592523430292,"id":209,"parentId":147,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"rsc"},"startTime":1777983893856,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":4060,"timestamp":6592523429674,"id":206,"parentId":136,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/permissions/permissions-form.tsx","layer":"rsc"},"startTime":1777983893856,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":3824,"timestamp":6592523430113,"id":208,"parentId":132,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/orchestrator-card.tsx","layer":"rsc"},"startTime":1777983893856,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":4313,"timestamp":6592523429906,"id":207,"parentId":132,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/openrouter-card.tsx","layer":"rsc"},"startTime":1777983893856,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1709,"timestamp":6592523434566,"id":211,"parentId":137,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/utils.js","layer":"rsc"},"startTime":1777983893861,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3929,"timestamp":6592523434680,"id":212,"parentId":137,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js","layer":"rsc"},"startTime":1777983893861,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1013,"timestamp":6592523438682,"id":213,"parentId":180,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react.js","layer":"rsc"},"startTime":1777983893865,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1849,"timestamp":6592523438784,"id":214,"parentId":157,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/promise-with-resolvers.js","layer":"rsc"},"startTime":1777983893865,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1916,"timestamp":6592523438940,"id":215,"parentId":149,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"rsc"},"startTime":1777983893865,"traceId":"736ece428e33d872"},{"name":"build-module-css","duration":377,"timestamp":6592523442463,"id":220,"parentId":103,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/globals.css","layer":"rsc"},"startTime":1777983893868,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1071,"timestamp":6592523442161,"id":217,"parentId":152,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-constants.js","layer":"rsc"},"startTime":1777983893868,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1110,"timestamp":6592523442258,"id":218,"parentId":152,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","layer":"rsc"},"startTime":1777983893868,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2699,"timestamp":6592523441274,"id":216,"parentId":152,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"rsc"},"startTime":1777983893867,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1838,"timestamp":6592523442347,"id":219,"parentId":148,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"rsc"},"startTime":1777983893868,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2156,"timestamp":6592523444451,"id":222,"parentId":152,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"rsc"},"startTime":1777983893870,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":3566,"timestamp":6592523444253,"id":221,"parentId":134,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/runs-table.tsx","layer":"rsc"},"startTime":1777983893870,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1765,"timestamp":6592523448302,"id":223,"parentId":161,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/next-url.js","layer":"rsc"},"startTime":1777983893874,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1919,"timestamp":6592523448406,"id":224,"parentId":161,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/error.js","layer":"rsc"},"startTime":1777983893874,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":978,"timestamp":6592523451337,"id":225,"parentId":161,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/spec-extension/cookies.js","layer":"rsc"},"startTime":1777983893877,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1692,"timestamp":6592523451440,"id":226,"parentId":163,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/spec-extension/adapters/headers.js","layer":"rsc"},"startTime":1777983893877,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":2520,"timestamp":6592523451533,"id":227,"parentId":132,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/client.ts","layer":"rsc"},"startTime":1777983893878,"traceId":"736ece428e33d872"}]
|
|
2
|
-
[{"name":"font-loader","duration":780076,"timestamp":6592523593756,"id":279,"parentId":278,"tags":{},"startTime":1777983894020,"traceId":"736ece428e33d872"},{"name":"postcss","duration":3479,"timestamp":6592524444589,"id":430,"parentId":276,"tags":{},"startTime":1777983894871,"traceId":"736ece428e33d872"},{"name":"postcss","duration":1378,"timestamp":6592524446700,"id":431,"parentId":278,"tags":{},"startTime":1777983894873,"traceId":"736ece428e33d872"},{"name":"next-font-loader","duration":903781,"timestamp":6592523544693,"id":276,"parentId":274,"tags":{},"startTime":1777983893971,"traceId":"736ece428e33d872"},{"name":"next-font-loader","duration":854781,"timestamp":6592523593697,"id":278,"parentId":275,"tags":{},"startTime":1777983894020,"traceId":"736ece428e33d872"},{"name":"css-loader","duration":20500,"timestamp":6592524448204,"id":432,"parentId":274,"tags":{"astUsed":"true"},"startTime":1777983894874,"traceId":"736ece428e33d872"},{"name":"css-loader","duration":20246,"timestamp":6592524448463,"id":433,"parentId":275,"tags":{"astUsed":"true"},"startTime":1777983894874,"traceId":"736ece428e33d872"},{"name":"build-module","duration":926119,"timestamp":6592523542963,"id":274,"parentId":103,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":"rsc"},"startTime":1777983893969,"traceId":"736ece428e33d872"},{"name":"build-module","duration":924685,"timestamp":6592523544552,"id":275,"parentId":103,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}","layer":"rsc"},"startTime":1777983893971,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":1883914,"timestamp":6592522586793,"id":22,"parentId":21,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777983893013,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":1883266,"timestamp":6592522587449,"id":36,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777983893013,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":1883419,"timestamp":6592522587302,"id":28,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fnew%2Fpage&name=app%2Fnew%2Fpage&pagePath=private-next-app-dir%2Fnew%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fnew%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777983893013,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":1883413,"timestamp":6592522587311,"id":29,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fonboarding%2Fpage&name=app%2Fonboarding%2Fpage&pagePath=private-next-app-dir%2Fonboarding%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fonboarding%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777983893013,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":1883413,"timestamp":6592522587319,"id":30,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fpersonas%2Fpage&name=app%2Fpersonas%2Fpage&pagePath=private-next-app-dir%2Fpersonas%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fpersonas%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777983893013,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":1883356,"timestamp":6592522587380,"id":31,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fsettings%2Fpage&name=app%2Fsettings%2Fpage&pagePath=private-next-app-dir%2Fsettings%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fsettings%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777983893013,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":1883337,"timestamp":6592522587403,"id":32,"parentId":21,"tags":{"request":"next-app-loader?page=%2Ftemplates%2Fpage&name=app%2Ftemplates%2Fpage&pagePath=private-next-app-dir%2Ftemplates%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Ftemplates%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777983893013,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":1883325,"timestamp":6592522587417,"id":33,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fconnect%2Fpage&name=app%2Fconnect%2Fpage&pagePath=private-next-app-dir%2Fconnect%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fconnect%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777983893013,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":1883319,"timestamp":6592522587426,"id":34,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fruns%2Fpage&name=app%2Fruns%2Fpage&pagePath=private-next-app-dir%2Fruns%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fruns%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777983893013,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":1883305,"timestamp":6592522587443,"id":35,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fsettings%2Fpermissions%2Fpage&name=app%2Fsettings%2Fpermissions%2Fpage&pagePath=private-next-app-dir%2Fsettings%2Fpermissions%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fsettings%2Fpermissions%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777983893013,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":1883332,"timestamp":6592522587456,"id":37,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fruns%2F%5BrunId%5D%2Fpage&name=app%2Fruns%2F%5BrunId%5D%2Fpage&pagePath=private-next-app-dir%2Fruns%2F%5BrunId%5D%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fruns%2F%5BrunId%5D%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777983893013,"traceId":"736ece428e33d872"},{"name":"build-module","duration":1123,"timestamp":6592524618824,"id":634,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=true!","layer":"ssr"},"startTime":1777983895045,"traceId":"736ece428e33d872"},{"name":"build-module","duration":121,"timestamp":6592524619994,"id":635,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=true!","layer":"rsc"},"startTime":1777983895046,"traceId":"736ece428e33d872"},{"name":"build-module","duration":179,"timestamp":6592524620136,"id":636,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1777983895046,"traceId":"736ece428e33d872"},{"name":"build-module","duration":141,"timestamp":6592524620330,"id":637,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1777983895046,"traceId":"736ece428e33d872"},{"name":"build-module","duration":391,"timestamp":6592524620486,"id":638,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1777983895047,"traceId":"736ece428e33d872"},{"name":"build-module","duration":1523,"timestamp":6592524620894,"id":639,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1777983895047,"traceId":"736ece428e33d872"},{"name":"build-module","duration":468,"timestamp":6592524622451,"id":640,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1777983895048,"traceId":"736ece428e33d872"},{"name":"build-module","duration":441,"timestamp":6592524622934,"id":641,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1777983895049,"traceId":"736ece428e33d872"},{"name":"build-module","duration":159,"timestamp":6592524623388,"id":642,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fnew%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1777983895049,"traceId":"736ece428e33d872"},{"name":"build-module","duration":142,"timestamp":6592524623557,"id":643,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fnew%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1777983895050,"traceId":"736ece428e33d872"},{"name":"build-module","duration":148,"timestamp":6592524623709,"id":644,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fonboarding%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1777983895050,"traceId":"736ece428e33d872"},{"name":"build-module","duration":405,"timestamp":6592524623867,"id":645,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fonboarding%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1777983895050,"traceId":"736ece428e33d872"},{"name":"build-module","duration":157,"timestamp":6592524624284,"id":646,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fpersonas%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1777983895050,"traceId":"736ece428e33d872"},{"name":"build-module","duration":148,"timestamp":6592524624451,"id":647,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fpersonas%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1777983895050,"traceId":"736ece428e33d872"},{"name":"build-module","duration":135,"timestamp":6592524624608,"id":648,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fsettings%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1777983895051,"traceId":"736ece428e33d872"},{"name":"build-module","duration":137,"timestamp":6592524624753,"id":649,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fsettings%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1777983895051,"traceId":"736ece428e33d872"},{"name":"build-module","duration":330,"timestamp":6592524635326,"id":650,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Ftemplates%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1777983895061,"traceId":"736ece428e33d872"},{"name":"build-module","duration":198,"timestamp":6592524635683,"id":651,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Ftemplates%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1777983895062,"traceId":"736ece428e33d872"},{"name":"build-module","duration":555,"timestamp":6592524635895,"id":652,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fopenrouter-card.tsx%22%2C%22ids%22%3A%5B%22OpenRouterCard%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Forchestrator-card.tsx%22%2C%22ids%22%3A%5B%22OrchestratorCard%22%5D%7D&server=true!","layer":"ssr"},"startTime":1777983895062,"traceId":"736ece428e33d872"},{"name":"build-module","duration":308,"timestamp":6592524636462,"id":653,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fopenrouter-card.tsx%22%2C%22ids%22%3A%5B%22OpenRouterCard%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Forchestrator-card.tsx%22%2C%22ids%22%3A%5B%22OrchestratorCard%22%5D%7D&server=true!","layer":"rsc"},"startTime":1777983895062,"traceId":"736ece428e33d872"},{"name":"build-module","duration":308,"timestamp":6592524636781,"id":654,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fruns-table.tsx%22%2C%22ids%22%3A%5B%22RunsTable%22%5D%7D&server=true!","layer":"ssr"},"startTime":1777983895063,"traceId":"736ece428e33d872"},{"name":"build-module","duration":255,"timestamp":6592524637110,"id":655,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fruns-table.tsx%22%2C%22ids%22%3A%5B%22RunsTable%22%5D%7D&server=true!","layer":"rsc"},"startTime":1777983895063,"traceId":"736ece428e33d872"},{"name":"build-module","duration":361,"timestamp":6592524637377,"id":656,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fsettings%2Fpermissions%2Fpermissions-form.tsx%22%2C%22ids%22%3A%5B%22PermissionsForm%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&server=true!","layer":"ssr"},"startTime":1777983895063,"traceId":"736ece428e33d872"},{"name":"build-module","duration":244,"timestamp":6592524637765,"id":657,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fsettings%2Fpermissions%2Fpermissions-form.tsx%22%2C%22ids%22%3A%5B%22PermissionsForm%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&server=true!","layer":"rsc"},"startTime":1777983895064,"traceId":"736ece428e33d872"},{"name":"build-module","duration":398,"timestamp":6592524638023,"id":658,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Flucide-react%401.12.0_react%4019.2.4%2Fnode_modules%2Flucide-react%2Fdist%2Fesm%2FIcon.mjs%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fapp-dir%2Flink.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Flineage-fleet-card.tsx%22%2C%22ids%22%3A%5B%22LineageFleetCard%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fopencode-fleet-card.tsx%22%2C%22ids%22%3A%5B%22OpencodeFleetCard%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fopenrouter-fleet-card.tsx%22%2C%22ids%22%3A%5B%22OpenRouterFleetCard%22%5D%7D&server=true!","layer":"ssr"},"startTime":1777983895064,"traceId":"736ece428e33d872"},{"name":"build-module","duration":306,"timestamp":6592524638432,"id":659,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Flucide-react%401.12.0_react%4019.2.4%2Fnode_modules%2Flucide-react%2Fdist%2Fesm%2FIcon.mjs%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fapp-dir%2Flink.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Flineage-fleet-card.tsx%22%2C%22ids%22%3A%5B%22LineageFleetCard%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fopencode-fleet-card.tsx%22%2C%22ids%22%3A%5B%22OpencodeFleetCard%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fopenrouter-fleet-card.tsx%22%2C%22ids%22%3A%5B%22OpenRouterFleetCard%22%5D%7D&server=true!","layer":"rsc"},"startTime":1777983895064,"traceId":"736ece428e33d872"},{"name":"build-module","duration":271,"timestamp":6592524643161,"id":660,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Flive-run-real%2Findex.tsx%22%2C%22ids%22%3A%5B%22LiveRunReal%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&server=true!","layer":"ssr"},"startTime":1777983895069,"traceId":"736ece428e33d872"},{"name":"build-module","duration":196,"timestamp":6592524643447,"id":661,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Flive-run-real%2Findex.tsx%22%2C%22ids%22%3A%5B%22LiveRunReal%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&server=true!","layer":"rsc"},"startTime":1777983895069,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":4862,"timestamp":6592524656194,"id":665,"parentId":648,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/page.tsx","layer":"ssr"},"startTime":1777983895082,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":10489,"timestamp":6592524654573,"id":662,"parentId":642,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/new/page.tsx","layer":"ssr"},"startTime":1777983895081,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":31706,"timestamp":6592524655954,"id":664,"parentId":646,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/personas/page.tsx","layer":"ssr"},"startTime":1777983895082,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":32150,"timestamp":6592524656399,"id":666,"parentId":638,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js","layer":"ssr"},"startTime":1777983895082,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":35385,"timestamp":6592524655704,"id":663,"parentId":644,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/page.tsx","layer":"ssr"},"startTime":1777983895082,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":34458,"timestamp":6592524657177,"id":669,"parentId":640,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js","layer":"ssr"},"startTime":1777983895083,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":35176,"timestamp":6592524657064,"id":668,"parentId":640,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js","layer":"ssr"},"startTime":1777983895083,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":37233,"timestamp":6592524656863,"id":667,"parentId":650,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/templates/page.tsx","layer":"ssr"},"startTime":1777983895083,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":37091,"timestamp":6592524657401,"id":671,"parentId":640,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js","layer":"ssr"},"startTime":1777983895083,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":37594,"timestamp":6592524657890,"id":674,"parentId":654,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/runs-table.tsx","layer":"ssr"},"startTime":1777983895084,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":39430,"timestamp":6592524657713,"id":673,"parentId":652,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/orchestrator-card.tsx","layer":"ssr"},"startTime":1777983895084,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":42068,"timestamp":6592524657515,"id":672,"parentId":652,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/openrouter-card.tsx","layer":"ssr"},"startTime":1777983895084,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":45600,"timestamp":6592524657295,"id":670,"parentId":640,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js","layer":"ssr"},"startTime":1777983895083,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":38482,"timestamp":6592524666361,"id":676,"parentId":652,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/app-sidebar.tsx","layer":"ssr"},"startTime":1777983895092,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":39344,"timestamp":6592524666251,"id":675,"parentId":640,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js","layer":"ssr"},"startTime":1777983895092,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":9575,"timestamp":6592524751766,"id":679,"parentId":652,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/mobile-top-bar.tsx","layer":"ssr"},"startTime":1777983895178,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":10886,"timestamp":6592524751409,"id":677,"parentId":640,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"ssr"},"startTime":1777983895177,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":11219,"timestamp":6592524751953,"id":680,"parentId":658,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/lineage-fleet-card.tsx","layer":"ssr"},"startTime":1777983895178,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":10419,"timestamp":6592524752979,"id":684,"parentId":665,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/app-shell.tsx","layer":"ssr"},"startTime":1777983895179,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":11701,"timestamp":6592524752679,"id":681,"parentId":658,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/opencode-fleet-card.tsx","layer":"ssr"},"startTime":1777983895179,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":13019,"timestamp":6592524751673,"id":678,"parentId":640,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js","layer":"ssr"},"startTime":1777983895178,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":11978,"timestamp":6592524752878,"id":682,"parentId":665,"tags":{"name":"__barrel_optimize__?names=Code2,Wrench!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895179,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":12042,"timestamp":6592524752934,"id":683,"parentId":662,"tags":{"name":"__barrel_optimize__?names=Info,Layers!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895179,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":4286,"timestamp":6592524791323,"id":685,"parentId":665,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/page-header.tsx","layer":"ssr"},"startTime":1777983895217,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":1889,"timestamp":6592524796085,"id":687,"parentId":662,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/index.ts","layer":"ssr"},"startTime":1777983895222,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":5851,"timestamp":6592524795768,"id":686,"parentId":662,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/settings.ts","layer":"ssr"},"startTime":1777983895222,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":6827,"timestamp":6592524796644,"id":689,"parentId":656,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/permissions/permissions-form.tsx","layer":"ssr"},"startTime":1777983895223,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":7978,"timestamp":6592524796370,"id":688,"parentId":658,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/openrouter-fleet-card.tsx","layer":"ssr"},"startTime":1777983895222,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8196,"timestamp":6592524798193,"id":690,"parentId":658,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/app-dir/link.js","layer":"ssr"},"startTime":1777983895224,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":11339,"timestamp":6592524812546,"id":694,"parentId":671,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"ssr"},"startTime":1777983895239,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":12702,"timestamp":6592524813063,"id":698,"parentId":666,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"ssr"},"startTime":1777983895239,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":15671,"timestamp":6592524813134,"id":699,"parentId":669,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/request/params.js","layer":"ssr"},"startTime":1777983895239,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":17686,"timestamp":6592524813205,"id":700,"parentId":668,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/request/search-params.js","layer":"ssr"},"startTime":1777983895239,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":17894,"timestamp":6592524813926,"id":706,"parentId":675,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-constants.js","layer":"ssr"},"startTime":1777983895240,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":26608,"timestamp":6592524813277,"id":701,"parentId":666,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/error-styles.js","layer":"ssr"},"startTime":1777983895239,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":27365,"timestamp":6592524813410,"id":702,"parentId":673,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/lineage-maps.ts","layer":"ssr"},"startTime":1777983895239,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":27624,"timestamp":6592524813767,"id":704,"parentId":670,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"ssr"},"startTime":1777983895240,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":31092,"timestamp":6592524813590,"id":703,"parentId":660,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/live-run-real/index.tsx","layer":"ssr"},"startTime":1777983895240,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":32715,"timestamp":6592524812506,"id":693,"parentId":672,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,Check,ExternalLink,Loader2,Search!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895239,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":32905,"timestamp":6592524812460,"id":692,"parentId":673,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,Check,Loader2,Plug!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895238,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":33104,"timestamp":6592524812375,"id":691,"parentId":674,"tags":{"name":"__barrel_optimize__?names=Search,X!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895238,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":32688,"timestamp":6592524812918,"id":695,"parentId":664,"tags":{"name":"__barrel_optimize__?names=Copy,Loader2,Pencil,Trash2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895239,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":32746,"timestamp":6592524812964,"id":696,"parentId":663,"tags":{"name":"__barrel_optimize__?names=ArrowRight,Loader2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895239,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":32063,"timestamp":6592524813873,"id":705,"parentId":676,"tags":{"name":"__barrel_optimize__?names=Layers,LayoutDashboard,ListChecks,PanelLeftClose,PanelLeftOpen,Plug,Plus,Settings,Users!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895240,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":33054,"timestamp":6592524813013,"id":697,"parentId":667,"tags":{"name":"__barrel_optimize__?names=Loader2,Pencil,Trash2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895239,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":6262,"timestamp":6592524862647,"id":707,"parentId":658,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/Icon.mjs","layer":"ssr"},"startTime":1777983895289,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6579,"timestamp":6592524862856,"id":708,"parentId":677,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"ssr"},"startTime":1777983895289,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":6920,"timestamp":6592524863058,"id":710,"parentId":680,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/client.ts","layer":"ssr"},"startTime":1777983895289,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6725,"timestamp":6592524863567,"id":714,"parentId":666,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/handle-isr-error.js","layer":"ssr"},"startTime":1777983895290,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7859,"timestamp":6592524863289,"id":712,"parentId":668,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/route-params.js","layer":"ssr"},"startTime":1777983895289,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":7707,"timestamp":6592524863672,"id":715,"parentId":683,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/layers.mjs","layer":"ssr"},"startTime":1777983895290,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":8318,"timestamp":6592524863391,"id":713,"parentId":673,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/voices.ts","layer":"ssr"},"startTime":1777983895289,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8107,"timestamp":6592524864067,"id":718,"parentId":670,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/bfcache-state-manager.js","layer":"ssr"},"startTime":1777983895290,"traceId":"736ece428e33d872"}]
|
|
3
|
-
[{"name":"generate-buildid","duration":139,"timestamp":6592521879397,"id":4,"parentId":1,"tags":{},"startTime":1777983892305,"traceId":"736ece428e33d872"},{"name":"load-custom-routes","duration":255,"timestamp":6592521879615,"id":5,"parentId":1,"tags":{},"startTime":1777983892306,"traceId":"736ece428e33d872"},{"name":"create-dist-dir","duration":172,"timestamp":6592521879890,"id":6,"parentId":1,"tags":{},"startTime":1777983892306,"traceId":"736ece428e33d872"},{"name":"clean","duration":253,"timestamp":6592521880397,"id":7,"parentId":1,"tags":{},"startTime":1777983892306,"traceId":"736ece428e33d872"},{"name":"discover-routes","duration":4585,"timestamp":6592521919525,"id":8,"parentId":1,"tags":{},"startTime":1777983892346,"traceId":"736ece428e33d872"},{"name":"create-root-mapping","duration":38,"timestamp":6592521924142,"id":9,"parentId":1,"tags":{},"startTime":1777983892350,"traceId":"736ece428e33d872"},{"name":"generate-route-types","duration":14304,"timestamp":6592521925080,"id":10,"parentId":1,"tags":{},"startTime":1777983892351,"traceId":"736ece428e33d872"},{"name":"public-dir-conflict-check","duration":51,"timestamp":6592521939459,"id":11,"parentId":1,"tags":{},"startTime":1777983892365,"traceId":"736ece428e33d872"},{"name":"generate-routes-manifest","duration":1762,"timestamp":6592521939577,"id":12,"parentId":1,"tags":{},"startTime":1777983892366,"traceId":"736ece428e33d872"},{"name":"create-entrypoints","duration":11426,"timestamp":6592522297642,"id":17,"parentId":15,"tags":{},"startTime":1777983892724,"traceId":"736ece428e33d872"},{"name":"generate-webpack-config","duration":206660,"timestamp":6592522309202,"id":18,"parentId":16,"tags":{},"startTime":1777983892735,"traceId":"736ece428e33d872"},{"name":"next-trace-entrypoint-plugin","duration":1639,"timestamp":6592522581111,"id":20,"parentId":19,"tags":{},"startTime":1777983893007,"traceId":"736ece428e33d872"},{"name":"build-module","duration":37394,"timestamp":6592522645344,"id":40,"parentId":24,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Frun-artifacts%2F%5BchatId%5D%2Froute&name=app%2Fapi%2Frun-artifacts%2F%5BchatId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Frun-artifacts%2F%5BchatId%5D%2Froute.ts&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1777983893071,"traceId":"736ece428e33d872"},{"name":"build-module","duration":48547,"timestamp":6592522645402,"id":41,"parentId":25,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Ffavicon.ico%2Froute&name=app%2Ffavicon.ico%2Froute&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1777983893071,"traceId":"736ece428e33d872"},{"name":"build-module","duration":53708,"timestamp":6592522645460,"id":42,"parentId":26,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Ficon.svg%2Froute&name=app%2Ficon.svg%2Froute&pagePath=private-next-app-dir%2Ficon.svg&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Ficon.svg&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1777983893071,"traceId":"736ece428e33d872"},{"name":"build-module","duration":57747,"timestamp":6592522645510,"id":43,"parentId":27,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fdaemon%2F%5B...path%5D%2Froute&name=app%2Fapi%2Fdaemon%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdaemon%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdaemon%2F%5B...path%5D%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1777983893072,"traceId":"736ece428e33d872"},{"name":"build-module","duration":187,"timestamp":6592522710311,"id":54,"parentId":40,"tags":{"name":"next/dist/shared/lib/router/utils/app-paths","layer":null},"startTime":1777983893136,"traceId":"736ece428e33d872"},{"name":"build-module-external","duration":19,"timestamp":6592522710560,"id":55,"parentId":40,"tags":{"name":"next/dist/shared/lib/no-fallback-error.external","layer":null},"startTime":1777983893137,"traceId":"736ece428e33d872"},{"name":"build-module","duration":110588,"timestamp":6592522645266,"id":39,"parentId":23,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2F_global-error%2Fpage&name=app%2F_global-error%2Fpage&pagePath=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fapp-error.js&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fapp-error&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1777983893071,"traceId":"736ece428e33d872"},{"name":"build-module","duration":219679,"timestamp":6592522639680,"id":38,"parentId":22,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1777983893066,"traceId":"736ece428e33d872"},{"name":"build-module","duration":213281,"timestamp":6592522646237,"id":52,"parentId":36,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1777983893072,"traceId":"736ece428e33d872"},{"name":"build-module","duration":253857,"timestamp":6592522645568,"id":44,"parentId":28,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fnew%2Fpage&name=app%2Fnew%2Fpage&pagePath=private-next-app-dir%2Fnew%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fnew%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1777983893072,"traceId":"736ece428e33d872"},{"name":"build-module","duration":259389,"timestamp":6592522645632,"id":45,"parentId":29,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fonboarding%2Fpage&name=app%2Fonboarding%2Fpage&pagePath=private-next-app-dir%2Fonboarding%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fonboarding%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1777983893072,"traceId":"736ece428e33d872"},{"name":"build-module","duration":263951,"timestamp":6592522645690,"id":46,"parentId":30,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fpersonas%2Fpage&name=app%2Fpersonas%2Fpage&pagePath=private-next-app-dir%2Fpersonas%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fpersonas%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1777983893072,"traceId":"736ece428e33d872"},{"name":"build-module","duration":267476,"timestamp":6592522645841,"id":47,"parentId":31,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fsettings%2Fpage&name=app%2Fsettings%2Fpage&pagePath=private-next-app-dir%2Fsettings%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fsettings%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1777983893072,"traceId":"736ece428e33d872"},{"name":"build-module","duration":269701,"timestamp":6592522645942,"id":48,"parentId":32,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Ftemplates%2Fpage&name=app%2Ftemplates%2Fpage&pagePath=private-next-app-dir%2Ftemplates%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Ftemplates%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1777983893072,"traceId":"736ece428e33d872"},{"name":"build-module","duration":275845,"timestamp":6592522646048,"id":49,"parentId":33,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fconnect%2Fpage&name=app%2Fconnect%2Fpage&pagePath=private-next-app-dir%2Fconnect%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fconnect%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1777983893072,"traceId":"736ece428e33d872"},{"name":"build-module","duration":282598,"timestamp":6592522646109,"id":50,"parentId":34,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fruns%2Fpage&name=app%2Fruns%2Fpage&pagePath=private-next-app-dir%2Fruns%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fruns%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1777983893072,"traceId":"736ece428e33d872"},{"name":"build-module","duration":293693,"timestamp":6592522646187,"id":51,"parentId":35,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fsettings%2Fpermissions%2Fpage&name=app%2Fsettings%2Fpermissions%2Fpage&pagePath=private-next-app-dir%2Fsettings%2Fpermissions%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fsettings%2Fpermissions%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1777983893072,"traceId":"736ece428e33d872"},{"name":"build-module","duration":296454,"timestamp":6592522646277,"id":53,"parentId":37,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fruns%2F%5BrunId%5D%2Fpage&name=app%2Fruns%2F%5BrunId%5D%2Fpage&pagePath=private-next-app-dir%2Fruns%2F%5BrunId%5D%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fruns%2F%5BrunId%5D%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1777983893072,"traceId":"736ece428e33d872"},{"name":"build-module","duration":53,"timestamp":6592522993420,"id":56,"parentId":39,"tags":{"name":"next/dist/shared/lib/router/utils/is-bot","layer":null},"startTime":1777983893419,"traceId":"736ece428e33d872"},{"name":"build-module","duration":14,"timestamp":6592522993514,"id":57,"parentId":39,"tags":{"name":"next/dist/shared/lib/size-limit","layer":null},"startTime":1777983893420,"traceId":"736ece428e33d872"},{"name":"build-module","duration":16,"timestamp":6592522993940,"id":60,"parentId":39,"tags":{"name":"next/dist/shared/lib/invariant-error","layer":null},"startTime":1777983893420,"traceId":"736ece428e33d872"},{"name":"build-module","duration":10,"timestamp":6592522993967,"id":61,"parentId":39,"tags":{"name":"next/dist/shared/lib/router/utils/interception-routes","layer":null},"startTime":1777983893420,"traceId":"736ece428e33d872"},{"name":"build-module","duration":10,"timestamp":6592522993986,"id":62,"parentId":39,"tags":{"name":"next/dist/shared/lib/router/utils/get-segment-param","layer":null},"startTime":1777983893420,"traceId":"736ece428e33d872"},{"name":"build-module","duration":11,"timestamp":6592522994012,"id":63,"parentId":39,"tags":{"name":"path","layer":null},"startTime":1777983893420,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":11606,"timestamp":6592522994038,"id":64,"parentId":40,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/route-kind.js","layer":"rsc"},"startTime":1777983893420,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":10702,"timestamp":6592522995894,"id":65,"parentId":40,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/request-meta.js","layer":"rsc"},"startTime":1777983893422,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":11910,"timestamp":6592522996013,"id":66,"parentId":40,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/send-response.js","layer":"rsc"},"startTime":1777983893422,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":14292,"timestamp":6592522996115,"id":67,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/render-result.js","layer":"rsc"},"startTime":1777983893422,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":15160,"timestamp":6592522996216,"id":68,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/send-payload.js","layer":"rsc"},"startTime":1777983893422,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":15367,"timestamp":6592522996439,"id":70,"parentId":40,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/cache-control.js","layer":"rsc"},"startTime":1777983893422,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":15716,"timestamp":6592522996521,"id":71,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/streaming-metadata.js","layer":"rsc"},"startTime":1777983893423,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":16225,"timestamp":6592522996608,"id":72,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/postponed-request-body.js","layer":"rsc"},"startTime":1777983893423,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":16664,"timestamp":6592522996700,"id":73,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/server-action-request-meta.js","layer":"rsc"},"startTime":1777983893423,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":19702,"timestamp":6592522996843,"id":74,"parentId":40,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/tracer.js","layer":"rsc"},"startTime":1777983893423,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":20881,"timestamp":6592522996937,"id":75,"parentId":40,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/constants.js","layer":"rsc"},"startTime":1777983893423,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":20980,"timestamp":6592522997120,"id":77,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/interop-default.js","layer":"rsc"},"startTime":1777983893423,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":21208,"timestamp":6592522997207,"id":78,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/strip-flight-headers.js","layer":"rsc"},"startTime":1777983893423,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":19636,"timestamp":6592522998998,"id":81,"parentId":40,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/instrumentation/utils.js","layer":"rsc"},"startTime":1777983893425,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":21313,"timestamp":6592522999130,"id":82,"parentId":40,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/base-http/node.js","layer":"rsc"},"startTime":1777983893425,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":22741,"timestamp":6592522999230,"id":83,"parentId":40,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/utils.js","layer":"rsc"},"startTime":1777983893425,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":24521,"timestamp":6592522999338,"id":84,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/entry-base.js","layer":"rsc"},"startTime":1777983893425,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":31976,"timestamp":6592522999437,"id":85,"parentId":40,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/constants.js","layer":"rsc"},"startTime":1777983893425,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":32939,"timestamp":6592522999530,"id":86,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/fallback.js","layer":"rsc"},"startTime":1777983893426,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":33484,"timestamp":6592522999623,"id":87,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/experimental/ppr.js","layer":"rsc"},"startTime":1777983893426,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":36208,"timestamp":6592522998649,"id":80,"parentId":43,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/api/daemon/[...path]/route.ts","layer":"rsc"},"startTime":1777983893425,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":39677,"timestamp":6592522997289,"id":79,"parentId":40,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/api/run-artifacts/[chatId]/route.ts","layer":"rsc"},"startTime":1777983893423,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":41931,"timestamp":6592522997031,"id":76,"parentId":40,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/manifests-singleton.js","layer":"rsc"},"startTime":1777983893423,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":48672,"timestamp":6592522996346,"id":69,"parentId":40,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/patch-fetch.js","layer":"rsc"},"startTime":1777983893422,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3261,"timestamp":6592523073531,"id":88,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/request/fallback-params.js","layer":"rsc"},"startTime":1777983893500,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3516,"timestamp":6592523073758,"id":89,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/stream-utils/encoded-tags.js","layer":"rsc"},"startTime":1777983893500,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":12297,"timestamp":6592523073897,"id":90,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js","layer":"rsc"},"startTime":1777983893500,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":13222,"timestamp":6592523074036,"id":91,"parentId":40,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js","layer":"rsc"},"startTime":1777983893500,"traceId":"736ece428e33d872"},{"name":"build-module","duration":94169,"timestamp":6592522993873,"id":59,"parentId":42,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-metadata-route-loader.js?filePath=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Ficon.svg&isDynamicRouteExtension=0!?__next_metadata_route__","layer":"rsc"},"startTime":1777983893420,"traceId":"736ece428e33d872"},{"name":"build-module","duration":94914,"timestamp":6592522993555,"id":58,"parentId":41,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-metadata-route-loader.js?filePath=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Ffavicon.ico&isDynamicRouteExtension=0!?__next_metadata_route__","layer":"rsc"},"startTime":1777983893420,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5203,"timestamp":6592523090204,"id":92,"parentId":40,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/route-modules/app-route/module.compiled.js","layer":"rsc"},"startTime":1777983893516,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5465,"timestamp":6592523090365,"id":93,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1777983893516,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7278,"timestamp":6592523090460,"id":94,"parentId":40,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/response-cache/index.js","layer":"rsc"},"startTime":1777983893516,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7755,"timestamp":6592523090542,"id":95,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/scheduler.js","layer":"rsc"},"startTime":1777983893517,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":11257,"timestamp":6592523090848,"id":97,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/redirect-status-code.js","layer":"rsc"},"startTime":1777983893517,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":12127,"timestamp":6592523090619,"id":96,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/app-router-headers.js","layer":"rsc"},"startTime":1777983893517,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":12175,"timestamp":6592523091193,"id":98,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/app-error.js","layer":"rsc"},"startTime":1777983893517,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":12424,"timestamp":6592523091613,"id":99,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js","layer":"rsc"},"startTime":1777983893518,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":12587,"timestamp":6592523091788,"id":100,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/forbidden.js","layer":"rsc"},"startTime":1777983893518,"traceId":"736ece428e33d872"},{"name":"build-module","duration":21614,"timestamp":6592523108392,"id":105,"parentId":38,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-metadata-image-loader.js?type=icon&segment=&basePath=&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js!/home/ubuntu/dev/chorus/src/app/icon.svg?__next_metadata__","layer":"rsc"},"startTime":1777983893534,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":24398,"timestamp":6592523107757,"id":102,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/bytes/index.js","layer":"rsc"},"startTime":1777983893534,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":29579,"timestamp":6592523107412,"id":101,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/unauthorized.js","layer":"rsc"},"startTime":1777983893533,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":29585,"timestamp":6592523107857,"id":103,"parentId":38,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/layout.tsx","layer":"rsc"},"startTime":1777983893534,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":30451,"timestamp":6592523108132,"id":104,"parentId":52,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/page.tsx","layer":"rsc"},"startTime":1777983893534,"traceId":"736ece428e33d872"},{"name":"build-module","duration":923,"timestamp":6592523145729,"id":106,"parentId":38,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-metadata-image-loader.js?type=favicon&segment=&basePath=&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js!/home/ubuntu/dev/chorus/src/app/favicon.ico?__next_metadata__","layer":"rsc"},"startTime":1777983893572,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1956,"timestamp":6592523145816,"id":107,"parentId":66,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/pipe-readable.js","layer":"rsc"},"startTime":1777983893572,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":31,"timestamp":6592523151768,"id":108,"parentId":92,"tags":{"name":"next/dist/compiled/next-server/app-route.runtime.prod.js","layer":null},"startTime":1777983893578,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":12,"timestamp":6592523151812,"id":109,"parentId":93,"tags":{"name":"next/dist/compiled/next-server/app-page.runtime.prod.js","layer":null},"startTime":1777983893578,"traceId":"736ece428e33d872"},{"name":"build-module","duration":8,"timestamp":6592523151830,"id":110,"parentId":79,"tags":{"name":"node:fs","layer":null},"startTime":1777983893578,"traceId":"736ece428e33d872"},{"name":"build-module","duration":7,"timestamp":6592523151844,"id":111,"parentId":79,"tags":{"name":"node:path","layer":null},"startTime":1777983893578,"traceId":"736ece428e33d872"},{"name":"build-module","duration":10,"timestamp":6592523151856,"id":112,"parentId":79,"tags":{"name":"node:os","layer":null},"startTime":1777983893578,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1425,"timestamp":6592523151872,"id":113,"parentId":66,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/base-http/helpers.js","layer":"rsc"},"startTime":1777983893578,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1873,"timestamp":6592523151996,"id":114,"parentId":68,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/etag.js","layer":"rsc"},"startTime":1777983893578,"traceId":"736ece428e33d872"},{"name":"build-module-external","duration":19,"timestamp":6592523156285,"id":117,"parentId":84,"tags":{"name":"../app-render/work-async-storage.external","layer":null},"startTime":1777983893582,"traceId":"736ece428e33d872"},{"name":"build-module-external","duration":19,"timestamp":6592523157314,"id":122,"parentId":84,"tags":{"name":"./work-unit-async-storage.external","layer":null},"startTime":1777983893583,"traceId":"736ece428e33d872"},{"name":"build-module-external","duration":18,"timestamp":6592523157346,"id":123,"parentId":84,"tags":{"name":"../app-render/action-async-storage.external","layer":null},"startTime":1777983893583,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2757,"timestamp":6592523155940,"id":115,"parentId":82,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/base-http/index.js","layer":"rsc"},"startTime":1777983893582,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5097,"timestamp":6592523156317,"id":118,"parentId":84,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js","layer":"rsc"},"startTime":1777983893582,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5664,"timestamp":6592523156055,"id":116,"parentId":84,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js","layer":"rsc"},"startTime":1777983893582,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":5578,"timestamp":6592523156468,"id":119,"parentId":44,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/new/page.tsx","layer":"rsc"},"startTime":1777983893582,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":5525,"timestamp":6592523156770,"id":120,"parentId":45,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/page.tsx","layer":"rsc"},"startTime":1777983893583,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5112,"timestamp":6592523157374,"id":124,"parentId":84,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js","layer":"rsc"},"startTime":1777983893583,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":5658,"timestamp":6592523157057,"id":121,"parentId":46,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/personas/page.tsx","layer":"rsc"},"startTime":1777983893583,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5384,"timestamp":6592523157515,"id":125,"parentId":84,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js","layer":"rsc"},"startTime":1777983893584,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":5441,"timestamp":6592523157712,"id":126,"parentId":47,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/page.tsx","layer":"rsc"},"startTime":1777983893584,"traceId":"736ece428e33d872"}]
|
|
4
|
-
[{"name":"build-module-ts","duration":8661,"timestamp":6592524863786,"id":716,"parentId":663,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/orchestrators.ts","layer":"ssr"},"startTime":1777983895290,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":9317,"timestamp":6592524863950,"id":717,"parentId":670,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/error-boundary.js","layer":"ssr"},"startTime":1777983895290,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":9620,"timestamp":6592524864178,"id":719,"parentId":670,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/redirect-boundary.js","layer":"ssr"},"startTime":1777983895290,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":11250,"timestamp":6592524862990,"id":709,"parentId":680,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,Check,CheckCircle2,ChevronDown,Clock!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895289,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":11142,"timestamp":6592524863236,"id":711,"parentId":681,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,Check,CheckCircle2,ChevronDown!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895289,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2408,"timestamp":6592524883944,"id":720,"parentId":670,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"ssr"},"startTime":1777983895310,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2501,"timestamp":6592524884162,"id":721,"parentId":670,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/disable-smooth-scroll.js","layer":"ssr"},"startTime":1777983895310,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":2748,"timestamp":6592524884394,"id":723,"parentId":687,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/chats.ts","layer":"ssr"},"startTime":1777983895310,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1846,"timestamp":6592524888083,"id":727,"parentId":665,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-runtime.js","layer":"ssr"},"startTime":1777983895314,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1836,"timestamp":6592524888217,"id":728,"parentId":665,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react.js","layer":"ssr"},"startTime":1777983895314,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":5671,"timestamp":6592524887500,"id":725,"parentId":687,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/personas.ts","layer":"ssr"},"startTime":1777983895314,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":5531,"timestamp":6592524887792,"id":726,"parentId":687,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/stats.ts","layer":"ssr"},"startTime":1777983895314,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":6795,"timestamp":6592524887296,"id":724,"parentId":687,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/templates.ts","layer":"ssr"},"startTime":1777983895313,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6144,"timestamp":6592524888626,"id":732,"parentId":690,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"ssr"},"startTime":1777983895315,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7165,"timestamp":6592524888477,"id":731,"parentId":690,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/utils.js","layer":"ssr"},"startTime":1777983895315,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":7477,"timestamp":6592524888340,"id":729,"parentId":688,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,ArrowRight,Check,CheckCircle2,ChevronDown,Clock!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895314,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":7595,"timestamp":6592524888409,"id":730,"parentId":689,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,Check,FolderLock,Globe,Loader2,ShieldCheck!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895314,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":14983,"timestamp":6592524884305,"id":722,"parentId":662,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/api/navigation.js","layer":"ssr"},"startTime":1777983895310,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1840,"timestamp":6592524902071,"id":734,"parentId":677,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/navigation-untracked.js","layer":"ssr"},"startTime":1777983895328,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1914,"timestamp":6592524902202,"id":735,"parentId":690,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"ssr"},"startTime":1777983895328,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":2626,"timestamp":6592524901853,"id":733,"parentId":665,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/form-view.tsx","layer":"ssr"},"startTime":1777983895328,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2446,"timestamp":6592524902315,"id":736,"parentId":670,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"ssr"},"startTime":1777983895328,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2801,"timestamp":6592524906712,"id":739,"parentId":699,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"ssr"},"startTime":1777983895333,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3332,"timestamp":6592524906793,"id":740,"parentId":699,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js","layer":"ssr"},"startTime":1777983895333,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4149,"timestamp":6592524906867,"id":741,"parentId":699,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/vary-params.js","layer":"ssr"},"startTime":1777983895333,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":9532,"timestamp":6592524906508,"id":737,"parentId":670,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"ssr"},"startTime":1777983895333,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":12169,"timestamp":6592524906656,"id":738,"parentId":703,"tags":{"name":"__barrel_optimize__?names=ArrowLeft!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895333,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4740,"timestamp":6592524921781,"id":744,"parentId":699,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/staged-rendering.js","layer":"ssr"},"startTime":1777983895348,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6316,"timestamp":6592524922086,"id":747,"parentId":699,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/instant-validation/instant-samples.js","layer":"ssr"},"startTime":1777983895348,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6417,"timestamp":6592524922282,"id":749,"parentId":699,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"ssr"},"startTime":1777983895348,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8290,"timestamp":6592524921629,"id":743,"parentId":699,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/invariant-error.js","layer":"ssr"},"startTime":1777983895348,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8346,"timestamp":6592524921946,"id":746,"parentId":699,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/utils/reflect-utils.js","layer":"ssr"},"startTime":1777983895348,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8096,"timestamp":6592524922370,"id":750,"parentId":704,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"ssr"},"startTime":1777983895348,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8807,"timestamp":6592524922174,"id":748,"parentId":704,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/segment.js","layer":"ssr"},"startTime":1777983895348,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":8773,"timestamp":6592524922477,"id":751,"parentId":693,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/triangle-alert.mjs","layer":"ssr"},"startTime":1777983895349,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":8796,"timestamp":6592524922652,"id":752,"parentId":692,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/plug.mjs","layer":"ssr"},"startTime":1777983895349,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":8783,"timestamp":6592524922835,"id":753,"parentId":705,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/plus.mjs","layer":"ssr"},"startTime":1777983895349,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":8750,"timestamp":6592524923043,"id":754,"parentId":705,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/users.mjs","layer":"ssr"},"startTime":1777983895349,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":10927,"timestamp":6592524923227,"id":755,"parentId":665,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/primitives.tsx","layer":"ssr"},"startTime":1777983895349,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":12649,"timestamp":6592524921869,"id":745,"parentId":700,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/request/utils.js","layer":"ssr"},"startTime":1777983895348,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":22897,"timestamp":6592524921502,"id":742,"parentId":699,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"ssr"},"startTime":1777983895348,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1835,"timestamp":6592524952730,"id":774,"parentId":724,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/index.js","layer":"ssr"},"startTime":1777983895379,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2074,"timestamp":6592524952862,"id":775,"parentId":727,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1777983895379,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1890,"timestamp":6592524953166,"id":777,"parentId":670,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-dom.js","layer":"ssr"},"startTime":1777983895379,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":9625,"timestamp":6592524949026,"id":757,"parentId":662,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/new/picker.tsx","layer":"ssr"},"startTime":1777983895375,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":10466,"timestamp":6592524948704,"id":756,"parentId":665,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/yaml-view.tsx","layer":"ssr"},"startTime":1777983895375,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":10369,"timestamp":6592524949229,"id":758,"parentId":662,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/new/helpers.ts","layer":"ssr"},"startTime":1777983895375,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":10216,"timestamp":6592524949599,"id":760,"parentId":707,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/shared/src/utils/mergeClasses.mjs","layer":"ssr"},"startTime":1777983895376,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":10181,"timestamp":6592524949953,"id":762,"parentId":717,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/is-next-router-error.js","layer":"ssr"},"startTime":1777983895376,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":10796,"timestamp":6592524949784,"id":761,"parentId":712,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/app-router-headers.js","layer":"ssr"},"startTime":1777983895376,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":10491,"timestamp":6592524950289,"id":764,"parentId":709,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/circle-check.mjs","layer":"ssr"},"startTime":1777983895376,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":11132,"timestamp":6592524950128,"id":763,"parentId":712,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js","layer":"ssr"},"startTime":1777983895376,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":10941,"timestamp":6592524950716,"id":766,"parentId":719,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/redirect-error.js","layer":"ssr"},"startTime":1777983895377,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":11732,"timestamp":6592524950462,"id":765,"parentId":719,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/redirect.js","layer":"ssr"},"startTime":1777983895376,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":11637,"timestamp":6592524950888,"id":767,"parentId":717,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"ssr"},"startTime":1777983895377,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":13384,"timestamp":6592524949419,"id":759,"parentId":715,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/createLucideIcon.mjs","layer":"ssr"},"startTime":1777983895375,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":11324,"timestamp":6592524951658,"id":770,"parentId":709,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/clock.mjs","layer":"ssr"},"startTime":1777983895378,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":12785,"timestamp":6592524951060,"id":768,"parentId":662,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/new/prompt-card.tsx","layer":"ssr"},"startTime":1777983895377,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":12391,"timestamp":6592524952131,"id":772,"parentId":663,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/submit.ts","layer":"ssr"},"startTime":1777983895378,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":14166,"timestamp":6592524951343,"id":769,"parentId":663,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/api-keys-section.tsx","layer":"ssr"},"startTime":1777983895377,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":14972,"timestamp":6592524951830,"id":771,"parentId":663,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/cli-section.tsx","layer":"ssr"},"startTime":1777983895378,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":14217,"timestamp":6592524953006,"id":776,"parentId":732,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"ssr"},"startTime":1777983895379,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":15222,"timestamp":6592524952443,"id":773,"parentId":663,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/permissions-section.tsx","layer":"ssr"},"startTime":1777983895378,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":10022,"timestamp":6592524983349,"id":779,"parentId":682,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/wrench.mjs","layer":"ssr"},"startTime":1777983895409,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":10089,"timestamp":6592524983510,"id":780,"parentId":682,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/code-xml.mjs","layer":"ssr"},"startTime":1777983895410,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":10902,"timestamp":6592524983032,"id":778,"parentId":679,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/mobile-nav.tsx","layer":"ssr"},"startTime":1777983895409,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":10488,"timestamp":6592524983646,"id":781,"parentId":683,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/info.mjs","layer":"ssr"},"startTime":1777983895410,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":10890,"timestamp":6592524983771,"id":782,"parentId":690,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/add-base-path.js","layer":"ssr"},"startTime":1777983895410,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":11109,"timestamp":6592524983951,"id":783,"parentId":690,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/use-merged-ref.js","layer":"ssr"},"startTime":1777983895410,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":11141,"timestamp":6592524984304,"id":785,"parentId":690,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"ssr"},"startTime":1777983895410,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":11094,"timestamp":6592524984564,"id":787,"parentId":737,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/app-router-types.js","layer":"ssr"},"startTime":1777983895411,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":11261,"timestamp":6592524984729,"id":788,"parentId":674,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/chat-title.ts","layer":"ssr"},"startTime":1777983895411,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":11173,"timestamp":6592524985014,"id":789,"parentId":690,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/utils/error-once.js","layer":"ssr"},"startTime":1777983895411,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":11243,"timestamp":6592524985184,"id":790,"parentId":690,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"ssr"},"startTime":1777983895411,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":13303,"timestamp":6592524984129,"id":784,"parentId":690,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/links.js","layer":"ssr"},"startTime":1777983895410,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":12269,"timestamp":6592524985343,"id":791,"parentId":673,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/utils.ts","layer":"ssr"},"startTime":1777983895411,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":13370,"timestamp":6592524984480,"id":786,"parentId":733,"tags":{"name":"__barrel_optimize__?names=Clock,Shield!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895411,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":5234,"timestamp":6592524999975,"id":793,"parentId":672,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/openrouter.ts","layer":"ssr"},"startTime":1777983895426,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":5725,"timestamp":6592524999721,"id":792,"parentId":676,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/triad-logo.tsx","layer":"ssr"},"startTime":1777983895426,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":5342,"timestamp":6592525000272,"id":794,"parentId":662,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/types.ts","layer":"ssr"},"startTime":1777983895426,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":4991,"timestamp":6592525000822,"id":796,"parentId":693,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/check.mjs","layer":"ssr"},"startTime":1777983895427,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":5561,"timestamp":6592525000547,"id":795,"parentId":664,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/code-block.tsx","layer":"ssr"},"startTime":1777983895427,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6652,"timestamp":6592525007769,"id":798,"parentId":737,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/constants.js","layer":"ssr"},"startTime":1777983895434,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7131,"timestamp":6592525008202,"id":802,"parentId":747,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/spec-extension/cookies.js","layer":"ssr"},"startTime":1777983895434,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7357,"timestamp":6592525008333,"id":803,"parentId":747,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/instant-validation/instant-validation-error.js","layer":"ssr"},"startTime":1777983895434,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8045,"timestamp":6592525008459,"id":804,"parentId":747,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.js","layer":"ssr"},"startTime":1777983895434,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8491,"timestamp":6592525008758,"id":805,"parentId":747,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/spec-extension/adapters/headers.js","layer":"ssr"},"startTime":1777983895435,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8511,"timestamp":6592525009094,"id":808,"parentId":742,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/scheduler.js","layer":"ssr"},"startTime":1777983895435,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7821,"timestamp":6592525009920,"id":814,"parentId":742,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","layer":"ssr"},"startTime":1777983895436,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7715,"timestamp":6592525011137,"id":823,"parentId":774,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/errors.js","layer":"ssr"},"startTime":1777983895437,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8190,"timestamp":6592525011258,"id":824,"parentId":774,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/public-api.js","layer":"ssr"},"startTime":1777983895437,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8847,"timestamp":6592525011350,"id":825,"parentId":774,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/visit.js","layer":"ssr"},"startTime":1777983895437,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":9800,"timestamp":6592525011426,"id":826,"parentId":774,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/composer.js","layer":"ssr"},"startTime":1777983895437,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":15222,"timestamp":6592525007614,"id":797,"parentId":693,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/external-link.mjs","layer":"ssr"},"startTime":1777983895434,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":15173,"timestamp":6592525008035,"id":801,"parentId":745,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"ssr"},"startTime":1777983895434,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":15476,"timestamp":6592525007913,"id":800,"parentId":744,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/promise-with-resolvers.js","layer":"ssr"},"startTime":1777983895434,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":14912,"timestamp":6592525008851,"id":806,"parentId":747,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/get-segment-param.js","layer":"ssr"},"startTime":1777983895435,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":15120,"timestamp":6592525008968,"id":807,"parentId":747,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":"ssr"},"startTime":1777983895435,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":15255,"timestamp":6592525009175,"id":809,"parentId":742,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/hooks-server-context.js","layer":"ssr"},"startTime":1777983895435,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":15258,"timestamp":6592525009391,"id":811,"parentId":693,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/search.mjs","layer":"ssr"},"startTime":1777983895435,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":15640,"timestamp":6592525009282,"id":810,"parentId":742,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"ssr"},"startTime":1777983895435,"traceId":"736ece428e33d872"}]
|
|
5
|
-
[{"name":"build-module-js","duration":1437,"timestamp":6592523455525,"id":229,"parentId":187,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/hash.js","layer":"rsc"},"startTime":1777983893882,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":5058,"timestamp":6592523455297,"id":228,"parentId":136,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/settings.ts","layer":"rsc"},"startTime":1777983893881,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1246,"timestamp":6592523460763,"id":230,"parentId":98,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"rsc"},"startTime":1777983893887,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1091,"timestamp":6592523461234,"id":231,"parentId":174,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/route-modules/checks.js","layer":"rsc"},"startTime":1777983893887,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1942,"timestamp":6592523463073,"id":232,"parentId":170,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/styles/access-error-styles.js","layer":"rsc"},"startTime":1777983893889,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2461,"timestamp":6592523465436,"id":234,"parentId":174,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/parse-loader-tree.js","layer":"rsc"},"startTime":1777983893891,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3266,"timestamp":6592523465283,"id":233,"parentId":174,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/resolve-param-value.js","layer":"rsc"},"startTime":1777983893891,"traceId":"736ece428e33d872"},{"name":"build-module-external","duration":27,"timestamp":6592523469390,"id":235,"parentId":183,"tags":{"name":"../app-render/after-task-async-storage.external","layer":null},"startTime":1777983893895,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1931,"timestamp":6592523469430,"id":236,"parentId":179,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/picocolors.js","layer":"rsc"},"startTime":1777983893895,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4029,"timestamp":6592523469536,"id":237,"parentId":187,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/server-utils.js","layer":"rsc"},"startTime":1777983893896,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5297,"timestamp":6592523469627,"id":238,"parentId":187,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/is-metadata-route.js","layer":"rsc"},"startTime":1777983893896,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5338,"timestamp":6592523469948,"id":241,"parentId":150,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/exports/index.js","layer":"rsc"},"startTime":1777983893896,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6996,"timestamp":6592523469704,"id":239,"parentId":202,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/get-segment-param.js","layer":"rsc"},"startTime":1777983893896,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7853,"timestamp":6592523469827,"id":240,"parentId":175,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"rsc"},"startTime":1777983893896,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1188,"timestamp":6592523485218,"id":245,"parentId":195,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/instant-validation/instant-validation-error.js","layer":"rsc"},"startTime":1777983893911,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2013,"timestamp":6592523485316,"id":246,"parentId":189,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.js","layer":"rsc"},"startTime":1777983893911,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4550,"timestamp":6592523484074,"id":242,"parentId":187,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":"rsc"},"startTime":1777983893910,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4088,"timestamp":6592523485049,"id":244,"parentId":162,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/navigation.react-server.js","layer":"rsc"},"startTime":1777983893911,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6453,"timestamp":6592523484394,"id":243,"parentId":187,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"rsc"},"startTime":1777983893910,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5577,"timestamp":6592523485517,"id":248,"parentId":187,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/isomorphic/path.js","layer":"rsc"},"startTime":1777983893912,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6140,"timestamp":6592523485401,"id":247,"parentId":189,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":"rsc"},"startTime":1777983893911,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":835,"timestamp":6592523494786,"id":250,"parentId":195,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/is-error.js","layer":"rsc"},"startTime":1777983893921,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3305,"timestamp":6592523494666,"id":249,"parentId":195,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/format-server-error.js","layer":"rsc"},"startTime":1777983893921,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1214,"timestamp":6592523498112,"id":251,"parentId":195,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/error-telemetry-utils.js","layer":"rsc"},"startTime":1777983893924,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1353,"timestamp":6592523498219,"id":252,"parentId":194,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/react-large-shell-error.js","layer":"rsc"},"startTime":1777983893924,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1959,"timestamp":6592523500463,"id":257,"parentId":202,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/default-metadata.js","layer":"rsc"},"startTime":1777983893926,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2162,"timestamp":6592523500670,"id":259,"parentId":202,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/app-dir-module.js","layer":"rsc"},"startTime":1777983893927,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4137,"timestamp":6592523500319,"id":256,"parentId":195,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/is-next-router-error.js","layer":"rsc"},"startTime":1777983893926,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4095,"timestamp":6592523500558,"id":258,"parentId":171,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/app-dir/link.js","layer":"rsc"},"startTime":1777983893927,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1077,"timestamp":6592523506626,"id":260,"parentId":163,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/cookie/index.js","layer":"rsc"},"startTime":1777983893933,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1555,"timestamp":6592523508718,"id":261,"parentId":202,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/resolvers/resolve-opengraph.js","layer":"rsc"},"startTime":1777983893935,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1764,"timestamp":6592523508825,"id":262,"parentId":202,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/resolvers/resolve-title.js","layer":"rsc"},"startTime":1777983893935,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2896,"timestamp":6592523524014,"id":267,"parentId":202,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/resolvers/resolve-basics.js","layer":"rsc"},"startTime":1777983893950,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3231,"timestamp":6592523524176,"id":268,"parentId":202,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/resolvers/resolve-icons.js","layer":"rsc"},"startTime":1777983893950,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":28477,"timestamp":6592523500270,"id":255,"parentId":200,"tags":{"name":"__barrel_optimize__?names=Activity,CheckCircle2,Clock,Coins,Layers,Sparkles!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"rsc"},"startTime":1777983893926,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":28701,"timestamp":6592523500215,"id":254,"parentId":198,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,CheckCircle2,CircleHelp,Clock,Plug!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"rsc"},"startTime":1777983893926,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":28930,"timestamp":6592523500132,"id":253,"parentId":104,"tags":{"name":"__barrel_optimize__?names=Plus,Sparkles,Users!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"rsc"},"startTime":1777983893926,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":6496,"timestamp":6592523522825,"id":263,"parentId":197,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/mobile-top-bar.tsx","layer":"rsc"},"startTime":1777983893949,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":6412,"timestamp":6592523523101,"id":264,"parentId":198,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/opencode-fleet-card.tsx","layer":"rsc"},"startTime":1777983893949,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":6137,"timestamp":6592523523691,"id":266,"parentId":104,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/index.ts","layer":"rsc"},"startTime":1777983893950,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":6737,"timestamp":6592523523400,"id":265,"parentId":197,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/app-sidebar.tsx","layer":"rsc"},"startTime":1777983893949,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":2638,"timestamp":6592523534429,"id":269,"parentId":198,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/lineage-fleet-card.tsx","layer":"rsc"},"startTime":1777983893960,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1083,"timestamp":6592523537961,"id":271,"parentId":202,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/client-and-server-references.js","layer":"rsc"},"startTime":1777983893964,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1245,"timestamp":6592523538068,"id":272,"parentId":202,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/lazy-result.js","layer":"rsc"},"startTime":1777983893964,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":2660,"timestamp":6592523537148,"id":270,"parentId":198,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/openrouter-fleet-card.tsx","layer":"rsc"},"startTime":1777983893963,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":72243,"timestamp":6592523538155,"id":273,"parentId":210,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js","layer":"rsc"},"startTime":1777983893964,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1765,"timestamp":6592523611176,"id":281,"parentId":223,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/get-hostname.js","layer":"rsc"},"startTime":1777983894037,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":2665,"timestamp":6592523610792,"id":280,"parentId":198,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/lineage-maps.ts","layer":"rsc"},"startTime":1777983894037,"traceId":"736ece428e33d872"},{"name":"build-module","duration":25,"timestamp":6592523613482,"id":284,"parentId":273,"tags":{"name":"util","layer":null},"startTime":1777983894040,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2709,"timestamp":6592523611317,"id":282,"parentId":223,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":"rsc"},"startTime":1777983894037,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3255,"timestamp":6592523611440,"id":283,"parentId":223,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":"rsc"},"startTime":1777983894037,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1449,"timestamp":6592523619067,"id":285,"parentId":223,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js","layer":"rsc"},"startTime":1777983894045,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":736,"timestamp":6592523620546,"id":286,"parentId":195,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/string-hash/index.js","layer":"rsc"},"startTime":1777983894047,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1215,"timestamp":6592523620648,"id":287,"parentId":171,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"rsc"},"startTime":1777983894047,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1607,"timestamp":6592523620737,"id":288,"parentId":233,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/interception-prefix-from-param-type.js","layer":"rsc"},"startTime":1777983894047,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":723,"timestamp":6592523622399,"id":289,"parentId":237,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/url.js","layer":"rsc"},"startTime":1777983894048,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":780,"timestamp":6592523622501,"id":290,"parentId":237,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/decode-query-path-parameter.js","layer":"rsc"},"startTime":1777983894049,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":789,"timestamp":6592523626009,"id":291,"parentId":238,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/is-app-route-route.js","layer":"rsc"},"startTime":1777983894052,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1757,"timestamp":6592523626109,"id":292,"parentId":237,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"rsc"},"startTime":1777983894052,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2004,"timestamp":6592523626231,"id":293,"parentId":237,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/path-match.js","layer":"rsc"},"startTime":1777983894052,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1639,"timestamp":6592523628515,"id":296,"parentId":237,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"rsc"},"startTime":1777983894055,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1230,"timestamp":6592523630278,"id":299,"parentId":241,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/spec-extension/response.js","layer":"rsc"},"startTime":1777983894056,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1276,"timestamp":6592523630398,"id":300,"parentId":241,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/spec-extension/image-response.js","layer":"rsc"},"startTime":1777983894056,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3828,"timestamp":6592523628638,"id":297,"parentId":237,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"rsc"},"startTime":1777983894055,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5543,"timestamp":6592523628393,"id":295,"parentId":237,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/prepare-destination.js","layer":"rsc"},"startTime":1777983894054,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5765,"timestamp":6592523628812,"id":298,"parentId":237,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"rsc"},"startTime":1777983894055,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7386,"timestamp":6592523628288,"id":294,"parentId":241,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/request/connection.js","layer":"rsc"},"startTime":1777983894054,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1038,"timestamp":6592523639952,"id":302,"parentId":241,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/spec-extension/user-agent.js","layer":"rsc"},"startTime":1777983894066,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1098,"timestamp":6592523640058,"id":303,"parentId":241,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/spec-extension/url-pattern.js","layer":"rsc"},"startTime":1777983894066,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1074,"timestamp":6592523640156,"id":304,"parentId":202,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/server-only/empty.js","layer":"rsc"},"startTime":1777983894066,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":2414,"timestamp":6592523639715,"id":301,"parentId":138,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/live-run-real/index.tsx","layer":"rsc"},"startTime":1777983894066,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1504,"timestamp":6592523642235,"id":305,"parentId":140,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-dom.js","layer":"rsc"},"startTime":1777983894068,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1969,"timestamp":6592523642335,"id":306,"parentId":244,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/readonly-url-search-params.js","layer":"rsc"},"startTime":1777983894068,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2217,"timestamp":6592523642468,"id":307,"parentId":244,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/forbidden.js","layer":"rsc"},"startTime":1777983894068,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2387,"timestamp":6592523642586,"id":308,"parentId":244,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/not-found.js","layer":"rsc"},"startTime":1777983894069,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2379,"timestamp":6592523642925,"id":310,"parentId":244,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/unauthorized.js","layer":"rsc"},"startTime":1777983894069,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7348,"timestamp":6592523642760,"id":309,"parentId":244,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/redirect.js","layer":"rsc"},"startTime":1777983894069,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3932,"timestamp":6592523646530,"id":311,"parentId":244,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/unstable-rethrow.js","layer":"rsc"},"startTime":1777983894073,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3995,"timestamp":6592523646676,"id":312,"parentId":246,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/action-revalidation-kind.js","layer":"rsc"},"startTime":1777983894073,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1679,"timestamp":6592523652269,"id":313,"parentId":243,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"rsc"},"startTime":1777983894078,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1935,"timestamp":6592523652409,"id":314,"parentId":247,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"rsc"},"startTime":1777983894078,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3294,"timestamp":6592523652528,"id":315,"parentId":243,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/get-dynamic-param.js","layer":"rsc"},"startTime":1777983894079,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":966,"timestamp":6592523656183,"id":318,"parentId":268,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/constants.js","layer":"rsc"},"startTime":1777983894082,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1683,"timestamp":6592523656288,"id":319,"parentId":261,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/resolvers/resolve-url.js","layer":"rsc"},"startTime":1777983894082,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4329,"timestamp":6592523654445,"id":316,"parentId":250,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"rsc"},"startTime":1777983894080,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4626,"timestamp":6592523654585,"id":317,"parentId":256,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/redirect-error.js","layer":"rsc"},"startTime":1777983894081,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2123,"timestamp":6592523660751,"id":320,"parentId":225,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js","layer":"rsc"},"startTime":1777983894087,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":1909,"timestamp":6592523663305,"id":321,"parentId":266,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/orchestrators.ts","layer":"rsc"},"startTime":1777983894089,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1414,"timestamp":6592523665297,"id":326,"parentId":241,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/after/index.js","layer":"rsc"},"startTime":1777983894091,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":4137,"timestamp":6592523663518,"id":322,"parentId":266,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/templates.ts","layer":"rsc"},"startTime":1777983894090,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":4278,"timestamp":6592523663817,"id":323,"parentId":266,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/chats.ts","layer":"rsc"},"startTime":1777983894090,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":4264,"timestamp":6592523664134,"id":324,"parentId":266,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/personas.ts","layer":"rsc"},"startTime":1777983894090,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4470,"timestamp":6592523664448,"id":325,"parentId":271,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/server-reference-info.js","layer":"rsc"},"startTime":1777983894090,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":3647,"timestamp":6592523665447,"id":327,"parentId":266,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/stats.ts","layer":"rsc"},"startTime":1777983894091,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":3721,"timestamp":6592523665703,"id":328,"parentId":266,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/voices.ts","layer":"rsc"},"startTime":1777983894092,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":1082978,"timestamp":6592522587223,"id":23,"parentId":21,"tags":{"request":"next-app-loader?page=%2F_global-error%2Fpage&name=app%2F_global-error%2Fpage&pagePath=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fapp-error.js&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fapp-error&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777983893013,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2623,"timestamp":6592523674309,"id":329,"parentId":255,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/activity.mjs","layer":"rsc"},"startTime":1777983894100,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2770,"timestamp":6592523674491,"id":330,"parentId":255,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/circle-check.mjs","layer":"rsc"},"startTime":1777983894101,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2510,"timestamp":6592523675078,"id":331,"parentId":255,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/clock.mjs","layer":"rsc"},"startTime":1777983894101,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2554,"timestamp":6592523675228,"id":332,"parentId":255,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/sparkles.mjs","layer":"rsc"},"startTime":1777983894101,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2589,"timestamp":6592523675419,"id":333,"parentId":255,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/coins.mjs","layer":"rsc"},"startTime":1777983894101,"traceId":"736ece428e33d872"}]
|
|
6
|
-
[{"name":"build-module-mjs","duration":2580,"timestamp":6592523675610,"id":334,"parentId":254,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/triangle-alert.mjs","layer":"rsc"},"startTime":1777983894102,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2557,"timestamp":6592523675803,"id":335,"parentId":255,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/layers.mjs","layer":"rsc"},"startTime":1777983894102,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1645,"timestamp":6592523679985,"id":336,"parentId":254,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/circle-question-mark.mjs","layer":"rsc"},"startTime":1777983894106,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1682,"timestamp":6592523680139,"id":337,"parentId":254,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/plug.mjs","layer":"rsc"},"startTime":1777983894106,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":819,"timestamp":6592523681894,"id":338,"parentId":253,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/plus.mjs","layer":"rsc"},"startTime":1777983894108,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1846,"timestamp":6592523682046,"id":339,"parentId":253,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/users.mjs","layer":"rsc"},"startTime":1777983894108,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2250,"timestamp":6592523682181,"id":340,"parentId":283,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"rsc"},"startTime":1777983894108,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2101,"timestamp":6592523682755,"id":341,"parentId":311,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/unstable-rethrow.server.js","layer":"rsc"},"startTime":1777983894109,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2221,"timestamp":6592523682889,"id":342,"parentId":283,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"rsc"},"startTime":1777983894109,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4394,"timestamp":6592523683074,"id":343,"parentId":283,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"rsc"},"startTime":1777983894109,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4511,"timestamp":6592523683248,"id":344,"parentId":295,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/parse-url.js","layer":"rsc"},"startTime":1777983894109,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4960,"timestamp":6592523683417,"id":345,"parentId":296,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/route-match-utils.js","layer":"rsc"},"startTime":1777983894109,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":1101488,"timestamp":6592522587251,"id":24,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frun-artifacts%2F%5BchatId%5D%2Froute&name=app%2Fapi%2Frun-artifacts%2F%5BchatId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Frun-artifacts%2F%5BchatId%5D%2Froute.ts&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777983893013,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":404,"timestamp":6592523689929,"id":346,"parentId":326,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/after/after.js","layer":"rsc"},"startTime":1777983894116,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1112,"timestamp":6592523691563,"id":347,"parentId":329,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/createLucideIcon.mjs","layer":"rsc"},"startTime":1777983894118,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2241,"timestamp":6592523693066,"id":348,"parentId":293,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/path-to-regexp/index.js","layer":"rsc"},"startTime":1777983894119,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":862,"timestamp":6592523695986,"id":349,"parentId":345,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/route-pattern-normalizer.js","layer":"rsc"},"startTime":1777983894122,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7995,"timestamp":6592523697054,"id":350,"parentId":302,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/ua-parser-js/ua-parser.js","layer":"rsc"},"startTime":1777983894123,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":1117950,"timestamp":6592522587294,"id":27,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdaemon%2F%5B...path%5D%2Froute&name=app%2Fapi%2Fdaemon%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdaemon%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdaemon%2F%5B...path%5D%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777983893013,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":1117970,"timestamp":6592522587283,"id":26,"parentId":21,"tags":{"request":"next-app-loader?page=%2Ficon.svg%2Froute&name=app%2Ficon.svg%2Froute&pagePath=private-next-app-dir%2Ficon.svg&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Ficon.svg&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777983893013,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":1117987,"timestamp":6592522587271,"id":25,"parentId":21,"tags":{"request":"next-app-loader?page=%2Ffavicon.ico%2Froute&name=app%2Ffavicon.ico%2Froute&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777983893013,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1545,"timestamp":6592523706668,"id":351,"parentId":347,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/Icon.mjs","layer":"rsc"},"startTime":1777983894133,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1480,"timestamp":6592523710215,"id":352,"parentId":347,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/shared/src/utils/mergeClasses.mjs","layer":"rsc"},"startTime":1777983894136,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1627,"timestamp":6592523710422,"id":353,"parentId":347,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/shared/src/utils/toKebabCase.mjs","layer":"rsc"},"startTime":1777983894136,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":3634,"timestamp":6592523710623,"id":354,"parentId":347,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/shared/src/utils/toPascalCase.mjs","layer":"rsc"},"startTime":1777983894137,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1129,"timestamp":6592523714559,"id":355,"parentId":322,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/index.js","layer":"rsc"},"startTime":1777983894141,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1859,"timestamp":6592523721449,"id":356,"parentId":354,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/shared/src/utils/toCamelCase.mjs","layer":"rsc"},"startTime":1777983894147,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1451,"timestamp":6592523723512,"id":357,"parentId":355,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/errors.js","layer":"rsc"},"startTime":1777983894150,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3664,"timestamp":6592523723621,"id":358,"parentId":355,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/public-api.js","layer":"rsc"},"startTime":1777983894150,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4374,"timestamp":6592523723743,"id":359,"parentId":355,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/visit.js","layer":"rsc"},"startTime":1777983894150,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2078,"timestamp":6592523731938,"id":360,"parentId":355,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/composer.js","layer":"rsc"},"startTime":1777983894158,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3671,"timestamp":6592523732065,"id":361,"parentId":355,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/Document.js","layer":"rsc"},"startTime":1777983894158,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3972,"timestamp":6592523732152,"id":362,"parentId":355,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/Schema.js","layer":"rsc"},"startTime":1777983894158,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3875,"timestamp":6592523736711,"id":363,"parentId":355,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Alias.js","layer":"rsc"},"startTime":1777983894163,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4126,"timestamp":6592523736818,"id":364,"parentId":355,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/identity.js","layer":"rsc"},"startTime":1777983894163,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4461,"timestamp":6592523736902,"id":365,"parentId":355,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Pair.js","layer":"rsc"},"startTime":1777983894163,"traceId":"736ece428e33d872"},{"name":"build-module","duration":31,"timestamp":6592523745759,"id":366,"parentId":360,"tags":{"name":"process","layer":null},"startTime":1777983894172,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1580,"timestamp":6592523746397,"id":367,"parentId":355,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Scalar.js","layer":"rsc"},"startTime":1777983894172,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2258,"timestamp":6592523746538,"id":368,"parentId":355,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLMap.js","layer":"rsc"},"startTime":1777983894173,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2709,"timestamp":6592523746655,"id":369,"parentId":355,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLSeq.js","layer":"rsc"},"startTime":1777983894173,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3050,"timestamp":6592523746755,"id":370,"parentId":355,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/cst.js","layer":"rsc"},"startTime":1777983894173,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6387,"timestamp":6592523746852,"id":371,"parentId":355,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/lexer.js","layer":"rsc"},"startTime":1777983894173,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6570,"timestamp":6592523746948,"id":372,"parentId":355,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/line-counter.js","layer":"rsc"},"startTime":1777983894173,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4238,"timestamp":6592523754197,"id":373,"parentId":355,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/parser.js","layer":"rsc"},"startTime":1777983894180,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":508,"timestamp":6592523763424,"id":374,"parentId":358,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/log.js","layer":"rsc"},"startTime":1777983894189,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1700,"timestamp":6592523767275,"id":375,"parentId":360,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-end.js","layer":"rsc"},"startTime":1777983894193,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2472,"timestamp":6592523767384,"id":376,"parentId":360,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/directives.js","layer":"rsc"},"startTime":1777983894193,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2645,"timestamp":6592523767489,"id":377,"parentId":361,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/toJS.js","layer":"rsc"},"startTime":1777983894194,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1987,"timestamp":6592523770608,"id":378,"parentId":361,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/anchors.js","layer":"rsc"},"startTime":1777983894197,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2188,"timestamp":6592523770710,"id":379,"parentId":360,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/compose-doc.js","layer":"rsc"},"startTime":1777983894197,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2337,"timestamp":6592523770870,"id":380,"parentId":361,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/applyReviver.js","layer":"rsc"},"startTime":1777983894197,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2736,"timestamp":6592523770957,"id":381,"parentId":362,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/tags.js","layer":"rsc"},"startTime":1777983894197,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3392,"timestamp":6592523771050,"id":382,"parentId":361,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Collection.js","layer":"rsc"},"startTime":1777983894197,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3800,"timestamp":6592523771135,"id":383,"parentId":361,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/createNode.js","layer":"rsc"},"startTime":1777983894197,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1476,"timestamp":6592523775887,"id":384,"parentId":363,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Node.js","layer":"rsc"},"startTime":1777983894202,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":721,"timestamp":6592523780274,"id":385,"parentId":365,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/addPairToJSMap.js","layer":"rsc"},"startTime":1777983894206,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1083,"timestamp":6592523780375,"id":386,"parentId":361,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyDocument.js","layer":"rsc"},"startTime":1777983894206,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1929,"timestamp":6592523782027,"id":387,"parentId":365,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyPair.js","layer":"rsc"},"startTime":1777983894208,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2615,"timestamp":6592523782127,"id":388,"parentId":368,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyCollection.js","layer":"rsc"},"startTime":1777983894208,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2699,"timestamp":6592523782210,"id":389,"parentId":362,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/common/map.js","layer":"rsc"},"startTime":1777983894208,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3086,"timestamp":6592523782292,"id":390,"parentId":362,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/common/seq.js","layer":"rsc"},"startTime":1777983894208,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3170,"timestamp":6592523782367,"id":391,"parentId":362,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/common/string.js","layer":"rsc"},"startTime":1777983894208,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1519,"timestamp":6592523790419,"id":392,"parentId":370,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/cst-scalar.js","layer":"rsc"},"startTime":1777983894216,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3771,"timestamp":6592523795734,"id":393,"parentId":370,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/cst-visit.js","layer":"rsc"},"startTime":1777983894222,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3999,"timestamp":6592523795837,"id":394,"parentId":370,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/cst-stringify.js","layer":"rsc"},"startTime":1777983894222,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1035,"timestamp":6592523801771,"id":395,"parentId":379,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/compose-node.js","layer":"rsc"},"startTime":1777983894228,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7536,"timestamp":6592523801869,"id":396,"parentId":379,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-props.js","layer":"rsc"},"startTime":1777983894228,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7660,"timestamp":6592523801950,"id":397,"parentId":381,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/common/null.js","layer":"rsc"},"startTime":1777983894228,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1349,"timestamp":6592523809916,"id":398,"parentId":381,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/core/bool.js","layer":"rsc"},"startTime":1777983894236,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1591,"timestamp":6592523810031,"id":399,"parentId":381,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/core/float.js","layer":"rsc"},"startTime":1777983894236,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1672,"timestamp":6592523810120,"id":400,"parentId":381,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/core/schema.js","layer":"rsc"},"startTime":1777983894236,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5977,"timestamp":6592523810198,"id":401,"parentId":381,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/core/int.js","layer":"rsc"},"startTime":1777983894236,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6287,"timestamp":6592523810276,"id":402,"parentId":381,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/json/schema.js","layer":"rsc"},"startTime":1777983894236,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3978,"timestamp":6592523832955,"id":403,"parentId":381,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/binary.js","layer":"rsc"},"startTime":1777983894259,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2244,"timestamp":6592523835136,"id":404,"parentId":381,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/merge.js","layer":"rsc"},"startTime":1777983894261,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2844,"timestamp":6592523835241,"id":405,"parentId":385,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringify.js","layer":"rsc"},"startTime":1777983894261,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2980,"timestamp":6592523835331,"id":406,"parentId":386,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyComment.js","layer":"rsc"},"startTime":1777983894261,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4743,"timestamp":6592523835411,"id":407,"parentId":381,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/omap.js","layer":"rsc"},"startTime":1777983894261,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5269,"timestamp":6592523835490,"id":408,"parentId":381,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js","layer":"rsc"},"startTime":1777983894262,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5679,"timestamp":6592523835574,"id":409,"parentId":381,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/set.js","layer":"rsc"},"startTime":1777983894262,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6044,"timestamp":6592523835649,"id":410,"parentId":381,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/pairs.js","layer":"rsc"},"startTime":1777983894262,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6190,"timestamp":6592523835723,"id":411,"parentId":381,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/schema.js","layer":"rsc"},"startTime":1777983894262,"traceId":"736ece428e33d872"},{"name":"build-module","duration":29,"timestamp":6592523849375,"id":412,"parentId":403,"tags":{"name":"buffer","layer":null},"startTime":1777983894275,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1651,"timestamp":6592523850030,"id":413,"parentId":392,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-scalar.js","layer":"rsc"},"startTime":1777983894276,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3808,"timestamp":6592523850164,"id":414,"parentId":392,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyString.js","layer":"rsc"},"startTime":1777983894276,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4678,"timestamp":6592523850249,"id":415,"parentId":392,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-scalar.js","layer":"rsc"},"startTime":1777983894276,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":964,"timestamp":6592523857197,"id":416,"parentId":395,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/util-empty-scalar-position.js","layer":"rsc"},"startTime":1777983894283,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1337,"timestamp":6592523857315,"id":417,"parentId":395,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/compose-collection.js","layer":"rsc"},"startTime":1777983894283,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3359,"timestamp":6592523857400,"id":418,"parentId":395,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/compose-scalar.js","layer":"rsc"},"startTime":1777983894283,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":497,"timestamp":6592523864490,"id":419,"parentId":399,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyNumber.js","layer":"rsc"},"startTime":1777983894291,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":770,"timestamp":6592523865853,"id":420,"parentId":411,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/bool.js","layer":"rsc"},"startTime":1777983894292,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1180,"timestamp":6592523865960,"id":421,"parentId":411,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/int.js","layer":"rsc"},"startTime":1777983894292,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1526,"timestamp":6592523866053,"id":422,"parentId":411,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/float.js","layer":"rsc"},"startTime":1777983894292,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1027,"timestamp":6592523869919,"id":423,"parentId":417,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-map.js","layer":"rsc"},"startTime":1777983894296,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2180,"timestamp":6592523870032,"id":424,"parentId":417,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-seq.js","layer":"rsc"},"startTime":1777983894296,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2754,"timestamp":6592523870125,"id":425,"parentId":414,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/foldFlowLines.js","layer":"rsc"},"startTime":1777983894296,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2298,"timestamp":6592523873185,"id":426,"parentId":417,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-collection.js","layer":"rsc"},"startTime":1777983894299,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":637,"timestamp":6592523877376,"id":427,"parentId":423,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/util-contains-newline.js","layer":"rsc"},"startTime":1777983894303,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":737,"timestamp":6592523877481,"id":428,"parentId":423,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/util-map-includes.js","layer":"rsc"},"startTime":1777983894304,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":821,"timestamp":6592523877565,"id":429,"parentId":423,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/util-flow-indent-check.js","layer":"rsc"},"startTime":1777983894304,"traceId":"736ece428e33d872"},{"name":"font-loader","duration":802494,"timestamp":6592523568976,"id":277,"parentId":276,"tags":{},"startTime":1777983893995,"traceId":"736ece428e33d872"}]
|
|
7
|
-
[{"name":"build-module-mjs","duration":5908,"timestamp":6592525136052,"id":917,"parentId":730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/globe.mjs","layer":"ssr"},"startTime":1777983895562,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":5972,"timestamp":6592525136163,"id":918,"parentId":730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/folder-lock.mjs","layer":"ssr"},"startTime":1777983895562,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":6011,"timestamp":6592525136276,"id":919,"parentId":730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/shield-check.mjs","layer":"ssr"},"startTime":1777983895562,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6140,"timestamp":6592525136382,"id":920,"parentId":737,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/match-segments.js","layer":"ssr"},"startTime":1777983895562,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":6286,"timestamp":6592525136485,"id":921,"parentId":703,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/run-viewer/brief-heading.tsx","layer":"ssr"},"startTime":1777983895563,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":6502,"timestamp":6592525136659,"id":922,"parentId":703,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/run-viewer/round-view.tsx","layer":"ssr"},"startTime":1777983895563,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3925,"timestamp":6592525143624,"id":923,"parentId":892,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/compose-collection.js","layer":"ssr"},"startTime":1777983895570,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4347,"timestamp":6592525143721,"id":924,"parentId":892,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/compose-scalar.js","layer":"ssr"},"startTime":1777983895570,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4441,"timestamp":6592525143794,"id":925,"parentId":892,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/util-empty-scalar-position.js","layer":"ssr"},"startTime":1777983895570,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4913,"timestamp":6592525143863,"id":926,"parentId":896,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/foldFlowLines.js","layer":"ssr"},"startTime":1777983895570,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5084,"timestamp":6592525143928,"id":927,"parentId":899,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyNumber.js","layer":"ssr"},"startTime":1777983895570,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5259,"timestamp":6592525143998,"id":928,"parentId":907,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/bool.js","layer":"ssr"},"startTime":1777983895570,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5521,"timestamp":6592525144071,"id":929,"parentId":907,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/float.js","layer":"ssr"},"startTime":1777983895570,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5714,"timestamp":6592525144263,"id":930,"parentId":907,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/int.js","layer":"ssr"},"startTime":1777983895570,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3272,"timestamp":6592525159094,"id":934,"parentId":916,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/not-found.js","layer":"ssr"},"startTime":1777983895585,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3559,"timestamp":6592525159214,"id":935,"parentId":916,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/forbidden.js","layer":"ssr"},"startTime":1777983895585,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4163,"timestamp":6592525158926,"id":933,"parentId":916,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/readonly-url-search-params.js","layer":"ssr"},"startTime":1777983895585,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4109,"timestamp":6592525159324,"id":936,"parentId":916,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/unauthorized.js","layer":"ssr"},"startTime":1777983895585,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4249,"timestamp":6592525159429,"id":937,"parentId":916,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/unstable-rethrow.js","layer":"ssr"},"startTime":1777983895585,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4260,"timestamp":6592525159644,"id":939,"parentId":889,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"ssr"},"startTime":1777983895586,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5070,"timestamp":6592525159534,"id":938,"parentId":737,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/use-action-queue.js","layer":"ssr"},"startTime":1777983895586,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2714,"timestamp":6592525164989,"id":941,"parentId":923,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-map.js","layer":"ssr"},"startTime":1777983895591,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2904,"timestamp":6592525165108,"id":942,"parentId":923,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-seq.js","layer":"ssr"},"startTime":1777983895591,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3764,"timestamp":6592525165185,"id":943,"parentId":923,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-collection.js","layer":"ssr"},"startTime":1777983895591,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":11536,"timestamp":6592525158779,"id":931,"parentId":912,"tags":{"name":"__barrel_optimize__?names=Repeat,RotateCw,Trash2,X!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895585,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":11566,"timestamp":6592525158871,"id":932,"parentId":911,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,CheckCircle2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895585,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":13192,"timestamp":6592525159754,"id":940,"parentId":737,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"ssr"},"startTime":1777983895586,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":8009,"timestamp":6592525165255,"id":944,"parentId":738,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/arrow-left.mjs","layer":"ssr"},"startTime":1777983895591,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8355,"timestamp":6592525165423,"id":945,"parentId":737,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js","layer":"ssr"},"startTime":1777983895591,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8828,"timestamp":6592525165767,"id":948,"parentId":737,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/bfcache.js","layer":"ssr"},"startTime":1777983895592,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":9588,"timestamp":6592525165662,"id":947,"parentId":737,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/vary-path.js","layer":"ssr"},"startTime":1777983895592,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":11069,"timestamp":6592525165543,"id":946,"parentId":737,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/optimistic-routes.js","layer":"ssr"},"startTime":1777983895592,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":14281,"timestamp":6592525165877,"id":949,"parentId":737,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/navigation.js","layer":"ssr"},"startTime":1777983895592,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":32355,"timestamp":6592525165979,"id":950,"parentId":737,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/cache.js","layer":"ssr"},"startTime":1777983895592,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3601,"timestamp":6592525201167,"id":952,"parentId":938,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-thenable.js","layer":"ssr"},"startTime":1777983895627,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4293,"timestamp":6592525200936,"id":951,"parentId":937,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/unstable-rethrow.server.js","layer":"ssr"},"startTime":1777983895627,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1627,"timestamp":6592525205547,"id":953,"parentId":941,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/util-contains-newline.js","layer":"ssr"},"startTime":1777983895632,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1716,"timestamp":6592525205659,"id":954,"parentId":941,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/util-flow-indent-check.js","layer":"ssr"},"startTime":1777983895632,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1821,"timestamp":6592525205737,"id":955,"parentId":941,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/util-map-includes.js","layer":"ssr"},"startTime":1777983895632,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3134,"timestamp":6592525206021,"id":957,"parentId":737,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/reducers/committed-state.js","layer":"ssr"},"startTime":1777983895632,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":4005,"timestamp":6592525205809,"id":956,"parentId":733,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/billing-section.tsx","layer":"ssr"},"startTime":1777983895632,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5582,"timestamp":6592525210125,"id":958,"parentId":950,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/segment-cache/vary-params-decoding.js","layer":"ssr"},"startTime":1777983895636,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":5837,"timestamp":6592525210635,"id":960,"parentId":733,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/telemetry-section.tsx","layer":"ssr"},"startTime":1777983895637,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":6227,"timestamp":6592525210933,"id":961,"parentId":733,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/transport-section.tsx","layer":"ssr"},"startTime":1777983895637,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":8231,"timestamp":6592525210335,"id":959,"parentId":733,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/preview-sections.tsx","layer":"ssr"},"startTime":1777983895636,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7548,"timestamp":6592525211791,"id":964,"parentId":782,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"ssr"},"startTime":1777983895638,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":9306,"timestamp":6592525211227,"id":962,"parentId":664,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/persona-dialog/index.tsx","layer":"ssr"},"startTime":1777983895637,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":8785,"timestamp":6592525211955,"id":965,"parentId":786,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/shield.mjs","layer":"ssr"},"startTime":1777983895638,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":10548,"timestamp":6592525211510,"id":963,"parentId":667,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/index.tsx","layer":"ssr"},"startTime":1777983895638,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6544,"timestamp":6592525222723,"id":966,"parentId":951,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/is-postpone.js","layer":"ssr"},"startTime":1777983895649,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":8890,"timestamp":6592525232327,"id":967,"parentId":956,"tags":{"name":"__barrel_optimize__?names=CreditCard!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895658,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4295,"timestamp":6592525242945,"id":971,"parentId":964,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"ssr"},"startTime":1777983895669,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4572,"timestamp":6592525243103,"id":972,"parentId":790,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/has-base-path.js","layer":"ssr"},"startTime":1777983895669,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4705,"timestamp":6592525243229,"id":973,"parentId":784,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/cache-key.js","layer":"ssr"},"startTime":1777983895669,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":8722,"timestamp":6592525242775,"id":968,"parentId":960,"tags":{"name":"__barrel_optimize__?names=Eye!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895669,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":8943,"timestamp":6592525242862,"id":969,"parentId":961,"tags":{"name":"__barrel_optimize__?names=Terminal!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895669,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":12143,"timestamp":6592525243349,"id":974,"parentId":784,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/scheduler.js","layer":"ssr"},"startTime":1777983895669,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":12825,"timestamp":6592525242907,"id":970,"parentId":959,"tags":{"name":"__barrel_optimize__?names=Activity,AlertTriangle,Check,Cloud,FolderLock,Loader2,Monitor,Plus,Send,Server,Shield,Sliders,Webhook,Workflow,X!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895669,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":8372,"timestamp":6592525248107,"id":975,"parentId":772,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/helpers.ts","layer":"ssr"},"startTime":1777983895674,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":8369,"timestamp":6592525248310,"id":976,"parentId":769,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/input.tsx","layer":"ssr"},"startTime":1777983895674,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":8209,"timestamp":6592525248654,"id":979,"parentId":822,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/eye.mjs","layer":"ssr"},"startTime":1777983895675,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":8261,"timestamp":6592525248767,"id":980,"parentId":840,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/dollar-sign.mjs","layer":"ssr"},"startTime":1777983895675,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":8278,"timestamp":6592525248906,"id":981,"parentId":850,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/menu.mjs","layer":"ssr"},"startTime":1777983895675,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8451,"timestamp":6592525249037,"id":982,"parentId":888,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/unrecognized-action-error.js","layer":"ssr"},"startTime":1777983895675,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":9066,"timestamp":6592525248556,"id":977,"parentId":962,"tags":{"name":"__barrel_optimize__?names=Pencil,Plus,Sparkles,X!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895675,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":14529,"timestamp":6592525248612,"id":978,"parentId":963,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,CheckCircle2,FileCode2,Loader2,Pencil,Plus,Sparkles,X!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895675,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3322,"timestamp":6592525264765,"id":983,"parentId":972,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"ssr"},"startTime":1777983895691,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1719,"timestamp":6592525268798,"id":984,"parentId":970,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/activity.mjs","layer":"ssr"},"startTime":1777983895695,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1731,"timestamp":6592525268967,"id":985,"parentId":977,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/sparkles.mjs","layer":"ssr"},"startTime":1777983895695,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1834,"timestamp":6592525269279,"id":987,"parentId":931,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/rotate-cw.mjs","layer":"ssr"},"startTime":1777983895695,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1948,"timestamp":6592525269390,"id":988,"parentId":931,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/repeat.mjs","layer":"ssr"},"startTime":1777983895695,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":2875,"timestamp":6592525269101,"id":986,"parentId":778,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/sheet.tsx","layer":"ssr"},"startTime":1777983895695,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":3018,"timestamp":6592525275694,"id":989,"parentId":986,"tags":{"name":"__barrel_optimize__?names=XIcon!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895702,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2161,"timestamp":6592525277122,"id":990,"parentId":940,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/app-call-server.js","layer":"ssr"},"startTime":1777983895703,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2227,"timestamp":6592525277384,"id":992,"parentId":940,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/navigation-build-id.js","layer":"ssr"},"startTime":1777983895703,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2546,"timestamp":6592525277501,"id":993,"parentId":940,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/app-find-source-map-url.js","layer":"ssr"},"startTime":1777983895704,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5025,"timestamp":6592525277263,"id":991,"parentId":940,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/flight-data-helpers.js","layer":"ssr"},"startTime":1777983895703,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5204,"timestamp":6592525277615,"id":994,"parentId":940,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/deployment-id.js","layer":"ssr"},"startTime":1777983895704,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5531,"timestamp":6592525277769,"id":995,"parentId":940,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js","layer":"ssr"},"startTime":1777983895704,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6265,"timestamp":6592525277937,"id":996,"parentId":948,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/cache-map.js","layer":"ssr"},"startTime":1777983895704,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1358,"timestamp":6592525284509,"id":997,"parentId":791,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs","layer":"ssr"},"startTime":1777983895711,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2099,"timestamp":6592525289339,"id":1000,"parentId":948,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"ssr"},"startTime":1777983895715,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3173,"timestamp":6592525289211,"id":999,"parentId":949,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/navigation-testing-lock.js","layer":"ssr"},"startTime":1777983895715,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2895,"timestamp":6592525289745,"id":1001,"parentId":995,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js","layer":"ssr"},"startTime":1777983895716,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":6743,"timestamp":6592525292937,"id":1005,"parentId":791,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/tailwind-merge@3.5.0/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"ssr"},"startTime":1777983895719,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":10939,"timestamp":6592525290085,"id":1003,"parentId":967,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/credit-card.mjs","layer":"ssr"},"startTime":1777983895716,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":13387,"timestamp":6592525289038,"id":998,"parentId":949,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"ssr"},"startTime":1777983895715,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":12510,"timestamp":6592525290234,"id":1004,"parentId":949,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/lib/javascript-url.js","layer":"ssr"},"startTime":1777983895716,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":14422,"timestamp":6592525289867,"id":1002,"parentId":922,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/run-viewer/participant-card.tsx","layer":"ssr"},"startTime":1777983895716,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2530,"timestamp":6592525308582,"id":1006,"parentId":1001,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/hash.js","layer":"ssr"},"startTime":1777983895735,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2025,"timestamp":6592525309298,"id":1008,"parentId":969,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/terminal.mjs","layer":"ssr"},"startTime":1777983895735,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2035,"timestamp":6592525309449,"id":1009,"parentId":970,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/cloud.mjs","layer":"ssr"},"startTime":1777983895735,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":4609,"timestamp":6592525309224,"id":1007,"parentId":1002,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,ArrowRight,Shuffle,X!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895735,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2280,"timestamp":6592525313934,"id":1010,"parentId":970,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/send.mjs","layer":"ssr"},"startTime":1777983895740,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2329,"timestamp":6592525314092,"id":1011,"parentId":970,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/server.mjs","layer":"ssr"},"startTime":1777983895740,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2375,"timestamp":6592525314266,"id":1012,"parentId":970,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/monitor.mjs","layer":"ssr"},"startTime":1777983895740,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1243,"timestamp":6592525318289,"id":1016,"parentId":970,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/sliders-vertical.mjs","layer":"ssr"},"startTime":1777983895744,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":2254,"timestamp":6592525317717,"id":1013,"parentId":911,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-stepper.tsx","layer":"ssr"},"startTime":1777983895744,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":2482,"timestamp":6592525317916,"id":1014,"parentId":962,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/persona-dialog/form-body.tsx","layer":"ssr"},"startTime":1777983895744,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":2717,"timestamp":6592525318113,"id":1015,"parentId":962,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/persona-dialog/helpers.tsx","layer":"ssr"},"startTime":1777983895744,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2472,"timestamp":6592525318566,"id":1018,"parentId":970,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/workflow.mjs","layer":"ssr"},"startTime":1777983895745,"traceId":"736ece428e33d872"}]
|
|
8
|
-
[{"name":"build-module-mjs","duration":2862,"timestamp":6592525318400,"id":1017,"parentId":970,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/webhook.mjs","layer":"ssr"},"startTime":1777983895744,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1657,"timestamp":6592525321470,"id":1020,"parentId":940,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-server-dom-webpack-client.js","layer":"ssr"},"startTime":1777983895748,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2063,"timestamp":6592525321623,"id":1021,"parentId":854,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.mjs","layer":"ssr"},"startTime":1777983895748,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7955,"timestamp":6592525318738,"id":1019,"parentId":974,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/lru.js","layer":"ssr"},"startTime":1777983895745,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":888,"timestamp":6592525326919,"id":1022,"parentId":854,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/radix-ui@1.4.3_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react@19.2.14_react_8630af8f756c6a5269f4297295494860/node_modules/radix-ui/dist/index.mjs","layer":"ssr"},"startTime":1777983895753,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":3327,"timestamp":6592525328835,"id":1025,"parentId":962,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/persona-dialog/footer.tsx","layer":"ssr"},"startTime":1777983895755,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":3240,"timestamp":6592525329210,"id":1027,"parentId":963,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/primitives.tsx","layer":"ssr"},"startTime":1777983895755,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":4293,"timestamp":6592525329029,"id":1026,"parentId":963,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/form-panel.tsx","layer":"ssr"},"startTime":1777983895755,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3020,"timestamp":6592525335351,"id":1031,"parentId":888,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/server-inserted-html.js","layer":"ssr"},"startTime":1777983895761,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":10178,"timestamp":6592525328730,"id":1023,"parentId":1013,"tags":{"name":"__barrel_optimize__?names=Check,ClipboardList,Code2,Eye,FileCode2,FlaskConical,GitPullRequest,Loader2,Search,Shuffle,TestTube2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895755,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":10227,"timestamp":6592525328793,"id":1024,"parentId":1014,"tags":{"name":"__barrel_optimize__?names=AlertTriangle!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895755,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":4437,"timestamp":6592525334976,"id":1029,"parentId":963,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/constants.ts","layer":"ssr"},"startTime":1777983895761,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":5001,"timestamp":6592525334760,"id":1028,"parentId":963,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/yaml-panel.tsx","layer":"ssr"},"startTime":1777983895761,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":4172,"timestamp":6592525335781,"id":1034,"parentId":978,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/file-code-corner.mjs","layer":"ssr"},"startTime":1777983895762,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":5353,"timestamp":6592525335432,"id":1032,"parentId":963,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/emit.ts","layer":"ssr"},"startTime":1777983895761,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":5792,"timestamp":6592525335594,"id":1033,"parentId":962,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/dialog.tsx","layer":"ssr"},"startTime":1777983895762,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":7828,"timestamp":6592525335167,"id":1030,"parentId":963,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/parse.ts","layer":"ssr"},"startTime":1777983895761,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":4485,"timestamp":6592525348850,"id":1036,"parentId":1026,"tags":{"name":"__barrel_optimize__?names=CheckCircle2,ChevronLeft,ChevronRight!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895775,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":4706,"timestamp":6592525348776,"id":1035,"parentId":1025,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,CheckCircle2,Loader2,Trash2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895775,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2300,"timestamp":6592525351434,"id":1040,"parentId":1007,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/shuffle.mjs","layer":"ssr"},"startTime":1777983895777,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":2811,"timestamp":6592525351073,"id":1038,"parentId":963,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/template-live-yaml.ts","layer":"ssr"},"startTime":1777983895777,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":3026,"timestamp":6592525351251,"id":1039,"parentId":963,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/template-validation.ts","layer":"ssr"},"startTime":1777983895777,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":6980,"timestamp":6592525351012,"id":1037,"parentId":1029,"tags":{"name":"__barrel_optimize__?names=Layers,Shuffle,Sliders,Tag!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895777,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":1329,"timestamp":6592525358182,"id":1041,"parentId":1002,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/run-viewer/state-badge.tsx","layer":"ssr"},"startTime":1777983895784,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":1290,"timestamp":6592525358401,"id":1042,"parentId":1002,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/run-viewer/lineage-gradient.ts","layer":"ssr"},"startTime":1777983895784,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2661,"timestamp":6592525362029,"id":1043,"parentId":1041,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,CheckCircle2,Loader2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895788,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2834,"timestamp":6592525362094,"id":1044,"parentId":1023,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/clipboard-list.mjs","layer":"ssr"},"startTime":1777983895788,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1561,"timestamp":6592525363902,"id":1045,"parentId":1023,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/flask-conical.mjs","layer":"ssr"},"startTime":1777983895790,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2220,"timestamp":6592525364044,"id":1046,"parentId":1023,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/test-tube-diagonal.mjs","layer":"ssr"},"startTime":1777983895790,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2309,"timestamp":6592525364182,"id":1047,"parentId":1023,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/git-pull-request.mjs","layer":"ssr"},"startTime":1777983895790,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1058,"timestamp":6592525366907,"id":1048,"parentId":1036,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/chevron-left.mjs","layer":"ssr"},"startTime":1777983895793,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2035,"timestamp":6592525368217,"id":1050,"parentId":1036,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/chevron-right.mjs","layer":"ssr"},"startTime":1777983895794,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":2599,"timestamp":6592525368027,"id":1049,"parentId":1026,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/basics-step.tsx","layer":"ssr"},"startTime":1777983895794,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":9220,"timestamp":6592525369932,"id":1053,"parentId":1037,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/tag.mjs","layer":"ssr"},"startTime":1777983895796,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":11815,"timestamp":6592525369542,"id":1051,"parentId":1026,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/policy-step.tsx","layer":"ssr"},"startTime":1777983895796,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":12297,"timestamp":6592525369734,"id":1052,"parentId":1026,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/fallback-step.tsx","layer":"ssr"},"startTime":1777983895796,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":2634,"timestamp":6592525387323,"id":1055,"parentId":1039,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/template-schema.ts","layer":"ssr"},"startTime":1777983895813,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2913,"timestamp":6592525387244,"id":1054,"parentId":1052,"tags":{"name":"__barrel_optimize__?names=Plus,Shuffle,X!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895813,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":2927,"timestamp":6592525429283,"id":1056,"parentId":1026,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/index.tsx","layer":"ssr"},"startTime":1777983895855,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2645,"timestamp":6592525437558,"id":1057,"parentId":1056,"tags":{"name":"__barrel_optimize__?names=Plus!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895864,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":887,"timestamp":6592525441173,"id":1058,"parentId":1022,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-accessible-icon@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.14__@ty_d82538e2dc1c85e81d10c78e4650fbee/node_modules/@radix-ui/react-accessible-icon/dist/index.mjs","layer":"ssr"},"startTime":1777983895867,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1044,"timestamp":6592525441334,"id":1060,"parentId":1055,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/index.js","layer":"ssr"},"startTime":1777983895867,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":4873,"timestamp":6592525441264,"id":1059,"parentId":1022,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-accordion@1.2.12_@types+react-dom@19.2.3_@types+react@19.2.14__@types+r_8b3df72274e0fa0cff1629993ef7cc33/node_modules/@radix-ui/react-accordion/dist/index.mjs","layer":"ssr"},"startTime":1777983895867,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":3750,"timestamp":6592525444041,"id":1061,"parentId":1022,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.14__@type_d492cfbed6c88f7a3980b921a627d48d/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","layer":"ssr"},"startTime":1777983895870,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":991,"timestamp":6592525448364,"id":1062,"parentId":1022,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-aspect-ratio@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.14__@types_96bcec06796fd925f9bce26c5b0bc695/node_modules/@radix-ui/react-aspect-ratio/dist/index.mjs","layer":"ssr"},"startTime":1777983895874,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":3661,"timestamp":6592525448456,"id":1063,"parentId":1022,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-avatar@1.1.10_@types+react-dom@19.2.3_@types+react@19.2.14__@types+reac_06c5a164da4523571d3e9cd55d04eddf/node_modules/@radix-ui/react-avatar/dist/index.mjs","layer":"ssr"},"startTime":1777983895874,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":5105,"timestamp":6592525448524,"id":1064,"parentId":1022,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-checkbox@1.3.3_@types+react-dom@19.2.3_@types+react@19.2.14__@types+rea_a9bfe74df417688e01ae6068318bf0dd/node_modules/@radix-ui/react-checkbox/dist/index.mjs","layer":"ssr"},"startTime":1777983895875,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":5927,"timestamp":6592525448589,"id":1065,"parentId":1022,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-collapsible@1.1.12_@types+react-dom@19.2.3_@types+react@19.2.14__@types_10a2c6d0ac3bcc7422bd3020fe61e076/node_modules/@radix-ui/react-collapsible/dist/index.mjs","layer":"ssr"},"startTime":1777983895875,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":750,"timestamp":6592525458676,"id":1070,"parentId":1022,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-direction@1.1.1_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-direction/dist/index.mjs","layer":"ssr"},"startTime":1777983895885,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":4725,"timestamp":6592525456439,"id":1066,"parentId":1022,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-context-menu@2.2.16_@types+react-dom@19.2.3_@types+react@19.2.14__@type_7ddebea395c65d3c4d3683b445765102/node_modules/@radix-ui/react-context-menu/dist/index.mjs","layer":"ssr"},"startTime":1777983895882,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":5749,"timestamp":6592525458536,"id":1068,"parentId":1022,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.14__@typ_73af8346b6b2e99f5d79f55f5dac0b34/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","layer":"ssr"},"startTime":1777983895885,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":7321,"timestamp":6592525458450,"id":1067,"parentId":1022,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.14__@types+reac_779045218dc2799d336e7197abef9d38/node_modules/@radix-ui/react-dialog/dist/index.mjs","layer":"ssr"},"startTime":1777983895884,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":9759,"timestamp":6592525458611,"id":1069,"parentId":1022,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react@1_ac782b7f287a9ebe6066a603dfc1b780/node_modules/@radix-ui/react-form/dist/index.mjs","layer":"ssr"},"startTime":1777983895885,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":3424,"timestamp":6592525494521,"id":1072,"parentId":1022,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-label@2.1.7_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react@_0e34a2d9c9cbbbf963013b9dd979f6f1/node_modules/@radix-ui/react-label/dist/index.mjs","layer":"ssr"},"startTime":1777983895921,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":5281,"timestamp":6592525494389,"id":1071,"parentId":1022,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-hover-card@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.14__@types+_7ad81962fbdf173de4beb0078b2863c0/node_modules/@radix-ui/react-hover-card/dist/index.mjs","layer":"ssr"},"startTime":1777983895920,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":5241,"timestamp":6592525498054,"id":1073,"parentId":1022,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.14__@types+rea_2538d85c615acf13b2f2294bd07156f9/node_modules/@radix-ui/react-menubar/dist/index.mjs","layer":"ssr"},"startTime":1777983895924,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":10728,"timestamp":6592525498142,"id":1074,"parentId":1022,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.14__@t_7563284ec2dc0b07b96e6ca399b56630/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","layer":"ssr"},"startTime":1777983895924,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":4153,"timestamp":6592525606781,"id":1077,"parentId":1022,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-portal@1.1.9_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react_7668895bec2444446faa4e0f4eb5244b/node_modules/@radix-ui/react-portal/dist/index.mjs","layer":"ssr"},"startTime":1777983896033,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":6027,"timestamp":6592525606063,"id":1076,"parentId":1022,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-password-toggle-field@0.1.3_@types+react-dom@19.2.3_@types+react@19.2.1_f140fea76c74b024d58beaaf8d08d46c/node_modules/@radix-ui/react-password-toggle-field/dist/index.mjs","layer":"ssr"},"startTime":1777983896032,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":10311,"timestamp":6592525605905,"id":1075,"parentId":1022,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-one-time-password-field@0.1.8_@types+react-dom@19.2.3_@types+react@19.2_d966c07edda083842dfc81816512d421/node_modules/@radix-ui/react-one-time-password-field/dist/index.mjs","layer":"ssr"},"startTime":1777983896032,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":8957,"timestamp":6592525608853,"id":1078,"parentId":1022,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.14__@types+rea_8b5332f8e883134e9d9ab2856fc4395d/node_modules/@radix-ui/react-popover/dist/index.mjs","layer":"ssr"},"startTime":1777983896035,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":4495,"timestamp":6592525648927,"id":1079,"parentId":1022,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-radio-group@1.3.8_@types+react-dom@19.2.3_@types+react@19.2.14__@types+_cc2a70da647cefa06e7f90fd9b481f08/node_modules/@radix-ui/react-radio-group/dist/index.mjs","layer":"ssr"},"startTime":1777983896075,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":3372,"timestamp":6592525665602,"id":1080,"parentId":1022,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-progress@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.14__@types+rea_d26b5d8ff64e53a10c8029fddad30be5/node_modules/@radix-ui/react-progress/dist/index.mjs","layer":"ssr"},"startTime":1777983896092,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":7963,"timestamp":6592525665723,"id":1081,"parentId":1022,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-scroll-area@1.2.10_@types+react-dom@19.2.3_@types+react@19.2.14__@types_155614c2fe5222bb9b221068b09efefc/node_modules/@radix-ui/react-scroll-area/dist/index.mjs","layer":"ssr"},"startTime":1777983896092,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":12211,"timestamp":6592525667982,"id":1082,"parentId":1022,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-select@2.2.6_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react_53894a32562cb9eeb6aef8b357a4f4e3/node_modules/@radix-ui/react-select/dist/index.mjs","layer":"ssr"},"startTime":1777983896094,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":704,"timestamp":6592525721598,"id":1083,"parentId":1022,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-separator@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.14__@types+re_708d1054dbf5e38a292cb79d1c79b4a1/node_modules/@radix-ui/react-separator/dist/index.mjs","layer":"ssr"},"startTime":1777983896148,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1486,"timestamp":6592525743335,"id":1084,"parentId":1022,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-slot@1.2.3_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"ssr"},"startTime":1777983896169,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":6241,"timestamp":6592525743480,"id":1085,"parentId":1022,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-slider@1.3.6_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react_c6a3fae91eb6750caf661d179680cb4a/node_modules/@radix-ui/react-slider/dist/index.mjs","layer":"ssr"},"startTime":1777983896170,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":8268,"timestamp":6592525766752,"id":1086,"parentId":1022,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react_4581e89c6ba13e4159ce65546c8b2a16/node_modules/@radix-ui/react-toast/dist/index.mjs","layer":"ssr"},"startTime":1777983896193,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":3610,"timestamp":6592525796659,"id":1087,"parentId":1056,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/primitives.tsx","layer":"ssr"},"startTime":1777983896223,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":4027,"timestamp":6592525797256,"id":1088,"parentId":1056,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/phase-card.tsx","layer":"ssr"},"startTime":1777983896223,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":2503,"timestamp":6592525807998,"id":1089,"parentId":1056,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/hooks.ts","layer":"ssr"},"startTime":1777983896234,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2463,"timestamp":6592525808381,"id":1092,"parentId":1022,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-toggle@1.1.10_@types+react-dom@19.2.3_@types+react@19.2.14__@types+reac_63d136f11f5f79b42c1373b9162ffc86/node_modules/@radix-ui/react-toggle/dist/index.mjs","layer":"ssr"},"startTime":1777983896234,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":3284,"timestamp":6592525808227,"id":1090,"parentId":1022,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-switch@1.2.6_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react_e3738c514c10df2ef7e24af5ee461853/node_modules/@radix-ui/react-switch/dist/index.mjs","layer":"ssr"},"startTime":1777983896234,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":3903,"timestamp":6592525808313,"id":1091,"parentId":1022,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-tabs@1.1.13_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react@_2ad0945e3cb98dc5bbfaaf29c105e977/node_modules/@radix-ui/react-tabs/dist/index.mjs","layer":"ssr"},"startTime":1777983896234,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":590,"timestamp":6592525830923,"id":1094,"parentId":1060,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/external.js","layer":"ssr"},"startTime":1777983896257,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":756,"timestamp":6592525835304,"id":1095,"parentId":1022,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-visually-hidden@1.2.3_@types+react-dom@19.2.3_@types+react@19.2.14__@ty_fa89646d7248b32d1762bf88948f6339/node_modules/@radix-ui/react-visually-hidden/dist/index.mjs","layer":"ssr"},"startTime":1777983896261,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":8900,"timestamp":6592525830786,"id":1093,"parentId":1022,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-tooltip@1.2.8_@types+react-dom@19.2.3_@types+react@19.2.14__@types+reac_9074d9fb06315b089b2bee17c4c65951/node_modules/@radix-ui/react-tooltip/dist/index.mjs","layer":"ssr"},"startTime":1777983896257,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":8507,"timestamp":6592525835392,"id":1096,"parentId":1022,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-toggle-group@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.14__@type_0c124bdbaa351e80a671757a596f81ce/node_modules/@radix-ui/react-toggle-group/dist/index.mjs","layer":"ssr"},"startTime":1777983896261,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":863,"timestamp":6592525868503,"id":1098,"parentId":1059,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-context@1.1.2_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-context/dist/index.mjs","layer":"ssr"},"startTime":1777983896295,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2953,"timestamp":6592525867794,"id":1097,"parentId":1022,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-toolbar@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.14__@types+rea_0c21b1d71c2cf2b659e30aa892e5950d/node_modules/@radix-ui/react-toolbar/dist/index.mjs","layer":"ssr"},"startTime":1777983896294,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":536,"timestamp":6592525881571,"id":1099,"parentId":1059,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+primitive@1.1.3/node_modules/@radix-ui/primitive/dist/index.mjs","layer":"ssr"},"startTime":1777983896308,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1437,"timestamp":6592525882942,"id":1100,"parentId":1059,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-compose-refs@1.1.2_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","layer":"ssr"},"startTime":1777983896309,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1488,"timestamp":6592525883120,"id":1102,"parentId":1059,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-id@1.1.1_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-id/dist/index.mjs","layer":"ssr"},"startTime":1777983896309,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2087,"timestamp":6592525883187,"id":1103,"parentId":1059,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-use-controllable-state@1.2.2_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs","layer":"ssr"},"startTime":1777983896309,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2310,"timestamp":6592525883256,"id":1104,"parentId":1059,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-primitive@2.1.3_@types+react-dom@19.2.3_@types+react@19.2.14__@types+re_1181ea5061ec9212248424669240e4ec/node_modules/@radix-ui/react-primitive/dist/index.mjs","layer":"ssr"},"startTime":1777983896309,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2470,"timestamp":6592525883318,"id":1105,"parentId":1063,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-use-callback-ref@1.1.1_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs","layer":"ssr"},"startTime":1777983896309,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":7202,"timestamp":6592525883047,"id":1101,"parentId":1059,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-collection@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.14__@types+r_161926fa2509d0b7370b60b8bb4eb8b0/node_modules/@radix-ui/react-collection/dist/index.mjs","layer":"ssr"},"startTime":1777983896309,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":480,"timestamp":6592525897801,"id":1106,"parentId":1063,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-use-is-hydrated@0.1.0_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-is-hydrated/dist/index.mjs","layer":"ssr"},"startTime":1777983896324,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":614,"timestamp":6592525899945,"id":1107,"parentId":1063,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-use-layout-effect@1.1.1_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs","layer":"ssr"},"startTime":1777983896326,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":715,"timestamp":6592525900072,"id":1108,"parentId":1064,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-use-previous@1.1.1_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-previous/dist/index.mjs","layer":"ssr"},"startTime":1777983896326,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":807,"timestamp":6592525902590,"id":1110,"parentId":1064,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-use-size@1.1.1_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-size/dist/index.mjs","layer":"ssr"},"startTime":1777983896329,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":3171,"timestamp":6592525902470,"id":1109,"parentId":1064,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-presence@1.1.5_@types+react-dom@19.2.3_@types+react@19.2.14__@types+rea_c01c26c80b5ab5e3ecefbda6eca51ad1/node_modules/@radix-ui/react-presence/dist/index.mjs","layer":"ssr"},"startTime":1777983896329,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":282,"timestamp":6592525912597,"id":1112,"parentId":1067,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll@2.7.2_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll/dist/es2015/index.js","layer":"ssr"},"startTime":1777983896339,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":8921,"timestamp":6592525911438,"id":1111,"parentId":1066,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react@_73ff7391b7be14d4dbff03af4dbac090/node_modules/@radix-ui/react-menu/dist/index.mjs","layer":"ssr"},"startTime":1777983896337,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1459,"timestamp":6592525958043,"id":1116,"parentId":1067,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/aria-hidden@1.2.6/node_modules/aria-hidden/dist/es2015/index.js","layer":"ssr"},"startTime":1777983896384,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2285,"timestamp":6592525957942,"id":1115,"parentId":1067,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-focus-guards@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-focus-guards/dist/index.mjs","layer":"ssr"},"startTime":1777983896384,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":4361,"timestamp":6592525956939,"id":1114,"parentId":1067,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-dismissable-layer@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.14___3d3960154a4c07d09bb90cb341135fc5/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs","layer":"ssr"},"startTime":1777983896383,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":5615,"timestamp":6592525956788,"id":1113,"parentId":1067,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-focus-scope@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.14__@types+_f62f3af4ca2ba305a7aecf04c8534604/node_modules/@radix-ui/react-focus-scope/dist/index.mjs","layer":"ssr"},"startTime":1777983896383,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":587,"timestamp":6592525979119,"id":1119,"parentId":1076,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-use-effect-event@0.0.2_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-effect-event/dist/index.mjs","layer":"ssr"},"startTime":1777983896405,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":3491,"timestamp":6592525979029,"id":1118,"parentId":1073,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-roving-focus@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.14__@type_4eeb29c998b846c35358e2f929e7490e/node_modules/@radix-ui/react-roving-focus/dist/index.mjs","layer":"ssr"},"startTime":1777983896405,"traceId":"736ece428e33d872"}]
|
|
9
|
-
[{"name":"build-module-mjs","duration":6722,"timestamp":6592525978347,"id":1117,"parentId":1071,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-popper@1.2.8_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react_13e0521d8aea7ebfbfb8bee1fb615c05/node_modules/@radix-ui/react-popper/dist/index.mjs","layer":"ssr"},"startTime":1777983896404,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2374,"timestamp":6592526003713,"id":1120,"parentId":1088,"tags":{"name":"__barrel_optimize__?names=ArrowDown,ArrowUp,ChevronDown,ChevronRight,Trash2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983896430,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":660,"timestamp":6592526012737,"id":1121,"parentId":1075,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+number@1.1.1/node_modules/@radix-ui/number/dist/index.mjs","layer":"ssr"},"startTime":1777983896439,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":940,"timestamp":6592526014643,"id":1124,"parentId":1094,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/errors.js","layer":"ssr"},"startTime":1777983896441,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":19544,"timestamp":6592526014724,"id":1125,"parentId":1094,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.js","layer":"ssr"},"startTime":1777983896441,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":22011,"timestamp":6592526012858,"id":1122,"parentId":1088,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/constants.ts","layer":"ssr"},"startTime":1777983896439,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":22049,"timestamp":6592526014424,"id":1123,"parentId":1088,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/phase-card-sections.tsx","layer":"ssr"},"startTime":1777983896440,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1209,"timestamp":6592526044838,"id":1126,"parentId":1094,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js","layer":"ssr"},"startTime":1777983896471,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":264,"timestamp":6592526048213,"id":1127,"parentId":1094,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/typeAliases.js","layer":"ssr"},"startTime":1777983896474,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1128,"timestamp":6592526049141,"id":1128,"parentId":1094,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/util.js","layer":"ssr"},"startTime":1777983896475,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2341,"timestamp":6592526049234,"id":1129,"parentId":1094,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/ZodError.js","layer":"ssr"},"startTime":1777983896475,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2508,"timestamp":6592526049305,"id":1130,"parentId":1106,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sync-external-store@1.6.0_react@19.2.4/node_modules/use-sync-external-store/shim/index.js","layer":"ssr"},"startTime":1777983896475,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2774,"timestamp":6592526053091,"id":1131,"parentId":1122,"tags":{"name":"__barrel_optimize__?names=ClipboardList,Code2,Eye,FileCode2,FlaskConical,GitPullRequest,Search,Shuffle,TestTube2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983896479,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":890,"timestamp":6592526082475,"id":1132,"parentId":1112,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll@2.7.2_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll/dist/es2015/Combination.js","layer":"ssr"},"startTime":1777983896509,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2087,"timestamp":6592526099613,"id":1134,"parentId":1120,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/arrow-up.mjs","layer":"ssr"},"startTime":1777983896526,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2482,"timestamp":6592526099381,"id":1133,"parentId":1120,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/arrow-down.mjs","layer":"ssr"},"startTime":1777983896525,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":402,"timestamp":6592526103202,"id":1135,"parentId":1125,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.js","layer":"ssr"},"startTime":1777983896529,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1143,"timestamp":6592526109694,"id":1136,"parentId":1124,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/locales/en.js","layer":"ssr"},"startTime":1777983896536,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":755,"timestamp":6592526117471,"id":1139,"parentId":1130,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sync-external-store@1.6.0_react@19.2.4/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js","layer":"ssr"},"startTime":1777983896544,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":4733,"timestamp":6592526115308,"id":1137,"parentId":1123,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/selects.tsx","layer":"ssr"},"startTime":1777983896541,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":5282,"timestamp":6592526115569,"id":1138,"parentId":1123,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/reviewer-slots.tsx","layer":"ssr"},"startTime":1777983896542,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2480,"timestamp":6592526124285,"id":1140,"parentId":1138,"tags":{"name":"__barrel_optimize__?names=Plus,X!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983896550,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":505,"timestamp":6592526130016,"id":1141,"parentId":1132,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll@2.7.2_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll/dist/es2015/sidecar.js","layer":"ssr"},"startTime":1777983896556,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":875,"timestamp":6592526130113,"id":1142,"parentId":1132,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll@2.7.2_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll/dist/es2015/UI.js","layer":"ssr"},"startTime":1777983896556,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":419,"timestamp":6592526139453,"id":1143,"parentId":1114,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-use-escape-keydown@1.1.1_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-escape-keydown/dist/index.mjs","layer":"ssr"},"startTime":1777983896565,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":413,"timestamp":6592526147404,"id":1144,"parentId":1141,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll@2.7.2_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll/dist/es2015/medium.js","layer":"ssr"},"startTime":1777983896573,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1544,"timestamp":6592526147492,"id":1145,"parentId":1141,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll@2.7.2_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll/dist/es2015/SideEffect.js","layer":"ssr"},"startTime":1777983896574,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":459,"timestamp":6592526151734,"id":1146,"parentId":1117,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-arrow@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react@_e05f2c19a58a99fddf374207b5e3778c/node_modules/@radix-ui/react-arrow/dist/index.mjs","layer":"ssr"},"startTime":1777983896578,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1578,"timestamp":6592526152528,"id":1147,"parentId":1117,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@floating-ui+react-dom@2.1.8_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.mjs","layer":"ssr"},"startTime":1777983896579,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":591,"timestamp":6592526157432,"id":1148,"parentId":1145,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll@2.7.2_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js","layer":"ssr"},"startTime":1777983896583,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1091,"timestamp":6592526157565,"id":1149,"parentId":1145,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll@2.7.2_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll/dist/es2015/handleScroll.js","layer":"ssr"},"startTime":1777983896584,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":3302,"timestamp":6592526163148,"id":1150,"parentId":1132,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.es6.mjs","layer":"ssr"},"startTime":1777983896589,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":423,"timestamp":6592526177401,"id":1151,"parentId":1142,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/index.js","layer":"ssr"},"startTime":1777983896603,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":365,"timestamp":6592526178067,"id":1152,"parentId":1141,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/use-sidecar/dist/es2015/index.js","layer":"ssr"},"startTime":1777983896604,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":322,"timestamp":6592526179240,"id":1153,"parentId":1142,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll-bar/dist/es2015/constants.js","layer":"ssr"},"startTime":1777983896605,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":316,"timestamp":6592526181727,"id":1154,"parentId":1145,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll-bar/dist/es2015/index.js","layer":"ssr"},"startTime":1777983896608,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":281,"timestamp":6592526183663,"id":1155,"parentId":1145,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.2.14_react@19.2.4/node_modules/react-style-singleton/dist/es2015/index.js","layer":"ssr"},"startTime":1777983896610,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1115,"timestamp":6592526187535,"id":1156,"parentId":1151,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/assignRef.js","layer":"ssr"},"startTime":1777983896614,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1197,"timestamp":6592526187633,"id":1157,"parentId":1151,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/mergeRef.js","layer":"ssr"},"startTime":1777983896614,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1272,"timestamp":6592526187704,"id":1158,"parentId":1151,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/createRef.js","layer":"ssr"},"startTime":1777983896614,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1533,"timestamp":6592526187768,"id":1159,"parentId":1151,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/useMergeRef.js","layer":"ssr"},"startTime":1777983896614,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1703,"timestamp":6592526187832,"id":1160,"parentId":1151,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/useRef.js","layer":"ssr"},"startTime":1777983896614,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1770,"timestamp":6592526187898,"id":1161,"parentId":1151,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/transformRef.js","layer":"ssr"},"startTime":1777983896614,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1903,"timestamp":6592526187959,"id":1162,"parentId":1151,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/refToCallback.js","layer":"ssr"},"startTime":1777983896614,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1967,"timestamp":6592526188028,"id":1163,"parentId":1151,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/useTransformRef.js","layer":"ssr"},"startTime":1777983896614,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1046,"timestamp":6592526193149,"id":1164,"parentId":1152,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/use-sidecar/dist/es2015/hook.js","layer":"ssr"},"startTime":1777983896619,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1146,"timestamp":6592526193237,"id":1165,"parentId":1152,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/use-sidecar/dist/es2015/hoc.js","layer":"ssr"},"startTime":1777983896619,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1401,"timestamp":6592526193306,"id":1166,"parentId":1152,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/use-sidecar/dist/es2015/renderProp.js","layer":"ssr"},"startTime":1777983896619,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1471,"timestamp":6592526193369,"id":1167,"parentId":1152,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/use-sidecar/dist/es2015/config.js","layer":"ssr"},"startTime":1777983896619,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1594,"timestamp":6592526193437,"id":1168,"parentId":1152,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/use-sidecar/dist/es2015/exports.js","layer":"ssr"},"startTime":1777983896619,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1873,"timestamp":6592526193498,"id":1169,"parentId":1152,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/use-sidecar/dist/es2015/medium.js","layer":"ssr"},"startTime":1777983896620,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":3079,"timestamp":6592526196384,"id":1170,"parentId":1147,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@floating-ui+dom@1.7.6/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs","layer":"ssr"},"startTime":1777983896622,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":732,"timestamp":6592526200580,"id":1171,"parentId":1154,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll-bar/dist/es2015/component.js","layer":"ssr"},"startTime":1777983896627,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":905,"timestamp":6592526200665,"id":1172,"parentId":1154,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll-bar/dist/es2015/utils.js","layer":"ssr"},"startTime":1777983896627,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":445,"timestamp":6592526202860,"id":1173,"parentId":1155,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.2.14_react@19.2.4/node_modules/react-style-singleton/dist/es2015/component.js","layer":"ssr"},"startTime":1777983896629,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":699,"timestamp":6592526203423,"id":1174,"parentId":1155,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.2.14_react@19.2.4/node_modules/react-style-singleton/dist/es2015/singleton.js","layer":"ssr"},"startTime":1777983896629,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":783,"timestamp":6592526203505,"id":1175,"parentId":1155,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.2.14_react@19.2.4/node_modules/react-style-singleton/dist/es2015/hook.js","layer":"ssr"},"startTime":1777983896630,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":267,"timestamp":6592526205953,"id":1176,"parentId":1164,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/use-sidecar/dist/es2015/env.js","layer":"ssr"},"startTime":1777983896632,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1174,"timestamp":6592526219554,"id":1177,"parentId":1170,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@floating-ui+utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.mjs","layer":"ssr"},"startTime":1777983896646,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":907,"timestamp":6592526221929,"id":1178,"parentId":1170,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@floating-ui+utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs","layer":"ssr"},"startTime":1777983896648,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":320,"timestamp":6592526224304,"id":1179,"parentId":1176,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/detect-node-es@1.1.0/node_modules/detect-node-es/esm/node.js","layer":"ssr"},"startTime":1777983896650,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":4685,"timestamp":6592526225049,"id":1180,"parentId":1170,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@floating-ui+core@1.7.5/node_modules/@floating-ui/core/dist/floating-ui.core.mjs","layer":"ssr"},"startTime":1777983896651,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":427,"timestamp":6592526230118,"id":1181,"parentId":1174,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/get-nonce@1.0.1/node_modules/get-nonce/dist/es2015/index.js","layer":"ssr"},"startTime":1777983896656,"traceId":"736ece428e33d872"},{"name":"make","duration":3656024,"timestamp":6592522586576,"id":21,"parentId":19,"tags":{},"startTime":1777983893013,"traceId":"736ece428e33d872"},{"name":"get-entries","duration":760,"timestamp":6592526243520,"id":1183,"parentId":1182,"tags":{},"startTime":1777983896670,"traceId":"736ece428e33d872"},{"name":"node-file-trace-plugin","duration":115874,"timestamp":6592526247630,"id":1184,"parentId":1182,"tags":{"traceEntryCount":"28"},"startTime":1777983896674,"traceId":"736ece428e33d872"},{"name":"collect-traced-files","duration":844,"timestamp":6592526363516,"id":1185,"parentId":1182,"tags":{},"startTime":1777983896790,"traceId":"736ece428e33d872"},{"name":"finish-modules","duration":120983,"timestamp":6592526243384,"id":1182,"parentId":20,"tags":{},"startTime":1777983896669,"traceId":"736ece428e33d872"},{"name":"chunk-graph","duration":24448,"timestamp":6592526414987,"id":1187,"parentId":1186,"tags":{},"startTime":1777983896841,"traceId":"736ece428e33d872"},{"name":"optimize-modules","duration":23,"timestamp":6592526439536,"id":1189,"parentId":1186,"tags":{},"startTime":1777983896866,"traceId":"736ece428e33d872"},{"name":"optimize-chunks","duration":36782,"timestamp":6592526439617,"id":1190,"parentId":1186,"tags":{},"startTime":1777983896866,"traceId":"736ece428e33d872"},{"name":"optimize-tree","duration":99,"timestamp":6592526476476,"id":1191,"parentId":1186,"tags":{},"startTime":1777983896903,"traceId":"736ece428e33d872"},{"name":"optimize-chunk-modules","duration":19338,"timestamp":6592526476643,"id":1192,"parentId":1186,"tags":{},"startTime":1777983896903,"traceId":"736ece428e33d872"},{"name":"optimize","duration":56576,"timestamp":6592526439492,"id":1188,"parentId":1186,"tags":{},"startTime":1777983896866,"traceId":"736ece428e33d872"},{"name":"module-hash","duration":19039,"timestamp":6592526515688,"id":1193,"parentId":1186,"tags":{},"startTime":1777983896942,"traceId":"736ece428e33d872"},{"name":"code-generation","duration":262591,"timestamp":6592526534771,"id":1194,"parentId":1186,"tags":{},"startTime":1777983896961,"traceId":"736ece428e33d872"},{"name":"hash","duration":6718,"timestamp":6592526802107,"id":1195,"parentId":1186,"tags":{},"startTime":1777983897228,"traceId":"736ece428e33d872"},{"name":"code-generation-jobs","duration":532,"timestamp":6592526808823,"id":1196,"parentId":1186,"tags":{},"startTime":1777983897235,"traceId":"736ece428e33d872"},{"name":"module-assets","duration":357,"timestamp":6592526809274,"id":1197,"parentId":1186,"tags":{},"startTime":1777983897235,"traceId":"736ece428e33d872"},{"name":"create-chunk-assets","duration":8314,"timestamp":6592526809643,"id":1198,"parentId":1186,"tags":{},"startTime":1777983897236,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":78896,"timestamp":6592526852467,"id":1203,"parentId":1199,"tags":{"name":"../app/favicon.ico/route.js","cache":"MISS"},"startTime":1777983897278,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":79755,"timestamp":6592526851660,"id":1202,"parentId":1199,"tags":{"name":"../app/api/run-artifacts/[chatId]/route.js","cache":"MISS"},"startTime":1777983897278,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":85962,"timestamp":6592526845495,"id":1200,"parentId":1199,"tags":{"name":"../app/_not-found/page.js","cache":"MISS"},"startTime":1777983897272,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":78372,"timestamp":6592526853102,"id":1204,"parentId":1199,"tags":{"name":"../app/icon.svg/route.js","cache":"MISS"},"startTime":1777983897279,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":77900,"timestamp":6592526853590,"id":1205,"parentId":1199,"tags":{"name":"../app/api/daemon/[...path]/route.js","cache":"MISS"},"startTime":1777983897280,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":81606,"timestamp":6592526849926,"id":1201,"parentId":1199,"tags":{"name":"../app/_global-error/page.js","cache":"MISS"},"startTime":1777983897276,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":77492,"timestamp":6592526854098,"id":1206,"parentId":1199,"tags":{"name":"../app/new/page.js","cache":"MISS"},"startTime":1777983897280,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":68470,"timestamp":6592526863158,"id":1208,"parentId":1199,"tags":{"name":"../app/personas/page.js","cache":"MISS"},"startTime":1777983897289,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":75030,"timestamp":6592526856648,"id":1207,"parentId":1199,"tags":{"name":"../app/onboarding/page.js","cache":"MISS"},"startTime":1777983897283,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":66320,"timestamp":6592526865413,"id":1209,"parentId":1199,"tags":{"name":"../app/settings/page.js","cache":"MISS"},"startTime":1777983897291,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":54094,"timestamp":6592526877684,"id":1212,"parentId":1199,"tags":{"name":"../app/runs/page.js","cache":"MISS"},"startTime":1777983897304,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":56171,"timestamp":6592526875659,"id":1211,"parentId":1199,"tags":{"name":"../app/connect/page.js","cache":"MISS"},"startTime":1777983897302,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":52743,"timestamp":6592526879112,"id":1213,"parentId":1199,"tags":{"name":"../app/settings/permissions/page.js","cache":"MISS"},"startTime":1777983897305,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":44944,"timestamp":6592526886928,"id":1216,"parentId":1199,"tags":{"name":"../webpack-runtime.js","cache":"MISS"},"startTime":1777983897313,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":51102,"timestamp":6592526880822,"id":1214,"parentId":1199,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1777983897307,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":48237,"timestamp":6592526883737,"id":1215,"parentId":1199,"tags":{"name":"../app/runs/[runId]/page.js","cache":"MISS"},"startTime":1777983897310,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":64802,"timestamp":6592526868318,"id":1210,"parentId":1199,"tags":{"name":"../app/templates/page.js","cache":"MISS"},"startTime":1777983897294,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":24438,"timestamp":6592526908712,"id":1219,"parentId":1199,"tags":{"name":"504.js","cache":"MISS"},"startTime":1777983897335,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":29381,"timestamp":6592526919544,"id":1221,"parentId":1199,"tags":{"name":"557.js","cache":"MISS"},"startTime":1777983897346,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":63103,"timestamp":6592526887257,"id":1217,"parentId":1199,"tags":{"name":"332.js","cache":"MISS"},"startTime":1777983897313,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":44116,"timestamp":6592526927904,"id":1223,"parentId":1199,"tags":{"name":"498.js","cache":"MISS"},"startTime":1777983897354,"traceId":"736ece428e33d872"}]
|
|
10
|
-
[{"name":"build-module-mjs","duration":15565,"timestamp":6592525009568,"id":812,"parentId":693,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/loader-circle.mjs","layer":"ssr"},"startTime":1777983895436,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":15625,"timestamp":6592525009748,"id":813,"parentId":691,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/x.mjs","layer":"ssr"},"startTime":1777983895436,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":15517,"timestamp":6592525010034,"id":815,"parentId":695,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/copy.mjs","layer":"ssr"},"startTime":1777983895436,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":15560,"timestamp":6592525010152,"id":816,"parentId":695,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/pencil.mjs","layer":"ssr"},"startTime":1777983895436,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":15623,"timestamp":6592525010266,"id":817,"parentId":695,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/trash-2.mjs","layer":"ssr"},"startTime":1777983895436,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":15635,"timestamp":6592525010441,"id":818,"parentId":705,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/layout-dashboard.mjs","layer":"ssr"},"startTime":1777983895436,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":15646,"timestamp":6592525010607,"id":819,"parentId":705,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/list-checks.mjs","layer":"ssr"},"startTime":1777983895437,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":15656,"timestamp":6592525010757,"id":820,"parentId":705,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/panel-left-close.mjs","layer":"ssr"},"startTime":1777983895437,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":15694,"timestamp":6592525010876,"id":821,"parentId":696,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/arrow-right.mjs","layer":"ssr"},"startTime":1777983895437,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":18839,"timestamp":6592525007865,"id":799,"parentId":755,"tags":{"name":"__barrel_optimize__?names=Check,Info!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895434,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":15765,"timestamp":6592525011053,"id":822,"parentId":756,"tags":{"name":"__barrel_optimize__?names=Code2,Eye!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895437,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4659,"timestamp":6592525029454,"id":827,"parentId":774,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/Document.js","layer":"ssr"},"startTime":1777983895455,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4847,"timestamp":6592525029580,"id":828,"parentId":774,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/Schema.js","layer":"ssr"},"startTime":1777983895456,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5301,"timestamp":6592525029660,"id":829,"parentId":774,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Alias.js","layer":"ssr"},"startTime":1777983895456,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3230,"timestamp":6592525037807,"id":830,"parentId":774,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/identity.js","layer":"ssr"},"startTime":1777983895464,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3468,"timestamp":6592525037904,"id":831,"parentId":774,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Pair.js","layer":"ssr"},"startTime":1777983895464,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3606,"timestamp":6592525037978,"id":832,"parentId":774,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Scalar.js","layer":"ssr"},"startTime":1777983895464,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4374,"timestamp":6592525038056,"id":833,"parentId":774,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLMap.js","layer":"ssr"},"startTime":1777983895464,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4861,"timestamp":6592525038121,"id":834,"parentId":774,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLSeq.js","layer":"ssr"},"startTime":1777983895464,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5164,"timestamp":6592525038186,"id":835,"parentId":774,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/cst.js","layer":"ssr"},"startTime":1777983895464,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8798,"timestamp":6592525038250,"id":836,"parentId":774,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/lexer.js","layer":"ssr"},"startTime":1777983895464,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8984,"timestamp":6592525038313,"id":837,"parentId":774,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/line-counter.js","layer":"ssr"},"startTime":1777983895464,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":14076,"timestamp":6592525038375,"id":838,"parentId":774,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/parser.js","layer":"ssr"},"startTime":1777983895464,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":19002,"timestamp":6592525038640,"id":841,"parentId":759,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/shared/src/utils/toKebabCase.mjs","layer":"ssr"},"startTime":1777983895465,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":19518,"timestamp":6592525038442,"id":839,"parentId":766,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/redirect-status-code.js","layer":"ssr"},"startTime":1777983895464,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":19439,"timestamp":6592525038757,"id":842,"parentId":759,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/shared/src/utils/toPascalCase.mjs","layer":"ssr"},"startTime":1777983895465,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":19752,"timestamp":6592525038584,"id":840,"parentId":768,"tags":{"name":"__barrel_optimize__?names=ArrowRight,DollarSign!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895465,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5687,"timestamp":6592525059126,"id":843,"parentId":767,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"ssr"},"startTime":1777983895485,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":5734,"timestamp":6592525059300,"id":844,"parentId":769,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,Check,ExternalLink,Loader2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895485,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":9558,"timestamp":6592525067433,"id":858,"parentId":802,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js","layer":"ssr"},"startTime":1777983895493,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":9731,"timestamp":6592525067508,"id":859,"parentId":824,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/log.js","layer":"ssr"},"startTime":1777983895494,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":10433,"timestamp":6592525067577,"id":860,"parentId":826,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/directives.js","layer":"ssr"},"startTime":1777983895494,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":10656,"timestamp":6592525067643,"id":861,"parentId":826,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/compose-doc.js","layer":"ssr"},"startTime":1777983895494,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":10795,"timestamp":6592525067714,"id":862,"parentId":826,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-end.js","layer":"ssr"},"startTime":1777983895494,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":11233,"timestamp":6592525067992,"id":865,"parentId":827,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Collection.js","layer":"ssr"},"startTime":1777983895494,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":11363,"timestamp":6592525068083,"id":866,"parentId":827,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/toJS.js","layer":"ssr"},"startTime":1777983895494,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":11744,"timestamp":6592525068149,"id":867,"parentId":827,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyDocument.js","layer":"ssr"},"startTime":1777983895494,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":12035,"timestamp":6592525068222,"id":868,"parentId":827,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/anchors.js","layer":"ssr"},"startTime":1777983895494,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":12224,"timestamp":6592525068293,"id":869,"parentId":827,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/applyReviver.js","layer":"ssr"},"startTime":1777983895494,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":12572,"timestamp":6592525068356,"id":870,"parentId":827,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/createNode.js","layer":"ssr"},"startTime":1777983895494,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":12944,"timestamp":6592525068427,"id":871,"parentId":828,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/tags.js","layer":"ssr"},"startTime":1777983895494,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":13185,"timestamp":6592525068491,"id":872,"parentId":829,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Node.js","layer":"ssr"},"startTime":1777983895495,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":13271,"timestamp":6592525068553,"id":873,"parentId":828,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/common/map.js","layer":"ssr"},"startTime":1777983895495,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":13368,"timestamp":6592525068619,"id":874,"parentId":828,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/common/seq.js","layer":"ssr"},"startTime":1777983895495,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":13530,"timestamp":6592525068685,"id":875,"parentId":828,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/common/string.js","layer":"ssr"},"startTime":1777983895495,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":17954,"timestamp":6592525065943,"id":848,"parentId":705,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/panel-left-open.mjs","layer":"ssr"},"startTime":1777983895492,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":18026,"timestamp":6592525066078,"id":849,"parentId":705,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/settings.mjs","layer":"ssr"},"startTime":1777983895492,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":18595,"timestamp":6592525065760,"id":847,"parentId":664,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/persona-duplicate-id.ts","layer":"ssr"},"startTime":1777983895492,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":18341,"timestamp":6592525066241,"id":851,"parentId":782,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"ssr"},"startTime":1777983895492,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":18419,"timestamp":6592525066349,"id":852,"parentId":707,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/defaultAttributes.mjs","layer":"ssr"},"startTime":1777983895492,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":18688,"timestamp":6592525066455,"id":853,"parentId":690,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/types.js","layer":"ssr"},"startTime":1777983895492,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":18845,"timestamp":6592525066563,"id":854,"parentId":674,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/badge.tsx","layer":"ssr"},"startTime":1777983895493,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":18988,"timestamp":6592525066735,"id":855,"parentId":664,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/card.tsx","layer":"ssr"},"startTime":1777983895493,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":19072,"timestamp":6592525066901,"id":856,"parentId":663,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/button.tsx","layer":"ssr"},"startTime":1777983895493,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":18406,"timestamp":6592525067778,"id":863,"parentId":804,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/action-revalidation-kind.js","layer":"ssr"},"startTime":1777983895494,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":18778,"timestamp":6592525067883,"id":864,"parentId":806,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"ssr"},"startTime":1777983895494,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":18161,"timestamp":6592525068750,"id":876,"parentId":676,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/sidebar-collapsed-storage.ts","layer":"ssr"},"startTime":1777983895495,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":18079,"timestamp":6592525069039,"id":878,"parentId":707,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/shared/src/utils/hasA11yProp.mjs","layer":"ssr"},"startTime":1777983895495,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":18441,"timestamp":6592525068913,"id":877,"parentId":707,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/context.mjs","layer":"ssr"},"startTime":1777983895495,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":21840,"timestamp":6592525065646,"id":845,"parentId":771,"tags":{"name":"__barrel_optimize__?names=Check,Loader2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895492,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":21872,"timestamp":6592525065715,"id":846,"parentId":773,"tags":{"name":"__barrel_optimize__?names=Check!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895492,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":21494,"timestamp":6592525066191,"id":850,"parentId":778,"tags":{"name":"__barrel_optimize__?names=Menu!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895492,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":20401,"timestamp":6592525067383,"id":857,"parentId":795,"tags":{"name":"__barrel_optimize__?names=Code2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1777983895493,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3066,"timestamp":6592525096397,"id":880,"parentId":831,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyPair.js","layer":"ssr"},"startTime":1777983895522,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3378,"timestamp":6592525096489,"id":881,"parentId":831,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/addPairToJSMap.js","layer":"ssr"},"startTime":1777983895523,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4146,"timestamp":6592525096563,"id":882,"parentId":833,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyCollection.js","layer":"ssr"},"startTime":1777983895523,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4870,"timestamp":6592525096634,"id":883,"parentId":835,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/cst-scalar.js","layer":"ssr"},"startTime":1777983895523,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5074,"timestamp":6592525096699,"id":884,"parentId":835,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/cst-stringify.js","layer":"ssr"},"startTime":1777983895523,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5360,"timestamp":6592525096769,"id":885,"parentId":835,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/cst-visit.js","layer":"ssr"},"startTime":1777983895523,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4903,"timestamp":6592525097347,"id":890,"parentId":669,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/app-router-context.js","layer":"ssr"},"startTime":1777983895523,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4915,"timestamp":6592525097425,"id":891,"parentId":668,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/hooks-client-context.js","layer":"ssr"},"startTime":1777983895523,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":9956,"timestamp":6592525096219,"id":879,"parentId":842,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/shared/src/utils/toCamelCase.mjs","layer":"ssr"},"startTime":1777983895522,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":9356,"timestamp":6592525097012,"id":887,"parentId":709,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/chevron-down.mjs","layer":"ssr"},"startTime":1777983895523,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":10124,"timestamp":6592525096835,"id":886,"parentId":703,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/live-run-real/enrich-rounds.ts","layer":"ssr"},"startTime":1777983895523,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":10238,"timestamp":6592525097237,"id":889,"parentId":717,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/nav-failure-handler.js","layer":"ssr"},"startTime":1777983895523,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":11309,"timestamp":6592525097130,"id":888,"parentId":722,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/navigation.js","layer":"ssr"},"startTime":1777983895523,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5958,"timestamp":6592525109340,"id":892,"parentId":861,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/compose-node.js","layer":"ssr"},"startTime":1777983895535,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7678,"timestamp":6592525109454,"id":893,"parentId":861,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-props.js","layer":"ssr"},"startTime":1777983895535,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8172,"timestamp":6592525109530,"id":894,"parentId":867,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringify.js","layer":"ssr"},"startTime":1777983895536,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8310,"timestamp":6592525109599,"id":895,"parentId":867,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyComment.js","layer":"ssr"},"startTime":1777983895536,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":9657,"timestamp":6592525109670,"id":896,"parentId":875,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyString.js","layer":"ssr"},"startTime":1777983895536,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":9772,"timestamp":6592525109738,"id":897,"parentId":871,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/common/null.js","layer":"ssr"},"startTime":1777983895536,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":9917,"timestamp":6592525109802,"id":898,"parentId":871,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/core/bool.js","layer":"ssr"},"startTime":1777983895536,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":10163,"timestamp":6592525109865,"id":899,"parentId":871,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/core/float.js","layer":"ssr"},"startTime":1777983895536,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":10382,"timestamp":6592525109933,"id":900,"parentId":871,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/core/int.js","layer":"ssr"},"startTime":1777983895536,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":10462,"timestamp":6592525109997,"id":901,"parentId":871,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/core/schema.js","layer":"ssr"},"startTime":1777983895536,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":10709,"timestamp":6592525110071,"id":902,"parentId":871,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/json/schema.js","layer":"ssr"},"startTime":1777983895536,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":11012,"timestamp":6592525110139,"id":903,"parentId":871,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/binary.js","layer":"ssr"},"startTime":1777983895536,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":11288,"timestamp":6592525110202,"id":904,"parentId":871,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/merge.js","layer":"ssr"},"startTime":1777983895536,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":11537,"timestamp":6592525110324,"id":905,"parentId":871,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/omap.js","layer":"ssr"},"startTime":1777983895536,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":11867,"timestamp":6592525110393,"id":906,"parentId":871,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/pairs.js","layer":"ssr"},"startTime":1777983895536,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":11999,"timestamp":6592525110455,"id":907,"parentId":871,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/schema.js","layer":"ssr"},"startTime":1777983895536,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":12359,"timestamp":6592525110523,"id":908,"parentId":871,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/set.js","layer":"ssr"},"startTime":1777983895537,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":12862,"timestamp":6592525110586,"id":909,"parentId":871,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js","layer":"ssr"},"startTime":1777983895537,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":16540,"timestamp":6592525110649,"id":910,"parentId":851,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"ssr"},"startTime":1777983895537,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2685,"timestamp":6592525135786,"id":914,"parentId":883,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-scalar.js","layer":"ssr"},"startTime":1777983895562,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3470,"timestamp":6592525135866,"id":915,"parentId":883,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-scalar.js","layer":"ssr"},"startTime":1777983895562,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":4653,"timestamp":6592525135606,"id":913,"parentId":703,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/live-run-real/helpers.ts","layer":"ssr"},"startTime":1777983895562,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":5361,"timestamp":6592525135411,"id":912,"parentId":703,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/live-run-real/header-actions.tsx","layer":"ssr"},"startTime":1777983895561,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5254,"timestamp":6592525135936,"id":916,"parentId":888,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/navigation.react-server.js","layer":"ssr"},"startTime":1777983895562,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":6623,"timestamp":6592525135135,"id":911,"parentId":703,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/live-run-real/phase-progress.tsx","layer":"ssr"},"startTime":1777983895561,"traceId":"736ece428e33d872"}]
|
|
11
|
-
[{"name":"minify-js","duration":46372,"timestamp":6592526928556,"id":1224,"parentId":1199,"tags":{"name":"681.js","cache":"MISS"},"startTime":1777983897355,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":47926,"timestamp":6592526929068,"id":1225,"parentId":1199,"tags":{"name":"95.js","cache":"MISS"},"startTime":1777983897355,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":49157,"timestamp":6592526929741,"id":1226,"parentId":1199,"tags":{"name":"946.js","cache":"MISS"},"startTime":1777983897356,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":51008,"timestamp":6592526930150,"id":1227,"parentId":1199,"tags":{"name":"429.js","cache":"MISS"},"startTime":1777983897356,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":52640,"timestamp":6592526930592,"id":1228,"parentId":1199,"tags":{"name":"418.js","cache":"MISS"},"startTime":1777983897357,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":71266,"timestamp":6592526914435,"id":1220,"parentId":1199,"tags":{"name":"668.js","cache":"MISS"},"startTime":1777983897340,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":66127,"timestamp":6592526923478,"id":1222,"parentId":1199,"tags":{"name":"144.js","cache":"MISS"},"startTime":1777983897350,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":163669,"timestamp":6592526892370,"id":1218,"parentId":1199,"tags":{"name":"451.js","cache":"MISS"},"startTime":1777983897318,"traceId":"736ece428e33d872"},{"name":"minify-webpack-plugin-optimize","duration":227333,"timestamp":6592526828726,"id":1199,"parentId":19,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1777983897255,"traceId":"736ece428e33d872"},{"name":"css-minimizer-plugin","duration":152,"timestamp":6592527056248,"id":1229,"parentId":19,"tags":{},"startTime":1777983897482,"traceId":"736ece428e33d872"},{"name":"create-trace-assets","duration":2186,"timestamp":6592527056569,"id":1230,"parentId":20,"tags":{},"startTime":1777983897483,"traceId":"736ece428e33d872"},{"name":"seal","duration":680720,"timestamp":6592526391740,"id":1186,"parentId":19,"tags":{},"startTime":1777983896818,"traceId":"736ece428e33d872"},{"name":"webpack-compilation","duration":4517560,"timestamp":6592522579651,"id":19,"parentId":16,"tags":{"name":"server"},"startTime":1777983893006,"traceId":"736ece428e33d872"},{"name":"emit","duration":6642,"timestamp":6592527097693,"id":1231,"parentId":16,"tags":{},"startTime":1777983897524,"traceId":"736ece428e33d872"},{"name":"webpack-close","duration":561950,"timestamp":6592527105607,"id":1232,"parentId":16,"tags":{"name":"server"},"startTime":1777983897532,"traceId":"736ece428e33d872"},{"name":"webpack-generate-error-stats","duration":1943,"timestamp":6592527667624,"id":1233,"parentId":1232,"tags":{},"startTime":1777983898094,"traceId":"736ece428e33d872"},{"name":"run-webpack-compiler","duration":5372169,"timestamp":6592522297638,"id":16,"parentId":15,"tags":{},"startTime":1777983892724,"traceId":"736ece428e33d872"},{"name":"format-webpack-messages","duration":70,"timestamp":6592527669814,"id":1234,"parentId":15,"tags":{},"startTime":1777983898096,"traceId":"736ece428e33d872"},{"name":"worker-main-server","duration":5372626,"timestamp":6592522297366,"id":15,"parentId":1,"tags":{},"startTime":1777983892723,"traceId":"736ece428e33d872"},{"name":"create-entrypoints","duration":10566,"timestamp":6592528112951,"id":1237,"parentId":1235,"tags":{},"startTime":1777983898539,"traceId":"736ece428e33d872"},{"name":"generate-webpack-config","duration":213944,"timestamp":6592528123651,"id":1238,"parentId":1236,"tags":{},"startTime":1777983898550,"traceId":"736ece428e33d872"},{"name":"make","duration":644,"timestamp":6592528405739,"id":1240,"parentId":1239,"tags":{},"startTime":1777983898832,"traceId":"736ece428e33d872"},{"name":"chunk-graph","duration":529,"timestamp":6592528408583,"id":1242,"parentId":1241,"tags":{},"startTime":1777983898835,"traceId":"736ece428e33d872"},{"name":"optimize-modules","duration":32,"timestamp":6592528409233,"id":1244,"parentId":1241,"tags":{},"startTime":1777983898835,"traceId":"736ece428e33d872"},{"name":"optimize-chunks","duration":656,"timestamp":6592528409349,"id":1245,"parentId":1241,"tags":{},"startTime":1777983898835,"traceId":"736ece428e33d872"},{"name":"optimize-tree","duration":93,"timestamp":6592528410073,"id":1246,"parentId":1241,"tags":{},"startTime":1777983898836,"traceId":"736ece428e33d872"},{"name":"optimize-chunk-modules","duration":387,"timestamp":6592528410331,"id":1247,"parentId":1241,"tags":{},"startTime":1777983898836,"traceId":"736ece428e33d872"},{"name":"optimize","duration":1687,"timestamp":6592528409180,"id":1243,"parentId":1241,"tags":{},"startTime":1777983898835,"traceId":"736ece428e33d872"},{"name":"module-hash","duration":70,"timestamp":6592528411682,"id":1248,"parentId":1241,"tags":{},"startTime":1777983898838,"traceId":"736ece428e33d872"},{"name":"code-generation","duration":229,"timestamp":6592528411802,"id":1249,"parentId":1241,"tags":{},"startTime":1777983898838,"traceId":"736ece428e33d872"},{"name":"hash","duration":409,"timestamp":6592528412371,"id":1250,"parentId":1241,"tags":{},"startTime":1777983898838,"traceId":"736ece428e33d872"},{"name":"code-generation-jobs","duration":120,"timestamp":6592528412778,"id":1251,"parentId":1241,"tags":{},"startTime":1777983898839,"traceId":"736ece428e33d872"},{"name":"module-assets","duration":79,"timestamp":6592528412870,"id":1252,"parentId":1241,"tags":{},"startTime":1777983898839,"traceId":"736ece428e33d872"},{"name":"create-chunk-assets","duration":161,"timestamp":6592528412962,"id":1253,"parentId":1241,"tags":{},"startTime":1777983898839,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":995,"timestamp":6592528417177,"id":1255,"parentId":1254,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"MISS"},"startTime":1777983898843,"traceId":"736ece428e33d872"},{"name":"minify-webpack-plugin-optimize","duration":2206,"timestamp":6592528415972,"id":1254,"parentId":1239,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1777983898842,"traceId":"736ece428e33d872"},{"name":"css-minimizer-plugin","duration":78,"timestamp":6592528418248,"id":1256,"parentId":1239,"tags":{},"startTime":1777983898844,"traceId":"736ece428e33d872"},{"name":"seal","duration":12415,"timestamp":6592528408103,"id":1241,"parentId":1239,"tags":{},"startTime":1777983898834,"traceId":"736ece428e33d872"},{"name":"webpack-compilation","duration":20320,"timestamp":6592528400459,"id":1239,"parentId":1236,"tags":{"name":"edge-server"},"startTime":1777983898826,"traceId":"736ece428e33d872"},{"name":"emit","duration":1953,"timestamp":6592528421114,"id":1257,"parentId":1236,"tags":{},"startTime":1777983898847,"traceId":"736ece428e33d872"},{"name":"webpack-close","duration":7087,"timestamp":6592528423657,"id":1258,"parentId":1236,"tags":{"name":"edge-server"},"startTime":1777983898850,"traceId":"736ece428e33d872"},{"name":"webpack-generate-error-stats","duration":1888,"timestamp":6592528430783,"id":1259,"parentId":1258,"tags":{},"startTime":1777983898857,"traceId":"736ece428e33d872"},{"name":"run-webpack-compiler","duration":319799,"timestamp":6592528112946,"id":1236,"parentId":1235,"tags":{},"startTime":1777983898539,"traceId":"736ece428e33d872"},{"name":"format-webpack-messages","duration":63,"timestamp":6592528432753,"id":1260,"parentId":1235,"tags":{},"startTime":1777983898859,"traceId":"736ece428e33d872"},{"name":"worker-main-edge-server","duration":320239,"timestamp":6592528112676,"id":1235,"parentId":1,"tags":{},"startTime":1777983898539,"traceId":"736ece428e33d872"},{"name":"create-entrypoints","duration":10091,"timestamp":6592528800882,"id":1263,"parentId":1261,"tags":{},"startTime":1777983899227,"traceId":"736ece428e33d872"},{"name":"generate-webpack-config","duration":233696,"timestamp":6592528811103,"id":1264,"parentId":1262,"tags":{},"startTime":1777983899237,"traceId":"736ece428e33d872"},{"name":"build-module","duration":7519,"timestamp":6592529151208,"id":1290,"parentId":1269,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1777983899577,"traceId":"736ece428e33d872"},{"name":"build-module","duration":278,"timestamp":6592529158839,"id":1291,"parentId":1271,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=false!","layer":"app-pages-browser"},"startTime":1777983899585,"traceId":"736ece428e33d872"},{"name":"build-module","duration":1019,"timestamp":6592529159145,"id":1292,"parentId":1273,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1777983899585,"traceId":"736ece428e33d872"},{"name":"build-module","duration":347,"timestamp":6592529160186,"id":1293,"parentId":1274,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1777983899586,"traceId":"736ece428e33d872"},{"name":"build-module","duration":351,"timestamp":6592529160621,"id":1294,"parentId":1280,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fnew%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1777983899587,"traceId":"736ece428e33d872"},{"name":"build-module","duration":472,"timestamp":6592529160995,"id":1295,"parentId":1281,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fonboarding%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1777983899587,"traceId":"736ece428e33d872"},{"name":"build-module","duration":318,"timestamp":6592529161487,"id":1296,"parentId":1282,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fpersonas%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1777983899588,"traceId":"736ece428e33d872"},{"name":"build-module","duration":370,"timestamp":6592529161825,"id":1297,"parentId":1283,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fsettings%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1777983899588,"traceId":"736ece428e33d872"},{"name":"build-module","duration":414,"timestamp":6592529162220,"id":1298,"parentId":1284,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Ftemplates%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1777983899588,"traceId":"736ece428e33d872"},{"name":"build-module","duration":720,"timestamp":6592529162713,"id":1299,"parentId":1285,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fopenrouter-card.tsx%22%2C%22ids%22%3A%5B%22OpenRouterCard%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Forchestrator-card.tsx%22%2C%22ids%22%3A%5B%22OrchestratorCard%22%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1777983899589,"traceId":"736ece428e33d872"},{"name":"build-module","duration":622,"timestamp":6592529163512,"id":1300,"parentId":1286,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fruns-table.tsx%22%2C%22ids%22%3A%5B%22RunsTable%22%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1777983899590,"traceId":"736ece428e33d872"},{"name":"build-module","duration":477,"timestamp":6592529164189,"id":1301,"parentId":1287,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fsettings%2Fpermissions%2Fpermissions-form.tsx%22%2C%22ids%22%3A%5B%22PermissionsForm%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1777983899590,"traceId":"736ece428e33d872"},{"name":"build-module","duration":700,"timestamp":6592529164693,"id":1302,"parentId":1288,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Flucide-react%401.12.0_react%4019.2.4%2Fnode_modules%2Flucide-react%2Fdist%2Fesm%2FIcon.mjs%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fapp-dir%2Flink.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Flineage-fleet-card.tsx%22%2C%22ids%22%3A%5B%22LineageFleetCard%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fopencode-fleet-card.tsx%22%2C%22ids%22%3A%5B%22OpencodeFleetCard%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fopenrouter-fleet-card.tsx%22%2C%22ids%22%3A%5B%22OpenRouterFleetCard%22%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1777983899591,"traceId":"736ece428e33d872"},{"name":"build-module","duration":413,"timestamp":6592529165414,"id":1303,"parentId":1289,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Flive-run-real%2Findex.tsx%22%2C%22ids%22%3A%5B%22LiveRunReal%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1777983899591,"traceId":"736ece428e33d872"},{"name":"next-client-pages-loader","duration":178,"timestamp":6592529166228,"id":1305,"parentId":1304,"tags":{"absolutePagePath":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-not-found.js"},"startTime":1777983899592,"traceId":"736ece428e33d872"},{"name":"build-module","duration":3941,"timestamp":6592529165843,"id":1304,"parentId":1270,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&page=%2F_not-found%2Fpage!","layer":"app-pages-browser"},"startTime":1777983899592,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":46171,"timestamp":6592529124590,"id":1271,"parentId":1266,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777983899551,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":46162,"timestamp":6592529124612,"id":1272,"parentId":1266,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777983899551,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":46127,"timestamp":6592529124654,"id":1275,"parentId":1266,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777983899551,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":46101,"timestamp":6592529124682,"id":1276,"parentId":1266,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777983899551,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":46071,"timestamp":6592529124714,"id":1277,"parentId":1266,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777983899551,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":45999,"timestamp":6592529124788,"id":1278,"parentId":1266,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777983899551,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":45981,"timestamp":6592529124809,"id":1279,"parentId":1266,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777983899551,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8942,"timestamp":6592529181130,"id":1306,"parentId":1267,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/next.js","layer":"pages-dir-browser"},"startTime":1777983899607,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":9546,"timestamp":6592529183820,"id":1307,"parentId":1268,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/app-next.js","layer":"app-pages-browser"},"startTime":1777983899610,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2810,"timestamp":6592529199263,"id":1308,"parentId":1304,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-not-found.js","layer":"app-pages-browser"},"startTime":1777983899625,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2181,"timestamp":6592529205356,"id":1309,"parentId":1306,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/register-deployment-id-global.js","layer":"pages-dir-browser"},"startTime":1777983899631,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5150,"timestamp":6592529209290,"id":1310,"parentId":1306,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/webpack.js","layer":"pages-dir-browser"},"startTime":1777983899635,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2097,"timestamp":6592529214862,"id":1315,"parentId":1306,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/require-instrumentation-client.js","layer":"pages-dir-browser"},"startTime":1777983899641,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2729,"timestamp":6592529215190,"id":1316,"parentId":1307,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/require-instrumentation-client.js","layer":"app-pages-browser"},"startTime":1777983899641,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8279,"timestamp":6592529211259,"id":1312,"parentId":1307,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/app-webpack.js","layer":"app-pages-browser"},"startTime":1777983899637,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":10536,"timestamp":6592529211621,"id":1314,"parentId":1307,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/app-bootstrap.js","layer":"app-pages-browser"},"startTime":1777983899638,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":27804,"timestamp":6592529209511,"id":1311,"parentId":1306,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/index.js","layer":"pages-dir-browser"},"startTime":1777983899636,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":30868,"timestamp":6592529211457,"id":1313,"parentId":1307,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/app-index.js","layer":"app-pages-browser"},"startTime":1777983899637,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6096,"timestamp":6592529253714,"id":1317,"parentId":1312,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/register-deployment-id-global.js","layer":"app-pages-browser"},"startTime":1777983899680,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3074,"timestamp":6592529264723,"id":1319,"parentId":1290,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js","layer":"app-pages-browser"},"startTime":1777983899691,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4355,"timestamp":6592529264393,"id":1318,"parentId":1290,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js","layer":"app-pages-browser"},"startTime":1777983899690,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4123,"timestamp":6592529265189,"id":1321,"parentId":1290,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js","layer":"app-pages-browser"},"startTime":1777983899691,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6121,"timestamp":6592529264963,"id":1320,"parentId":1290,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js","layer":"app-pages-browser"},"startTime":1777983899691,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8162,"timestamp":6592529266136,"id":1323,"parentId":1290,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"app-pages-browser"},"startTime":1777983899692,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8587,"timestamp":6592529266547,"id":1326,"parentId":1308,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-fallback.js","layer":"app-pages-browser"},"startTime":1777983899693,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":9380,"timestamp":6592529266429,"id":1325,"parentId":1290,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js","layer":"app-pages-browser"},"startTime":1777983899692,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":13578,"timestamp":6592529266295,"id":1324,"parentId":1302,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/app-dir/link.js","layer":"app-pages-browser"},"startTime":1777983899692,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":19695,"timestamp":6592529265342,"id":1322,"parentId":1290,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js","layer":"app-pages-browser"},"startTime":1777983899691,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":7219,"timestamp":6592529314153,"id":1330,"parentId":1297,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/page.tsx","layer":"app-pages-browser"},"startTime":1777983899740,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":11579,"timestamp":6592529312815,"id":1327,"parentId":1294,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/new/page.tsx","layer":"app-pages-browser"},"startTime":1777983899739,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":13790,"timestamp":6592529313560,"id":1328,"parentId":1295,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/page.tsx","layer":"app-pages-browser"},"startTime":1777983899740,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":12752,"timestamp":6592529315009,"id":1333,"parentId":1299,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/mobile-top-bar.tsx","layer":"app-pages-browser"},"startTime":1777983899741,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":20394,"timestamp":6592529313843,"id":1329,"parentId":1296,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/personas/page.tsx","layer":"app-pages-browser"},"startTime":1777983899740,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":22241,"timestamp":6592529314450,"id":1331,"parentId":1298,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/templates/page.tsx","layer":"app-pages-browser"},"startTime":1777983899740,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":22075,"timestamp":6592529315916,"id":1336,"parentId":1300,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/runs-table.tsx","layer":"app-pages-browser"},"startTime":1777983899742,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":26744,"timestamp":6592529314723,"id":1332,"parentId":1299,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/app-sidebar.tsx","layer":"app-pages-browser"},"startTime":1777983899741,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":27908,"timestamp":6592529315602,"id":1335,"parentId":1299,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/orchestrator-card.tsx","layer":"app-pages-browser"},"startTime":1777983899742,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":33006,"timestamp":6592529316250,"id":1337,"parentId":1302,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/lineage-fleet-card.tsx","layer":"app-pages-browser"},"startTime":1777983899742,"traceId":"736ece428e33d872"}]
|
|
12
|
-
[{"name":"build-module-tsx","duration":36976,"timestamp":6592529315309,"id":1334,"parentId":1299,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/openrouter-card.tsx","layer":"app-pages-browser"},"startTime":1777983899741,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":36965,"timestamp":6592529316582,"id":1338,"parentId":1302,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/opencode-fleet-card.tsx","layer":"app-pages-browser"},"startTime":1777983899743,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":38158,"timestamp":6592529316939,"id":1339,"parentId":1302,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/openrouter-fleet-card.tsx","layer":"app-pages-browser"},"startTime":1777983899743,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":39014,"timestamp":6592529317254,"id":1340,"parentId":1301,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/permissions/permissions-form.tsx","layer":"app-pages-browser"},"startTime":1777983899743,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":41825,"timestamp":6592529317565,"id":1341,"parentId":1303,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/live-run-real/index.tsx","layer":"app-pages-browser"},"startTime":1777983899744,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1757,"timestamp":6592529413012,"id":1343,"parentId":1290,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js","layer":"app-pages-browser"},"startTime":1777983899839,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3600,"timestamp":6592529413763,"id":1344,"parentId":1314,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/asset-prefix.js","layer":"app-pages-browser"},"startTime":1777983899840,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4026,"timestamp":6592529413896,"id":1345,"parentId":1314,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/set-attributes-from-props.js","layer":"app-pages-browser"},"startTime":1777983899840,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8449,"timestamp":6592529412766,"id":1342,"parentId":1307,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/app-router.js","layer":"app-pages-browser"},"startTime":1777983899839,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":9549,"timestamp":6592529415682,"id":1346,"parentId":1311,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/router.js","layer":"pages-dir-browser"},"startTime":1777983899842,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":9980,"timestamp":6592529415927,"id":1348,"parentId":1311,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/route-announcer.js","layer":"pages-dir-browser"},"startTime":1777983899842,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":11295,"timestamp":6592529415813,"id":1347,"parentId":1311,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/head-manager.js","layer":"pages-dir-browser"},"startTime":1777983899842,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1168,"timestamp":6592529431806,"id":1350,"parentId":1311,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/is-error.js","layer":"pages-dir-browser"},"startTime":1777983899858,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2559,"timestamp":6592529432043,"id":1353,"parentId":1311,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/has-base-path.js","layer":"pages-dir-browser"},"startTime":1777983899858,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3185,"timestamp":6592529431935,"id":1352,"parentId":1311,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/remove-base-path.js","layer":"pages-dir-browser"},"startTime":1777983899858,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3377,"timestamp":6592529432135,"id":1354,"parentId":1313,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/app-globals.js","layer":"app-pages-browser"},"startTime":1777983899858,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5474,"timestamp":6592529431648,"id":1349,"parentId":1311,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/page-loader.js","layer":"pages-dir-browser"},"startTime":1777983899858,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5497,"timestamp":6592529432248,"id":1355,"parentId":1313,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/app-find-source-map-url.js","layer":"app-pages-browser"},"startTime":1777983899858,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7830,"timestamp":6592529431838,"id":1351,"parentId":1311,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/script.js","layer":"pages-dir-browser"},"startTime":1777983899858,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1689,"timestamp":6592529442497,"id":1356,"parentId":1313,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/navigation-build-id.js","layer":"app-pages-browser"},"startTime":1777983899869,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1947,"timestamp":6592529442644,"id":1357,"parentId":1313,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/app-call-server.js","layer":"app-pages-browser"},"startTime":1777983899869,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2205,"timestamp":6592529442761,"id":1358,"parentId":1311,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/is-next-router-error.js","layer":"pages-dir-browser"},"startTime":1777983899869,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5655,"timestamp":6592529442860,"id":1359,"parentId":1313,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/flight-data-helpers.js","layer":"app-pages-browser"},"startTime":1777983899869,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7781,"timestamp":6592529442966,"id":1360,"parentId":1313,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/app-router-instance.js","layer":"app-pages-browser"},"startTime":1777983899869,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5656,"timestamp":6592529445661,"id":1361,"parentId":1309,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/deployment-id.js","layer":"pages-dir-browser"},"startTime":1777983899872,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5991,"timestamp":6592529445779,"id":1362,"parentId":1312,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/deployment-id.js","layer":"app-pages-browser"},"startTime":1777983899872,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5995,"timestamp":6592529445996,"id":1364,"parentId":1312,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"app-pages-browser"},"startTime":1777983899872,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6391,"timestamp":6592529445897,"id":1363,"parentId":1311,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/mitt.js","layer":"pages-dir-browser"},"startTime":1777983899872,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6391,"timestamp":6592529446111,"id":1365,"parentId":1311,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1777983899872,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2228,"timestamp":6592529455229,"id":1366,"parentId":1313,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1777983899881,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2235,"timestamp":6592529455450,"id":1367,"parentId":1311,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1777983899881,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2347,"timestamp":6592529455561,"id":1368,"parentId":1311,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1777983899882,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2397,"timestamp":6592529455933,"id":1371,"parentId":1311,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1777983899882,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4223,"timestamp":6592529455664,"id":1369,"parentId":1311,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/utils.js","layer":"pages-dir-browser"},"startTime":1777983899882,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5438,"timestamp":6592529455763,"id":1370,"parentId":1324,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/utils.js","layer":"app-pages-browser"},"startTime":1777983899882,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3468,"timestamp":6592529464496,"id":1372,"parentId":1313,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1777983899891,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3728,"timestamp":6592529464661,"id":1373,"parentId":1311,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1777983899891,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4092,"timestamp":6592529464769,"id":1374,"parentId":1318,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1777983899891,"traceId":"736ece428e33d872"},{"name":"build-module","duration":355,"timestamp":6592529470205,"id":1381,"parentId":1315,"tags":{"layer":null},"startTime":1777983899896,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2542,"timestamp":6592529469385,"id":1375,"parentId":1311,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"pages-dir-browser"},"startTime":1777983899895,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3785,"timestamp":6592529469543,"id":1377,"parentId":1311,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/disable-smooth-scroll.js","layer":"pages-dir-browser"},"startTime":1777983899896,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4661,"timestamp":6592529469419,"id":1376,"parentId":1311,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/adapters.js","layer":"pages-dir-browser"},"startTime":1777983899895,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4842,"timestamp":6592529469701,"id":1378,"parentId":1311,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":"pages-dir-browser"},"startTime":1777983899896,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5182,"timestamp":6592529469849,"id":1379,"parentId":1311,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"pages-dir-browser"},"startTime":1777983899896,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5351,"timestamp":6592529469991,"id":1380,"parentId":1322,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/disable-smooth-scroll.js","layer":"app-pages-browser"},"startTime":1777983899896,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5408,"timestamp":6592529470574,"id":1382,"parentId":1311,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/react-client-callbacks/on-recoverable-error.js","layer":"pages-dir-browser"},"startTime":1777983899897,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6027,"timestamp":6592529470688,"id":1383,"parentId":1313,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/react-client-callbacks/on-recoverable-error.js","layer":"app-pages-browser"},"startTime":1777983899897,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6660,"timestamp":6592529470859,"id":1384,"parentId":1313,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/react-client-callbacks/error-boundary-callbacks.js","layer":"app-pages-browser"},"startTime":1777983899897,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3216,"timestamp":6592529483453,"id":1391,"parentId":1308,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/react/jsx-runtime.js","layer":"app-pages-browser"},"startTime":1777983899909,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5733,"timestamp":6592529482230,"id":1386,"parentId":1311,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/pages/_app.js","layer":"pages-dir-browser"},"startTime":1777983899908,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6653,"timestamp":6592529482074,"id":1385,"parentId":1311,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/pages/_error.js","layer":"pages-dir-browser"},"startTime":1777983899908,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7007,"timestamp":6592529482333,"id":1387,"parentId":1311,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/tracing/tracer.js","layer":"pages-dir-browser"},"startTime":1777983899908,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7821,"timestamp":6592529482433,"id":1388,"parentId":1313,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js","layer":"app-pages-browser"},"startTime":1777983899908,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":8855,"timestamp":6592529482542,"id":1389,"parentId":1302,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/Icon.mjs","layer":"app-pages-browser"},"startTime":1777983899909,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8079,"timestamp":6592529483779,"id":1392,"parentId":1319,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/request/params.browser.js","layer":"app-pages-browser"},"startTime":1777983899910,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":9970,"timestamp":6592529483285,"id":1390,"parentId":1318,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/route-params.js","layer":"app-pages-browser"},"startTime":1777983899909,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":9697,"timestamp":6592529483901,"id":1393,"parentId":1318,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/request/search-params.browser.js","layer":"app-pages-browser"},"startTime":1777983899910,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8000,"timestamp":6592529486089,"id":1395,"parentId":1311,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/portal/index.js","layer":"pages-dir-browser"},"startTime":1777983899912,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8278,"timestamp":6592529486239,"id":1396,"parentId":1320,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/handle-isr-error.js","layer":"app-pages-browser"},"startTime":1777983899912,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1038,"timestamp":6592529508852,"id":1401,"parentId":1311,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react@19.2.4/node_modules/react/jsx-runtime.js","layer":"pages-dir-browser"},"startTime":1777983899935,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1602,"timestamp":6592529508897,"id":1402,"parentId":1311,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-dom@19.2.4_react@19.2.4/node_modules/react-dom/client.js","layer":"pages-dir-browser"},"startTime":1777983899935,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2090,"timestamp":6592529508941,"id":1403,"parentId":1313,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/react-dom/client.js","layer":"app-pages-browser"},"startTime":1777983899935,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1850,"timestamp":6592529509384,"id":1406,"parentId":1313,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/react-server-dom-webpack/client.browser.js","layer":"app-pages-browser"},"startTime":1777983899935,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2068,"timestamp":6592529509422,"id":1407,"parentId":1313,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/react/index.js","layer":"app-pages-browser"},"startTime":1777983899935,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4364,"timestamp":6592529508353,"id":1399,"parentId":1325,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-constants.js","layer":"app-pages-browser"},"startTime":1777983899934,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4251,"timestamp":6592529508987,"id":1404,"parentId":1327,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/api/navigation.js","layer":"app-pages-browser"},"startTime":1777983899935,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7473,"timestamp":6592529507882,"id":1397,"parentId":1323,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/navigation-untracked.js","layer":"app-pages-browser"},"startTime":1777983899934,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8511,"timestamp":6592529508110,"id":1398,"parentId":1320,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/error-styles.js","layer":"app-pages-browser"},"startTime":1777983899934,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":9071,"timestamp":6592529508592,"id":1400,"parentId":1323,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"app-pages-browser"},"startTime":1777983899935,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8720,"timestamp":6592529509244,"id":1405,"parentId":1323,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"app-pages-browser"},"startTime":1777983899935,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3648,"timestamp":6592529525871,"id":1411,"parentId":1324,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/add-base-path.js","layer":"app-pages-browser"},"startTime":1777983899952,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4244,"timestamp":6592529525631,"id":1409,"parentId":1326,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/styles/access-error-styles.js","layer":"app-pages-browser"},"startTime":1777983899952,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5077,"timestamp":6592529525401,"id":1408,"parentId":1324,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/use-merged-ref.js","layer":"app-pages-browser"},"startTime":1777983899951,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6004,"timestamp":6592529525756,"id":1410,"parentId":1324,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"app-pages-browser"},"startTime":1777983899952,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6003,"timestamp":6592529526644,"id":1415,"parentId":1324,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"app-pages-browser"},"startTime":1777983899953,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6118,"timestamp":6592529526836,"id":1416,"parentId":1324,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/utils/error-once.js","layer":"app-pages-browser"},"startTime":1777983899953,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":236,"timestamp":6592529533714,"id":1418,"parentId":1311,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react@19.2.4/node_modules/react/index.js","layer":"pages-dir-browser"},"startTime":1777983899960,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":11864,"timestamp":6592529525989,"id":1412,"parentId":1324,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/links.js","layer":"app-pages-browser"},"startTime":1777983899952,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5250,"timestamp":6592529533565,"id":1417,"parentId":1324,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"app-pages-browser"},"startTime":1777983899960,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1554,"timestamp":6592529539768,"id":1420,"parentId":1322,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"app-pages-browser"},"startTime":1777983899966,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2292,"timestamp":6592529539625,"id":1419,"parentId":1324,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/types.js","layer":"app-pages-browser"},"startTime":1777983899966,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1327,"timestamp":6592529544417,"id":1432,"parentId":1311,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"pages-dir-browser"},"startTime":1777983899970,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1411,"timestamp":6592529544977,"id":1433,"parentId":1321,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"app-pages-browser"},"startTime":1777983899971,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5787,"timestamp":6592529542145,"id":1422,"parentId":1322,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/bfcache-state-manager.js","layer":"app-pages-browser"},"startTime":1777983899968,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5987,"timestamp":6592529542388,"id":1424,"parentId":1322,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"app-pages-browser"},"startTime":1777983899968,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7496,"timestamp":6592529541997,"id":1421,"parentId":1322,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/error-boundary.js","layer":"app-pages-browser"},"startTime":1777983899968,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8104,"timestamp":6592529542266,"id":1423,"parentId":1322,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/redirect-boundary.js","layer":"app-pages-browser"},"startTime":1777983899968,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8492,"timestamp":6592529542567,"id":1425,"parentId":1322,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"app-pages-browser"},"startTime":1777983899969,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":8778,"timestamp":6592529542734,"id":1426,"parentId":1330,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/form-view.tsx","layer":"app-pages-browser"},"startTime":1777983899969,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":9334,"timestamp":6592529543270,"id":1428,"parentId":1330,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/primitives.tsx","layer":"app-pages-browser"},"startTime":1777983899969,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":9237,"timestamp":6592529543806,"id":1430,"parentId":1327,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/new/picker.tsx","layer":"app-pages-browser"},"startTime":1777983899970,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":10174,"timestamp":6592529543456,"id":1429,"parentId":1330,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/yaml-view.tsx","layer":"app-pages-browser"},"startTime":1777983899969,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":10086,"timestamp":6592529544111,"id":1431,"parentId":1327,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/new/helpers.ts","layer":"app-pages-browser"},"startTime":1777983899970,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":20584,"timestamp":6592529543089,"id":1427,"parentId":1322,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"app-pages-browser"},"startTime":1777983899969,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":362,"timestamp":6592529570862,"id":1435,"parentId":1311,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"pages-dir-browser"},"startTime":1777983899997,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":598,"timestamp":6592529570900,"id":1436,"parentId":1313,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"app-pages-browser"},"startTime":1777983899997,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":4069,"timestamp":6592529569212,"id":1434,"parentId":1327,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/new/prompt-card.tsx","layer":"app-pages-browser"},"startTime":1777983899995,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":929,"timestamp":6592529576143,"id":1442,"parentId":1322,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/react-dom/index.js","layer":"app-pages-browser"},"startTime":1777983900002,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":3790,"timestamp":6592529574057,"id":1438,"parentId":1328,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/permissions-section.tsx","layer":"app-pages-browser"},"startTime":1777983900000,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":5455,"timestamp":6592529573830,"id":1437,"parentId":1328,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/api-keys-section.tsx","layer":"app-pages-browser"},"startTime":1777983900000,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":3776,"timestamp":6592529575744,"id":1440,"parentId":1330,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/app-shell.tsx","layer":"app-pages-browser"},"startTime":1777983900002,"traceId":"736ece428e33d872"}]
|
|
13
|
-
[{"name":"build-module-tsx","duration":3828,"timestamp":6592529575951,"id":1441,"parentId":1330,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/page-header.tsx","layer":"app-pages-browser"},"startTime":1777983900002,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4082,"timestamp":6592529576174,"id":1443,"parentId":1342,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/remove-base-path.js","layer":"app-pages-browser"},"startTime":1777983900002,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4335,"timestamp":6592529576292,"id":1444,"parentId":1342,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/has-base-path.js","layer":"app-pages-browser"},"startTime":1777983900002,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6693,"timestamp":6592529576461,"id":1445,"parentId":1347,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/set-attributes-from-props.js","layer":"pages-dir-browser"},"startTime":1777983900002,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":9422,"timestamp":6592529575433,"id":1439,"parentId":1328,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/cli-section.tsx","layer":"app-pages-browser"},"startTime":1777983900001,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":2784,"timestamp":6592529586470,"id":1447,"parentId":1328,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/triad-logo.tsx","layer":"app-pages-browser"},"startTime":1777983900013,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3033,"timestamp":6592529586660,"id":1448,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/add-base-path.js","layer":"pages-dir-browser"},"startTime":1777983900013,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":4396,"timestamp":6592529586227,"id":1446,"parentId":1328,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/submit.ts","layer":"app-pages-browser"},"startTime":1777983900012,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4741,"timestamp":6592529591381,"id":1449,"parentId":1354,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"app-pages-browser"},"startTime":1777983900017,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":5511,"timestamp":6592529591520,"id":1450,"parentId":1327,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/badge.tsx","layer":"app-pages-browser"},"startTime":1777983900018,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":5574,"timestamp":6592529591814,"id":1451,"parentId":1328,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/button.tsx","layer":"app-pages-browser"},"startTime":1777983900018,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":5539,"timestamp":6592529592147,"id":1452,"parentId":1333,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/mobile-nav.tsx","layer":"app-pages-browser"},"startTime":1777983900018,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":5407,"timestamp":6592529592445,"id":1453,"parentId":1327,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/types.ts","layer":"app-pages-browser"},"startTime":1777983900018,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":4642,"timestamp":6592529598572,"id":1454,"parentId":1327,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/settings.ts","layer":"app-pages-browser"},"startTime":1777983900025,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3862,"timestamp":6592529603422,"id":1455,"parentId":1358,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"pages-dir-browser"},"startTime":1777983900029,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":4124,"timestamp":6592529603569,"id":1456,"parentId":1328,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/voices.ts","layer":"app-pages-browser"},"startTime":1777983900030,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":4218,"timestamp":6592529603759,"id":1457,"parentId":1328,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/orchestrators.ts","layer":"app-pages-browser"},"startTime":1777983900030,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":4407,"timestamp":6592529603942,"id":1458,"parentId":1329,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/code-block.tsx","layer":"app-pages-browser"},"startTime":1777983900030,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":4514,"timestamp":6592529604129,"id":1459,"parentId":1327,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/index.ts","layer":"app-pages-browser"},"startTime":1777983900030,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":4665,"timestamp":6592529604302,"id":1460,"parentId":1329,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/persona-duplicate-id.ts","layer":"app-pages-browser"},"startTime":1777983900030,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":5040,"timestamp":6592529604477,"id":1461,"parentId":1329,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/card.tsx","layer":"app-pages-browser"},"startTime":1777983900031,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":57603,"timestamp":6592529610945,"id":1463,"parentId":1383,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/is-error.js","layer":"app-pages-browser"},"startTime":1777983900037,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":58854,"timestamp":6592529611046,"id":1464,"parentId":1384,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/is-next-router-error.js","layer":"app-pages-browser"},"startTime":1777983900037,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":59760,"timestamp":6592529610693,"id":1462,"parentId":1329,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/lineage-maps.ts","layer":"app-pages-browser"},"startTime":1777983900037,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":59493,"timestamp":6592529611168,"id":1465,"parentId":1377,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"pages-dir-browser"},"startTime":1777983900037,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":59847,"timestamp":6592529611277,"id":1466,"parentId":1336,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/chat-title.ts","layer":"app-pages-browser"},"startTime":1777983900037,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":60815,"timestamp":6592529611461,"id":1467,"parentId":1329,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/persona-dialog/index.tsx","layer":"app-pages-browser"},"startTime":1777983900037,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":59278,"timestamp":6592529613261,"id":1470,"parentId":1332,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/sidebar-collapsed-storage.ts","layer":"app-pages-browser"},"startTime":1777983900039,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":59170,"timestamp":6592529613632,"id":1472,"parentId":1334,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/openrouter.ts","layer":"app-pages-browser"},"startTime":1777983900040,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":59202,"timestamp":6592529613807,"id":1473,"parentId":1332,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/utils.ts","layer":"app-pages-browser"},"startTime":1777983900040,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":60298,"timestamp":6592529613447,"id":1471,"parentId":1337,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/client.ts","layer":"app-pages-browser"},"startTime":1777983900039,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":60416,"timestamp":6592529613989,"id":1474,"parentId":1341,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/live-run-real/header-actions.tsx","layer":"app-pages-browser"},"startTime":1777983900040,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":60941,"timestamp":6592529614176,"id":1475,"parentId":1341,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/live-run-real/enrich-rounds.ts","layer":"app-pages-browser"},"startTime":1777983900040,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":63585,"timestamp":6592529613053,"id":1469,"parentId":1331,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/index.tsx","layer":"app-pages-browser"},"startTime":1777983900039,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":62575,"timestamp":6592529614536,"id":1477,"parentId":1410,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"app-pages-browser"},"startTime":1777983900041,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":63576,"timestamp":6592529614360,"id":1476,"parentId":1341,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/live-run-real/phase-progress.tsx","layer":"app-pages-browser"},"startTime":1777983900040,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":62762,"timestamp":6592529615460,"id":1480,"parentId":1344,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/invariant-error.js","layer":"app-pages-browser"},"startTime":1777983900041,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":63249,"timestamp":6592529615765,"id":1482,"parentId":1342,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/use-action-queue.js","layer":"app-pages-browser"},"startTime":1777983900042,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":63415,"timestamp":6592529615880,"id":1483,"parentId":1342,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"app-pages-browser"},"startTime":1777983900042,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":64153,"timestamp":6592529615576,"id":1481,"parentId":1341,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/live-run-real/helpers.ts","layer":"app-pages-browser"},"startTime":1777983900042,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":64069,"timestamp":6592529615998,"id":1484,"parentId":1341,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/run-viewer/brief-heading.tsx","layer":"app-pages-browser"},"startTime":1777983900042,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":64354,"timestamp":6592529616192,"id":1485,"parentId":1341,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/run-viewer/round-view.tsx","layer":"app-pages-browser"},"startTime":1777983900042,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":64611,"timestamp":6592529616606,"id":1488,"parentId":1342,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/redirect.js","layer":"app-pages-browser"},"startTime":1777983900043,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":65388,"timestamp":6592529616373,"id":1486,"parentId":1342,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/app-router-announcer.js","layer":"app-pages-browser"},"startTime":1777983900042,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":65760,"timestamp":6592529616488,"id":1487,"parentId":1342,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/nav-failure-handler.js","layer":"app-pages-browser"},"startTime":1777983900043,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4236,"timestamp":6592529697188,"id":1494,"parentId":1342,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/redirect-error.js","layer":"app-pages-browser"},"startTime":1777983900123,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4488,"timestamp":6592529697400,"id":1495,"parentId":1358,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/redirect-error.js","layer":"pages-dir-browser"},"startTime":1777983900123,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4421,"timestamp":6592529697836,"id":1499,"parentId":1342,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/reducers/committed-state.js","layer":"app-pages-browser"},"startTime":1777983900124,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4885,"timestamp":6592529697744,"id":1498,"parentId":1346,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/with-router.js","layer":"pages-dir-browser"},"startTime":1777983900124,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6300,"timestamp":6592529697513,"id":1496,"parentId":1342,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"app-pages-browser"},"startTime":1777983900124,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6074,"timestamp":6592529698056,"id":1501,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/add-locale.js","layer":"pages-dir-browser"},"startTime":1777983900124,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6624,"timestamp":6592529697945,"id":1500,"parentId":1342,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js","layer":"app-pages-browser"},"startTime":1777983900124,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6915,"timestamp":6592529698154,"id":1502,"parentId":1342,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/errors/root-error-boundary.js","layer":"app-pages-browser"},"startTime":1777983900124,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":14339,"timestamp":6592529698254,"id":1503,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/route-loader.js","layer":"pages-dir-browser"},"startTime":1777983900124,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":23439,"timestamp":6592529697626,"id":1497,"parentId":1346,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/router.js","layer":"pages-dir-browser"},"startTime":1777983900124,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":15264,"timestamp":6592529706175,"id":1504,"parentId":1350,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"pages-dir-browser"},"startTime":1777983900132,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":15359,"timestamp":6592529706472,"id":1506,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":"pages-dir-browser"},"startTime":1777983900133,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":16702,"timestamp":6592529706357,"id":1505,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/constants.js","layer":"pages-dir-browser"},"startTime":1777983900132,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2793,"timestamp":6592529736952,"id":1509,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js","layer":"pages-dir-browser"},"startTime":1777983900163,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3212,"timestamp":6592529736806,"id":1508,"parentId":1353,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"pages-dir-browser"},"startTime":1777983900163,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3827,"timestamp":6592529736604,"id":1507,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":"pages-dir-browser"},"startTime":1777983900163,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3514,"timestamp":6592529737102,"id":1510,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"pages-dir-browser"},"startTime":1777983900163,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3999,"timestamp":6592529737248,"id":1511,"parentId":1351,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/request-idle-callback.js","layer":"pages-dir-browser"},"startTime":1777983900163,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4280,"timestamp":6592529737487,"id":1512,"parentId":1359,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/segment.js","layer":"app-pages-browser"},"startTime":1777983900164,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2383,"timestamp":6592529741940,"id":1513,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/lib/promise.js","layer":"pages-dir-browser"},"startTime":1777983900168,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2476,"timestamp":6592529742078,"id":1514,"parentId":1444,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"app-pages-browser"},"startTime":1777983900168,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2816,"timestamp":6592529742212,"id":1515,"parentId":1360,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/app-router-utils.js","layer":"app-pages-browser"},"startTime":1777983900168,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2858,"timestamp":6592529742380,"id":1516,"parentId":1360,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-thenable.js","layer":"app-pages-browser"},"startTime":1777983900168,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":77525,"timestamp":6592529745676,"id":1517,"parentId":1360,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"app-pages-browser"},"startTime":1777983900172,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":77974,"timestamp":6592529745814,"id":1518,"parentId":1360,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/prefetch.js","layer":"app-pages-browser"},"startTime":1777983900172,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":78350,"timestamp":6592529746179,"id":1521,"parentId":1360,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/lib/javascript-url.js","layer":"app-pages-browser"},"startTime":1777983900172,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":81742,"timestamp":6592529746062,"id":1520,"parentId":1360,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/optimistic-routes.js","layer":"app-pages-browser"},"startTime":1777983900172,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":85434,"timestamp":6592529745936,"id":1519,"parentId":1360,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/navigation.js","layer":"app-pages-browser"},"startTime":1777983900172,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":99445,"timestamp":6592529746351,"id":1522,"parentId":1330,"tags":{"name":"__barrel_optimize__?names=Code2,Wrench!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900172,"traceId":"736ece428e33d872"},{"name":"postcss-process","duration":165423,"timestamp":6592529810937,"id":1523,"parentId":1489,"tags":{},"startTime":1777983900237,"traceId":"736ece428e33d872"},{"name":"postcss-loader","duration":359758,"timestamp":6592529616815,"id":1489,"parentId":1468,"tags":{},"startTime":1777983900043,"traceId":"736ece428e33d872"},{"name":"css-loader","duration":25168,"timestamp":6592529976732,"id":1524,"parentId":1468,"tags":{"astUsed":"true"},"startTime":1777983900403,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":14522,"timestamp":6592530011552,"id":1527,"parentId":1329,"tags":{"name":"__barrel_optimize__?names=Copy,Loader2,Pencil,Trash2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900438,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":14730,"timestamp":6592530011496,"id":1526,"parentId":1328,"tags":{"name":"__barrel_optimize__?names=ArrowRight,Loader2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900438,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":14787,"timestamp":6592530011600,"id":1528,"parentId":1331,"tags":{"name":"__barrel_optimize__?names=Loader2,Pencil,Trash2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900438,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":14866,"timestamp":6592530011652,"id":1529,"parentId":1336,"tags":{"name":"__barrel_optimize__?names=Search,X!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900438,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":14923,"timestamp":6592530011740,"id":1531,"parentId":1335,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,Check,Loader2,Plug!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900438,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":15452,"timestamp":6592530011332,"id":1525,"parentId":1327,"tags":{"name":"__barrel_optimize__?names=Info,Layers!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900437,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":15287,"timestamp":6592530011698,"id":1530,"parentId":1332,"tags":{"name":"__barrel_optimize__?names=Layers,LayoutDashboard,ListChecks,PanelLeftClose,PanelLeftOpen,Plug,Plus,Settings,Users!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900438,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":17135,"timestamp":6592530011829,"id":1533,"parentId":1334,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,Check,ExternalLink,Loader2,Search!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900438,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":17372,"timestamp":6592530011788,"id":1532,"parentId":1337,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,Check,CheckCircle2,ChevronDown,Clock!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900438,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":4109,"timestamp":6592530048240,"id":1534,"parentId":1338,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,Check,CheckCircle2,ChevronDown!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900474,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":4195,"timestamp":6592530048349,"id":1535,"parentId":1339,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,ArrowRight,Check,CheckCircle2,ChevronDown,Clock!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900474,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":4304,"timestamp":6592530048408,"id":1536,"parentId":1340,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,Check,FolderLock,Globe,Loader2,ShieldCheck!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900474,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":9508,"timestamp":6592530056105,"id":1537,"parentId":1341,"tags":{"name":"__barrel_optimize__?names=ArrowLeft!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900482,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":8291,"timestamp":6592530057623,"id":1538,"parentId":1426,"tags":{"name":"__barrel_optimize__?names=Clock,Shield!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900484,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":8366,"timestamp":6592530057691,"id":1539,"parentId":1428,"tags":{"name":"__barrel_optimize__?names=Check,Info!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900484,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":9367,"timestamp":6592530057740,"id":1540,"parentId":1429,"tags":{"name":"__barrel_optimize__?names=Code2,Eye!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900484,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":9518,"timestamp":6592530057790,"id":1541,"parentId":1434,"tags":{"name":"__barrel_optimize__?names=ArrowRight,DollarSign!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900484,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":9980,"timestamp":6592530057836,"id":1542,"parentId":1438,"tags":{"name":"__barrel_optimize__?names=Check!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900484,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":10115,"timestamp":6592530057879,"id":1543,"parentId":1437,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,Check,ExternalLink,Loader2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900484,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3006,"timestamp":6592530070180,"id":1547,"parentId":1374,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/readonly-url-search-params.js","layer":"app-pages-browser"},"startTime":1777983900496,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3500,"timestamp":6592530070047,"id":1546,"parentId":1373,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/readonly-url-search-params.js","layer":"pages-dir-browser"},"startTime":1777983900496,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":7177,"timestamp":6592530069873,"id":1544,"parentId":1439,"tags":{"name":"__barrel_optimize__?names=Check,Loader2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900496,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":7204,"timestamp":6592530069977,"id":1545,"parentId":1452,"tags":{"name":"__barrel_optimize__?names=Menu!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900496,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2842,"timestamp":6592530074844,"id":1548,"parentId":1368,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/image-config.js","layer":"pages-dir-browser"},"startTime":1777983900501,"traceId":"736ece428e33d872"}]
|
|
14
|
-
[{"name":"build-module-js","duration":2816,"timestamp":6592530075219,"id":1551,"parentId":1382,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":"pages-dir-browser"},"startTime":1777983900501,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":3139,"timestamp":6592530075037,"id":1549,"parentId":1458,"tags":{"name":"__barrel_optimize__?names=Code2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900501,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4371,"timestamp":6592530075106,"id":1550,"parentId":1376,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js","layer":"pages-dir-browser"},"startTime":1777983900501,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1478,"timestamp":6592530078426,"id":1552,"parentId":1383,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":"app-pages-browser"},"startTime":1777983900504,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1897,"timestamp":6592530080303,"id":1556,"parentId":1463,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"app-pages-browser"},"startTime":1777983900506,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2325,"timestamp":6592530080413,"id":1557,"parentId":1382,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"pages-dir-browser"},"startTime":1777983900506,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8360,"timestamp":6592530080133,"id":1554,"parentId":1378,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"pages-dir-browser"},"startTime":1777983900506,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":8463,"timestamp":6592530080240,"id":1555,"parentId":1474,"tags":{"name":"__barrel_optimize__?names=Repeat,RotateCw,Trash2,X!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900506,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6296,"timestamp":6592530082828,"id":1558,"parentId":1383,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"app-pages-browser"},"startTime":1777983900509,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":11704,"timestamp":6592530079970,"id":1553,"parentId":1376,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"pages-dir-browser"},"startTime":1777983900506,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":9065,"timestamp":6592530083400,"id":1564,"parentId":1496,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"app-pages-browser"},"startTime":1777983900509,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":10617,"timestamp":6592530083051,"id":1560,"parentId":1385,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/head.js","layer":"pages-dir-browser"},"startTime":1777983900509,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":12520,"timestamp":6592530082978,"id":1559,"parentId":1476,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,CheckCircle2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900509,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":12505,"timestamp":6592530083288,"id":1562,"parentId":1467,"tags":{"name":"__barrel_optimize__?names=Pencil,Plus,Sparkles,X!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900509,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":12645,"timestamp":6592530083341,"id":1563,"parentId":1469,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,CheckCircle2,FileCode2,Loader2,Pencil,Plus,Sparkles,X!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900509,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":23573,"timestamp":6592530083161,"id":1561,"parentId":1388,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/cache.js","layer":"app-pages-browser"},"startTime":1777983900509,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":995,"timestamp":6592530136655,"id":1572,"parentId":1391,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/react/cjs/react-jsx-runtime.production.js","layer":"app-pages-browser"},"startTime":1777983900563,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":4759,"timestamp":6592530135453,"id":1565,"parentId":1389,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/defaultAttributes.mjs","layer":"app-pages-browser"},"startTime":1777983900561,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":4889,"timestamp":6592530135701,"id":1566,"parentId":1389,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/context.mjs","layer":"app-pages-browser"},"startTime":1777983900562,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4922,"timestamp":6592530135869,"id":1567,"parentId":1503,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"pages-dir-browser"},"startTime":1777983900562,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4860,"timestamp":6592530136313,"id":1570,"parentId":1393,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/request/search-params.browser.prod.js","layer":"app-pages-browser"},"startTime":1777983900562,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6017,"timestamp":6592530136014,"id":1568,"parentId":1497,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"pages-dir-browser"},"startTime":1777983900562,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6522,"timestamp":6592530136155,"id":1569,"parentId":1390,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/app-router-headers.js","layer":"app-pages-browser"},"startTime":1777983900562,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6304,"timestamp":6592530136702,"id":1573,"parentId":1497,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"pages-dir-browser"},"startTime":1777983900563,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7325,"timestamp":6592530136477,"id":1571,"parentId":1388,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/bfcache.js","layer":"app-pages-browser"},"startTime":1777983900563,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":9442,"timestamp":6592530136859,"id":1574,"parentId":1388,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"app-pages-browser"},"startTime":1777983900563,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":1034537,"timestamp":6592529124559,"id":1270,"parentId":1266,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&page=%2F_not-found%2Fpage!"},"startTime":1777983899551,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7224,"timestamp":6592530155412,"id":1577,"parentId":1407,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/react/cjs/react.production.js","layer":"app-pages-browser"},"startTime":1777983900581,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":19100,"timestamp":6592530155741,"id":1580,"parentId":1406,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js","layer":"app-pages-browser"},"startTime":1777983900582,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":112811,"timestamp":6592530155784,"id":1581,"parentId":1403,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/react-dom/cjs/react-dom-client.production.js","layer":"app-pages-browser"},"startTime":1777983900582,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":112117,"timestamp":6592530156958,"id":1589,"parentId":1351,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-dom@19.2.4_react@19.2.4/node_modules/react-dom/index.js","layer":"pages-dir-browser"},"startTime":1777983900583,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":111681,"timestamp":6592530157660,"id":1594,"parentId":1401,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react@19.2.4/node_modules/react/cjs/react-jsx-runtime.production.js","layer":"pages-dir-browser"},"startTime":1777983900584,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":114419,"timestamp":6592530157707,"id":1595,"parentId":1418,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react@19.2.4/node_modules/react/cjs/react.production.js","layer":"pages-dir-browser"},"startTime":1777983900584,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":171659,"timestamp":6592530157905,"id":1597,"parentId":1402,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-dom@19.2.4_react@19.2.4/node_modules/react-dom/cjs/react-dom-client.production.js","layer":"pages-dir-browser"},"startTime":1777983900584,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":177992,"timestamp":6592530155035,"id":1575,"parentId":1497,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/lib/javascript-url.js","layer":"pages-dir-browser"},"startTime":1777983900581,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":178015,"timestamp":6592530155277,"id":1576,"parentId":1392,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/request/params.browser.prod.js","layer":"app-pages-browser"},"startTime":1777983900581,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":180100,"timestamp":6592530155453,"id":1578,"parentId":1390,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js","layer":"app-pages-browser"},"startTime":1777983900581,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":180193,"timestamp":6592530155821,"id":1582,"parentId":1411,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"app-pages-browser"},"startTime":1777983900582,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":181136,"timestamp":6592530155569,"id":1579,"parentId":1404,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/navigation.js","layer":"app-pages-browser"},"startTime":1777983900582,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":181081,"timestamp":6592530155995,"id":1583,"parentId":1448,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"pages-dir-browser"},"startTime":1777983900582,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":181115,"timestamp":6592530156174,"id":1584,"parentId":1411,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"app-pages-browser"},"startTime":1777983900582,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":181117,"timestamp":6592530156354,"id":1585,"parentId":1448,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"pages-dir-browser"},"startTime":1777983900582,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":181148,"timestamp":6592530156514,"id":1586,"parentId":1376,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"pages-dir-browser"},"startTime":1777983900583,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":181056,"timestamp":6592530156834,"id":1588,"parentId":1412,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/cache-key.js","layer":"app-pages-browser"},"startTime":1777983900583,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":181109,"timestamp":6592530157006,"id":1590,"parentId":1389,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/shared/src/utils/hasA11yProp.mjs","layer":"app-pages-browser"},"startTime":1777983900583,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":181092,"timestamp":6592530157199,"id":1591,"parentId":1389,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/shared/src/utils/mergeClasses.mjs","layer":"app-pages-browser"},"startTime":1777983900583,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":181045,"timestamp":6592530157511,"id":1593,"parentId":1497,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"pages-dir-browser"},"startTime":1777983900584,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":181443,"timestamp":6592530157372,"id":1592,"parentId":1421,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"app-pages-browser"},"startTime":1777983900583,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":181295,"timestamp":6592530157742,"id":1596,"parentId":1427,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/app-router-types.js","layer":"app-pages-browser"},"startTime":1777983900584,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":181236,"timestamp":6592530157954,"id":1598,"parentId":1425,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"app-pages-browser"},"startTime":1777983900584,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":181564,"timestamp":6592530158103,"id":1599,"parentId":1426,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/billing-section.tsx","layer":"app-pages-browser"},"startTime":1777983900584,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":181587,"timestamp":6592530158603,"id":1601,"parentId":1426,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/telemetry-section.tsx","layer":"app-pages-browser"},"startTime":1777983900585,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":183156,"timestamp":6592530158294,"id":1600,"parentId":1426,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/preview-sections.tsx","layer":"app-pages-browser"},"startTime":1777983900584,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":182897,"timestamp":6592530158892,"id":1602,"parentId":1427,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js","layer":"app-pages-browser"},"startTime":1777983900585,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":187792,"timestamp":6592530156662,"id":1587,"parentId":1412,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/scheduler.js","layer":"app-pages-browser"},"startTime":1777983900583,"traceId":"736ece428e33d872"},{"name":"font-loader","duration":706940,"timestamp":6592529641514,"id":1491,"parentId":1490,"tags":{},"startTime":1777983900068,"traceId":"736ece428e33d872"},{"name":"postcss","duration":989,"timestamp":6592530348654,"id":1603,"parentId":1490,"tags":{},"startTime":1777983900775,"traceId":"736ece428e33d872"},{"name":"next-font-loader","duration":732230,"timestamp":6592529617471,"id":1490,"parentId":1478,"tags":{},"startTime":1777983900044,"traceId":"736ece428e33d872"},{"name":"css-loader","duration":6766,"timestamp":6592530349667,"id":1604,"parentId":1478,"tags":{"astUsed":"true"},"startTime":1777983900776,"traceId":"736ece428e33d872"},{"name":"build-module","duration":742018,"timestamp":6592529614653,"id":1478,"parentId":1413,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/font/google/target.css.webpack[javascript/auto]!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[2].use[1]!/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[15].oneOf[2].use[2]!/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":null},"startTime":1777983900041,"traceId":"736ece428e33d872"},{"name":"font-loader","duration":691940,"timestamp":6592529665178,"id":1493,"parentId":1492,"tags":{},"startTime":1777983900091,"traceId":"736ece428e33d872"},{"name":"postcss","duration":247,"timestamp":6592530357144,"id":1605,"parentId":1492,"tags":{},"startTime":1777983900783,"traceId":"736ece428e33d872"},{"name":"next-font-loader","duration":692285,"timestamp":6592529665135,"id":1492,"parentId":1479,"tags":{},"startTime":1777983900091,"traceId":"736ece428e33d872"},{"name":"css-loader","duration":1163,"timestamp":6592530357409,"id":1606,"parentId":1479,"tags":{"astUsed":"true"},"startTime":1777983900783,"traceId":"736ece428e33d872"},{"name":"build-module","duration":743357,"timestamp":6592529615413,"id":1479,"parentId":1414,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/font/google/target.css.webpack[javascript/auto]!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[2].use[1]!/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[15].oneOf[2].use[2]!/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}","layer":null},"startTime":1777983900041,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3254,"timestamp":6592530363774,"id":1610,"parentId":1442,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/react-dom/cjs/react-dom.production.js","layer":"app-pages-browser"},"startTime":1777983900790,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4536,"timestamp":6592530363948,"id":1612,"parentId":1497,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/constants.js","layer":"pages-dir-browser"},"startTime":1777983900790,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":11419,"timestamp":6592530363823,"id":1611,"parentId":1427,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/constants.js","layer":"app-pages-browser"},"startTime":1777983900790,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":12782,"timestamp":6592530363161,"id":1607,"parentId":1427,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/match-segments.js","layer":"app-pages-browser"},"startTime":1777983900789,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":13019,"timestamp":6592530363562,"id":1609,"parentId":1427,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/vary-path.js","layer":"app-pages-browser"},"startTime":1777983900790,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":12573,"timestamp":6592530364271,"id":1614,"parentId":1488,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/redirect-status-code.js","layer":"app-pages-browser"},"startTime":1777983900790,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":14132,"timestamp":6592530363369,"id":1608,"parentId":1426,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/transport-section.tsx","layer":"app-pages-browser"},"startTime":1777983900789,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":13291,"timestamp":6592530364439,"id":1615,"parentId":1495,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/redirect-status-code.js","layer":"pages-dir-browser"},"startTime":1777983900790,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":14215,"timestamp":6592530363985,"id":1613,"parentId":1439,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/helpers.ts","layer":"app-pages-browser"},"startTime":1777983900790,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":13989,"timestamp":6592530364585,"id":1616,"parentId":1459,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/chats.ts","layer":"app-pages-browser"},"startTime":1777983900791,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":13633,"timestamp":6592530365086,"id":1618,"parentId":1459,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/stats.ts","layer":"app-pages-browser"},"startTime":1777983900791,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":14480,"timestamp":6592530364868,"id":1617,"parentId":1459,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/templates.ts","layer":"app-pages-browser"},"startTime":1777983900791,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":315,"timestamp":6592530385497,"id":1639,"parentId":1497,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/is-api-route.js","layer":"pages-dir-browser"},"startTime":1777983900812,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":5942,"timestamp":6592530381039,"id":1619,"parentId":1459,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/personas.ts","layer":"app-pages-browser"},"startTime":1777983900807,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":6106,"timestamp":6592530381273,"id":1620,"parentId":1467,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/persona-dialog/footer.tsx","layer":"app-pages-browser"},"startTime":1777983900807,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":6421,"timestamp":6592530381463,"id":1621,"parentId":1467,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/persona-dialog/helpers.tsx","layer":"app-pages-browser"},"startTime":1777983900807,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":6548,"timestamp":6592530381751,"id":1622,"parentId":1467,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/persona-dialog/form-body.tsx","layer":"app-pages-browser"},"startTime":1777983900808,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":6233,"timestamp":6592530382333,"id":1624,"parentId":1469,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/primitives.tsx","layer":"app-pages-browser"},"startTime":1777983900808,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":6312,"timestamp":6592530382576,"id":1625,"parentId":1469,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/yaml-panel.tsx","layer":"app-pages-browser"},"startTime":1777983900809,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":7664,"timestamp":6592530382041,"id":1623,"parentId":1469,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/form-panel.tsx","layer":"app-pages-browser"},"startTime":1777983900808,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7325,"timestamp":6592530382891,"id":1626,"parentId":1502,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/errors/graceful-degrade-boundary.js","layer":"app-pages-browser"},"startTime":1777983900809,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":7525,"timestamp":6592530383070,"id":1627,"parentId":1469,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/constants.ts","layer":"app-pages-browser"},"startTime":1777983900809,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6639,"timestamp":6592530384144,"id":1631,"parentId":1497,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":"pages-dir-browser"},"startTime":1777983900810,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":8421,"timestamp":6592530383331,"id":1628,"parentId":1469,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/parse.ts","layer":"app-pages-browser"},"startTime":1777983900809,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":8728,"timestamp":6592530383631,"id":1629,"parentId":1469,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/emit.ts","layer":"app-pages-browser"},"startTime":1777983900810,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8364,"timestamp":6592530384252,"id":1632,"parentId":1503,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/trusted-types.js","layer":"pages-dir-browser"},"startTime":1777983900810,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8339,"timestamp":6592530384551,"id":1634,"parentId":1497,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/detect-domain-locale.js","layer":"pages-dir-browser"},"startTime":1777983900811,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8755,"timestamp":6592530384406,"id":1633,"parentId":1497,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"pages-dir-browser"},"startTime":1777983900810,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8726,"timestamp":6592530384708,"id":1635,"parentId":1497,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/remove-locale.js","layer":"pages-dir-browser"},"startTime":1777983900811,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":8745,"timestamp":6592530384876,"id":1636,"parentId":1437,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/input.tsx","layer":"app-pages-browser"},"startTime":1777983900811,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8626,"timestamp":6592530385176,"id":1637,"parentId":1497,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"pages-dir-browser"},"startTime":1777983900811,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":11272,"timestamp":6592530383930,"id":1630,"parentId":1485,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/run-viewer/participant-card.tsx","layer":"app-pages-browser"},"startTime":1777983900810,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":10074,"timestamp":6592530385334,"id":1638,"parentId":1514,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"app-pages-browser"},"startTime":1777983900811,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6027,"timestamp":6592530401117,"id":1641,"parentId":1497,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":"pages-dir-browser"},"startTime":1777983900827,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6149,"timestamp":6592530401288,"id":1642,"parentId":1497,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":"pages-dir-browser"},"startTime":1777983900827,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7128,"timestamp":6592530400916,"id":1640,"parentId":1497,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/resolve-href.js","layer":"pages-dir-browser"},"startTime":1777983900827,"traceId":"736ece428e33d872"}]
|
|
15
|
-
[{"name":"build-module-js","duration":6864,"timestamp":6592530401445,"id":1643,"parentId":1497,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/compare-states.js","layer":"pages-dir-browser"},"startTime":1777983900827,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6822,"timestamp":6592530401713,"id":1644,"parentId":1497,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"pages-dir-browser"},"startTime":1777983900828,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6878,"timestamp":6592530401861,"id":1645,"parentId":1505,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/entry-constants.js","layer":"pages-dir-browser"},"startTime":1777983900828,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6833,"timestamp":6592530402018,"id":1646,"parentId":1505,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":"pages-dir-browser"},"startTime":1777983900828,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7352,"timestamp":6592530402161,"id":1647,"parentId":1497,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/bloom-filter.js","layer":"pages-dir-browser"},"startTime":1777983900828,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7077,"timestamp":6592530402602,"id":1649,"parentId":1497,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":"pages-dir-browser"},"startTime":1777983900829,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":7865,"timestamp":6592530402331,"id":1648,"parentId":1452,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/sheet.tsx","layer":"app-pages-browser"},"startTime":1777983900828,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2968,"timestamp":6592530411874,"id":1650,"parentId":1517,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"app-pages-browser"},"startTime":1777983900838,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3210,"timestamp":6592530412027,"id":1651,"parentId":1517,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js","layer":"app-pages-browser"},"startTime":1777983900838,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3491,"timestamp":6592530415628,"id":1652,"parentId":1517,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"app-pages-browser"},"startTime":1777983900842,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3474,"timestamp":6592530415877,"id":1654,"parentId":1517,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.js","layer":"app-pages-browser"},"startTime":1777983900842,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4039,"timestamp":6592530415762,"id":1653,"parentId":1517,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"app-pages-browser"},"startTime":1777983900842,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4027,"timestamp":6592530416137,"id":1656,"parentId":1554,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"pages-dir-browser"},"startTime":1777983900842,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":4042,"timestamp":6592530416282,"id":1657,"parentId":1469,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/template-live-yaml.ts","layer":"app-pages-browser"},"startTime":1777983900842,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":4113,"timestamp":6592530416580,"id":1658,"parentId":1469,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/template-validation.ts","layer":"app-pages-browser"},"startTime":1777983900843,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7544,"timestamp":6592530415990,"id":1655,"parentId":1517,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js","layer":"app-pages-browser"},"startTime":1777983900842,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2230,"timestamp":6592530431419,"id":1662,"parentId":1522,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/code-xml.mjs","layer":"app-pages-browser"},"startTime":1777983900857,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":3036,"timestamp":6592530431091,"id":1660,"parentId":1476,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-stepper.tsx","layer":"app-pages-browser"},"startTime":1777983900857,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":3814,"timestamp":6592530430825,"id":1659,"parentId":1467,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/dialog.tsx","layer":"app-pages-browser"},"startTime":1777983900857,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":3169,"timestamp":6592530431661,"id":1664,"parentId":1527,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/copy.mjs","layer":"app-pages-browser"},"startTime":1777983900858,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":3443,"timestamp":6592530431540,"id":1663,"parentId":1522,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/wrench.mjs","layer":"app-pages-browser"},"startTime":1777983900858,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4474,"timestamp":6592530431285,"id":1661,"parentId":1519,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/navigation-testing-lock.js","layer":"app-pages-browser"},"startTime":1777983900857,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":4156,"timestamp":6592530431771,"id":1665,"parentId":1527,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/loader-circle.mjs","layer":"app-pages-browser"},"startTime":1777983900858,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":4213,"timestamp":6592530431888,"id":1666,"parentId":1527,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/pencil.mjs","layer":"app-pages-browser"},"startTime":1777983900858,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":4275,"timestamp":6592530431995,"id":1667,"parentId":1527,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/trash-2.mjs","layer":"app-pages-browser"},"startTime":1777983900858,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":4303,"timestamp":6592530432121,"id":1668,"parentId":1529,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/x.mjs","layer":"app-pages-browser"},"startTime":1777983900858,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":4352,"timestamp":6592530432229,"id":1669,"parentId":1526,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/arrow-right.mjs","layer":"app-pages-browser"},"startTime":1777983900858,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":4405,"timestamp":6592530432345,"id":1670,"parentId":1529,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/search.mjs","layer":"app-pages-browser"},"startTime":1777983900858,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":10810,"timestamp":6592530432461,"id":1671,"parentId":1531,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/check.mjs","layer":"app-pages-browser"},"startTime":1777983900858,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":10878,"timestamp":6592530432576,"id":1672,"parentId":1531,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/triangle-alert.mjs","layer":"app-pages-browser"},"startTime":1777983900859,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":5845,"timestamp":6592530437914,"id":1673,"parentId":1531,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/plug.mjs","layer":"app-pages-browser"},"startTime":1777983900864,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5735,"timestamp":6592530438221,"id":1677,"parentId":1582,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"app-pages-browser"},"startTime":1777983900864,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":5819,"timestamp":6592530438329,"id":1678,"parentId":1525,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/info.mjs","layer":"app-pages-browser"},"startTime":1777983900864,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1503,"timestamp":6592530444515,"id":1681,"parentId":1450,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/radix-ui@1.4.3_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react@19.2.14_react_8630af8f756c6a5269f4297295494860/node_modules/radix-ui/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983900871,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":8481,"timestamp":6592530438073,"id":1674,"parentId":1599,"tags":{"name":"__barrel_optimize__?names=CreditCard!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900864,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":8572,"timestamp":6592530438136,"id":1675,"parentId":1601,"tags":{"name":"__barrel_optimize__?names=Eye!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900864,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":8749,"timestamp":6592530438178,"id":1676,"parentId":1600,"tags":{"name":"__barrel_optimize__?names=Activity,AlertTriangle,Check,Cloud,FolderLock,Loader2,Monitor,Plus,Send,Server,Shield,Sliders,Webhook,Workflow,X!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900864,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2939,"timestamp":6592530444383,"id":1680,"parentId":1525,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/layers.mjs","layer":"app-pages-browser"},"startTime":1777983900870,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":3541,"timestamp":6592530444318,"id":1679,"parentId":1608,"tags":{"name":"__barrel_optimize__?names=Terminal!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900870,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":6284,"timestamp":6592530463929,"id":1682,"parentId":1620,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,CheckCircle2,Loader2,Trash2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900890,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":6349,"timestamp":6592530464042,"id":1683,"parentId":1622,"tags":{"name":"__barrel_optimize__?names=AlertTriangle!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900890,"traceId":"736ece428e33d872"},{"name":"build-module-css","duration":859238,"timestamp":6592529611648,"id":1468,"parentId":1394,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/globals.css.webpack[javascript/auto]!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!/home/ubuntu/dev/chorus/src/app/globals.css","layer":null},"startTime":1777983900038,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":3776,"timestamp":6592530467281,"id":1684,"parentId":1623,"tags":{"name":"__barrel_optimize__?names=CheckCircle2,ChevronLeft,ChevronRight!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900893,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":3853,"timestamp":6592530467347,"id":1685,"parentId":1627,"tags":{"name":"__barrel_optimize__?names=Layers,Shuffle,Sliders,Tag!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900893,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2391,"timestamp":6592530473524,"id":1686,"parentId":1648,"tags":{"name":"__barrel_optimize__?names=XIcon!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900900,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2606,"timestamp":6592530476281,"id":1689,"parentId":1656,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"pages-dir-browser"},"startTime":1777983900902,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2750,"timestamp":6592530476389,"id":1690,"parentId":1530,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/layout-dashboard.mjs","layer":"app-pages-browser"},"startTime":1777983900902,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3393,"timestamp":6592530476151,"id":1688,"parentId":1656,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/segment.js","layer":"pages-dir-browser"},"startTime":1777983900902,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":3205,"timestamp":6592530476522,"id":1691,"parentId":1530,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/panel-left-close.mjs","layer":"app-pages-browser"},"startTime":1777983900903,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1897,"timestamp":6592530480211,"id":1694,"parentId":1450,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983900906,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":6413,"timestamp":6592530476085,"id":1687,"parentId":1630,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,ArrowRight,Shuffle,X!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900902,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":3473,"timestamp":6592530479864,"id":1692,"parentId":1530,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/list-checks.mjs","layer":"app-pages-browser"},"startTime":1777983900906,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":3508,"timestamp":6592530480022,"id":1693,"parentId":1530,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/panel-left-open.mjs","layer":"app-pages-browser"},"startTime":1777983900906,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":3583,"timestamp":6592530480340,"id":1695,"parentId":1623,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/basics-step.tsx","layer":"app-pages-browser"},"startTime":1777983900906,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":4125,"timestamp":6592530480561,"id":1696,"parentId":1623,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/fallback-step.tsx","layer":"app-pages-browser"},"startTime":1777983900907,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":4457,"timestamp":6592530480743,"id":1697,"parentId":1623,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/policy-step.tsx","layer":"app-pages-browser"},"startTime":1777983900907,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":8526,"timestamp":6592530488241,"id":1702,"parentId":1473,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/tailwind-merge@3.5.0/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"app-pages-browser"},"startTime":1777983900914,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1305,"timestamp":6592530500162,"id":1703,"parentId":1473,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs","layer":"app-pages-browser"},"startTime":1777983900926,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":18197,"timestamp":6592530486912,"id":1701,"parentId":1530,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/plus.mjs","layer":"app-pages-browser"},"startTime":1777983900913,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":18519,"timestamp":6592530486854,"id":1700,"parentId":1660,"tags":{"name":"__barrel_optimize__?names=Check,ClipboardList,Code2,Eye,FileCode2,FlaskConical,GitPullRequest,Loader2,Search,Shuffle,TestTube2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900913,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":20093,"timestamp":6592530486673,"id":1699,"parentId":1630,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/run-viewer/lineage-gradient.ts","layer":"app-pages-browser"},"startTime":1777983900913,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":20572,"timestamp":6592530486471,"id":1698,"parentId":1630,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/run-viewer/state-badge.tsx","layer":"app-pages-browser"},"startTime":1777983900913,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":6449,"timestamp":6592530500783,"id":1706,"parentId":1530,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/users.mjs","layer":"app-pages-browser"},"startTime":1777983900927,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":6033,"timestamp":6592530501512,"id":1707,"parentId":1533,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/external-link.mjs","layer":"app-pages-browser"},"startTime":1777983900928,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":7062,"timestamp":6592530500652,"id":1705,"parentId":1530,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/settings.mjs","layer":"app-pages-browser"},"startTime":1777983900927,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":8545,"timestamp":6592530500353,"id":1704,"parentId":1658,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/template-schema.ts","layer":"app-pages-browser"},"startTime":1777983900926,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2808,"timestamp":6592530509663,"id":1708,"parentId":1532,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/circle-check.mjs","layer":"app-pages-browser"},"startTime":1777983900936,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2852,"timestamp":6592530509813,"id":1709,"parentId":1532,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/clock.mjs","layer":"app-pages-browser"},"startTime":1777983900936,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2884,"timestamp":6592530509949,"id":1710,"parentId":1532,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/chevron-down.mjs","layer":"app-pages-browser"},"startTime":1777983900936,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2940,"timestamp":6592530510159,"id":1711,"parentId":1536,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/folder-lock.mjs","layer":"app-pages-browser"},"startTime":1777983900936,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2421,"timestamp":6592530515275,"id":1712,"parentId":1536,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/globe.mjs","layer":"app-pages-browser"},"startTime":1777983900941,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2520,"timestamp":6592530515425,"id":1713,"parentId":1536,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/shield-check.mjs","layer":"app-pages-browser"},"startTime":1777983900941,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2554,"timestamp":6592530515576,"id":1714,"parentId":1537,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/arrow-left.mjs","layer":"app-pages-browser"},"startTime":1777983900942,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2700,"timestamp":6592530519256,"id":1722,"parentId":1505,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/polyfills/process.js","layer":"pages-dir-browser"},"startTime":1777983900945,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2319,"timestamp":6592530520516,"id":1733,"parentId":1589,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-dom@19.2.4_react@19.2.4/node_modules/react-dom/cjs/react-dom.production.js","layer":"pages-dir-browser"},"startTime":1777983900947,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1635,"timestamp":6592530521604,"id":1744,"parentId":1478,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js","layer":null},"startTime":1777983900948,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4602,"timestamp":6592530519284,"id":1723,"parentId":1471,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/polyfills/process.js","layer":"app-pages-browser"},"startTime":1777983900945,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":7054,"timestamp":6592530518410,"id":1715,"parentId":1538,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/shield.mjs","layer":"app-pages-browser"},"startTime":1777983900944,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":7094,"timestamp":6592530518549,"id":1716,"parentId":1540,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/eye.mjs","layer":"app-pages-browser"},"startTime":1777983900945,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":7139,"timestamp":6592530518678,"id":1717,"parentId":1541,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/dollar-sign.mjs","layer":"app-pages-browser"},"startTime":1777983900945,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":7199,"timestamp":6592530518797,"id":1718,"parentId":1545,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/menu.mjs","layer":"app-pages-browser"},"startTime":1777983900945,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":7265,"timestamp":6592530518917,"id":1719,"parentId":1555,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/repeat.mjs","layer":"app-pages-browser"},"startTime":1777983900945,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":7318,"timestamp":6592530519035,"id":1720,"parentId":1555,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/rotate-cw.mjs","layer":"app-pages-browser"},"startTime":1777983900945,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7439,"timestamp":6592530519150,"id":1721,"parentId":1553,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"pages-dir-browser"},"startTime":1777983900945,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":7263,"timestamp":6592530519555,"id":1726,"parentId":1562,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/sparkles.mjs","layer":"app-pages-browser"},"startTime":1777983900946,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7685,"timestamp":6592530519456,"id":1725,"parentId":1560,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/side-effect.js","layer":"pages-dir-browser"},"startTime":1777983900945,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":7644,"timestamp":6592530519676,"id":1727,"parentId":1563,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/file-code-corner.mjs","layer":"app-pages-browser"},"startTime":1777983900946,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8761,"timestamp":6592530519359,"id":1724,"parentId":1553,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/get-dynamic-param.js","layer":"pages-dir-browser"},"startTime":1777983900945,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8500,"timestamp":6592530519799,"id":1728,"parentId":1561,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/segment-cache/vary-params-decoding.js","layer":"app-pages-browser"},"startTime":1777983900946,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8533,"timestamp":6592530519937,"id":1729,"parentId":1561,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/promise-with-resolvers.js","layer":"app-pages-browser"},"startTime":1777983900946,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8609,"timestamp":6592530520240,"id":1731,"parentId":1574,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js","layer":"app-pages-browser"},"startTime":1777983900946,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":8718,"timestamp":6592530520377,"id":1732,"parentId":1579,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js","layer":"app-pages-browser"},"startTime":1777983900946,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":9839,"timestamp":6592530520082,"id":1730,"parentId":1561,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/cache-map.js","layer":"app-pages-browser"},"startTime":1777983900946,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":9733,"timestamp":6592530520547,"id":1734,"parentId":1579,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/navigation.react-server.js","layer":"app-pages-browser"},"startTime":1777983900947,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":9878,"timestamp":6592530520707,"id":1735,"parentId":1579,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/unrecognized-action-error.js","layer":"app-pages-browser"},"startTime":1777983900947,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":9832,"timestamp":6592530521108,"id":1739,"parentId":1593,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"pages-dir-browser"},"startTime":1777983900947,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":10301,"timestamp":6592530521210,"id":1740,"parentId":1592,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"app-pages-browser"},"startTime":1777983900947,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":11359,"timestamp":6592530520924,"id":1737,"parentId":1587,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/lru.js","layer":"app-pages-browser"},"startTime":1777983900947,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":11027,"timestamp":6592530521420,"id":1742,"parentId":1631,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":"pages-dir-browser"},"startTime":1777983900947,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":11313,"timestamp":6592530521320,"id":1741,"parentId":1641,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"pages-dir-browser"},"startTime":1777983900947,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":12769,"timestamp":6592530520825,"id":1736,"parentId":1586,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"pages-dir-browser"},"startTime":1777983900947,"traceId":"736ece428e33d872"}]
|
|
16
|
-
[{"name":"build-module-js","duration":12472,"timestamp":6592530521513,"id":1743,"parentId":1633,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/route-match-utils.js","layer":"pages-dir-browser"},"startTime":1777983900948,"traceId":"736ece428e33d872"},{"name":"build-module","duration":1019203,"timestamp":6592529526177,"id":1413,"parentId":1292,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":"app-pages-browser"},"startTime":1777983899952,"traceId":"736ece428e33d872"},{"name":"build-module","duration":1019358,"timestamp":6592529526473,"id":1414,"parentId":1292,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}","layer":"app-pages-browser"},"startTime":1777983899953,"traceId":"736ece428e33d872"},{"name":"build-module-css","duration":1066965,"timestamp":6592529484054,"id":1394,"parentId":1292,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/globals.css","layer":"app-pages-browser"},"startTime":1777983899910,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":32699,"timestamp":6592530521053,"id":1738,"parentId":1696,"tags":{"name":"__barrel_optimize__?names=Plus,Shuffle,X!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900947,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":16280,"timestamp":6592530538161,"id":1747,"parentId":1642,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"pages-dir-browser"},"startTime":1777983900964,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":16650,"timestamp":6592530537993,"id":1746,"parentId":1642,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"pages-dir-browser"},"startTime":1777983900964,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":16703,"timestamp":6592530538263,"id":1748,"parentId":1653,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"app-pages-browser"},"startTime":1777983900964,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":16867,"timestamp":6592530538387,"id":1749,"parentId":1655,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/assign-location.js","layer":"app-pages-browser"},"startTime":1777983900964,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":16846,"timestamp":6592530538730,"id":1751,"parentId":1662,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/createLucideIcon.mjs","layer":"app-pages-browser"},"startTime":1777983900965,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":16920,"timestamp":6592530538905,"id":1752,"parentId":1655,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/action-revalidation-kind.js","layer":"app-pages-browser"},"startTime":1777983900965,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":17585,"timestamp":6592530538565,"id":1750,"parentId":1655,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/server-reference-info.js","layer":"app-pages-browser"},"startTime":1777983900965,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":20568,"timestamp":6592530537874,"id":1745,"parentId":1698,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,CheckCircle2,Loader2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983900964,"traceId":"736ece428e33d872"},{"name":"build-module","duration":81,"timestamp":6592530561093,"id":1754,"parentId":1413,"tags":{},"startTime":1777983900987,"traceId":"736ece428e33d872"},{"name":"build-module","duration":17,"timestamp":6592530561186,"id":1755,"parentId":1414,"tags":{},"startTime":1777983900987,"traceId":"736ece428e33d872"},{"name":"build-module","duration":24,"timestamp":6592530561208,"id":1756,"parentId":1394,"tags":{},"startTime":1777983900987,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2682,"timestamp":6592530559225,"id":1753,"parentId":1724,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/invariant-error.js","layer":"pages-dir-browser"},"startTime":1777983900985,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":1437622,"timestamp":6592529124626,"id":1273,"parentId":1266,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1777983899551,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":192,"timestamp":6592530562496,"id":1758,"parentId":1597,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/scheduler@0.27.0/node_modules/scheduler/index.js","layer":"pages-dir-browser"},"startTime":1777983900989,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":732,"timestamp":6592530563359,"id":1759,"parentId":1581,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/scheduler/index.js","layer":"app-pages-browser"},"startTime":1777983900989,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":2933,"timestamp":6592530562282,"id":1757,"parentId":1623,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/index.tsx","layer":"app-pages-browser"},"startTime":1777983900988,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1963,"timestamp":6592530563454,"id":1760,"parentId":1674,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/credit-card.mjs","layer":"app-pages-browser"},"startTime":1777983900989,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1995,"timestamp":6592530563587,"id":1761,"parentId":1676,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/activity.mjs","layer":"app-pages-browser"},"startTime":1777983900990,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1907,"timestamp":6592530566063,"id":1762,"parentId":1676,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/cloud.mjs","layer":"app-pages-browser"},"startTime":1777983900992,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1693,"timestamp":6592530570087,"id":1763,"parentId":1676,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/monitor.mjs","layer":"app-pages-browser"},"startTime":1777983900996,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1737,"timestamp":6592530570240,"id":1764,"parentId":1676,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/server.mjs","layer":"app-pages-browser"},"startTime":1777983900996,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2697,"timestamp":6592530570376,"id":1765,"parentId":1676,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/send.mjs","layer":"app-pages-browser"},"startTime":1777983900996,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":4573,"timestamp":6592530572209,"id":1766,"parentId":1676,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/sliders-vertical.mjs","layer":"app-pages-browser"},"startTime":1777983900998,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":4610,"timestamp":6592530572353,"id":1767,"parentId":1676,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/webhook.mjs","layer":"app-pages-browser"},"startTime":1777983900998,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2428,"timestamp":6592530575170,"id":1768,"parentId":1676,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/workflow.mjs","layer":"app-pages-browser"},"startTime":1777983901001,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2869,"timestamp":6592530575350,"id":1769,"parentId":1757,"tags":{"name":"__barrel_optimize__?names=Plus!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983901001,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1373,"timestamp":6592530585280,"id":1786,"parentId":1743,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/route-pattern-normalizer.js","layer":"pages-dir-browser"},"startTime":1777983901011,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3605,"timestamp":6592530583590,"id":1773,"parentId":1617,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/index.js","layer":"app-pages-browser"},"startTime":1777983901010,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":4458,"timestamp":6592530583104,"id":1770,"parentId":1679,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/terminal.mjs","layer":"app-pages-browser"},"startTime":1777983901009,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":4459,"timestamp":6592530583267,"id":1771,"parentId":1684,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/chevron-left.mjs","layer":"app-pages-browser"},"startTime":1777983901009,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":4023,"timestamp":6592530583858,"id":1775,"parentId":1684,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/chevron-right.mjs","layer":"app-pages-browser"},"startTime":1777983901010,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":4106,"timestamp":6592530583983,"id":1776,"parentId":1685,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/shuffle.mjs","layer":"app-pages-browser"},"startTime":1777983901010,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":4778,"timestamp":6592530583683,"id":1774,"parentId":1757,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/primitives.tsx","layer":"app-pages-browser"},"startTime":1777983901010,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":4351,"timestamp":6592530584295,"id":1778,"parentId":1685,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/tag.mjs","layer":"app-pages-browser"},"startTime":1777983901010,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":6039,"timestamp":6592530583406,"id":1772,"parentId":1757,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/phase-card.tsx","layer":"app-pages-browser"},"startTime":1777983901009,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":5724,"timestamp":6592530584118,"id":1777,"parentId":1757,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/hooks.ts","layer":"app-pages-browser"},"startTime":1777983901010,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":5626,"timestamp":6592530584417,"id":1779,"parentId":1700,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/clipboard-list.mjs","layer":"app-pages-browser"},"startTime":1777983901010,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":5655,"timestamp":6592530584562,"id":1780,"parentId":1700,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/git-pull-request.mjs","layer":"app-pages-browser"},"startTime":1777983901011,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":5695,"timestamp":6592530584686,"id":1781,"parentId":1700,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/flask-conical.mjs","layer":"app-pages-browser"},"startTime":1777983901011,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":5735,"timestamp":6592530584800,"id":1782,"parentId":1700,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/test-tube-diagonal.mjs","layer":"app-pages-browser"},"startTime":1777983901011,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5907,"timestamp":6592530584922,"id":1783,"parentId":1734,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/not-found.js","layer":"app-pages-browser"},"startTime":1777983901011,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5977,"timestamp":6592530585175,"id":1785,"parentId":1734,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/unauthorized.js","layer":"app-pages-browser"},"startTime":1777983901011,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6064,"timestamp":6592530585308,"id":1787,"parentId":1734,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/unstable-rethrow.js","layer":"app-pages-browser"},"startTime":1777983901011,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6653,"timestamp":6592530585042,"id":1784,"parentId":1734,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/forbidden.js","layer":"app-pages-browser"},"startTime":1777983901011,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6483,"timestamp":6592530585415,"id":1788,"parentId":1724,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/parse-loader-tree.js","layer":"pages-dir-browser"},"startTime":1777983901011,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6588,"timestamp":6592530585510,"id":1789,"parentId":1731,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js","layer":"app-pages-browser"},"startTime":1777983901012,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":6548,"timestamp":6592530585721,"id":1791,"parentId":1751,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/shared/src/utils/toKebabCase.mjs","layer":"app-pages-browser"},"startTime":1777983901012,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":6577,"timestamp":6592530585850,"id":1792,"parentId":1751,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/shared/src/utils/toPascalCase.mjs","layer":"app-pages-browser"},"startTime":1777983901012,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":7175,"timestamp":6592530585625,"id":1790,"parentId":1724,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/resolve-param-value.js","layer":"pages-dir-browser"},"startTime":1777983901012,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":4451,"timestamp":6592530595335,"id":1793,"parentId":1724,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/routes/app.js","layer":"pages-dir-browser"},"startTime":1777983901021,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1578,"timestamp":6592530603011,"id":1795,"parentId":1681,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-accessible-icon@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.14__@ty_d82538e2dc1c85e81d10c78e4650fbee/node_modules/@radix-ui/react-accessible-icon/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901029,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":3156,"timestamp":6592530602888,"id":1794,"parentId":1772,"tags":{"name":"__barrel_optimize__?names=ArrowDown,ArrowUp,ChevronDown,ChevronRight,Trash2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983901029,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":3215,"timestamp":6592530607541,"id":1797,"parentId":1681,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.14__@type_d492cfbed6c88f7a3980b921a627d48d/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901034,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":4898,"timestamp":6592530607311,"id":1796,"parentId":1772,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/phase-card-sections.tsx","layer":"app-pages-browser"},"startTime":1777983901033,"traceId":"736ece428e33d872"},{"name":"build-module-ts","duration":4795,"timestamp":6592530608017,"id":1798,"parentId":1772,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/constants.ts","layer":"app-pages-browser"},"startTime":1777983901034,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":3144,"timestamp":6592530615170,"id":1800,"parentId":1798,"tags":{"name":"__barrel_optimize__?names=ClipboardList,Code2,Eye,FileCode2,FlaskConical,GitPullRequest,Search,Shuffle,TestTube2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983901041,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":5087,"timestamp":6592530614649,"id":1799,"parentId":1681,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-accordion@1.2.12_@types+react-dom@19.2.3_@types+react@19.2.14__@types+r_8b3df72274e0fa0cff1629993ef7cc33/node_modules/@radix-ui/react-accordion/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901041,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":445,"timestamp":6592530621706,"id":1803,"parentId":1681,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-aspect-ratio@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.14__@types_96bcec06796fd925f9bce26c5b0bc695/node_modules/@radix-ui/react-aspect-ratio/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901048,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":2506,"timestamp":6592530621293,"id":1801,"parentId":1796,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/selects.tsx","layer":"app-pages-browser"},"startTime":1777983901047,"traceId":"736ece428e33d872"},{"name":"build-module-tsx","duration":4447,"timestamp":6592530621514,"id":1802,"parentId":1796,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/reviewer-slots.tsx","layer":"app-pages-browser"},"startTime":1777983901048,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":7992,"timestamp":6592530622988,"id":1804,"parentId":1681,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-avatar@1.1.10_@types+react-dom@19.2.3_@types+react@19.2.14__@types+reac_06c5a164da4523571d3e9cd55d04eddf/node_modules/@radix-ui/react-avatar/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901049,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2520,"timestamp":6592530632730,"id":1805,"parentId":1802,"tags":{"name":"__barrel_optimize__?names=Plus,X!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1777983901059,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2221,"timestamp":6592530634492,"id":1806,"parentId":1681,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-collapsible@1.1.12_@types+react-dom@19.2.3_@types+react@19.2.14__@types_10a2c6d0ac3bcc7422bd3020fe61e076/node_modules/@radix-ui/react-collapsible/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901061,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":4002,"timestamp":6592530635477,"id":1807,"parentId":1681,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-context-menu@2.2.16_@types+react-dom@19.2.3_@types+react@19.2.14__@type_7ddebea395c65d3c4d3683b445765102/node_modules/@radix-ui/react-context-menu/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901062,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2946,"timestamp":6592530640803,"id":1808,"parentId":1681,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-checkbox@1.3.3_@types+react-dom@19.2.3_@types+react@19.2.14__@types+rea_a9bfe74df417688e01ae6068318bf0dd/node_modules/@radix-ui/react-checkbox/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901067,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":5674,"timestamp":6592530651086,"id":1809,"parentId":1681,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.14__@typ_73af8346b6b2e99f5d79f55f5dac0b34/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901077,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":4267,"timestamp":6592530654411,"id":1810,"parentId":1681,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.14__@types+reac_779045218dc2799d336e7197abef9d38/node_modules/@radix-ui/react-dialog/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901080,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":917,"timestamp":6592530692381,"id":1811,"parentId":1681,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-direction@1.1.1_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-direction/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901118,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":3905,"timestamp":6592530692522,"id":1812,"parentId":1681,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-hover-card@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.14__@types+_7ad81962fbdf173de4beb0078b2863c0/node_modules/@radix-ui/react-hover-card/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901119,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2521,"timestamp":6592530694522,"id":1814,"parentId":1681,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-label@2.1.7_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react@_0e34a2d9c9cbbbf963013b9dd979f6f1/node_modules/@radix-ui/react-label/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901121,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":5602,"timestamp":6592530694427,"id":1813,"parentId":1681,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react@1_ac782b7f287a9ebe6066a603dfc1b780/node_modules/@radix-ui/react-form/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901120,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":3181,"timestamp":6592530702739,"id":1818,"parentId":1681,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-password-toggle-field@0.1.3_@types+react-dom@19.2.3_@types+react@19.2.1_f140fea76c74b024d58beaaf8d08d46c/node_modules/@radix-ui/react-password-toggle-field/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901129,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":5180,"timestamp":6592530702589,"id":1816,"parentId":1681,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.14__@types+rea_2538d85c615acf13b2f2294bd07156f9/node_modules/@radix-ui/react-menubar/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901129,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":8590,"timestamp":6592530702669,"id":1817,"parentId":1681,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-one-time-password-field@0.1.8_@types+react-dom@19.2.3_@types+react@19.2_d966c07edda083842dfc81816512d421/node_modules/@radix-ui/react-one-time-password-field/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901129,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":7742,"timestamp":6592530703794,"id":1820,"parentId":1681,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-portal@1.1.9_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react_7668895bec2444446faa4e0f4eb5244b/node_modules/@radix-ui/react-portal/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901130,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":9926,"timestamp":6592530702807,"id":1819,"parentId":1681,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.14__@types+rea_8b5332f8e883134e9d9ab2856fc4395d/node_modules/@radix-ui/react-popover/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901129,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":12449,"timestamp":6592530703883,"id":1821,"parentId":1681,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-radio-group@1.3.8_@types+react-dom@19.2.3_@types+react@19.2.14__@types+_cc2a70da647cefa06e7f90fd9b481f08/node_modules/@radix-ui/react-radio-group/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901130,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":16796,"timestamp":6592530702495,"id":1815,"parentId":1681,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.14__@t_7563284ec2dc0b07b96e6ca399b56630/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901129,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":3003,"timestamp":6592530789471,"id":1824,"parentId":1681,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-progress@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.14__@types+rea_d26b5d8ff64e53a10c8029fddad30be5/node_modules/@radix-ui/react-progress/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901216,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2521,"timestamp":6592530791078,"id":1826,"parentId":1681,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-switch@1.2.6_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react_e3738c514c10df2ef7e24af5ee461853/node_modules/@radix-ui/react-switch/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901217,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":8834,"timestamp":6592530788374,"id":1822,"parentId":1681,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-scroll-area@1.2.10_@types+react-dom@19.2.3_@types+react@19.2.14__@types_155614c2fe5222bb9b221068b09efefc/node_modules/@radix-ui/react-scroll-area/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901214,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":9601,"timestamp":6592530790493,"id":1825,"parentId":1681,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-slider@1.3.6_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react_c6a3fae91eb6750caf661d179680cb4a/node_modules/@radix-ui/react-slider/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901217,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":17503,"timestamp":6592530789371,"id":1823,"parentId":1681,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-select@2.2.6_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react_53894a32562cb9eeb6aef8b357a4f4e3/node_modules/@radix-ui/react-select/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901215,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1774,"timestamp":6592530844367,"id":1827,"parentId":1681,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-slot@1.2.3_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901270,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":5916,"timestamp":6592530844509,"id":1828,"parentId":1681,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react_4581e89c6ba13e4159ce65546c8b2a16/node_modules/@radix-ui/react-toast/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901271,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":669,"timestamp":6592530860914,"id":1829,"parentId":1681,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-separator@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.14__@types+re_708d1054dbf5e38a292cb79d1c79b4a1/node_modules/@radix-ui/react-separator/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901287,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2862,"timestamp":6592530862998,"id":1830,"parentId":1681,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-tabs@1.1.13_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react@_2ad0945e3cb98dc5bbfaaf29c105e977/node_modules/@radix-ui/react-tabs/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901289,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2605,"timestamp":6592530864504,"id":1831,"parentId":1681,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-toggle-group@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.14__@type_0c124bdbaa351e80a671757a596f81ce/node_modules/@radix-ui/react-toggle-group/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901291,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":707,"timestamp":6592530875390,"id":1834,"parentId":1681,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-visually-hidden@1.2.3_@types+react-dom@19.2.3_@types+react@19.2.14__@ty_fa89646d7248b32d1762bf88948f6339/node_modules/@radix-ui/react-visually-hidden/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901301,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2121,"timestamp":6592530874633,"id":1832,"parentId":1681,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-toggle@1.1.10_@types+react-dom@19.2.3_@types+react@19.2.14__@types+reac_63d136f11f5f79b42c1373b9162ffc86/node_modules/@radix-ui/react-toggle/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901301,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":3921,"timestamp":6592530875302,"id":1833,"parentId":1681,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-toolbar@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.14__@types+rea_0c21b1d71c2cf2b659e30aa892e5950d/node_modules/@radix-ui/react-toolbar/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901301,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":5572,"timestamp":6592530875464,"id":1835,"parentId":1681,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-tooltip@1.2.8_@types+react-dom@19.2.3_@types+react@19.2.14__@types+reac_9074d9fb06315b089b2bee17c4c65951/node_modules/@radix-ui/react-tooltip/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901301,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1749,"timestamp":6592530898665,"id":1836,"parentId":1759,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/scheduler/cjs/scheduler.production.js","layer":"app-pages-browser"},"startTime":1777983901325,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1159,"timestamp":6592530902414,"id":1837,"parentId":1758,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/scheduler@0.27.0/node_modules/scheduler/cjs/scheduler.production.js","layer":"pages-dir-browser"},"startTime":1777983901328,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1459,"timestamp":6592530902465,"id":1838,"parentId":1704,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/index.js","layer":"app-pages-browser"},"startTime":1777983901328,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":672,"timestamp":6592530904631,"id":1839,"parentId":1722,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/process/browser.js","layer":"pages-dir-browser"},"startTime":1777983901331,"traceId":"736ece428e33d872"}]
|
|
17
|
-
[{"name":"build-module-js","duration":1565,"timestamp":6592530905938,"id":1841,"parentId":1743,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/path-to-regexp/index.js","layer":"pages-dir-browser"},"startTime":1777983901332,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2296,"timestamp":6592530905844,"id":1840,"parentId":1723,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/process/browser.js","layer":"app-pages-browser"},"startTime":1777983901332,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":1784271,"timestamp":6592529124639,"id":1274,"parentId":1266,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1777983899551,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1726,"timestamp":6592530908569,"id":1842,"parentId":1792,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/shared/src/utils/toCamelCase.mjs","layer":"app-pages-browser"},"startTime":1777983901335,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1791,"timestamp":6592530908757,"id":1843,"parentId":1789,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/hash.js","layer":"app-pages-browser"},"startTime":1777983901335,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2602,"timestamp":6592530909362,"id":1844,"parentId":1790,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/interception-prefix-from-param-type.js","layer":"pages-dir-browser"},"startTime":1777983901335,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2797,"timestamp":6592530909478,"id":1845,"parentId":1787,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/unstable-rethrow.browser.js","layer":"app-pages-browser"},"startTime":1777983901336,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":1788604,"timestamp":6592529124483,"id":1269,"parentId":1266,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1777983899551,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":1788653,"timestamp":6592529124444,"id":1268,"parentId":1266,"tags":{"request":"./node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/app-next.js"},"startTime":1777983899550,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":699,"timestamp":6592530912747,"id":1849,"parentId":1773,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/index.js","layer":"app-pages-browser"},"startTime":1777983901339,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2820,"timestamp":6592530910896,"id":1847,"parentId":1794,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/arrow-down.mjs","layer":"app-pages-browser"},"startTime":1777983901337,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3286,"timestamp":6592530910780,"id":1846,"parentId":1793,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/get-segment-param.js","layer":"pages-dir-browser"},"startTime":1777983901337,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1691,"timestamp":6592530912608,"id":1848,"parentId":1794,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/arrow-up.mjs","layer":"app-pages-browser"},"startTime":1777983901339,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":1796630,"timestamp":6592529123959,"id":1267,"parentId":1266,"tags":{"request":"./node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/next.js"},"startTime":1777983899550,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":741,"timestamp":6592530920475,"id":1850,"parentId":1797,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-context@1.1.2_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-context/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901347,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":764,"timestamp":6592530922043,"id":1851,"parentId":1797,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-compose-refs@1.1.2_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901348,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1061,"timestamp":6592530922135,"id":1852,"parentId":1797,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+primitive@1.1.3/node_modules/@radix-ui/primitive/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901348,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1397,"timestamp":6592530924866,"id":1854,"parentId":1799,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-use-controllable-state@1.2.2_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901351,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1539,"timestamp":6592530924964,"id":1855,"parentId":1799,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-id@1.1.1_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-id/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901351,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1759,"timestamp":6592530925044,"id":1856,"parentId":1799,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-primitive@2.1.3_@types+react-dom@19.2.3_@types+react@19.2.14__@types+re_1181ea5061ec9212248424669240e4ec/node_modules/@radix-ui/react-primitive/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901351,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1851,"timestamp":6592530925123,"id":1857,"parentId":1804,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-use-callback-ref@1.1.1_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901351,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1955,"timestamp":6592530925193,"id":1858,"parentId":1804,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-use-layout-effect@1.1.1_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901351,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":7956,"timestamp":6592530922210,"id":1853,"parentId":1799,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-collection@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.14__@types+r_161926fa2509d0b7370b60b8bb4eb8b0/node_modules/@radix-ui/react-collection/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901348,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":567,"timestamp":6592530935924,"id":1859,"parentId":1804,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-use-is-hydrated@0.1.0_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-is-hydrated/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901362,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":3203,"timestamp":6592530936026,"id":1860,"parentId":1806,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-presence@1.1.5_@types+react-dom@19.2.3_@types+react@19.2.14__@types+rea_c01c26c80b5ab5e3ecefbda6eca51ad1/node_modules/@radix-ui/react-presence/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901362,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":529,"timestamp":6592530940799,"id":1862,"parentId":1808,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-use-size@1.1.1_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-size/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901367,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":388,"timestamp":6592530943676,"id":1863,"parentId":1808,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-use-previous@1.1.1_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-previous/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901370,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":7999,"timestamp":6592530940014,"id":1861,"parentId":1807,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react@_73ff7391b7be14d4dbff03af4dbac090/node_modules/@radix-ui/react-menu/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901366,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":324,"timestamp":6592530959868,"id":1867,"parentId":1810,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll@2.7.2_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1777983901386,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":3531,"timestamp":6592530958137,"id":1864,"parentId":1810,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-dismissable-layer@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.14___3d3960154a4c07d09bb90cb341135fc5/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901384,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":3199,"timestamp":6592530959064,"id":1866,"parentId":1810,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-focus-guards@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-focus-guards/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901385,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":7325,"timestamp":6592530958949,"id":1865,"parentId":1810,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-focus-scope@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.14__@types+_f62f3af4ca2ba305a7aecf04c8534604/node_modules/@radix-ui/react-focus-scope/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901385,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":922,"timestamp":6592530975963,"id":1868,"parentId":1810,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/aria-hidden@1.2.6/node_modules/aria-hidden/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1777983901402,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":931,"timestamp":6592530977515,"id":1870,"parentId":1818,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-use-effect-event@0.0.2_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-effect-event/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901404,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":880,"timestamp":6592530977700,"id":1872,"parentId":1817,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+number@1.1.1/node_modules/@radix-ui/number/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901404,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":3375,"timestamp":6592530977612,"id":1871,"parentId":1816,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-roving-focus@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.14__@type_4eeb29c998b846c35358e2f929e7490e/node_modules/@radix-ui/react-roving-focus/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901404,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":4878,"timestamp":6592530977393,"id":1869,"parentId":1812,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-popper@1.2.8_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react_13e0521d8aea7ebfbfb8bee1fb615c05/node_modules/@radix-ui/react-popper/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901403,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":848,"timestamp":6592530991467,"id":1873,"parentId":1849,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/errors.js","layer":"app-pages-browser"},"startTime":1777983901417,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":493,"timestamp":6592530992878,"id":1874,"parentId":1838,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/external.js","layer":"app-pages-browser"},"startTime":1777983901419,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1813,"timestamp":6592530992973,"id":1875,"parentId":1849,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/compose/composer.js","layer":"app-pages-browser"},"startTime":1777983901419,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2138,"timestamp":6592531000689,"id":1876,"parentId":1849,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/doc/Document.js","layer":"app-pages-browser"},"startTime":1777983901427,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2429,"timestamp":6592531000792,"id":1877,"parentId":1849,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/Schema.js","layer":"app-pages-browser"},"startTime":1777983901427,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2998,"timestamp":6592531000873,"id":1878,"parentId":1849,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/nodes/Alias.js","layer":"app-pages-browser"},"startTime":1777983901427,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3303,"timestamp":6592531000949,"id":1879,"parentId":1849,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/nodes/identity.js","layer":"app-pages-browser"},"startTime":1777983901427,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1353,"timestamp":6592531008283,"id":1880,"parentId":1849,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/nodes/Pair.js","layer":"app-pages-browser"},"startTime":1777983901434,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1350,"timestamp":6592531010763,"id":1881,"parentId":1849,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/nodes/Scalar.js","layer":"app-pages-browser"},"startTime":1777983901437,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2299,"timestamp":6592531010868,"id":1882,"parentId":1849,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/nodes/YAMLMap.js","layer":"app-pages-browser"},"startTime":1777983901437,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2838,"timestamp":6592531010951,"id":1883,"parentId":1849,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/nodes/YAMLSeq.js","layer":"app-pages-browser"},"startTime":1777983901437,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3145,"timestamp":6592531011038,"id":1884,"parentId":1849,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/parse/cst.js","layer":"app-pages-browser"},"startTime":1777983901437,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":5857,"timestamp":6592531011122,"id":1885,"parentId":1849,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/parse/lexer.js","layer":"app-pages-browser"},"startTime":1777983901437,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":6110,"timestamp":6592531011196,"id":1886,"parentId":1849,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/parse/line-counter.js","layer":"app-pages-browser"},"startTime":1777983901437,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3421,"timestamp":6592531024568,"id":1887,"parentId":1849,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/parse/parser.js","layer":"app-pages-browser"},"startTime":1777983901451,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1031,"timestamp":6592531029694,"id":1888,"parentId":1849,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/public-api.js","layer":"app-pages-browser"},"startTime":1777983901456,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1223,"timestamp":6592531031725,"id":1889,"parentId":1849,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/visit.js","layer":"app-pages-browser"},"startTime":1777983901458,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1326,"timestamp":6592531031822,"id":1890,"parentId":1859,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sync-external-store@1.6.0_react@19.2.4/node_modules/use-sync-external-store/shim/index.js","layer":"app-pages-browser"},"startTime":1777983901458,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":447,"timestamp":6592531037762,"id":1891,"parentId":1867,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll@2.7.2_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll/dist/es2015/Combination.js","layer":"app-pages-browser"},"startTime":1777983901464,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":530,"timestamp":6592531043249,"id":1892,"parentId":1874,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/errors.js","layer":"app-pages-browser"},"startTime":1777983901469,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":685,"timestamp":6592531043344,"id":1893,"parentId":1864,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-use-escape-keydown@1.1.1_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-escape-keydown/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901469,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1294,"timestamp":6592531044573,"id":1894,"parentId":1874,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js","layer":"app-pages-browser"},"startTime":1777983901471,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1307,"timestamp":6592531044664,"id":1895,"parentId":1874,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/typeAliases.js","layer":"app-pages-browser"},"startTime":1777983901471,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1959,"timestamp":6592531044742,"id":1896,"parentId":1874,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/util.js","layer":"app-pages-browser"},"startTime":1777983901471,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":23548,"timestamp":6592531046960,"id":1897,"parentId":1874,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.js","layer":"app-pages-browser"},"startTime":1777983901473,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":25226,"timestamp":6592531047085,"id":1898,"parentId":1874,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/ZodError.js","layer":"app-pages-browser"},"startTime":1777983901473,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":26675,"timestamp":6592531047163,"id":1899,"parentId":1875,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/doc/directives.js","layer":"app-pages-browser"},"startTime":1777983901473,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1165,"timestamp":6592531079328,"id":1900,"parentId":1875,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/compose/compose-doc.js","layer":"app-pages-browser"},"startTime":1777983901505,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1269,"timestamp":6592531079510,"id":1901,"parentId":1876,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/nodes/toJS.js","layer":"app-pages-browser"},"startTime":1777983901506,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1464,"timestamp":6592531079609,"id":1902,"parentId":1875,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/compose/resolve-end.js","layer":"app-pages-browser"},"startTime":1777983901506,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2338,"timestamp":6592531079687,"id":1903,"parentId":1876,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/nodes/Collection.js","layer":"app-pages-browser"},"startTime":1777983901506,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1319,"timestamp":6592531083951,"id":1904,"parentId":1876,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/doc/applyReviver.js","layer":"app-pages-browser"},"startTime":1777983901510,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1728,"timestamp":6592531084117,"id":1905,"parentId":1876,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/doc/anchors.js","layer":"app-pages-browser"},"startTime":1777983901510,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2424,"timestamp":6592531084244,"id":1906,"parentId":1876,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/doc/createNode.js","layer":"app-pages-browser"},"startTime":1777983901510,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1019,"timestamp":6592531088448,"id":1907,"parentId":1878,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/nodes/Node.js","layer":"app-pages-browser"},"startTime":1777983901514,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1767,"timestamp":6592531088590,"id":1908,"parentId":1877,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/tags.js","layer":"app-pages-browser"},"startTime":1777983901515,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":787,"timestamp":6592531095553,"id":1909,"parentId":1880,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/nodes/addPairToJSMap.js","layer":"app-pages-browser"},"startTime":1777983901522,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1081,"timestamp":6592531097160,"id":1910,"parentId":1876,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/stringify/stringifyDocument.js","layer":"app-pages-browser"},"startTime":1777983901523,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1860,"timestamp":6592531097262,"id":1911,"parentId":1880,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/stringify/stringifyPair.js","layer":"app-pages-browser"},"startTime":1777983901523,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1015,"timestamp":6592531099460,"id":1912,"parentId":1877,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/common/map.js","layer":"app-pages-browser"},"startTime":1777983901525,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1117,"timestamp":6592531099557,"id":1913,"parentId":1877,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/common/seq.js","layer":"app-pages-browser"},"startTime":1777983901526,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1209,"timestamp":6592531099641,"id":1914,"parentId":1877,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/common/string.js","layer":"app-pages-browser"},"startTime":1777983901526,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1031,"timestamp":6592531102144,"id":1915,"parentId":1882,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/stringify/stringifyCollection.js","layer":"app-pages-browser"},"startTime":1777983901528,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1371,"timestamp":6592531105088,"id":1916,"parentId":1884,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/parse/cst-scalar.js","layer":"app-pages-browser"},"startTime":1777983901531,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1696,"timestamp":6592531105185,"id":1917,"parentId":1884,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/parse/cst-visit.js","layer":"app-pages-browser"},"startTime":1777983901531,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1921,"timestamp":6592531105267,"id":1918,"parentId":1884,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/parse/cst-stringify.js","layer":"app-pages-browser"},"startTime":1777983901531,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":420,"timestamp":6592531109359,"id":1919,"parentId":1869,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-arrow@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react@_e05f2c19a58a99fddf374207b5e3778c/node_modules/@radix-ui/react-arrow/dist/index.mjs","layer":"app-pages-browser"},"startTime":1777983901535,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":480,"timestamp":6592531110597,"id":1920,"parentId":1888,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/log.js","layer":"app-pages-browser"},"startTime":1777983901537,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1826,"timestamp":6592531110697,"id":1921,"parentId":1869,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@floating-ui+react-dom@2.1.8_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.mjs","layer":"app-pages-browser"},"startTime":1777983901537,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":993,"timestamp":6592531114385,"id":1922,"parentId":1891,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll@2.7.2_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll/dist/es2015/UI.js","layer":"app-pages-browser"},"startTime":1777983901540,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1071,"timestamp":6592531114521,"id":1923,"parentId":1891,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll@2.7.2_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll/dist/es2015/sidecar.js","layer":"app-pages-browser"},"startTime":1777983901541,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1395,"timestamp":6592531114595,"id":1924,"parentId":1890,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sync-external-store@1.6.0_react@19.2.4/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js","layer":"app-pages-browser"},"startTime":1777983901541,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2112,"timestamp":6592531114664,"id":1925,"parentId":1892,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/locales/en.js","layer":"app-pages-browser"},"startTime":1777983901541,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":326,"timestamp":6592531118647,"id":1926,"parentId":1897,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.js","layer":"app-pages-browser"},"startTime":1777983901545,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1070,"timestamp":6592531120568,"id":1927,"parentId":1900,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/compose/resolve-props.js","layer":"app-pages-browser"},"startTime":1777983901547,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1575,"timestamp":6592531120668,"id":1928,"parentId":1900,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/compose/compose-node.js","layer":"app-pages-browser"},"startTime":1777983901547,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":4409,"timestamp":6592531120745,"id":1929,"parentId":1891,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.es6.mjs","layer":"app-pages-browser"},"startTime":1777983901547,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":989,"timestamp":6592531128919,"id":1930,"parentId":1908,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/common/null.js","layer":"app-pages-browser"},"startTime":1777983901555,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1152,"timestamp":6592531129092,"id":1931,"parentId":1908,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/core/bool.js","layer":"app-pages-browser"},"startTime":1777983901555,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1606,"timestamp":6592531129178,"id":1932,"parentId":1908,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/core/float.js","layer":"app-pages-browser"},"startTime":1777983901555,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":977,"timestamp":6592531133357,"id":1933,"parentId":1908,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/core/int.js","layer":"app-pages-browser"},"startTime":1777983901559,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1044,"timestamp":6592531133479,"id":1934,"parentId":1908,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/core/schema.js","layer":"app-pages-browser"},"startTime":1777983901560,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1345,"timestamp":6592531133559,"id":1935,"parentId":1908,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/yaml-1.1/binary.js","layer":"app-pages-browser"},"startTime":1777983901560,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1657,"timestamp":6592531133638,"id":1936,"parentId":1908,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/json/schema.js","layer":"app-pages-browser"},"startTime":1777983901560,"traceId":"736ece428e33d872"}]
|
|
18
|
-
[{"name":"build-module-js","duration":1048,"timestamp":6592531137891,"id":1937,"parentId":1908,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/yaml-1.1/merge.js","layer":"app-pages-browser"},"startTime":1777983901564,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1362,"timestamp":6592531137997,"id":1938,"parentId":1908,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/yaml-1.1/schema.js","layer":"app-pages-browser"},"startTime":1777983901564,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1688,"timestamp":6592531138107,"id":1939,"parentId":1908,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/yaml-1.1/omap.js","layer":"app-pages-browser"},"startTime":1777983901564,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2049,"timestamp":6592531138180,"id":1940,"parentId":1908,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/yaml-1.1/pairs.js","layer":"app-pages-browser"},"startTime":1777983901564,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1277,"timestamp":6592531143993,"id":1941,"parentId":1908,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/yaml-1.1/set.js","layer":"app-pages-browser"},"startTime":1777983901570,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1732,"timestamp":6592531144113,"id":1942,"parentId":1908,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/yaml-1.1/timestamp.js","layer":"app-pages-browser"},"startTime":1777983901570,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1866,"timestamp":6592531144191,"id":1943,"parentId":1910,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/stringify/stringifyComment.js","layer":"app-pages-browser"},"startTime":1777983901570,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2365,"timestamp":6592531144270,"id":1944,"parentId":1909,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/stringify/stringify.js","layer":"app-pages-browser"},"startTime":1777983901570,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3961,"timestamp":6592531144340,"id":1945,"parentId":1914,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/stringify/stringifyString.js","layer":"app-pages-browser"},"startTime":1777983901570,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1051,"timestamp":6592531151422,"id":1946,"parentId":1916,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/compose/resolve-block-scalar.js","layer":"app-pages-browser"},"startTime":1777983901577,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1608,"timestamp":6592531153524,"id":1947,"parentId":1916,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/compose/resolve-flow-scalar.js","layer":"app-pages-browser"},"startTime":1777983901580,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2434,"timestamp":6592531153621,"id":1948,"parentId":1923,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll@2.7.2_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll/dist/es2015/SideEffect.js","layer":"app-pages-browser"},"startTime":1777983901580,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":2487,"timestamp":6592531153696,"id":1949,"parentId":1922,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll@2.7.2_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll/dist/es2015/medium.js","layer":"app-pages-browser"},"startTime":1777983901580,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3102,"timestamp":6592531153771,"id":1950,"parentId":1928,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/compose/compose-scalar.js","layer":"app-pages-browser"},"startTime":1777983901580,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3747,"timestamp":6592531153841,"id":1951,"parentId":1928,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/compose/compose-collection.js","layer":"app-pages-browser"},"startTime":1777983901580,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":494,"timestamp":6592531160995,"id":1952,"parentId":1928,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/compose/util-empty-scalar-position.js","layer":"app-pages-browser"},"startTime":1777983901587,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":622,"timestamp":6592531161105,"id":1953,"parentId":1932,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/stringify/stringifyNumber.js","layer":"app-pages-browser"},"startTime":1777983901587,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":682,"timestamp":6592531162219,"id":1954,"parentId":1938,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/yaml-1.1/bool.js","layer":"app-pages-browser"},"startTime":1777983901588,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":800,"timestamp":6592531163462,"id":1955,"parentId":1938,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/yaml-1.1/int.js","layer":"app-pages-browser"},"startTime":1777983901589,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1069,"timestamp":6592531163605,"id":1956,"parentId":1938,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/yaml-1.1/float.js","layer":"app-pages-browser"},"startTime":1777983901590,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":724,"timestamp":6592531165315,"id":1957,"parentId":1945,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/stringify/foldFlowLines.js","layer":"app-pages-browser"},"startTime":1777983901591,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1255,"timestamp":6592531167826,"id":1958,"parentId":1951,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/compose/resolve-block-seq.js","layer":"app-pages-browser"},"startTime":1777983901594,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1888,"timestamp":6592531167961,"id":1959,"parentId":1951,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/compose/resolve-block-map.js","layer":"app-pages-browser"},"startTime":1777983901594,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":3185,"timestamp":6592531168094,"id":1960,"parentId":1951,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/compose/resolve-flow-collection.js","layer":"app-pages-browser"},"startTime":1777983901594,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":813,"timestamp":6592531172326,"id":1961,"parentId":1948,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll@2.7.2_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js","layer":"app-pages-browser"},"startTime":1777983901598,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1209,"timestamp":6592531172433,"id":1962,"parentId":1948,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll@2.7.2_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll/dist/es2015/handleScroll.js","layer":"app-pages-browser"},"startTime":1777983901598,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":417,"timestamp":6592531177875,"id":1963,"parentId":1922,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1777983901604,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":506,"timestamp":6592531179938,"id":1964,"parentId":1923,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/use-sidecar/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1777983901606,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":779,"timestamp":6592531180754,"id":1965,"parentId":1958,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/compose/util-flow-indent-check.js","layer":"app-pages-browser"},"startTime":1777983901607,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":843,"timestamp":6592531180906,"id":1966,"parentId":1959,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/compose/util-contains-newline.js","layer":"app-pages-browser"},"startTime":1777983901607,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":956,"timestamp":6592531180991,"id":1967,"parentId":1959,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/compose/util-map-includes.js","layer":"app-pages-browser"},"startTime":1777983901607,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":446,"timestamp":6592531183854,"id":1968,"parentId":1922,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll-bar/dist/es2015/constants.js","layer":"app-pages-browser"},"startTime":1777983901610,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":516,"timestamp":6592531183944,"id":1969,"parentId":1948,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll-bar/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1777983901610,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":2802,"timestamp":6592531185392,"id":1970,"parentId":1921,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@floating-ui+dom@1.7.6/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs","layer":"app-pages-browser"},"startTime":1777983901611,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":629,"timestamp":6592531189469,"id":1971,"parentId":1963,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/useRef.js","layer":"app-pages-browser"},"startTime":1777983901615,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":672,"timestamp":6592531189557,"id":1972,"parentId":1963,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/assignRef.js","layer":"app-pages-browser"},"startTime":1777983901616,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":706,"timestamp":6592531189633,"id":1973,"parentId":1948,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.2.14_react@19.2.4/node_modules/react-style-singleton/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1777983901616,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":993,"timestamp":6592531190955,"id":1974,"parentId":1963,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/mergeRef.js","layer":"app-pages-browser"},"startTime":1777983901617,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1050,"timestamp":6592531191053,"id":1975,"parentId":1963,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/createRef.js","layer":"app-pages-browser"},"startTime":1777983901617,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":809,"timestamp":6592531192548,"id":1976,"parentId":1963,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/useMergeRef.js","layer":"app-pages-browser"},"startTime":1777983901619,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":884,"timestamp":6592531192635,"id":1977,"parentId":1963,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/transformRef.js","layer":"app-pages-browser"},"startTime":1777983901619,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":972,"timestamp":6592531192706,"id":1978,"parentId":1963,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/useTransformRef.js","layer":"app-pages-browser"},"startTime":1777983901619,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1103,"timestamp":6592531192778,"id":1979,"parentId":1963,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/refToCallback.js","layer":"app-pages-browser"},"startTime":1777983901619,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":750,"timestamp":6592531195239,"id":1980,"parentId":1964,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/use-sidecar/dist/es2015/hook.js","layer":"app-pages-browser"},"startTime":1777983901621,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":856,"timestamp":6592531195333,"id":1981,"parentId":1964,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/use-sidecar/dist/es2015/hoc.js","layer":"app-pages-browser"},"startTime":1777983901621,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":919,"timestamp":6592531195403,"id":1982,"parentId":1964,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/use-sidecar/dist/es2015/config.js","layer":"app-pages-browser"},"startTime":1777983901621,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1440,"timestamp":6592531196575,"id":1983,"parentId":1964,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/use-sidecar/dist/es2015/medium.js","layer":"app-pages-browser"},"startTime":1777983901623,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1548,"timestamp":6592531196665,"id":1984,"parentId":1964,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/use-sidecar/dist/es2015/exports.js","layer":"app-pages-browser"},"startTime":1777983901623,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1793,"timestamp":6592531196736,"id":1985,"parentId":1964,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/use-sidecar/dist/es2015/renderProp.js","layer":"app-pages-browser"},"startTime":1777983901623,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":618,"timestamp":6592531200696,"id":1986,"parentId":1969,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll-bar/dist/es2015/utils.js","layer":"app-pages-browser"},"startTime":1777983901627,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1288,"timestamp":6592531200786,"id":1987,"parentId":1969,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll-bar/dist/es2015/component.js","layer":"app-pages-browser"},"startTime":1777983901627,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":297,"timestamp":6592531204259,"id":1988,"parentId":1980,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/use-sidecar/dist/es2015/env.js","layer":"app-pages-browser"},"startTime":1777983901630,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":828,"timestamp":6592531204883,"id":1989,"parentId":1973,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.2.14_react@19.2.4/node_modules/react-style-singleton/dist/es2015/hook.js","layer":"app-pages-browser"},"startTime":1777983901631,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":1076,"timestamp":6592531205033,"id":1990,"parentId":1973,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.2.14_react@19.2.4/node_modules/react-style-singleton/dist/es2015/singleton.js","layer":"app-pages-browser"},"startTime":1777983901631,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":811,"timestamp":6592531206393,"id":1991,"parentId":1973,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.2.14_react@19.2.4/node_modules/react-style-singleton/dist/es2015/component.js","layer":"app-pages-browser"},"startTime":1777983901632,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":1045,"timestamp":6592531209359,"id":1992,"parentId":1970,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@floating-ui+utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.mjs","layer":"app-pages-browser"},"startTime":1777983901635,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":802,"timestamp":6592531210903,"id":1993,"parentId":1970,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@floating-ui+utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs","layer":"app-pages-browser"},"startTime":1777983901637,"traceId":"736ece428e33d872"},{"name":"build-module-mjs","duration":5929,"timestamp":6592531212855,"id":1994,"parentId":1970,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@floating-ui+core@1.7.5/node_modules/@floating-ui/core/dist/floating-ui.core.mjs","layer":"app-pages-browser"},"startTime":1777983901639,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":270,"timestamp":6592531219914,"id":1995,"parentId":1988,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/detect-node-es@1.1.0/node_modules/detect-node-es/esm/browser.js","layer":"app-pages-browser"},"startTime":1777983901646,"traceId":"736ece428e33d872"},{"name":"build-module-js","duration":386,"timestamp":6592531220874,"id":1996,"parentId":1990,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/get-nonce@1.0.1/node_modules/get-nonce/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1777983901647,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":2097156,"timestamp":6592529124870,"id":1283,"parentId":1266,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fsettings%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1777983899551,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":2097198,"timestamp":6592529124836,"id":1280,"parentId":1266,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fnew%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1777983899551,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":2097194,"timestamp":6592529124848,"id":1281,"parentId":1266,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fonboarding%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1777983899551,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":2097160,"timestamp":6592529124885,"id":1285,"parentId":1266,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fopenrouter-card.tsx%22%2C%22ids%22%3A%5B%22OpenRouterCard%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Forchestrator-card.tsx%22%2C%22ids%22%3A%5B%22OrchestratorCard%22%5D%7D&server=false!"},"startTime":1777983899551,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":2097156,"timestamp":6592529124891,"id":1286,"parentId":1266,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fruns-table.tsx%22%2C%22ids%22%3A%5B%22RunsTable%22%5D%7D&server=false!"},"startTime":1777983899551,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":2097096,"timestamp":6592529124954,"id":1287,"parentId":1266,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fsettings%2Fpermissions%2Fpermissions-form.tsx%22%2C%22ids%22%3A%5B%22PermissionsForm%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&server=false!"},"startTime":1777983899551,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":2097081,"timestamp":6592529124971,"id":1288,"parentId":1266,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Flucide-react%401.12.0_react%4019.2.4%2Fnode_modules%2Flucide-react%2Fdist%2Fesm%2FIcon.mjs%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fapp-dir%2Flink.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Flineage-fleet-card.tsx%22%2C%22ids%22%3A%5B%22LineageFleetCard%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fopencode-fleet-card.tsx%22%2C%22ids%22%3A%5B%22OpencodeFleetCard%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fopenrouter-fleet-card.tsx%22%2C%22ids%22%3A%5B%22OpenRouterFleetCard%22%5D%7D&server=false!"},"startTime":1777983899551,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":2097069,"timestamp":6592529124984,"id":1289,"parentId":1266,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Flive-run-real%2Findex.tsx%22%2C%22ids%22%3A%5B%22LiveRunReal%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&server=false!"},"startTime":1777983899551,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":2097197,"timestamp":6592529124857,"id":1282,"parentId":1266,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fpersonas%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1777983899551,"traceId":"736ece428e33d872"},{"name":"add-entry","duration":2097177,"timestamp":6592529124879,"id":1284,"parentId":1266,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Ftemplates%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1777983899551,"traceId":"736ece428e33d872"},{"name":"make","duration":2098556,"timestamp":6592529123648,"id":1266,"parentId":1265,"tags":{},"startTime":1777983899550,"traceId":"736ece428e33d872"},{"name":"chunk-graph","duration":20822,"timestamp":6592531275026,"id":1998,"parentId":1997,"tags":{},"startTime":1777983901701,"traceId":"736ece428e33d872"},{"name":"optimize-modules","duration":67,"timestamp":6592531295981,"id":2000,"parentId":1997,"tags":{},"startTime":1777983901722,"traceId":"736ece428e33d872"},{"name":"optimize-chunks","duration":27437,"timestamp":6592531298464,"id":2002,"parentId":1997,"tags":{},"startTime":1777983901724,"traceId":"736ece428e33d872"},{"name":"optimize-tree","duration":123,"timestamp":6592531325987,"id":2003,"parentId":1997,"tags":{},"startTime":1777983901752,"traceId":"736ece428e33d872"},{"name":"optimize-chunk-modules","duration":29221,"timestamp":6592531326187,"id":2004,"parentId":1997,"tags":{},"startTime":1777983901752,"traceId":"736ece428e33d872"},{"name":"optimize","duration":59574,"timestamp":6592531295926,"id":1999,"parentId":1997,"tags":{},"startTime":1777983901722,"traceId":"736ece428e33d872"},{"name":"module-hash","duration":23628,"timestamp":6592531372493,"id":2005,"parentId":1997,"tags":{},"startTime":1777983901799,"traceId":"736ece428e33d872"},{"name":"code-generation","duration":300802,"timestamp":6592531396209,"id":2006,"parentId":1997,"tags":{},"startTime":1777983901822,"traceId":"736ece428e33d872"},{"name":"hash","duration":8044,"timestamp":6592531700614,"id":2007,"parentId":1997,"tags":{},"startTime":1777983902127,"traceId":"736ece428e33d872"},{"name":"code-generation-jobs","duration":415,"timestamp":6592531708654,"id":2008,"parentId":1997,"tags":{},"startTime":1777983902135,"traceId":"736ece428e33d872"},{"name":"module-assets","duration":554,"timestamp":6592531709021,"id":2009,"parentId":1997,"tags":{},"startTime":1777983902135,"traceId":"736ece428e33d872"},{"name":"create-chunk-assets","duration":11756,"timestamp":6592531709588,"id":2010,"parentId":1997,"tags":{},"startTime":1777983902136,"traceId":"736ece428e33d872"},{"name":"NextJsBuildManifest-generateClientManifest","duration":1054,"timestamp":6592531724210,"id":2012,"parentId":1265,"tags":{},"startTime":1777983902150,"traceId":"736ece428e33d872"},{"name":"NextJsBuildManifest-createassets","duration":1662,"timestamp":6592531723615,"id":2011,"parentId":1265,"tags":{},"startTime":1777983902150,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":93076,"timestamp":6592531750275,"id":2017,"parentId":2013,"tags":{"name":"static/chunks/app/_global-error/page-82f9fc3a5601f410.js","cache":"MISS"},"startTime":1777983902176,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":93487,"timestamp":6592531749930,"id":2015,"parentId":2013,"tags":{"name":"static/chunks/main-app-088f5a0218755ea2.js","cache":"MISS"},"startTime":1777983902176,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":93055,"timestamp":6592531750387,"id":2018,"parentId":2013,"tags":{"name":"static/chunks/next/dist/client/components/builtin/not-found-ee6e06b877051347.js","cache":"MISS"},"startTime":1777983902176,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":92974,"timestamp":6592531750488,"id":2019,"parentId":2013,"tags":{"name":"static/chunks/app/layout-4185f952697ffedc.js","cache":"MISS"},"startTime":1777983902177,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":92834,"timestamp":6592531750649,"id":2020,"parentId":2013,"tags":{"name":"static/chunks/next/dist/client/components/builtin/global-error-6e53b916eb3ccd9a.js","cache":"MISS"},"startTime":1777983902177,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":92745,"timestamp":6592531750759,"id":2021,"parentId":2013,"tags":{"name":"static/chunks/next/dist/client/components/builtin/forbidden-1d8ce7cb96664f93.js","cache":"MISS"},"startTime":1777983902177,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":92669,"timestamp":6592531750853,"id":2022,"parentId":2013,"tags":{"name":"static/chunks/next/dist/client/components/builtin/unauthorized-f846767830031ea7.js","cache":"MISS"},"startTime":1777983902177,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":92577,"timestamp":6592531750968,"id":2023,"parentId":2013,"tags":{"name":"static/chunks/next/dist/client/components/builtin/app-error-474e741dc950d78f.js","cache":"MISS"},"startTime":1777983902177,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":92421,"timestamp":6592531751150,"id":2024,"parentId":2013,"tags":{"name":"static/chunks/app/api/run-artifacts/[chatId]/route-5e72310a803875c7.js","cache":"MISS"},"startTime":1777983902177,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":92318,"timestamp":6592531751274,"id":2025,"parentId":2013,"tags":{"name":"static/chunks/app/api/daemon/[...path]/route-0943409ff2a9de2c.js","cache":"MISS"},"startTime":1777983902177,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":93517,"timestamp":6592531750095,"id":2016,"parentId":2013,"tags":{"name":"static/chunks/app/_not-found/page-e65d2cb1e1266ad5.js","cache":"MISS"},"startTime":1777983902176,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":92346,"timestamp":6592531751376,"id":2026,"parentId":2013,"tags":{"name":"static/chunks/app/new/page-eec7773204038b48.js","cache":"MISS"},"startTime":1777983902177,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":89135,"timestamp":6592531754669,"id":2028,"parentId":2013,"tags":{"name":"static/chunks/app/personas/page-fbdaa7c54c80094f.js","cache":"MISS"},"startTime":1777983902181,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":91266,"timestamp":6592531752647,"id":2027,"parentId":2013,"tags":{"name":"static/chunks/app/onboarding/page-77fc6343a4f7e6e6.js","cache":"MISS"},"startTime":1777983902179,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":88097,"timestamp":6592531755934,"id":2029,"parentId":2013,"tags":{"name":"static/chunks/app/settings/page-e6816b5207e09eca.js","cache":"MISS"},"startTime":1777983902182,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":77028,"timestamp":6592531767049,"id":2032,"parentId":2013,"tags":{"name":"static/chunks/app/runs/page-f21e09319609185c.js","cache":"MISS"},"startTime":1777983902193,"traceId":"736ece428e33d872"}]
|
|
19
|
-
[{"name":"minify-js","duration":76584,"timestamp":6592531767534,"id":2033,"parentId":2013,"tags":{"name":"static/chunks/app/settings/permissions/page-55c4efb58a21594c.js","cache":"MISS"},"startTime":1777983902194,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":78610,"timestamp":6592531765573,"id":2031,"parentId":2013,"tags":{"name":"static/chunks/app/connect/page-888fcae4137e9953.js","cache":"MISS"},"startTime":1777983902192,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":75952,"timestamp":6592531768266,"id":2034,"parentId":2013,"tags":{"name":"static/chunks/app/page-1f35a0e92b1d45a3.js","cache":"MISS"},"startTime":1777983902194,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":65945,"timestamp":6592531778308,"id":2036,"parentId":2013,"tags":{"name":"static/chunks/webpack-34faa5a99a7eab27.js","cache":"MISS"},"startTime":1777983902204,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":84700,"timestamp":6592531759705,"id":2030,"parentId":2013,"tags":{"name":"static/chunks/app/templates/page-206b6ed45fbf5eb7.js","cache":"MISS"},"startTime":1777983902186,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":74918,"timestamp":6592531769574,"id":2035,"parentId":2013,"tags":{"name":"static/chunks/app/runs/[runId]/page-1afe72d0a051ca3b.js","cache":"MISS"},"startTime":1777983902196,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":103787,"timestamp":6592531741072,"id":2014,"parentId":2013,"tags":{"name":"static/chunks/main-b8cd6912c957fde4.js","cache":"MISS"},"startTime":1777983902167,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":39992,"timestamp":6592531804909,"id":2040,"parentId":2013,"tags":{"name":"static/chunks/720-d15754f0235fea5d.js","cache":"MISS"},"startTime":1777983902231,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":75967,"timestamp":6592531793346,"id":2039,"parentId":2013,"tags":{"name":"static/chunks/116-217edd0d685c99a5.js","cache":"MISS"},"startTime":1777983902219,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":60437,"timestamp":6592531830165,"id":2042,"parentId":2013,"tags":{"name":"static/chunks/15-8c630f8c641ea76a.js","cache":"MISS"},"startTime":1777983902256,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":116869,"timestamp":6592531778582,"id":2037,"parentId":2013,"tags":{"name":"static/chunks/framework-a2d34d570177755f.js","cache":"MISS"},"startTime":1777983902205,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":60640,"timestamp":6592531834895,"id":2043,"parentId":2013,"tags":{"name":"static/chunks/344-ce7179ac49de8efa.js","cache":"MISS"},"startTime":1777983902261,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":58797,"timestamp":6592531836792,"id":2045,"parentId":2013,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"MISS"},"startTime":1777983902263,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":58668,"timestamp":6592531836945,"id":2046,"parentId":2013,"tags":{"name":"static/VWSkj_Yx6OKSjPmYY8ewj/_ssgManifest.js","cache":"MISS"},"startTime":1777983902263,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":58610,"timestamp":6592531837023,"id":2047,"parentId":2013,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1777983902263,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":58813,"timestamp":6592531837105,"id":2048,"parentId":2013,"tags":{"name":"static/VWSkj_Yx6OKSjPmYY8ewj/_buildManifest.js","cache":"MISS"},"startTime":1777983902263,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":58773,"timestamp":6592531837168,"id":2049,"parentId":2013,"tags":{"name":"server/next-font-manifest.js","cache":"MISS"},"startTime":1777983902263,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":60562,"timestamp":6592531836235,"id":2044,"parentId":2013,"tags":{"name":"static/chunks/744-624ca24e0d10014a.js","cache":"MISS"},"startTime":1777983902262,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":140577,"timestamp":6592531787794,"id":2038,"parentId":2013,"tags":{"name":"static/chunks/ed64ccb0-018a78a13bd5699c.js","cache":"MISS"},"startTime":1777983902214,"traceId":"736ece428e33d872"},{"name":"minify-js","duration":139591,"timestamp":6592531810527,"id":2041,"parentId":2013,"tags":{"name":"static/chunks/128-b3ce6610832f6d57.js","cache":"MISS"},"startTime":1777983902237,"traceId":"736ece428e33d872"},{"name":"minify-webpack-plugin-optimize","duration":223314,"timestamp":6592531726831,"id":2013,"parentId":1265,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1777983902153,"traceId":"736ece428e33d872"},{"name":"minify-css","duration":329957,"timestamp":6592531950521,"id":2051,"parentId":2050,"tags":{"file":"static/css/8ae8ecaf7379edc6.css","cache":"MISS"},"startTime":1777983902377,"traceId":"736ece428e33d872"},{"name":"css-minimizer-plugin","duration":330158,"timestamp":6592531950336,"id":2050,"parentId":1265,"tags":{},"startTime":1777983902376,"traceId":"736ece428e33d872"},{"name":"seal","duration":1042394,"timestamp":6592531250371,"id":1997,"parentId":1265,"tags":{},"startTime":1777983901676,"traceId":"736ece428e33d872"},{"name":"webpack-compilation","duration":3174806,"timestamp":6592529118199,"id":1265,"parentId":1262,"tags":{"name":"client"},"startTime":1777983899544,"traceId":"736ece428e33d872"},{"name":"emit","duration":5556,"timestamp":6592532293252,"id":2052,"parentId":1262,"tags":{},"startTime":1777983902719,"traceId":"736ece428e33d872"},{"name":"webpack-close","duration":389585,"timestamp":6592532299586,"id":2053,"parentId":1262,"tags":{"name":"client"},"startTime":1777983902726,"traceId":"736ece428e33d872"},{"name":"webpack-generate-error-stats","duration":1980,"timestamp":6592532689240,"id":2054,"parentId":2053,"tags":{},"startTime":1777983903115,"traceId":"736ece428e33d872"},{"name":"run-webpack-compiler","duration":3890533,"timestamp":6592528800877,"id":1262,"parentId":1261,"tags":{},"startTime":1777983899227,"traceId":"736ece428e33d872"},{"name":"format-webpack-messages","duration":73,"timestamp":6592532691419,"id":2055,"parentId":1261,"tags":{},"startTime":1777983903117,"traceId":"736ece428e33d872"},{"name":"worker-main-client","duration":3891002,"timestamp":6592528800607,"id":1261,"parentId":1,"tags":{},"startTime":1777983899227,"traceId":"736ece428e33d872"},{"name":"run-webpack","duration":10814283,"timestamp":6592521943583,"id":14,"parentId":1,"tags":{},"startTime":1777983892370,"traceId":"736ece428e33d872"},{"name":"run-typescript","duration":5355127,"timestamp":6592532761466,"id":2058,"parentId":1,"tags":{},"startTime":1777983903187,"traceId":"736ece428e33d872"},{"name":"generate-required-server-files","duration":1043,"timestamp":6592538117186,"id":2060,"parentId":1,"tags":{},"startTime":1777983908543,"traceId":"736ece428e33d872"},{"name":"check-static-error-page","duration":5305,"timestamp":6592538170306,"id":2062,"parentId":2061,"tags":{},"startTime":1777983908596,"traceId":"736ece428e33d872"},{"name":"is-page-static","duration":268425,"timestamp":6592538176759,"id":2080,"parentId":2064,"tags":{},"startTime":1777983908603,"traceId":"736ece428e33d872"},{"name":"check-page","duration":273561,"timestamp":6592538171719,"id":2064,"parentId":2061,"tags":{"page":"/_global-error"},"startTime":1777983908598,"traceId":"736ece428e33d872"},{"name":"is-page-static","duration":373473,"timestamp":6592538176829,"id":2081,"parentId":2066,"tags":{},"startTime":1777983908603,"traceId":"736ece428e33d872"},{"name":"check-page","duration":376902,"timestamp":6592538173449,"id":2066,"parentId":2061,"tags":{"page":"/api/run-artifacts/[chatId]"},"startTime":1777983908599,"traceId":"736ece428e33d872"},{"name":"is-page-static","duration":377541,"timestamp":6592538176551,"id":2079,"parentId":2063,"tags":{},"startTime":1777983908603,"traceId":"736ece428e33d872"},{"name":"check-page","duration":383172,"timestamp":6592538170976,"id":2063,"parentId":2061,"tags":{"page":"/_not-found"},"startTime":1777983908597,"traceId":"736ece428e33d872"},{"name":"is-page-static","duration":369980,"timestamp":6592538189056,"id":2087,"parentId":2073,"tags":{},"startTime":1777983908615,"traceId":"736ece428e33d872"},{"name":"check-page","duration":384830,"timestamp":6592538174258,"id":2073,"parentId":2061,"tags":{"page":"/personas"},"startTime":1777983908600,"traceId":"736ece428e33d872"},{"name":"is-page-static","duration":383626,"timestamp":6592538189267,"id":2089,"parentId":2078,"tags":{},"startTime":1777983908615,"traceId":"736ece428e33d872"},{"name":"check-page","duration":397460,"timestamp":6592538175491,"id":2078,"parentId":2061,"tags":{"page":"/templates"},"startTime":1777983908602,"traceId":"736ece428e33d872"},{"name":"is-page-static","duration":388288,"timestamp":6592538189351,"id":2092,"parentId":2075,"tags":{},"startTime":1777983908615,"traceId":"736ece428e33d872"},{"name":"check-page","duration":403103,"timestamp":6592538174569,"id":2075,"parentId":2061,"tags":{"page":"/runs"},"startTime":1777983908601,"traceId":"736ece428e33d872"},{"name":"is-page-static","duration":388580,"timestamp":6592538189851,"id":2094,"parentId":2077,"tags":{},"startTime":1777983908616,"traceId":"736ece428e33d872"},{"name":"check-page","duration":403692,"timestamp":6592538174754,"id":2077,"parentId":2061,"tags":{"page":"/settings/permissions"},"startTime":1777983908601,"traceId":"736ece428e33d872"},{"name":"is-page-static","duration":403829,"timestamp":6592538179380,"id":2084,"parentId":2065,"tags":{},"startTime":1777983908605,"traceId":"736ece428e33d872"},{"name":"check-page","duration":411378,"timestamp":6592538171863,"id":2065,"parentId":2061,"tags":{"page":"/api/daemon/[...path]"},"startTime":1777983908598,"traceId":"736ece428e33d872"},{"name":"is-page-static","duration":396624,"timestamp":6592538188839,"id":2085,"parentId":2070,"tags":{},"startTime":1777983908615,"traceId":"736ece428e33d872"},{"name":"check-page","duration":411620,"timestamp":6592538173869,"id":2070,"parentId":2061,"tags":{"page":"/new"},"startTime":1777983908600,"traceId":"736ece428e33d872"},{"name":"is-page-static","duration":398404,"timestamp":6592538189359,"id":2093,"parentId":2074,"tags":{},"startTime":1777983908615,"traceId":"736ece428e33d872"},{"name":"check-page","duration":413380,"timestamp":6592538174410,"id":2074,"parentId":2061,"tags":{"page":"/runs/[runId]"},"startTime":1777983908600,"traceId":"736ece428e33d872"},{"name":"is-page-static","duration":413216,"timestamp":6592538176954,"id":2083,"parentId":2069,"tags":{},"startTime":1777983908603,"traceId":"736ece428e33d872"},{"name":"check-page","duration":416390,"timestamp":6592538173809,"id":2069,"parentId":2061,"tags":{"page":"/icon.svg"},"startTime":1777983908600,"traceId":"736ece428e33d872"},{"name":"is-page-static","duration":401545,"timestamp":6592538188973,"id":2086,"parentId":2071,"tags":{},"startTime":1777983908615,"traceId":"736ece428e33d872"},{"name":"check-page","duration":416557,"timestamp":6592538173976,"id":2071,"parentId":2061,"tags":{"page":"/onboarding"},"startTime":1777983908600,"traceId":"736ece428e33d872"},{"name":"is-page-static","duration":413598,"timestamp":6592538189337,"id":2091,"parentId":2072,"tags":{},"startTime":1777983908615,"traceId":"736ece428e33d872"},{"name":"check-page","duration":428855,"timestamp":6592538174097,"id":2072,"parentId":2061,"tags":{"page":"/"},"startTime":1777983908600,"traceId":"736ece428e33d872"},{"name":"is-page-static","duration":414124,"timestamp":6592538189318,"id":2090,"parentId":2067,"tags":{},"startTime":1777983908615,"traceId":"736ece428e33d872"},{"name":"check-page","duration":429908,"timestamp":6592538173549,"id":2067,"parentId":2061,"tags":{"page":"/connect"},"startTime":1777983908600,"traceId":"736ece428e33d872"},{"name":"is-page-static","duration":420723,"timestamp":6592538189183,"id":2088,"parentId":2076,"tags":{},"startTime":1777983908615,"traceId":"736ece428e33d872"},{"name":"check-page","duration":435245,"timestamp":6592538174679,"id":2076,"parentId":2061,"tags":{"page":"/settings"},"startTime":1777983908601,"traceId":"736ece428e33d872"},{"name":"is-page-static","duration":437128,"timestamp":6592538176889,"id":2082,"parentId":2068,"tags":{},"startTime":1777983908603,"traceId":"736ece428e33d872"},{"name":"check-page","duration":440344,"timestamp":6592538173687,"id":2068,"parentId":2061,"tags":{"page":"/favicon.ico"},"startTime":1777983908600,"traceId":"736ece428e33d872"},{"name":"static-check","duration":444352,"timestamp":6592538169705,"id":2061,"parentId":1,"tags":{},"startTime":1777983908596,"traceId":"736ece428e33d872"},{"name":"write-routes-manifest","duration":3020,"timestamp":6592538780775,"id":2098,"parentId":1,"tags":{},"startTime":1777983909207,"traceId":"736ece428e33d872"},{"name":"load-dotenv","duration":27,"timestamp":6592538817937,"id":2101,"parentId":2100,"tags":{},"startTime":1777983909244,"traceId":"736ece428e33d872"},{"name":"run-export-path-map","duration":272,"timestamp":6592539623189,"id":2102,"parentId":2100,"tags":{},"startTime":1777983910049,"traceId":"736ece428e33d872"},{"name":"next-export","duration":1153470,"timestamp":6592538817178,"id":2100,"parentId":1,"tags":{},"startTime":1777983909243,"traceId":"736ece428e33d872"},{"name":"move-exported-app-not-found-","duration":40173,"timestamp":6592539971798,"id":2103,"parentId":2099,"tags":{},"startTime":1777983910398,"traceId":"736ece428e33d872"},{"name":"move-exported-app-global-error-","duration":27315,"timestamp":6592540012050,"id":2104,"parentId":2099,"tags":{},"startTime":1777983910438,"traceId":"736ece428e33d872"},{"name":"static-generation","duration":1476421,"timestamp":6592538813721,"id":2099,"parentId":1,"tags":{},"startTime":1777983909240,"traceId":"736ece428e33d872"},{"name":"write-routes-manifest","duration":72011,"timestamp":6592540290348,"id":2105,"parentId":1,"tags":{},"startTime":1777983910716,"traceId":"736ece428e33d872"},{"name":"node-file-trace-build","duration":5954737,"timestamp":6592538775978,"id":2097,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1777983909202,"traceId":"736ece428e33d872"},{"name":"apply-include-excludes","duration":426,"timestamp":6592544730736,"id":2106,"parentId":1,"tags":{},"startTime":1777983915157,"traceId":"736ece428e33d872"},{"name":"collect-build-traces","duration":6116716,"timestamp":6592538614459,"id":2096,"parentId":1,"tags":{},"startTime":1777983909040,"traceId":"736ece428e33d872"},{"name":"print-tree-view","duration":1476,"timestamp":6592544731279,"id":2107,"parentId":1,"tags":{},"startTime":1777983915157,"traceId":"736ece428e33d872"},{"name":"telemetry-flush","duration":30,"timestamp":6592544732765,"id":2108,"parentId":1,"tags":{},"startTime":1777983915159,"traceId":"736ece428e33d872"},{"name":"next-build","duration":22881639,"timestamp":6592521851165,"id":1,"tags":{"buildMode":"default","version":"16.2.4","bundler":"webpack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1777983892277,"traceId":"736ece428e33d872"}]
|
|
1
|
+
[{"name":"build-module-tsx","duration":3206,"timestamp":6658777906944,"id":126,"parentId":49,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/templates/page.tsx","layer":"rsc"},"startTime":1778050148333,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":3015,"timestamp":6658777907349,"id":129,"parentId":47,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/personas/page.tsx","layer":"rsc"},"startTime":1778050148333,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3649,"timestamp":6658777910567,"id":130,"parentId":114,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/detached-promise.js","layer":"rsc"},"startTime":1778050148337,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4196,"timestamp":6658777910668,"id":131,"parentId":87,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/etag.js","layer":"rsc"},"startTime":1778050148337,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7941,"timestamp":6658777910757,"id":132,"parentId":118,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/staged-rendering.js","layer":"rsc"},"startTime":1778050148337,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":8307,"timestamp":6658777910834,"id":133,"parentId":71,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/clone-response.js","layer":"rsc"},"startTime":1778050148337,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":9063,"timestamp":6658777910910,"id":134,"parentId":83,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/spec-extension/request.js","layer":"rsc"},"startTime":1778050148337,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":12808,"timestamp":6658777910984,"id":135,"parentId":50,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/connect/page.tsx","layer":"rsc"},"startTime":1778050148337,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":12808,"timestamp":6658777937338,"id":136,"parentId":48,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/page.tsx","layer":"rsc"},"startTime":1778050148363,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":12722,"timestamp":6658777937822,"id":138,"parentId":54,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/permissions/page.tsx","layer":"rsc"},"startTime":1778050148364,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":13365,"timestamp":6658777937628,"id":137,"parentId":52,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/runs/page.tsx","layer":"rsc"},"startTime":1778050148364,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-external","duration":28,"timestamp":6658777955857,"id":142,"parentId":93,"tags":{"name":"../app-render/action-async-storage.external","layer":null},"startTime":1778050148382,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3929,"timestamp":6658777956215,"id":145,"parentId":93,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/request/search-params.js","layer":"rsc"},"startTime":1778050148382,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":12668,"timestamp":6658777955579,"id":140,"parentId":93,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js","layer":"rsc"},"startTime":1778050148382,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":12555,"timestamp":6658777955903,"id":143,"parentId":93,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js","layer":"rsc"},"startTime":1778050148382,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":12923,"timestamp":6658777955722,"id":141,"parentId":93,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js","layer":"rsc"},"startTime":1778050148382,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":12752,"timestamp":6658777956084,"id":144,"parentId":93,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js","layer":"rsc"},"startTime":1778050148382,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":15224,"timestamp":6658777956313,"id":146,"parentId":93,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/hooks-server-context.js","layer":"rsc"},"startTime":1778050148382,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":17595,"timestamp":6658777955259,"id":139,"parentId":55,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/runs/[runId]/page.tsx","layer":"rsc"},"startTime":1778050148381,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1265,"timestamp":6658778002690,"id":147,"parentId":97,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/get-short-dynamic-param-type.js","layer":"rsc"},"startTime":1778050148429,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5482,"timestamp":6658778002894,"id":148,"parentId":93,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/request/params.js","layer":"rsc"},"startTime":1778050148429,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5147,"timestamp":6658778014989,"id":149,"parentId":93,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/collect-segment-data.js","layer":"rsc"},"startTime":1778050148441,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5674,"timestamp":6658778015211,"id":150,"parentId":99,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/stream-utils/uint8array-helpers.js","layer":"rsc"},"startTime":1778050148441,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1652,"timestamp":6658778028598,"id":154,"parentId":84,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/output/log.js","layer":"rsc"},"startTime":1778050148455,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":11916,"timestamp":6658778028719,"id":155,"parentId":93,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/metadata.js","layer":"rsc"},"startTime":1778050148455,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":14126,"timestamp":6658778027442,"id":152,"parentId":93,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"rsc"},"startTime":1778050148453,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":15202,"timestamp":6658778027164,"id":151,"parentId":40,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/app-error.js","layer":"rsc"},"startTime":1778050148453,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":15346,"timestamp":6658778027598,"id":153,"parentId":102,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-fallback.js","layer":"rsc"},"startTime":1778050148454,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1181,"timestamp":6658778060278,"id":159,"parentId":93,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/rsc/preloads.js","layer":"rsc"},"startTime":1778050148486,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1258,"timestamp":6658778060373,"id":160,"parentId":93,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/rsc/postpone.js","layer":"rsc"},"startTime":1778050148486,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":2879,"timestamp":6658778059921,"id":157,"parentId":51,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/demo/[scenario]/page.tsx","layer":"rsc"},"startTime":1778050148486,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2799,"timestamp":6658778060182,"id":158,"parentId":93,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js","layer":"rsc"},"startTime":1778050148486,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1730,"timestamp":6658778063163,"id":161,"parentId":93,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/rsc/taint.js","layer":"rsc"},"startTime":1778050148489,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2358,"timestamp":6658778063265,"id":162,"parentId":97,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/static-paths/utils.js","layer":"rsc"},"startTime":1778050148489,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2886,"timestamp":6658778063348,"id":163,"parentId":97,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/static-paths/app/extract-pathname-route-param-segments-from-loader-tree.js","layer":"rsc"},"startTime":1778050148489,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5904,"timestamp":6658778071145,"id":167,"parentId":73,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-thenable.js","layer":"rsc"},"startTime":1778050148497,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6627,"timestamp":6658778070687,"id":164,"parentId":85,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/invariant-error.js","layer":"rsc"},"startTime":1778050148497,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6625,"timestamp":6658778071030,"id":166,"parentId":92,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/size-limit.js","layer":"rsc"},"startTime":1778050148497,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":10286,"timestamp":6658778070901,"id":165,"parentId":87,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/utils.js","layer":"rsc"},"startTime":1778050148497,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":10199,"timestamp":6658778071261,"id":168,"parentId":99,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/errors/constants.js","layer":"rsc"},"startTime":1778050148497,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":10526,"timestamp":6658778071464,"id":170,"parentId":75,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"rsc"},"startTime":1778050148497,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":24361,"timestamp":6658778059776,"id":156,"parentId":81,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/api/server.js","layer":"rsc"},"startTime":1778050148486,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2701,"timestamp":6658778082235,"id":171,"parentId":75,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"rsc"},"startTime":1778050148508,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2715,"timestamp":6658778082465,"id":172,"parentId":75,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"rsc"},"startTime":1778050148508,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2816,"timestamp":6658778082716,"id":174,"parentId":99,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js","layer":"rsc"},"startTime":1778050148509,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3334,"timestamp":6658778082595,"id":173,"parentId":90,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"rsc"},"startTime":1778050148509,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3707,"timestamp":6658778082839,"id":175,"parentId":97,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/routes/app.js","layer":"rsc"},"startTime":1778050148509,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2497,"timestamp":6658778088127,"id":177,"parentId":66,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/get-metadata-route.js","layer":"rsc"},"startTime":1778050148514,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":9652,"timestamp":6658778088228,"id":178,"parentId":73,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"rsc"},"startTime":1778050148514,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":9816,"timestamp":6658778088311,"id":179,"parentId":105,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-loader/module-proxy.js","layer":"rsc"},"startTime":1778050148514,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":10233,"timestamp":6658778088407,"id":180,"parentId":114,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/client-component-renderer-logger.js","layer":"rsc"},"startTime":1778050148514,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":10374,"timestamp":6658778088490,"id":181,"parentId":119,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/api-utils/get-cookie-parser.js","layer":"rsc"},"startTime":1778050148515,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":11394,"timestamp":6658778088570,"id":182,"parentId":76,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/api-utils/index.js","layer":"rsc"},"startTime":1778050148515,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2732,"timestamp":6658778112531,"id":184,"parentId":93,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server.js","layer":"rsc"},"startTime":1778050148539,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2928,"timestamp":6658778112662,"id":185,"parentId":122,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-constants.js","layer":"rsc"},"startTime":1778050148539,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3817,"timestamp":6658778112953,"id":187,"parentId":134,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/next-url.js","layer":"rsc"},"startTime":1778050148539,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3978,"timestamp":6658778113091,"id":188,"parentId":134,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/error.js","layer":"rsc"},"startTime":1778050148539,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4090,"timestamp":6658778113216,"id":189,"parentId":134,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/spec-extension/cookies.js","layer":"rsc"},"startTime":1778050148539,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3934,"timestamp":6658778113509,"id":191,"parentId":122,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","layer":"rsc"},"startTime":1778050148540,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3912,"timestamp":6658778113648,"id":192,"parentId":93,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-static.js","layer":"rsc"},"startTime":1778050148540,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4477,"timestamp":6658778113746,"id":193,"parentId":87,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/fresh/index.js","layer":"rsc"},"startTime":1778050148540,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5334,"timestamp":6658778113830,"id":194,"parentId":145,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/vary-params.js","layer":"rsc"},"startTime":1778050148540,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5493,"timestamp":6658778113911,"id":195,"parentId":145,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"rsc"},"startTime":1778050148540,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7518,"timestamp":6658778112786,"id":186,"parentId":132,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/promise-with-resolvers.js","layer":"rsc"},"startTime":1778050148539,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":8466,"timestamp":6658778112256,"id":183,"parentId":122,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"rsc"},"startTime":1778050148538,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7685,"timestamp":6658778113346,"id":190,"parentId":122,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"rsc"},"startTime":1778050148539,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":8272,"timestamp":6658778113994,"id":196,"parentId":81,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/daemon-discovery.ts","layer":"rsc"},"startTime":1778050148540,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1631,"timestamp":6658778123197,"id":197,"parentId":149,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-runtime.js","layer":"rsc"},"startTime":1778050148549,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2301,"timestamp":6658778123341,"id":198,"parentId":145,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js","layer":"rsc"},"startTime":1778050148549,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4061,"timestamp":6658778123520,"id":200,"parentId":145,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/instant-validation/instant-samples.js","layer":"rsc"},"startTime":1778050148550,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6383,"timestamp":6658778123432,"id":199,"parentId":145,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/request/utils.js","layer":"rsc"},"startTime":1778050148549,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":60772,"timestamp":6658778071373,"id":169,"parentId":113,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/api/navigation.react-server.js","layer":"rsc"},"startTime":1778050148497,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":32,"timestamp":6658778134798,"id":201,"parentId":196,"tags":{"name":"fs","layer":null},"startTime":1778050148561,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":10,"timestamp":6658778134842,"id":202,"parentId":196,"tags":{"name":"os","layer":null},"startTime":1778050148561,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-css","duration":416,"timestamp":6658778136536,"id":205,"parentId":104,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/globals.css","layer":"rsc"},"startTime":1778050148563,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":3706,"timestamp":6658778136099,"id":203,"parentId":138,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/permissions/permissions-form.tsx","layer":"rsc"},"startTime":1778050148562,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3881,"timestamp":6658778136398,"id":204,"parentId":145,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/utils/reflect-utils.js","layer":"rsc"},"startTime":1778050148562,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":6163,"timestamp":6658778137726,"id":206,"parentId":113,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/app-shell.tsx","layer":"rsc"},"startTime":1778050148564,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":10767,"timestamp":6658778137937,"id":207,"parentId":113,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/home-stats-cards.tsx","layer":"rsc"},"startTime":1778050148564,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":10671,"timestamp":6658778138352,"id":209,"parentId":113,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/page-header.tsx","layer":"rsc"},"startTime":1778050148564,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":11800,"timestamp":6658778138159,"id":208,"parentId":113,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/cli-status-panel.tsx","layer":"rsc"},"startTime":1778050148564,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-external","duration":26,"timestamp":6658778151089,"id":212,"parentId":148,"tags":{"name":"../app-render/dynamic-access-async-storage.external","layer":null},"startTime":1778050148577,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":66728,"timestamp":6658778087953,"id":176,"parentId":113,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/app-dir/link.react-server.js","layer":"rsc"},"startTime":1778050148514,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":11214,"timestamp":6658778150886,"id":211,"parentId":135,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/orchestrator-card.tsx","layer":"rsc"},"startTime":1778050148577,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":11744,"timestamp":6658778150570,"id":210,"parentId":135,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/openrouter-card.tsx","layer":"rsc"},"startTime":1778050148577,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":11534,"timestamp":6658778151128,"id":213,"parentId":149,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/app-router-types.js","layer":"rsc"},"startTime":1778050148577,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":4247,"timestamp":6658778166193,"id":214,"parentId":137,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/runs-table.tsx","layer":"rsc"},"startTime":1778050148592,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4661,"timestamp":6658778166507,"id":215,"parentId":149,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/segment.js","layer":"rsc"},"startTime":1778050148593,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6163,"timestamp":6658778166642,"id":216,"parentId":149,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/create-error-handler.js","layer":"rsc"},"startTime":1778050148593,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2398,"timestamp":6658778179382,"id":217,"parentId":149,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/prospective-render-utils.js","layer":"rsc"},"startTime":1778050148605,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2323,"timestamp":6658778183542,"id":218,"parentId":149,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/segment-cache/vary-params-decoding.js","layer":"rsc"},"startTime":1778050148610,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2685,"timestamp":6658778183738,"id":219,"parentId":149,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js","layer":"rsc"},"startTime":1778050148610,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1925,"timestamp":6658778188140,"id":222,"parentId":154,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/picocolors.js","layer":"rsc"},"startTime":1778050148614,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":3374,"timestamp":6658778187735,"id":220,"parentId":135,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/client.ts","layer":"rsc"},"startTime":1778050148614,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":3804,"timestamp":6658778187943,"id":221,"parentId":138,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/settings.ts","layer":"rsc"},"startTime":1778050148614,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3852,"timestamp":6658778188383,"id":224,"parentId":155,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"rsc"},"startTime":1778050148614,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":941,"timestamp":6658778192366,"id":225,"parentId":155,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/request/pathname.js","layer":"rsc"},"startTime":1778050148618,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":10051,"timestamp":6658778188232,"id":223,"parentId":155,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/resolve-metadata.js","layer":"rsc"},"startTime":1778050148614,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":582,"timestamp":6658778205378,"id":226,"parentId":155,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/is-postpone.js","layer":"rsc"},"startTime":1778050148631,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":839,"timestamp":6658778208095,"id":228,"parentId":155,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/utils.js","layer":"rsc"},"startTime":1778050148634,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2066,"timestamp":6658778208199,"id":229,"parentId":155,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js","layer":"rsc"},"startTime":1778050148634,"traceId":"5115c684d0e0ffd7"}]
|
|
2
|
+
[{"name":"build-module-js","duration":1001,"timestamp":6658778636029,"id":432,"parentId":425,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-seq.js","layer":"rsc"},"startTime":1778050149062,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1816,"timestamp":6658778636135,"id":433,"parentId":425,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-collection.js","layer":"rsc"},"startTime":1778050149062,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":410,"timestamp":6658778639978,"id":434,"parentId":431,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/util-contains-newline.js","layer":"rsc"},"startTime":1778050149066,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":473,"timestamp":6658778640411,"id":435,"parentId":431,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/util-map-includes.js","layer":"rsc"},"startTime":1778050149066,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":554,"timestamp":6658778640511,"id":436,"parentId":431,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/util-flow-indent-check.js","layer":"rsc"},"startTime":1778050149067,"traceId":"5115c684d0e0ffd7"},{"name":"font-loader","duration":446701,"timestamp":6658778287088,"id":264,"parentId":263,"tags":{},"startTime":1778050148713,"traceId":"5115c684d0e0ffd7"},{"name":"font-loader","duration":426956,"timestamp":6658778310436,"id":266,"parentId":265,"tags":{},"startTime":1778050148736,"traceId":"5115c684d0e0ffd7"},{"name":"postcss","duration":3563,"timestamp":6658778798710,"id":437,"parentId":263,"tags":{},"startTime":1778050149225,"traceId":"5115c684d0e0ffd7"},{"name":"postcss","duration":1400,"timestamp":6658778800885,"id":438,"parentId":265,"tags":{},"startTime":1778050149227,"traceId":"5115c684d0e0ffd7"},{"name":"next-font-loader","duration":538240,"timestamp":6658778264444,"id":263,"parentId":261,"tags":{},"startTime":1778050148690,"traceId":"5115c684d0e0ffd7"},{"name":"next-font-loader","duration":492304,"timestamp":6658778310384,"id":265,"parentId":262,"tags":{},"startTime":1778050148736,"traceId":"5115c684d0e0ffd7"},{"name":"css-loader","duration":21025,"timestamp":6658778802414,"id":439,"parentId":261,"tags":{"astUsed":"true"},"startTime":1778050149228,"traceId":"5115c684d0e0ffd7"},{"name":"css-loader","duration":20777,"timestamp":6658778802674,"id":440,"parentId":262,"tags":{"astUsed":"true"},"startTime":1778050149229,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":561156,"timestamp":6658778262738,"id":261,"parentId":104,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":"rsc"},"startTime":1778050148689,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":559761,"timestamp":6658778264306,"id":262,"parentId":104,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}","layer":"rsc"},"startTime":1778050148690,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":1484754,"timestamp":6658777339516,"id":22,"parentId":21,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Fdemo%2F%5Bscenario%5D&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1778050147766,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":1484112,"timestamp":6658777340167,"id":36,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Fdemo%2F%5Bscenario%5D&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1778050147766,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":1484253,"timestamp":6658777340030,"id":29,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fonboarding%2Fpage&name=app%2Fonboarding%2Fpage&pagePath=private-next-app-dir%2Fonboarding%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fonboarding%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Fdemo%2F%5Bscenario%5D&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1778050147766,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":1484250,"timestamp":6658777340038,"id":30,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fpersonas%2Fpage&name=app%2Fpersonas%2Fpage&pagePath=private-next-app-dir%2Fpersonas%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fpersonas%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Fdemo%2F%5Bscenario%5D&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1778050147766,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":1484282,"timestamp":6658777340019,"id":28,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fnew%2Fpage&name=app%2Fnew%2Fpage&pagePath=private-next-app-dir%2Fnew%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fnew%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Fdemo%2F%5Bscenario%5D&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1778050147766,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":1484182,"timestamp":6658777340124,"id":32,"parentId":21,"tags":{"request":"next-app-loader?page=%2Ftemplates%2Fpage&name=app%2Ftemplates%2Fpage&pagePath=private-next-app-dir%2Ftemplates%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Ftemplates%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Fdemo%2F%5Bscenario%5D&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1778050147766,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":1484173,"timestamp":6658777340135,"id":33,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fconnect%2Fpage&name=app%2Fconnect%2Fpage&pagePath=private-next-app-dir%2Fconnect%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fconnect%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Fdemo%2F%5Bscenario%5D&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1778050147766,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":1484214,"timestamp":6658777340098,"id":31,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fsettings%2Fpage&name=app%2Fsettings%2Fpage&pagePath=private-next-app-dir%2Fsettings%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fsettings%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Fdemo%2F%5Bscenario%5D&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1778050147766,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":1484154,"timestamp":6658777340161,"id":35,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fruns%2Fpage&name=app%2Fruns%2Fpage&pagePath=private-next-app-dir%2Fruns%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fruns%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Fdemo%2F%5Bscenario%5D&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1778050147766,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":1484144,"timestamp":6658777340174,"id":37,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fsettings%2Fpermissions%2Fpage&name=app%2Fsettings%2Fpermissions%2Fpage&pagePath=private-next-app-dir%2Fsettings%2Fpermissions%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fsettings%2Fpermissions%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Fdemo%2F%5Bscenario%5D&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1778050147766,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":1484212,"timestamp":6658777340144,"id":34,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fdemo%2F%5Bscenario%5D%2Fpage&name=app%2Fdemo%2F%5Bscenario%5D%2Fpage&pagePath=private-next-app-dir%2Fdemo%2F%5Bscenario%5D%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fdemo%2F%5Bscenario%5D%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Fdemo%2F%5Bscenario%5D&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1778050147766,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":1484179,"timestamp":6658777340182,"id":38,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fruns%2F%5BrunId%5D%2Fpage&name=app%2Fruns%2F%5BrunId%5D%2Fpage&pagePath=private-next-app-dir%2Fruns%2F%5BrunId%5D%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fruns%2F%5BrunId%5D%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Fdemo%2F%5Bscenario%5D&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1778050147766,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":1034,"timestamp":6658778965794,"id":659,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=true!","layer":"ssr"},"startTime":1778050149392,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":94,"timestamp":6658778966867,"id":660,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=true!","layer":"rsc"},"startTime":1778050149393,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":194,"timestamp":6658778966993,"id":661,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1778050149393,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":147,"timestamp":6658778967201,"id":662,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1778050149393,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":387,"timestamp":6658778967372,"id":663,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1778050149393,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":169,"timestamp":6658778967775,"id":664,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1778050149394,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":461,"timestamp":6658778967959,"id":665,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1778050149394,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":436,"timestamp":6658778968433,"id":666,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1778050149394,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":175,"timestamp":6658778968882,"id":667,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fnew%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1778050149395,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":152,"timestamp":6658778969067,"id":668,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fnew%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1778050149395,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":194,"timestamp":6658778969227,"id":669,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fonboarding%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1778050149395,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":155,"timestamp":6658778969432,"id":670,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fonboarding%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1778050149395,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":137,"timestamp":6658778969597,"id":671,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fpersonas%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1778050149396,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":133,"timestamp":6658778969743,"id":672,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fpersonas%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1778050149396,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":157,"timestamp":6658778969886,"id":673,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fsettings%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1778050149396,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":142,"timestamp":6658778970051,"id":674,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fsettings%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1778050149396,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":380,"timestamp":6658778985892,"id":675,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Ftemplates%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1778050149412,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":178,"timestamp":6658778986300,"id":676,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Ftemplates%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1778050149412,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":375,"timestamp":6658778986489,"id":677,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fopenrouter-card.tsx%22%2C%22ids%22%3A%5B%22OpenRouterCard%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Forchestrator-card.tsx%22%2C%22ids%22%3A%5B%22OrchestratorCard%22%5D%7D&server=true!","layer":"ssr"},"startTime":1778050149413,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":225,"timestamp":6658778986875,"id":678,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fopenrouter-card.tsx%22%2C%22ids%22%3A%5B%22OpenRouterCard%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Forchestrator-card.tsx%22%2C%22ids%22%3A%5B%22OrchestratorCard%22%5D%7D&server=true!","layer":"rsc"},"startTime":1778050149413,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":126,"timestamp":6658778987109,"id":679,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fdemo%2F%5Bscenario%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1778050149413,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":127,"timestamp":6658778987244,"id":680,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fdemo%2F%5Bscenario%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1778050149413,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":218,"timestamp":6658778987380,"id":681,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fruns-table.tsx%22%2C%22ids%22%3A%5B%22RunsTable%22%5D%7D&server=true!","layer":"ssr"},"startTime":1778050149413,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":243,"timestamp":6658778987607,"id":682,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fruns-table.tsx%22%2C%22ids%22%3A%5B%22RunsTable%22%5D%7D&server=true!","layer":"rsc"},"startTime":1778050149414,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":401,"timestamp":6658778987863,"id":683,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Flucide-react%401.12.0_react%4019.2.4%2Fnode_modules%2Flucide-react%2Fdist%2Fesm%2FIcon.mjs%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fapp-dir%2Flink.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Flineage-fleet-card.tsx%22%2C%22ids%22%3A%5B%22LineageFleetCard%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fopencode-fleet-card.tsx%22%2C%22ids%22%3A%5B%22OpencodeFleetCard%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fopenrouter-fleet-card.tsx%22%2C%22ids%22%3A%5B%22OpenRouterFleetCard%22%5D%7D&server=true!","layer":"ssr"},"startTime":1778050149414,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":265,"timestamp":6658778988274,"id":684,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Flucide-react%401.12.0_react%4019.2.4%2Fnode_modules%2Flucide-react%2Fdist%2Fesm%2FIcon.mjs%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fapp-dir%2Flink.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Flineage-fleet-card.tsx%22%2C%22ids%22%3A%5B%22LineageFleetCard%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fopencode-fleet-card.tsx%22%2C%22ids%22%3A%5B%22OpencodeFleetCard%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fopenrouter-fleet-card.tsx%22%2C%22ids%22%3A%5B%22OpenRouterFleetCard%22%5D%7D&server=true!","layer":"rsc"},"startTime":1778050149414,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":274,"timestamp":6658778993242,"id":685,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fsettings%2Fpermissions%2Fpermissions-form.tsx%22%2C%22ids%22%3A%5B%22PermissionsForm%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&server=true!","layer":"ssr"},"startTime":1778050149419,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":194,"timestamp":6658778993532,"id":686,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fsettings%2Fpermissions%2Fpermissions-form.tsx%22%2C%22ids%22%3A%5B%22PermissionsForm%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&server=true!","layer":"rsc"},"startTime":1778050149420,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":209,"timestamp":6658778993735,"id":687,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Flive-run-real%2Findex.tsx%22%2C%22ids%22%3A%5B%22LiveRunReal%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&server=true!","layer":"ssr"},"startTime":1778050149420,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":193,"timestamp":6658778993953,"id":688,"parentId":19,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Flive-run-real%2Findex.tsx%22%2C%22ids%22%3A%5B%22LiveRunReal%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&server=true!","layer":"rsc"},"startTime":1778050149420,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":6128,"timestamp":6658779004483,"id":692,"parentId":673,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/page.tsx","layer":"ssr"},"startTime":1778050149431,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":12811,"timestamp":6658779003101,"id":689,"parentId":667,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/new/page.tsx","layer":"ssr"},"startTime":1778050149429,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":14837,"timestamp":6658779004299,"id":691,"parentId":671,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/personas/page.tsx","layer":"ssr"},"startTime":1778050149430,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":17518,"timestamp":6658779004110,"id":690,"parentId":669,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/page.tsx","layer":"ssr"},"startTime":1778050149430,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":16667,"timestamp":6658779005596,"id":695,"parentId":679,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/demo/[scenario]/page.tsx","layer":"ssr"},"startTime":1778050149432,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":18518,"timestamp":6658779004655,"id":693,"parentId":663,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js","layer":"ssr"},"startTime":1778050149431,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":17883,"timestamp":6658779005861,"id":696,"parentId":665,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js","layer":"ssr"},"startTime":1778050149432,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":18274,"timestamp":6658779006048,"id":697,"parentId":665,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js","layer":"ssr"},"startTime":1778050149432,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":18272,"timestamp":6658779006418,"id":699,"parentId":665,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js","layer":"ssr"},"startTime":1778050149432,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":63290,"timestamp":6658779005319,"id":694,"parentId":675,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/templates/page.tsx","layer":"ssr"},"startTime":1778050149431,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":62657,"timestamp":6658779007189,"id":702,"parentId":681,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/runs-table.tsx","layer":"ssr"},"startTime":1778050149433,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":66121,"timestamp":6658779006583,"id":700,"parentId":677,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/openrouter-card.tsx","layer":"ssr"},"startTime":1778050149433,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":67348,"timestamp":6658779006874,"id":701,"parentId":677,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/orchestrator-card.tsx","layer":"ssr"},"startTime":1778050149433,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":71173,"timestamp":6658779006234,"id":698,"parentId":665,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js","layer":"ssr"},"startTime":1778050149432,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":49944,"timestamp":6658779029178,"id":704,"parentId":677,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/app-sidebar.tsx","layer":"ssr"},"startTime":1778050149455,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":51518,"timestamp":6658779029037,"id":703,"parentId":665,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js","layer":"ssr"},"startTime":1778050149455,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4284,"timestamp":6658779106742,"id":705,"parentId":665,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"ssr"},"startTime":1778050149533,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4418,"timestamp":6658779106990,"id":706,"parentId":665,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js","layer":"ssr"},"startTime":1778050149533,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":5724,"timestamp":6658779115098,"id":707,"parentId":677,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/mobile-top-bar.tsx","layer":"ssr"},"startTime":1778050149541,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1119,"timestamp":6658779130491,"id":710,"parentId":699,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"ssr"},"startTime":1778050149557,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":5226,"timestamp":6658779130038,"id":708,"parentId":683,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/lineage-fleet-card.tsx","layer":"ssr"},"startTime":1778050149556,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":5822,"timestamp":6658779130306,"id":709,"parentId":683,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/opencode-fleet-card.tsx","layer":"ssr"},"startTime":1778050149556,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":13929,"timestamp":6658779143854,"id":715,"parentId":693,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"ssr"},"startTime":1778050149570,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":16316,"timestamp":6658779143927,"id":716,"parentId":696,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/request/search-params.js","layer":"ssr"},"startTime":1778050149570,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":18453,"timestamp":6658779144007,"id":717,"parentId":696,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/request/params.js","layer":"ssr"},"startTime":1778050149570,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":21549,"timestamp":6658779146053,"id":734,"parentId":703,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-constants.js","layer":"ssr"},"startTime":1778050149572,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":27477,"timestamp":6658779144415,"id":720,"parentId":692,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/page-header.tsx","layer":"ssr"},"startTime":1778050149570,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":28074,"timestamp":6658779144228,"id":719,"parentId":692,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/app-shell.tsx","layer":"ssr"},"startTime":1778050149570,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":29289,"timestamp":6658779144079,"id":718,"parentId":693,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/error-styles.js","layer":"ssr"},"startTime":1778050149570,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":28718,"timestamp":6658779144934,"id":723,"parentId":689,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/index.ts","layer":"ssr"},"startTime":1778050149571,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":29829,"timestamp":6658779144587,"id":721,"parentId":691,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/lineage-maps.ts","layer":"ssr"},"startTime":1778050149571,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":30686,"timestamp":6658779144763,"id":722,"parentId":689,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/settings.ts","layer":"ssr"},"startTime":1778050149571,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":31079,"timestamp":6658779145548,"id":727,"parentId":685,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/permissions/permissions-form.tsx","layer":"ssr"},"startTime":1778050149572,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":32205,"timestamp":6658779145277,"id":725,"parentId":683,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/openrouter-fleet-card.tsx","layer":"ssr"},"startTime":1778050149571,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":32038,"timestamp":6658779145895,"id":732,"parentId":698,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"ssr"},"startTime":1778050149572,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":32322,"timestamp":6658779146123,"id":735,"parentId":683,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/Icon.mjs","layer":"ssr"},"startTime":1778050149572,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":32677,"timestamp":6658779146229,"id":736,"parentId":705,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"ssr"},"startTime":1778050149572,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":36822,"timestamp":6658779145106,"id":724,"parentId":695,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/live-run-real/index.tsx","layer":"ssr"},"startTime":1778050149571,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":35861,"timestamp":6658779146436,"id":738,"parentId":690,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/orchestrators.ts","layer":"ssr"},"startTime":1778050149572,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":40263,"timestamp":6658779145439,"id":726,"parentId":683,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/app-dir/link.js","layer":"ssr"},"startTime":1778050149571,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":40772,"timestamp":6658779146332,"id":737,"parentId":696,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/route-params.js","layer":"ssr"},"startTime":1778050149572,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":40762,"timestamp":6658779146765,"id":740,"parentId":693,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/handle-isr-error.js","layer":"ssr"},"startTime":1778050149573,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":41449,"timestamp":6658779146603,"id":739,"parentId":690,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/voices.ts","layer":"ssr"},"startTime":1778050149573,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":44520,"timestamp":6658779143723,"id":712,"parentId":689,"tags":{"name":"__barrel_optimize__?names=Info,Layers!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050149570,"traceId":"5115c684d0e0ffd7"}]
|
|
3
|
+
[{"name":"build-module-js","duration":3157,"timestamp":6658778207710,"id":227,"parentId":151,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/error-styles.js","layer":"rsc"},"startTime":1778050148634,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1202,"timestamp":6658778211067,"id":230,"parentId":162,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/route-modules/checks.js","layer":"rsc"},"startTime":1778050148637,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1755,"timestamp":6658778211177,"id":231,"parentId":153,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/styles/access-error-styles.js","layer":"rsc"},"startTime":1778050148637,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2846,"timestamp":6658778213031,"id":232,"parentId":162,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/parse-loader-tree.js","layer":"rsc"},"startTime":1778050148639,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2282,"timestamp":6658778216515,"id":233,"parentId":177,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/hash.js","layer":"rsc"},"startTime":1778050148643,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2626,"timestamp":6658778216656,"id":234,"parentId":162,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/resolve-param-value.js","layer":"rsc"},"startTime":1778050148643,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2541,"timestamp":6658778217356,"id":237,"parentId":173,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"rsc"},"startTime":1778050148643,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3605,"timestamp":6658778216781,"id":235,"parentId":223,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/get-segment-param.js","layer":"rsc"},"startTime":1778050148643,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3376,"timestamp":6658778217229,"id":236,"parentId":171,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"rsc"},"startTime":1778050148643,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2890,"timestamp":6658778221889,"id":238,"parentId":177,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/server-utils.js","layer":"rsc"},"startTime":1778050148648,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4533,"timestamp":6658778221996,"id":239,"parentId":177,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/is-metadata-route.js","layer":"rsc"},"startTime":1778050148648,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":9380,"timestamp":6658778222283,"id":241,"parentId":170,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"rsc"},"startTime":1778050148648,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":10641,"timestamp":6658778222145,"id":240,"parentId":175,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"rsc"},"startTime":1778050148648,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2110,"timestamp":6658778233920,"id":242,"parentId":149,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/react-server-dom-webpack/client.node.js","layer":"rsc"},"startTime":1778050148660,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1806,"timestamp":6658778239740,"id":244,"parentId":182,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/spec-extension/adapters/headers.js","layer":"rsc"},"startTime":1778050148666,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2101,"timestamp":6658778239970,"id":246,"parentId":177,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/isomorphic/path.js","layer":"rsc"},"startTime":1778050148666,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2764,"timestamp":6658778239495,"id":243,"parentId":177,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":"rsc"},"startTime":1778050148666,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3868,"timestamp":6658778239839,"id":245,"parentId":177,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"rsc"},"startTime":1778050148666,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1239,"timestamp":6658778243989,"id":247,"parentId":198,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react.js","layer":"rsc"},"startTime":1778050148670,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1197,"timestamp":6658778244361,"id":250,"parentId":156,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/exports/index.js","layer":"rsc"},"startTime":1778050148670,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2833,"timestamp":6658778244107,"id":248,"parentId":187,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/get-hostname.js","layer":"rsc"},"startTime":1778050148670,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3068,"timestamp":6658778244241,"id":249,"parentId":187,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":"rsc"},"startTime":1778050148670,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1846,"timestamp":6658778249676,"id":251,"parentId":187,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":"rsc"},"startTime":1778050148676,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-external","duration":27,"timestamp":6658778251676,"id":252,"parentId":199,"tags":{"name":"../app-render/after-task-async-storage.external","layer":null},"startTime":1778050148678,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1109,"timestamp":6658778251716,"id":253,"parentId":216,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/instant-validation/instant-validation-error.js","layer":"rsc"},"startTime":1778050148678,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1761,"timestamp":6658778251951,"id":255,"parentId":200,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.js","layer":"rsc"},"startTime":1778050148678,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2828,"timestamp":6658778251825,"id":254,"parentId":200,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":"rsc"},"startTime":1778050148678,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":1974,"timestamp":6658778254868,"id":256,"parentId":196,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/atomic-write.ts","layer":"rsc"},"startTime":1778050148681,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2265,"timestamp":6658778255115,"id":257,"parentId":169,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/navigation.react-server.js","layer":"rsc"},"startTime":1778050148681,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2477,"timestamp":6658778255240,"id":258,"parentId":187,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js","layer":"rsc"},"startTime":1778050148681,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":50617,"timestamp":6658778262375,"id":259,"parentId":113,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/index.ts","layer":"rsc"},"startTime":1778050148688,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":50681,"timestamp":6658778262609,"id":260,"parentId":176,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/app-dir/link.js","layer":"rsc"},"startTime":1778050148689,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2093,"timestamp":6658778314030,"id":269,"parentId":216,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/is-error.js","layer":"rsc"},"startTime":1778050148740,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":3782,"timestamp":6658778313536,"id":267,"parentId":206,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/mobile-top-bar.tsx","layer":"rsc"},"startTime":1778050148740,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":3785,"timestamp":6658778313821,"id":268,"parentId":206,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/app-sidebar.tsx","layer":"rsc"},"startTime":1778050148740,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4134,"timestamp":6658778314127,"id":270,"parentId":216,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/format-server-error.js","layer":"rsc"},"startTime":1778050148740,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1042,"timestamp":6658778326150,"id":271,"parentId":216,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/error-telemetry-utils.js","layer":"rsc"},"startTime":1778050148752,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":453,"timestamp":6658778328670,"id":276,"parentId":216,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/react-large-shell-error.js","layer":"rsc"},"startTime":1778050148755,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":2409,"timestamp":6658778327889,"id":272,"parentId":208,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/opencode-fleet-card.tsx","layer":"rsc"},"startTime":1778050148754,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":2343,"timestamp":6658778328158,"id":273,"parentId":208,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/lineage-fleet-card.tsx","layer":"rsc"},"startTime":1778050148754,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2746,"timestamp":6658778330801,"id":280,"parentId":181,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/cookie/index.js","layer":"rsc"},"startTime":1778050148757,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":8098,"timestamp":6658778328543,"id":275,"parentId":216,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/is-next-router-error.js","layer":"rsc"},"startTime":1778050148755,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":8671,"timestamp":6658778328356,"id":274,"parentId":208,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/openrouter-fleet-card.tsx","layer":"rsc"},"startTime":1778050148754,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1140,"timestamp":6658778337223,"id":281,"parentId":223,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/client-and-server-references.js","layer":"rsc"},"startTime":1778050148763,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":522,"timestamp":6658778339259,"id":282,"parentId":223,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/default-metadata.js","layer":"rsc"},"startTime":1778050148765,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":985,"timestamp":6658778339820,"id":283,"parentId":223,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/app-dir-module.js","layer":"rsc"},"startTime":1778050148766,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1124,"timestamp":6658778339971,"id":284,"parentId":223,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/lazy-result.js","layer":"rsc"},"startTime":1778050148766,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":32680,"timestamp":6658778330616,"id":277,"parentId":113,"tags":{"name":"__barrel_optimize__?names=Plus,Sparkles,Users!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"rsc"},"startTime":1778050148757,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":36727,"timestamp":6658778330695,"id":278,"parentId":207,"tags":{"name":"__barrel_optimize__?names=Activity,CheckCircle2,Clock,Coins,Layers,Sparkles!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"rsc"},"startTime":1778050148757,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":37295,"timestamp":6658778330750,"id":279,"parentId":208,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,CheckCircle2,CircleHelp,Clock,Plug!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"rsc"},"startTime":1778050148757,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1361,"timestamp":6658778371948,"id":285,"parentId":151,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"rsc"},"startTime":1778050148798,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1765,"timestamp":6658778373999,"id":287,"parentId":223,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/resolvers/resolve-opengraph.js","layer":"rsc"},"startTime":1778050148800,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2008,"timestamp":6658778374115,"id":288,"parentId":223,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/resolvers/resolve-title.js","layer":"rsc"},"startTime":1778050148800,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":4006,"timestamp":6658778372459,"id":286,"parentId":139,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/live-run-real/index.tsx","layer":"rsc"},"startTime":1778050148798,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2639,"timestamp":6658778376926,"id":290,"parentId":223,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/resolvers/resolve-basics.js","layer":"rsc"},"startTime":1778050148803,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2932,"timestamp":6658778377030,"id":291,"parentId":223,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/resolvers/resolve-icons.js","layer":"rsc"},"startTime":1778050148803,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":5024,"timestamp":6658778376702,"id":289,"parentId":208,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/lineage-maps.ts","layer":"rsc"},"startTime":1778050148803,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4599,"timestamp":6658778387666,"id":293,"parentId":189,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js","layer":"rsc"},"startTime":1778050148814,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6561,"timestamp":6658778387373,"id":292,"parentId":234,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/interception-prefix-from-param-type.js","layer":"rsc"},"startTime":1778050148813,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1210,"timestamp":6658778394036,"id":294,"parentId":176,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"rsc"},"startTime":1778050148820,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1558,"timestamp":6658778394198,"id":295,"parentId":238,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/url.js","layer":"rsc"},"startTime":1778050148820,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1655,"timestamp":6658778394328,"id":296,"parentId":238,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/decode-query-path-parameter.js","layer":"rsc"},"startTime":1778050148820,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":948,"timestamp":6658778396987,"id":297,"parentId":239,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/is-app-route-route.js","layer":"rsc"},"startTime":1778050148823,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3816,"timestamp":6658778397142,"id":298,"parentId":238,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"rsc"},"startTime":1778050148823,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1793,"timestamp":6658778402362,"id":299,"parentId":238,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/path-match.js","layer":"rsc"},"startTime":1778050148828,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1944,"timestamp":6658778402569,"id":300,"parentId":238,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"rsc"},"startTime":1778050148829,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3130,"timestamp":6658778402740,"id":301,"parentId":238,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"rsc"},"startTime":1778050148829,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2130,"timestamp":6658778404635,"id":303,"parentId":245,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"rsc"},"startTime":1778050148831,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5710,"timestamp":6658778402892,"id":302,"parentId":238,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/prepare-destination.js","layer":"rsc"},"startTime":1778050148829,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4690,"timestamp":6658778404773,"id":304,"parentId":238,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"rsc"},"startTime":1778050148831,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3666,"timestamp":6658778409806,"id":307,"parentId":245,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/get-dynamic-param.js","layer":"rsc"},"startTime":1778050148836,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":8252,"timestamp":6658778409689,"id":306,"parentId":250,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/request/connection.js","layer":"rsc"},"startTime":1778050148836,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":31701,"timestamp":6658778404931,"id":305,"parentId":242,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js","layer":"rsc"},"startTime":1778050148831,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1966,"timestamp":6658778437360,"id":308,"parentId":250,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/spec-extension/image-response.js","layer":"rsc"},"startTime":1778050148863,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2728,"timestamp":6658778437554,"id":309,"parentId":250,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/spec-extension/response.js","layer":"rsc"},"startTime":1778050148864,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2917,"timestamp":6658778437645,"id":310,"parentId":250,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/spec-extension/url-pattern.js","layer":"rsc"},"startTime":1778050148864,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3851,"timestamp":6658778437727,"id":311,"parentId":250,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/spec-extension/user-agent.js","layer":"rsc"},"startTime":1778050148864,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2681,"timestamp":6658778442656,"id":314,"parentId":249,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"rsc"},"startTime":1778050148869,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3411,"timestamp":6658778442233,"id":312,"parentId":249,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"rsc"},"startTime":1778050148868,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3506,"timestamp":6658778442483,"id":313,"parentId":249,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"rsc"},"startTime":1778050148869,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":31,"timestamp":6658778446225,"id":315,"parentId":305,"tags":{"name":"util","layer":null},"startTime":1778050148872,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":1106767,"timestamp":6658777339956,"id":24,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frun-artifacts%2F%5BchatId%5D%2Froute&name=app%2Fapi%2Frun-artifacts%2F%5BchatId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Frun-artifacts%2F%5BchatId%5D%2Froute.ts&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Fdemo%2F%5Bscenario%5D&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1778050147766,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":512,"timestamp":6658778447541,"id":316,"parentId":216,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/string-hash/index.js","layer":"rsc"},"startTime":1778050148874,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1789,"timestamp":6658778449206,"id":317,"parentId":255,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/action-revalidation-kind.js","layer":"rsc"},"startTime":1778050148875,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1642,"timestamp":6658778449715,"id":318,"parentId":257,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/readonly-url-search-params.js","layer":"rsc"},"startTime":1778050148876,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":264,"timestamp":6658778451431,"id":322,"parentId":223,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/server-only/empty.js","layer":"rsc"},"startTime":1778050148877,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2841,"timestamp":6658778450042,"id":320,"parentId":257,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/not-found.js","layer":"rsc"},"startTime":1778050148876,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3997,"timestamp":6658778449899,"id":319,"parentId":257,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/redirect.js","layer":"rsc"},"startTime":1778050148876,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4178,"timestamp":6658778450158,"id":321,"parentId":254,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"rsc"},"startTime":1778050148876,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1875,"timestamp":6658778454626,"id":323,"parentId":257,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/forbidden.js","layer":"rsc"},"startTime":1778050148881,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3254,"timestamp":6658778456638,"id":324,"parentId":269,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"rsc"},"startTime":1778050148883,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3542,"timestamp":6658778456786,"id":325,"parentId":257,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/unstable-rethrow.js","layer":"rsc"},"startTime":1778050148883,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3973,"timestamp":6658778456907,"id":326,"parentId":257,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/unauthorized.js","layer":"rsc"},"startTime":1778050148883,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":4823,"timestamp":6658778458568,"id":327,"parentId":259,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/chats.ts","layer":"rsc"},"startTime":1778050148885,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4790,"timestamp":6658778459112,"id":330,"parentId":275,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/redirect-error.js","layer":"rsc"},"startTime":1778050148885,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5332,"timestamp":6658778458973,"id":329,"parentId":281,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/server-reference-info.js","layer":"rsc"},"startTime":1778050148885,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":6326,"timestamp":6658778458782,"id":328,"parentId":259,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/templates.ts","layer":"rsc"},"startTime":1778050148885,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":1695,"timestamp":6658778465776,"id":331,"parentId":259,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/orchestrators.ts","layer":"rsc"},"startTime":1778050148892,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":829,"timestamp":6658778468610,"id":335,"parentId":291,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/constants.js","layer":"rsc"},"startTime":1778050148895,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1722,"timestamp":6658778468706,"id":336,"parentId":287,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/resolvers/resolve-url.js","layer":"rsc"},"startTime":1778050148895,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":2748,"timestamp":6658778468151,"id":333,"parentId":259,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/stats.ts","layer":"rsc"},"startTime":1778050148894,"traceId":"5115c684d0e0ffd7"}]
|
|
4
|
+
[{"name":"generate-buildid","duration":132,"timestamp":6658776653687,"id":4,"parentId":1,"tags":{},"startTime":1778050147080,"traceId":"5115c684d0e0ffd7"},{"name":"load-custom-routes","duration":287,"timestamp":6658776653902,"id":5,"parentId":1,"tags":{},"startTime":1778050147080,"traceId":"5115c684d0e0ffd7"},{"name":"create-dist-dir","duration":209,"timestamp":6658776654213,"id":6,"parentId":1,"tags":{},"startTime":1778050147080,"traceId":"5115c684d0e0ffd7"},{"name":"clean","duration":256,"timestamp":6658776654815,"id":7,"parentId":1,"tags":{},"startTime":1778050147081,"traceId":"5115c684d0e0ffd7"},{"name":"discover-routes","duration":4031,"timestamp":6658776693556,"id":8,"parentId":1,"tags":{},"startTime":1778050147120,"traceId":"5115c684d0e0ffd7"},{"name":"create-root-mapping","duration":36,"timestamp":6658776697619,"id":9,"parentId":1,"tags":{},"startTime":1778050147124,"traceId":"5115c684d0e0ffd7"},{"name":"generate-route-types","duration":8191,"timestamp":6658776698572,"id":10,"parentId":1,"tags":{},"startTime":1778050147125,"traceId":"5115c684d0e0ffd7"},{"name":"public-dir-conflict-check","duration":51,"timestamp":6658776706797,"id":11,"parentId":1,"tags":{},"startTime":1778050147133,"traceId":"5115c684d0e0ffd7"},{"name":"generate-routes-manifest","duration":1772,"timestamp":6658776706907,"id":12,"parentId":1,"tags":{},"startTime":1778050147133,"traceId":"5115c684d0e0ffd7"},{"name":"create-entrypoints","duration":11677,"timestamp":6658777044726,"id":17,"parentId":15,"tags":{},"startTime":1778050147471,"traceId":"5115c684d0e0ffd7"},{"name":"generate-webpack-config","duration":209192,"timestamp":6658777056534,"id":18,"parentId":16,"tags":{},"startTime":1778050147483,"traceId":"5115c684d0e0ffd7"},{"name":"next-trace-entrypoint-plugin","duration":1675,"timestamp":6658777333742,"id":20,"parentId":19,"tags":{},"startTime":1778050147760,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":38675,"timestamp":6658777398928,"id":41,"parentId":24,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Frun-artifacts%2F%5BchatId%5D%2Froute&name=app%2Fapi%2Frun-artifacts%2F%5BchatId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Frun-artifacts%2F%5BchatId%5D%2Froute.ts&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Fdemo%2F%5Bscenario%5D&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1778050147825,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":49689,"timestamp":6658777398987,"id":42,"parentId":25,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Ffavicon.ico%2Froute&name=app%2Ffavicon.ico%2Froute&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Fdemo%2F%5Bscenario%5D&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1778050147825,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":54792,"timestamp":6658777399051,"id":43,"parentId":26,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Ficon.svg%2Froute&name=app%2Ficon.svg%2Froute&pagePath=private-next-app-dir%2Ficon.svg&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Ficon.svg&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Fdemo%2F%5Bscenario%5D&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1778050147825,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":60876,"timestamp":6658777399109,"id":44,"parentId":27,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fdaemon%2F%5B...path%5D%2Froute&name=app%2Fapi%2Fdaemon%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdaemon%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdaemon%2F%5B...path%5D%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Fdemo%2F%5Bscenario%5D&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1778050147825,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":149,"timestamp":6658777462829,"id":56,"parentId":41,"tags":{"name":"next/dist/shared/lib/router/utils/app-paths","layer":null},"startTime":1778050147889,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-external","duration":16,"timestamp":6658777463029,"id":57,"parentId":41,"tags":{"name":"next/dist/shared/lib/no-fallback-error.external","layer":null},"startTime":1778050147889,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":197482,"timestamp":6658777393149,"id":39,"parentId":22,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Fdemo%2F%5Bscenario%5D&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1778050147819,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":191861,"timestamp":6658777398847,"id":40,"parentId":23,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2F_global-error%2Fpage&name=app%2F_global-error%2Fpage&pagePath=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fapp-error.js&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fapp-error&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Fdemo%2F%5Bscenario%5D&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1778050147825,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":190950,"timestamp":6658777399844,"id":53,"parentId":36,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Fdemo%2F%5Bscenario%5D&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1778050147826,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":235669,"timestamp":6658777399227,"id":46,"parentId":29,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fonboarding%2Fpage&name=app%2Fonboarding%2Fpage&pagePath=private-next-app-dir%2Fonboarding%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fonboarding%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Fdemo%2F%5Bscenario%5D&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1778050147825,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":243907,"timestamp":6658777399284,"id":47,"parentId":30,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fpersonas%2Fpage&name=app%2Fpersonas%2Fpage&pagePath=private-next-app-dir%2Fpersonas%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fpersonas%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Fdemo%2F%5Bscenario%5D&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1778050147825,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":251230,"timestamp":6658777399167,"id":45,"parentId":28,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fnew%2Fpage&name=app%2Fnew%2Fpage&pagePath=private-next-app-dir%2Fnew%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fnew%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Fdemo%2F%5Bscenario%5D&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1778050147825,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":254078,"timestamp":6658777399562,"id":49,"parentId":32,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Ftemplates%2Fpage&name=app%2Ftemplates%2Fpage&pagePath=private-next-app-dir%2Ftemplates%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Ftemplates%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Fdemo%2F%5Bscenario%5D&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1778050147826,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":256754,"timestamp":6658777399659,"id":50,"parentId":33,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fconnect%2Fpage&name=app%2Fconnect%2Fpage&pagePath=private-next-app-dir%2Fconnect%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fconnect%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Fdemo%2F%5Bscenario%5D&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1778050147826,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":259882,"timestamp":6658777399455,"id":48,"parentId":31,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fsettings%2Fpage&name=app%2Fsettings%2Fpage&pagePath=private-next-app-dir%2Fsettings%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fsettings%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Fdemo%2F%5Bscenario%5D&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1778050147825,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":263547,"timestamp":6658777399797,"id":52,"parentId":35,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fruns%2Fpage&name=app%2Fruns%2Fpage&pagePath=private-next-app-dir%2Fruns%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fruns%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Fdemo%2F%5Bscenario%5D&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1778050147826,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":270088,"timestamp":6658777399886,"id":54,"parentId":37,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fsettings%2Fpermissions%2Fpage&name=app%2Fsettings%2Fpermissions%2Fpage&pagePath=private-next-app-dir%2Fsettings%2Fpermissions%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fsettings%2Fpermissions%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Fdemo%2F%5Bscenario%5D&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1778050147826,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":274567,"timestamp":6658777399717,"id":51,"parentId":34,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fdemo%2F%5Bscenario%5D%2Fpage&name=app%2Fdemo%2F%5Bscenario%5D%2Fpage&pagePath=private-next-app-dir%2Fdemo%2F%5Bscenario%5D%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fdemo%2F%5Bscenario%5D%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Fdemo%2F%5Bscenario%5D&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1778050147826,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":276598,"timestamp":6658777399927,"id":55,"parentId":38,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fruns%2F%5BrunId%5D%2Fpage&name=app%2Fruns%2F%5BrunId%5D%2Fpage&pagePath=private-next-app-dir%2Fruns%2F%5BrunId%5D%2Fpage.tsx&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fruns%2F%5BrunId%5D%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Fdemo%2F%5Bscenario%5D&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1778050147826,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":46,"timestamp":6658777722784,"id":60,"parentId":39,"tags":{"name":"next/dist/shared/lib/router/utils/is-bot","layer":null},"startTime":1778050148149,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":10,"timestamp":6658777722850,"id":61,"parentId":39,"tags":{"name":"next/dist/shared/lib/size-limit","layer":null},"startTime":1778050148149,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":7,"timestamp":6658777722868,"id":62,"parentId":39,"tags":{"name":"next/dist/shared/lib/invariant-error","layer":null},"startTime":1778050148149,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":16,"timestamp":6658777722926,"id":63,"parentId":39,"tags":{"name":"next/dist/shared/lib/router/utils/interception-routes","layer":null},"startTime":1778050148149,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":9,"timestamp":6658777722951,"id":64,"parentId":39,"tags":{"name":"next/dist/shared/lib/router/utils/get-segment-param","layer":null},"startTime":1778050148149,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":7,"timestamp":6658777722970,"id":65,"parentId":39,"tags":{"name":"path","layer":null},"startTime":1778050148149,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":30988,"timestamp":6658777722989,"id":66,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-metadata-image-loader.js?type=favicon&segment=&basePath=&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js!/home/ubuntu/dev/chorus/src/app/favicon.ico?__next_metadata__","layer":"rsc"},"startTime":1778050148149,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":15599,"timestamp":6658777738606,"id":67,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-metadata-image-loader.js?type=icon&segment=&basePath=&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js!/home/ubuntu/dev/chorus/src/app/icon.svg?__next_metadata__","layer":"rsc"},"startTime":1778050148165,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":18668,"timestamp":6658777738707,"id":68,"parentId":41,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/route-kind.js","layer":"rsc"},"startTime":1778050148165,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":17773,"timestamp":6658777740345,"id":69,"parentId":41,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/request-meta.js","layer":"rsc"},"startTime":1778050148166,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":18993,"timestamp":6658777740475,"id":70,"parentId":41,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/send-response.js","layer":"rsc"},"startTime":1778050148167,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":18988,"timestamp":6658777740844,"id":72,"parentId":41,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/cache-control.js","layer":"rsc"},"startTime":1778050148167,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":22396,"timestamp":6658777740943,"id":73,"parentId":41,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/tracer.js","layer":"rsc"},"startTime":1778050148167,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":24016,"timestamp":6658777741052,"id":74,"parentId":41,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/constants.js","layer":"rsc"},"startTime":1778050148167,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":26123,"timestamp":6658777741248,"id":76,"parentId":41,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/base-http/node.js","layer":"rsc"},"startTime":1778050148167,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":26239,"timestamp":6658777741382,"id":77,"parentId":41,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/instrumentation/utils.js","layer":"rsc"},"startTime":1778050148167,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":27647,"timestamp":6658777741489,"id":78,"parentId":41,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/utils.js","layer":"rsc"},"startTime":1778050148168,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":30143,"timestamp":6658777741586,"id":79,"parentId":41,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/constants.js","layer":"rsc"},"startTime":1778050148168,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":27391,"timestamp":6658777745268,"id":82,"parentId":41,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/route-modules/app-route/module.compiled.js","layer":"rsc"},"startTime":1778050148171,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":29026,"timestamp":6658777745431,"id":83,"parentId":41,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js","layer":"rsc"},"startTime":1778050148171,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":31762,"timestamp":6658777745525,"id":84,"parentId":41,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/response-cache/index.js","layer":"rsc"},"startTime":1778050148172,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":39048,"timestamp":6658777741684,"id":80,"parentId":41,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/api/run-artifacts/[chatId]/route.ts","layer":"rsc"},"startTime":1778050148168,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":39156,"timestamp":6658777743054,"id":81,"parentId":44,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/api/daemon/[...path]/route.ts","layer":"rsc"},"startTime":1778050148169,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":43402,"timestamp":6658777741150,"id":75,"parentId":41,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/manifests-singleton.js","layer":"rsc"},"startTime":1778050148167,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":55004,"timestamp":6658777740699,"id":71,"parentId":41,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/patch-fetch.js","layer":"rsc"},"startTime":1778050148167,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":8677,"timestamp":6658777798718,"id":85,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/render-result.js","layer":"rsc"},"startTime":1778050148225,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":9142,"timestamp":6658777798937,"id":86,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/fallback.js","layer":"rsc"},"startTime":1778050148225,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":9723,"timestamp":6658777799049,"id":87,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/send-payload.js","layer":"rsc"},"startTime":1778050148225,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":9862,"timestamp":6658777799144,"id":88,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/strip-flight-headers.js","layer":"rsc"},"startTime":1778050148225,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":10385,"timestamp":6658777799228,"id":89,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/interop-default.js","layer":"rsc"},"startTime":1778050148225,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":10720,"timestamp":6658777799313,"id":90,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/streaming-metadata.js","layer":"rsc"},"startTime":1778050148225,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":11183,"timestamp":6658777799392,"id":91,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/server-action-request-meta.js","layer":"rsc"},"startTime":1778050148225,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":11633,"timestamp":6658777799471,"id":92,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/postponed-request-body.js","layer":"rsc"},"startTime":1778050148226,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":13220,"timestamp":6658777799546,"id":93,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/entry-base.js","layer":"rsc"},"startTime":1778050148226,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":13803,"timestamp":6658777799627,"id":94,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/scheduler.js","layer":"rsc"},"startTime":1778050148226,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":14333,"timestamp":6658777799701,"id":95,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1778050148226,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":14772,"timestamp":6658777799779,"id":96,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/experimental/ppr.js","layer":"rsc"},"startTime":1778050148226,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":15522,"timestamp":6658777799861,"id":97,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/request/fallback-params.js","layer":"rsc"},"startTime":1778050148226,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":16047,"timestamp":6658777799938,"id":98,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/stream-utils/encoded-tags.js","layer":"rsc"},"startTime":1778050148226,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":22251,"timestamp":6658777800019,"id":99,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js","layer":"rsc"},"startTime":1778050148226,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":27816,"timestamp":6658777800710,"id":103,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/bytes/index.js","layer":"rsc"},"startTime":1778050148227,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":31408,"timestamp":6658777800457,"id":102,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/not-found.js","layer":"rsc"},"startTime":1778050148226,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":31938,"timestamp":6658777800308,"id":101,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/redirect-status-code.js","layer":"rsc"},"startTime":1778050148226,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":32805,"timestamp":6658777800099,"id":100,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/app-router-headers.js","layer":"rsc"},"startTime":1778050148226,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":32719,"timestamp":6658777801087,"id":105,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js","layer":"rsc"},"startTime":1778050148227,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":33430,"timestamp":6658777800806,"id":104,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/layout.tsx","layer":"rsc"},"startTime":1778050148227,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":33343,"timestamp":6658777801287,"id":106,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/forbidden.js","layer":"rsc"},"startTime":1778050148227,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":33540,"timestamp":6658777801511,"id":107,"parentId":39,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/unauthorized.js","layer":"rsc"},"startTime":1778050148228,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":41,"timestamp":6658777845043,"id":108,"parentId":82,"tags":{"name":"next/dist/compiled/next-server/app-route.runtime.prod.js","layer":null},"startTime":1778050148271,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":123857,"timestamp":6658777722400,"id":58,"parentId":42,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-metadata-route-loader.js?filePath=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Ffavicon.ico&isDynamicRouteExtension=0!?__next_metadata_route__","layer":"rsc"},"startTime":1778050148148,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":123831,"timestamp":6658777722705,"id":59,"parentId":43,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-metadata-route-loader.js?filePath=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Ficon.svg&isDynamicRouteExtension=0!?__next_metadata_route__","layer":"rsc"},"startTime":1778050148149,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":29,"timestamp":6658777848687,"id":109,"parentId":95,"tags":{"name":"next/dist/compiled/next-server/app-page.runtime.prod.js","layer":null},"startTime":1778050148275,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":33,"timestamp":6658777861751,"id":110,"parentId":80,"tags":{"name":"node:fs","layer":null},"startTime":1778050148288,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":12,"timestamp":6658777861801,"id":111,"parentId":80,"tags":{"name":"node:path","layer":null},"startTime":1778050148288,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":12,"timestamp":6658777861819,"id":112,"parentId":80,"tags":{"name":"node:os","layer":null},"startTime":1778050148288,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1583,"timestamp":6658777864921,"id":114,"parentId":70,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/pipe-readable.js","layer":"rsc"},"startTime":1778050148291,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1800,"timestamp":6658777865033,"id":115,"parentId":70,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/base-http/helpers.js","layer":"rsc"},"startTime":1778050148291,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":5823,"timestamp":6658777864460,"id":113,"parentId":53,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/page.tsx","layer":"rsc"},"startTime":1778050148290,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-external","duration":26,"timestamp":6658777873428,"id":116,"parentId":75,"tags":{"name":"./work-async-storage.external","layer":null},"startTime":1778050148299,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1888,"timestamp":6658777873469,"id":117,"parentId":84,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/batcher.js","layer":"rsc"},"startTime":1778050148299,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2640,"timestamp":6658777873594,"id":118,"parentId":71,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"rsc"},"startTime":1778050148300,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3045,"timestamp":6658777873679,"id":119,"parentId":76,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/base-http/index.js","layer":"rsc"},"startTime":1778050148300,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3746,"timestamp":6658777873762,"id":120,"parentId":84,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/response-cache/utils.js","layer":"rsc"},"startTime":1778050148300,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3990,"timestamp":6658777873840,"id":121,"parentId":84,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/response-cache/types.js","layer":"rsc"},"startTime":1778050148300,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4990,"timestamp":6658777873990,"id":123,"parentId":84,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/lru-cache.js","layer":"rsc"},"startTime":1778050148300,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":19112,"timestamp":6658777873916,"id":122,"parentId":71,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"rsc"},"startTime":1778050148300,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":6392,"timestamp":6658777896786,"id":124,"parentId":46,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/page.tsx","layer":"rsc"},"startTime":1778050148323,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":6268,"timestamp":6658777897144,"id":125,"parentId":45,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/new/page.tsx","layer":"rsc"},"startTime":1778050148323,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-external","duration":22,"timestamp":6658777907212,"id":127,"parentId":71,"tags":{"name":"../app-render/work-unit-async-storage.external","layer":null},"startTime":1778050148333,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1718,"timestamp":6658777907251,"id":128,"parentId":71,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/dedupe-fetch.js","layer":"rsc"},"startTime":1778050148333,"traceId":"5115c684d0e0ffd7"}]
|
|
5
|
+
[{"name":"build-module-ts","duration":3322,"timestamp":6658778467934,"id":332,"parentId":259,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/voices.ts","layer":"rsc"},"startTime":1778050148894,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":3362,"timestamp":6658778468345,"id":334,"parentId":259,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/personas.ts","layer":"rsc"},"startTime":1778050148894,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1813,"timestamp":6658778471928,"id":337,"parentId":159,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-dom.js","layer":"rsc"},"startTime":1778050148898,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1871,"timestamp":6658778472108,"id":338,"parentId":250,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/after/index.js","layer":"rsc"},"startTime":1778050148898,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2955,"timestamp":6658778472251,"id":339,"parentId":277,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/plus.mjs","layer":"rsc"},"startTime":1778050148898,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2991,"timestamp":6658778472460,"id":340,"parentId":277,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/sparkles.mjs","layer":"rsc"},"startTime":1778050148898,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":1136500,"timestamp":6658777339928,"id":23,"parentId":21,"tags":{"request":"next-app-loader?page=%2F_global-error%2Fpage&name=app%2F_global-error%2Fpage&pagePath=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fapp-error.js&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fapp-error&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Fdemo%2F%5Bscenario%5D&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1778050147766,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2214,"timestamp":6658778477672,"id":341,"parentId":277,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/users.mjs","layer":"rsc"},"startTime":1778050148904,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1967,"timestamp":6658778478112,"id":342,"parentId":278,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/activity.mjs","layer":"rsc"},"startTime":1778050148904,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2109,"timestamp":6658778478254,"id":343,"parentId":278,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/clock.mjs","layer":"rsc"},"startTime":1778050148904,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2158,"timestamp":6658778478387,"id":344,"parentId":278,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/layers.mjs","layer":"rsc"},"startTime":1778050148904,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2210,"timestamp":6658778478509,"id":345,"parentId":278,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/circle-check.mjs","layer":"rsc"},"startTime":1778050148905,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2250,"timestamp":6658778478635,"id":346,"parentId":279,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/triangle-alert.mjs","layer":"rsc"},"startTime":1778050148905,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2323,"timestamp":6658778478753,"id":347,"parentId":278,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/coins.mjs","layer":"rsc"},"startTime":1778050148905,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":879,"timestamp":6658778481542,"id":348,"parentId":279,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/circle-question-mark.mjs","layer":"rsc"},"startTime":1778050148908,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1113,"timestamp":6658778481700,"id":349,"parentId":279,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/plug.mjs","layer":"rsc"},"startTime":1778050148908,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2186,"timestamp":6658778481827,"id":350,"parentId":300,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/route-match-utils.js","layer":"rsc"},"startTime":1778050148908,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1911,"timestamp":6658778482471,"id":351,"parentId":302,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/parse-url.js","layer":"rsc"},"startTime":1778050148909,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3021,"timestamp":6658778483219,"id":352,"parentId":325,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/unstable-rethrow.server.js","layer":"rsc"},"startTime":1778050148909,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2244,"timestamp":6658778488416,"id":353,"parentId":339,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/createLucideIcon.mjs","layer":"rsc"},"startTime":1778050148914,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":402,"timestamp":6658778491159,"id":354,"parentId":338,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/after/after.js","layer":"rsc"},"startTime":1778050148917,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2254,"timestamp":6658778492165,"id":355,"parentId":299,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/path-to-regexp/index.js","layer":"rsc"},"startTime":1778050148918,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":8575,"timestamp":6658778495314,"id":356,"parentId":311,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/ua-parser-js/ua-parser.js","layer":"rsc"},"startTime":1778050148921,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":9017,"timestamp":6658778495443,"id":357,"parentId":350,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/route-pattern-normalizer.js","layer":"rsc"},"startTime":1778050148921,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":1164727,"timestamp":6658777340009,"id":27,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdaemon%2F%5B...path%5D%2Froute&name=app%2Fapi%2Fdaemon%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdaemon%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdaemon%2F%5B...path%5D%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Fdemo%2F%5Bscenario%5D&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1778050147766,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":1164769,"timestamp":6658777339978,"id":25,"parentId":21,"tags":{"request":"next-app-loader?page=%2Ffavicon.ico%2Froute&name=app%2Ffavicon.ico%2Froute&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Fdemo%2F%5Bscenario%5D&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1778050147766,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":1164761,"timestamp":6658777339990,"id":26,"parentId":21,"tags":{"request":"next-app-loader?page=%2Ficon.svg%2Froute&name=app%2Ficon.svg%2Froute&pagePath=private-next-app-dir%2Ficon.svg&appDir=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp&appPaths=%2Ficon.svg&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fdaemon%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Frun-artifacts%2F%5BchatId%5D&allNormalizedAppPaths=%2Fconnect&allNormalizedAppPaths=%2Fdemo%2F%5Bscenario%5D&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Ficon.svg&allNormalizedAppPaths=%2Fnew&allNormalizedAppPaths=%2Fonboarding&allNormalizedAppPaths=%2F&allNormalizedAppPaths=%2Fpersonas&allNormalizedAppPaths=%2Fruns%2F%5BrunId%5D&allNormalizedAppPaths=%2Fruns&allNormalizedAppPaths=%2Fsettings&allNormalizedAppPaths=%2Fsettings%2Fpermissions&allNormalizedAppPaths=%2Ftemplates&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1778050147766,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1326,"timestamp":6658778505435,"id":358,"parentId":353,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/Icon.mjs","layer":"rsc"},"startTime":1778050148931,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2868,"timestamp":6658778507655,"id":360,"parentId":353,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/shared/src/utils/toKebabCase.mjs","layer":"rsc"},"startTime":1778050148934,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":3224,"timestamp":6658778507489,"id":359,"parentId":353,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/shared/src/utils/mergeClasses.mjs","layer":"rsc"},"startTime":1778050148934,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2512,"timestamp":6658778511890,"id":361,"parentId":353,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/shared/src/utils/toPascalCase.mjs","layer":"rsc"},"startTime":1778050148938,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1010,"timestamp":6658778517219,"id":362,"parentId":328,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/index.js","layer":"rsc"},"startTime":1778050148943,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1353,"timestamp":6658778522309,"id":363,"parentId":361,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/shared/src/utils/toCamelCase.mjs","layer":"rsc"},"startTime":1778050148948,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1189,"timestamp":6658778524130,"id":364,"parentId":362,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/errors.js","layer":"rsc"},"startTime":1778050148950,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1167,"timestamp":6658778526658,"id":365,"parentId":362,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/visit.js","layer":"rsc"},"startTime":1778050148953,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1818,"timestamp":6658778526763,"id":366,"parentId":362,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/public-api.js","layer":"rsc"},"startTime":1778050148953,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1833,"timestamp":6658778528871,"id":367,"parentId":362,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/composer.js","layer":"rsc"},"startTime":1778050148955,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3313,"timestamp":6658778528972,"id":368,"parentId":362,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/Document.js","layer":"rsc"},"startTime":1778050148955,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3535,"timestamp":6658778529093,"id":369,"parentId":362,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/Schema.js","layer":"rsc"},"startTime":1778050148955,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":29,"timestamp":6658778537227,"id":370,"parentId":367,"tags":{"name":"process","layer":null},"startTime":1778050148963,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1207,"timestamp":6658778537269,"id":371,"parentId":362,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Alias.js","layer":"rsc"},"startTime":1778050148963,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1428,"timestamp":6658778537373,"id":372,"parentId":362,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/identity.js","layer":"rsc"},"startTime":1778050148963,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1682,"timestamp":6658778537455,"id":373,"parentId":362,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Pair.js","layer":"rsc"},"startTime":1778050148963,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1466,"timestamp":6658778539473,"id":374,"parentId":362,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Scalar.js","layer":"rsc"},"startTime":1778050148966,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2101,"timestamp":6658778539574,"id":375,"parentId":362,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLMap.js","layer":"rsc"},"startTime":1778050148966,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2548,"timestamp":6658778539657,"id":376,"parentId":362,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLSeq.js","layer":"rsc"},"startTime":1778050148966,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2892,"timestamp":6658778539735,"id":377,"parentId":362,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/cst.js","layer":"rsc"},"startTime":1778050148966,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7079,"timestamp":6658778539816,"id":378,"parentId":362,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/lexer.js","layer":"rsc"},"startTime":1778050148966,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7270,"timestamp":6658778539891,"id":379,"parentId":362,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/line-counter.js","layer":"rsc"},"startTime":1778050148966,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3586,"timestamp":6658778549824,"id":380,"parentId":362,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/parser.js","layer":"rsc"},"startTime":1778050148976,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1290,"timestamp":6658778557342,"id":381,"parentId":366,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/log.js","layer":"rsc"},"startTime":1778050148983,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2065,"timestamp":6658778557469,"id":382,"parentId":367,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/directives.js","layer":"rsc"},"startTime":1778050148984,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2217,"timestamp":6658778557554,"id":383,"parentId":368,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/toJS.js","layer":"rsc"},"startTime":1778050148984,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2510,"timestamp":6658778557633,"id":384,"parentId":367,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/compose-doc.js","layer":"rsc"},"startTime":1778050148984,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2623,"timestamp":6658778557763,"id":385,"parentId":367,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-end.js","layer":"rsc"},"startTime":1778050148984,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3233,"timestamp":6658778557840,"id":386,"parentId":368,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Collection.js","layer":"rsc"},"startTime":1778050148984,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3535,"timestamp":6658778557920,"id":387,"parentId":368,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/anchors.js","layer":"rsc"},"startTime":1778050148984,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1259,"timestamp":6658778563156,"id":388,"parentId":368,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/applyReviver.js","layer":"rsc"},"startTime":1778050148989,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1665,"timestamp":6658778563266,"id":389,"parentId":368,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/createNode.js","layer":"rsc"},"startTime":1778050148989,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":929,"timestamp":6658778565383,"id":390,"parentId":369,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/tags.js","layer":"rsc"},"startTime":1778050148991,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1444,"timestamp":6658778569611,"id":391,"parentId":371,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Node.js","layer":"rsc"},"startTime":1778050148996,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1783,"timestamp":6658778569777,"id":392,"parentId":368,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyDocument.js","layer":"rsc"},"startTime":1778050148996,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1832,"timestamp":6658778569899,"id":393,"parentId":369,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/common/map.js","layer":"rsc"},"startTime":1778050148996,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1854,"timestamp":6658778570053,"id":394,"parentId":369,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/common/seq.js","layer":"rsc"},"startTime":1778050148996,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1901,"timestamp":6658778570173,"id":395,"parentId":369,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/common/string.js","layer":"rsc"},"startTime":1778050148996,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1846,"timestamp":6658778572973,"id":396,"parentId":373,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyPair.js","layer":"rsc"},"startTime":1778050148999,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2151,"timestamp":6658778573093,"id":397,"parentId":373,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/addPairToJSMap.js","layer":"rsc"},"startTime":1778050148999,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1455,"timestamp":6658778576400,"id":398,"parentId":375,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyCollection.js","layer":"rsc"},"startTime":1778050149002,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1355,"timestamp":6658778579599,"id":399,"parentId":377,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/cst-scalar.js","layer":"rsc"},"startTime":1778050149006,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1661,"timestamp":6658778579707,"id":400,"parentId":377,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/cst-visit.js","layer":"rsc"},"startTime":1778050149006,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1882,"timestamp":6658778579796,"id":401,"parentId":377,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/cst-stringify.js","layer":"rsc"},"startTime":1778050149006,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":911,"timestamp":6658778583834,"id":402,"parentId":384,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/compose-node.js","layer":"rsc"},"startTime":1778050149010,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1364,"timestamp":6658778583944,"id":403,"parentId":384,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-props.js","layer":"rsc"},"startTime":1778050149010,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":422,"timestamp":6658778587656,"id":404,"parentId":390,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/common/null.js","layer":"rsc"},"startTime":1778050149014,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1489,"timestamp":6658778588553,"id":405,"parentId":390,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/core/bool.js","layer":"rsc"},"startTime":1778050149015,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1733,"timestamp":6658778588652,"id":406,"parentId":390,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/core/float.js","layer":"rsc"},"startTime":1778050149015,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1960,"timestamp":6658778588744,"id":407,"parentId":390,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/core/int.js","layer":"rsc"},"startTime":1778050149015,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2050,"timestamp":6658778588824,"id":408,"parentId":390,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/core/schema.js","layer":"rsc"},"startTime":1778050149015,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2322,"timestamp":6658778588902,"id":409,"parentId":390,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/json/schema.js","layer":"rsc"},"startTime":1778050149015,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1201,"timestamp":6658778591789,"id":410,"parentId":390,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/binary.js","layer":"rsc"},"startTime":1778050149018,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":687,"timestamp":6658778596820,"id":411,"parentId":390,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/merge.js","layer":"rsc"},"startTime":1778050149023,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":29,"timestamp":6658778598265,"id":412,"parentId":410,"tags":{"name":"buffer","layer":null},"startTime":1778050149024,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1813,"timestamp":6658778598308,"id":413,"parentId":392,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringify.js","layer":"rsc"},"startTime":1778050149024,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1923,"timestamp":6658778598409,"id":414,"parentId":392,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyComment.js","layer":"rsc"},"startTime":1778050149024,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2267,"timestamp":6658778598495,"id":415,"parentId":390,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/omap.js","layer":"rsc"},"startTime":1778050149025,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2779,"timestamp":6658778598576,"id":416,"parentId":390,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js","layer":"rsc"},"startTime":1778050149025,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3114,"timestamp":6658778598660,"id":417,"parentId":390,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/pairs.js","layer":"rsc"},"startTime":1778050149025,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3531,"timestamp":6658778598736,"id":418,"parentId":390,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/set.js","layer":"rsc"},"startTime":1778050149025,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3717,"timestamp":6658778598812,"id":419,"parentId":390,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/schema.js","layer":"rsc"},"startTime":1778050149025,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3803,"timestamp":6658778604679,"id":420,"parentId":399,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyString.js","layer":"rsc"},"startTime":1778050149031,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4668,"timestamp":6658778604792,"id":421,"parentId":399,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-scalar.js","layer":"rsc"},"startTime":1778050149031,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1555,"timestamp":6658778614850,"id":422,"parentId":399,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-scalar.js","layer":"rsc"},"startTime":1778050149041,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1459,"timestamp":6658778616987,"id":423,"parentId":402,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/compose-scalar.js","layer":"rsc"},"startTime":1778050149043,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1529,"timestamp":6658778617118,"id":424,"parentId":402,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/util-empty-scalar-position.js","layer":"rsc"},"startTime":1778050149043,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1943,"timestamp":6658778617208,"id":425,"parentId":402,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/compose-collection.js","layer":"rsc"},"startTime":1778050149043,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":659,"timestamp":6658778626465,"id":426,"parentId":406,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyNumber.js","layer":"rsc"},"startTime":1778050149052,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1044,"timestamp":6658778628934,"id":427,"parentId":419,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/float.js","layer":"rsc"},"startTime":1778050149055,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1204,"timestamp":6658778629069,"id":428,"parentId":419,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/bool.js","layer":"rsc"},"startTime":1778050149055,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1612,"timestamp":6658778629163,"id":429,"parentId":419,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/int.js","layer":"rsc"},"startTime":1778050149055,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1163,"timestamp":6658778631722,"id":430,"parentId":420,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/foldFlowLines.js","layer":"rsc"},"startTime":1778050149058,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":766,"timestamp":6658778635056,"id":431,"parentId":425,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-map.js","layer":"rsc"},"startTime":1778050149061,"traceId":"5115c684d0e0ffd7"}]
|
|
6
|
+
[{"name":"build-module-mjs","duration":44666,"timestamp":6658779143769,"id":713,"parentId":691,"tags":{"name":"__barrel_optimize__?names=Copy,Loader2,Pencil,Trash2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050149570,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":44990,"timestamp":6658779143637,"id":711,"parentId":692,"tags":{"name":"__barrel_optimize__?names=Code2,Wrench!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050149570,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":53923,"timestamp":6658779145719,"id":728,"parentId":702,"tags":{"name":"__barrel_optimize__?names=Search,X!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050149572,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":54124,"timestamp":6658779145768,"id":729,"parentId":700,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,Check,ExternalLink,Loader2,Search!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050149572,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":54231,"timestamp":6658779145856,"id":731,"parentId":694,"tags":{"name":"__barrel_optimize__?names=Loader2,Pencil,Trash2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050149572,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":54603,"timestamp":6658779145816,"id":730,"parentId":701,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,Check,Loader2,Plug!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050149572,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":55301,"timestamp":6658779145997,"id":733,"parentId":704,"tags":{"name":"__barrel_optimize__?names=Layers,LayoutDashboard,ListChecks,PanelLeftClose,PanelLeftOpen,Plug,Plus,Settings,Users!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050149572,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":57654,"timestamp":6658779143814,"id":714,"parentId":690,"tags":{"name":"__barrel_optimize__?names=ArrowRight,Loader2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050149570,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":3318,"timestamp":6658779232694,"id":742,"parentId":708,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/client.ts","layer":"ssr"},"startTime":1778050149659,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":964,"timestamp":6658779237617,"id":746,"parentId":692,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-runtime.js","layer":"ssr"},"startTime":1778050149664,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":990,"timestamp":6658779237705,"id":747,"parentId":692,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react.js","layer":"ssr"},"startTime":1778050149664,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1890,"timestamp":6658779237905,"id":750,"parentId":716,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"ssr"},"startTime":1778050149664,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":9234,"timestamp":6658779232575,"id":741,"parentId":708,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,Check,CheckCircle2,ChevronDown,Clock!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050149659,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5141,"timestamp":6658779237186,"id":743,"parentId":698,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"ssr"},"startTime":1778050149663,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5992,"timestamp":6658779237354,"id":744,"parentId":698,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/error-boundary.js","layer":"ssr"},"startTime":1778050149663,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6453,"timestamp":6658779237480,"id":745,"parentId":698,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/redirect-boundary.js","layer":"ssr"},"startTime":1778050149664,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":6327,"timestamp":6658779237784,"id":748,"parentId":709,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,Check,CheckCircle2,ChevronDown!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050149664,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1505,"timestamp":6658779250655,"id":751,"parentId":716,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js","layer":"ssr"},"startTime":1778050149677,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1832,"timestamp":6658779255339,"id":756,"parentId":716,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/vary-params.js","layer":"ssr"},"startTime":1778050149681,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":3759,"timestamp":6658779254802,"id":754,"parentId":723,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/personas.ts","layer":"ssr"},"startTime":1778050149681,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":4656,"timestamp":6658779254291,"id":752,"parentId":723,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/chats.ts","layer":"ssr"},"startTime":1778050149680,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":4029,"timestamp":6658779255086,"id":755,"parentId":723,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/stats.ts","layer":"ssr"},"startTime":1778050149681,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":5307,"timestamp":6658779254536,"id":753,"parentId":723,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/templates.ts","layer":"ssr"},"startTime":1778050149681,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3208,"timestamp":6658779261687,"id":760,"parentId":716,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/staged-rendering.js","layer":"ssr"},"startTime":1778050149688,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4477,"timestamp":6658779261984,"id":762,"parentId":716,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/instant-validation/instant-samples.js","layer":"ssr"},"startTime":1778050149688,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4576,"timestamp":6658779262111,"id":763,"parentId":716,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"ssr"},"startTime":1778050149688,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":29222,"timestamp":6658779237835,"id":749,"parentId":689,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/api/navigation.js","layer":"ssr"},"startTime":1778050149664,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":15466,"timestamp":6658779255468,"id":757,"parentId":716,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"ssr"},"startTime":1778050149681,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":9770,"timestamp":6658779261370,"id":758,"parentId":716,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/invariant-error.js","layer":"ssr"},"startTime":1778050149687,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":9639,"timestamp":6658779261817,"id":761,"parentId":716,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/utils/reflect-utils.js","layer":"ssr"},"startTime":1778050149688,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":10249,"timestamp":6658779261520,"id":759,"parentId":716,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/request/utils.js","layer":"ssr"},"startTime":1778050149688,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":6191,"timestamp":6658779279146,"id":765,"parentId":735,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/shared/src/utils/mergeClasses.mjs","layer":"ssr"},"startTime":1778050149705,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6008,"timestamp":6658779279549,"id":769,"parentId":732,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"ssr"},"startTime":1778050149706,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6617,"timestamp":6658779279409,"id":768,"parentId":732,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/segment.js","layer":"ssr"},"startTime":1778050149705,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":6264,"timestamp":6658779279963,"id":772,"parentId":712,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/layers.mjs","layer":"ssr"},"startTime":1778050149706,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6714,"timestamp":6658779279771,"id":771,"parentId":698,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/disable-smooth-scroll.js","layer":"ssr"},"startTime":1778050149706,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7323,"timestamp":6658779279655,"id":770,"parentId":698,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/bfcache-state-manager.js","layer":"ssr"},"startTime":1778050149706,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":7022,"timestamp":6658779280148,"id":773,"parentId":729,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/triangle-alert.mjs","layer":"ssr"},"startTime":1778050149706,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":8294,"timestamp":6658779279042,"id":764,"parentId":725,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,ArrowRight,Check,CheckCircle2,ChevronDown,Clock!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050149705,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":8124,"timestamp":6658779279316,"id":766,"parentId":724,"tags":{"name":"__barrel_optimize__?names=ArrowLeft!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050149705,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":8215,"timestamp":6658779279368,"id":767,"parentId":727,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,Check,FolderLock,Globe,Loader2,ShieldCheck!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050149705,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2618,"timestamp":6658779287910,"id":774,"parentId":737,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/app-router-headers.js","layer":"ssr"},"startTime":1778050149714,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":730,"timestamp":6658779293895,"id":791,"parentId":746,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1778050149720,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5127,"timestamp":6658779290818,"id":776,"parentId":737,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js","layer":"ssr"},"startTime":1778050149717,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5142,"timestamp":6658779291099,"id":778,"parentId":698,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"ssr"},"startTime":1778050149717,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5911,"timestamp":6658779290937,"id":777,"parentId":726,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"ssr"},"startTime":1778050149717,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":5811,"timestamp":6658779291278,"id":779,"parentId":730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/plug.mjs","layer":"ssr"},"startTime":1778050149717,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":5998,"timestamp":6658779291457,"id":780,"parentId":692,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/form-view.tsx","layer":"ssr"},"startTime":1778050149717,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":6317,"timestamp":6658779291738,"id":781,"parentId":692,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/primitives.tsx","layer":"ssr"},"startTime":1778050149718,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6106,"timestamp":6658779292307,"id":783,"parentId":705,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/navigation-untracked.js","layer":"ssr"},"startTime":1778050149718,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":6775,"timestamp":6658779292037,"id":782,"parentId":692,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/yaml-view.tsx","layer":"ssr"},"startTime":1778050149718,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":8941,"timestamp":6658779290672,"id":775,"parentId":726,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/utils.js","layer":"ssr"},"startTime":1778050149717,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":7037,"timestamp":6658779292759,"id":785,"parentId":733,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/plus.mjs","layer":"ssr"},"startTime":1778050149719,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":7040,"timestamp":6658779292927,"id":786,"parentId":733,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/users.mjs","layer":"ssr"},"startTime":1778050149719,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6694,"timestamp":6658779293454,"id":788,"parentId":726,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"ssr"},"startTime":1778050149719,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":7330,"timestamp":6658779293160,"id":787,"parentId":689,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/new/helpers.ts","layer":"ssr"},"startTime":1778050149719,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":7068,"timestamp":6658779293595,"id":789,"parentId":741,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/circle-check.mjs","layer":"ssr"},"startTime":1778050149720,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":7101,"timestamp":6658779293720,"id":790,"parentId":741,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/clock.mjs","layer":"ssr"},"startTime":1778050149720,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":18757,"timestamp":6658779292579,"id":784,"parentId":698,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"ssr"},"startTime":1778050149719,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3587,"timestamp":6658779315739,"id":794,"parentId":744,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/is-next-router-error.js","layer":"ssr"},"startTime":1778050149742,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":4402,"timestamp":6658779315278,"id":792,"parentId":689,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/new/picker.tsx","layer":"ssr"},"startTime":1778050149741,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4168,"timestamp":6658779315858,"id":795,"parentId":744,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"ssr"},"startTime":1778050149742,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":5275,"timestamp":6658779315554,"id":793,"parentId":689,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/new/prompt-card.tsx","layer":"ssr"},"startTime":1778050149742,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5072,"timestamp":6658779316267,"id":797,"parentId":745,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/redirect.js","layer":"ssr"},"startTime":1778050149742,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5246,"timestamp":6658779316432,"id":798,"parentId":745,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/redirect-error.js","layer":"ssr"},"startTime":1778050149742,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":6663,"timestamp":6658779315974,"id":796,"parentId":690,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/api-keys-section.tsx","layer":"ssr"},"startTime":1778050149742,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":6566,"timestamp":6658779316593,"id":799,"parentId":690,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/permissions-section.tsx","layer":"ssr"},"startTime":1778050149743,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":6288,"timestamp":6658779317172,"id":801,"parentId":695,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/demo/[scenario]/mock-stream.ts","layer":"ssr"},"startTime":1778050149743,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":14261,"timestamp":6658779316884,"id":800,"parentId":690,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/cli-section.tsx","layer":"ssr"},"startTime":1778050149743,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2542,"timestamp":6658779337205,"id":803,"parentId":753,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/index.js","layer":"ssr"},"startTime":1778050149763,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2599,"timestamp":6658779337410,"id":805,"parentId":762,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/spec-extension/cookies.js","layer":"ssr"},"startTime":1778050149763,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4666,"timestamp":6658779337296,"id":804,"parentId":760,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/promise-with-resolvers.js","layer":"ssr"},"startTime":1778050149763,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":5749,"timestamp":6658779336909,"id":802,"parentId":690,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/submit.ts","layer":"ssr"},"startTime":1778050149763,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4916,"timestamp":6658779347836,"id":806,"parentId":762,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/instant-validation/instant-validation-error.js","layer":"ssr"},"startTime":1778050149774,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5566,"timestamp":6658779347962,"id":807,"parentId":762,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.js","layer":"ssr"},"startTime":1778050149774,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6115,"timestamp":6658779348051,"id":808,"parentId":762,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/web/spec-extension/adapters/headers.js","layer":"ssr"},"startTime":1778050149774,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5879,"timestamp":6658779348391,"id":811,"parentId":698,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-dom.js","layer":"ssr"},"startTime":1778050149774,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":8245,"timestamp":6658779348650,"id":813,"parentId":735,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/defaultAttributes.mjs","layer":"ssr"},"startTime":1778050149775,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":8986,"timestamp":6658779348281,"id":810,"parentId":762,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":"ssr"},"startTime":1778050149774,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":9521,"timestamp":6658779348126,"id":809,"parentId":762,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/get-segment-param.js","layer":"ssr"},"startTime":1778050149774,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":9482,"timestamp":6658779348472,"id":812,"parentId":707,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/mobile-nav.tsx","layer":"ssr"},"startTime":1778050149775,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":8789,"timestamp":6658779349490,"id":817,"parentId":757,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"ssr"},"startTime":1778050149776,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":9261,"timestamp":6658779349329,"id":816,"parentId":757,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/hooks-server-context.js","layer":"ssr"},"startTime":1778050149775,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":10725,"timestamp":6658779348770,"id":814,"parentId":695,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/demo/[scenario]/scenarios/simple-6way.ts","layer":"ssr"},"startTime":1778050149775,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":11706,"timestamp":6658779349056,"id":815,"parentId":695,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/demo/[scenario]/scenarios/complex-6way.ts","layer":"ssr"},"startTime":1778050149775,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4723,"timestamp":6658779361751,"id":821,"parentId":757,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/scheduler.js","layer":"ssr"},"startTime":1778050149788,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4556,"timestamp":6658779362055,"id":823,"parentId":757,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","layer":"ssr"},"startTime":1778050149788,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":9674,"timestamp":6658779361635,"id":820,"parentId":735,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/shared/src/utils/hasA11yProp.mjs","layer":"ssr"},"startTime":1778050149788,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":9998,"timestamp":6658779361515,"id":819,"parentId":712,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/info.mjs","layer":"ssr"},"startTime":1778050149788,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":10469,"timestamp":6658779361291,"id":818,"parentId":735,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/context.mjs","layer":"ssr"},"startTime":1778050149787,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":10204,"timestamp":6658779361887,"id":822,"parentId":757,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"ssr"},"startTime":1778050149788,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":10162,"timestamp":6658779362182,"id":824,"parentId":772,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/createLucideIcon.mjs","layer":"ssr"},"startTime":1778050149788,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":10166,"timestamp":6658779362343,"id":825,"parentId":713,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/copy.mjs","layer":"ssr"},"startTime":1778050149788,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":10144,"timestamp":6658779362518,"id":826,"parentId":713,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/loader-circle.mjs","layer":"ssr"},"startTime":1778050149789,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":10123,"timestamp":6658779362694,"id":827,"parentId":713,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/pencil.mjs","layer":"ssr"},"startTime":1778050149789,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":10123,"timestamp":6658779362853,"id":828,"parentId":713,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/trash-2.mjs","layer":"ssr"},"startTime":1778050149789,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":10162,"timestamp":6658779362977,"id":829,"parentId":711,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/code-xml.mjs","layer":"ssr"},"startTime":1778050149789,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":9828,"timestamp":6658779363453,"id":833,"parentId":711,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/wrench.mjs","layer":"ssr"},"startTime":1778050149789,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":10371,"timestamp":6658779363314,"id":832,"parentId":777,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"ssr"},"startTime":1778050149789,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":10886,"timestamp":6658779363169,"id":830,"parentId":780,"tags":{"name":"__barrel_optimize__?names=Clock,Shield!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050149789,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":10937,"timestamp":6658779363246,"id":831,"parentId":781,"tags":{"name":"__barrel_optimize__?names=Check,Info!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050149789,"traceId":"5115c684d0e0ffd7"}]
|
|
7
|
+
[{"name":"build-module-js","duration":8987,"timestamp":6658779473661,"id":935,"parentId":902,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/pairs.js","layer":"ssr"},"startTime":1778050149900,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":9134,"timestamp":6658779473724,"id":936,"parentId":902,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/schema.js","layer":"ssr"},"startTime":1778050149900,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":9521,"timestamp":6658779473790,"id":937,"parentId":902,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/set.js","layer":"ssr"},"startTime":1778050149900,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":10066,"timestamp":6658779473851,"id":938,"parentId":902,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js","layer":"ssr"},"startTime":1778050149900,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":10165,"timestamp":6658779473914,"id":939,"parentId":696,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/hooks-client-context.js","layer":"ssr"},"startTime":1778050149900,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":17121,"timestamp":6658779473985,"id":940,"parentId":744,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/nav-failure-handler.js","layer":"ssr"},"startTime":1778050149900,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4366,"timestamp":6658779501105,"id":943,"parentId":909,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyString.js","layer":"ssr"},"startTime":1778050149927,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4596,"timestamp":6658779502145,"id":950,"parentId":915,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-scalar.js","layer":"ssr"},"startTime":1778050149928,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5323,"timestamp":6658779502225,"id":951,"parentId":915,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-scalar.js","layer":"ssr"},"startTime":1778050149928,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":8032,"timestamp":6658779501318,"id":945,"parentId":766,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/arrow-left.mjs","layer":"ssr"},"startTime":1778050149927,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":8663,"timestamp":6658779500893,"id":942,"parentId":887,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/shared/src/utils/toCamelCase.mjs","layer":"ssr"},"startTime":1778050149927,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":8585,"timestamp":6658779501201,"id":944,"parentId":890,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"ssr"},"startTime":1778050149927,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":9260,"timestamp":6658779501441,"id":946,"parentId":749,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/navigation.js","layer":"ssr"},"startTime":1778050149927,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":9434,"timestamp":6658779501552,"id":947,"parentId":724,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/run-viewer/brief-heading.tsx","layer":"ssr"},"startTime":1778050149928,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":9614,"timestamp":6658779501730,"id":948,"parentId":724,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/run-viewer/round-view.tsx","layer":"ssr"},"startTime":1778050149928,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":9423,"timestamp":6658779502092,"id":949,"parentId":911,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,CheckCircle2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050149928,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":10911,"timestamp":6658779500733,"id":941,"parentId":910,"tags":{"name":"__barrel_optimize__?names=Repeat,RotateCw,Trash2,X!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050149927,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3107,"timestamp":6658779512294,"id":952,"parentId":922,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/compose-collection.js","layer":"ssr"},"startTime":1778050149938,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3501,"timestamp":6658779512421,"id":953,"parentId":922,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/compose-scalar.js","layer":"ssr"},"startTime":1778050149938,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3623,"timestamp":6658779512496,"id":954,"parentId":922,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/util-empty-scalar-position.js","layer":"ssr"},"startTime":1778050149939,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3770,"timestamp":6658779512563,"id":955,"parentId":928,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyNumber.js","layer":"ssr"},"startTime":1778050149939,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3918,"timestamp":6658779512635,"id":956,"parentId":936,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/bool.js","layer":"ssr"},"startTime":1778050149939,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4194,"timestamp":6658779512702,"id":957,"parentId":936,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/float.js","layer":"ssr"},"startTime":1778050149939,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4559,"timestamp":6658779512766,"id":958,"parentId":936,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/int.js","layer":"ssr"},"startTime":1778050149939,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":7174,"timestamp":6658779521115,"id":959,"parentId":767,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/shield-check.mjs","layer":"ssr"},"startTime":1778050149947,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":7884,"timestamp":6658779521397,"id":960,"parentId":767,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/folder-lock.mjs","layer":"ssr"},"startTime":1778050149947,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":7877,"timestamp":6658779521580,"id":961,"parentId":767,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/globe.mjs","layer":"ssr"},"startTime":1778050149948,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7885,"timestamp":6658779521923,"id":963,"parentId":784,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/match-segments.js","layer":"ssr"},"startTime":1778050149948,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":8719,"timestamp":6658779521749,"id":962,"parentId":784,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/use-action-queue.js","layer":"ssr"},"startTime":1778050149948,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2528,"timestamp":6658779530764,"id":964,"parentId":943,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/foldFlowLines.js","layer":"ssr"},"startTime":1778050149957,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3735,"timestamp":6658779531082,"id":966,"parentId":940,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"ssr"},"startTime":1778050149957,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4302,"timestamp":6658779530901,"id":965,"parentId":946,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/navigation.react-server.js","layer":"ssr"},"startTime":1778050149957,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4220,"timestamp":6658779531308,"id":968,"parentId":784,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js","layer":"ssr"},"startTime":1778050149957,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5909,"timestamp":6658779531195,"id":967,"parentId":784,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"ssr"},"startTime":1778050149957,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7274,"timestamp":6658779531423,"id":969,"parentId":784,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/navigation.js","layer":"ssr"},"startTime":1778050149957,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3440,"timestamp":6658779539703,"id":971,"parentId":952,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-map.js","layer":"ssr"},"startTime":1778050149966,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3578,"timestamp":6658779539845,"id":972,"parentId":952,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-seq.js","layer":"ssr"},"startTime":1778050149966,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4372,"timestamp":6658779539921,"id":973,"parentId":952,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-collection.js","layer":"ssr"},"startTime":1778050149966,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":26162,"timestamp":6658779531635,"id":970,"parentId":784,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/cache.js","layer":"ssr"},"startTime":1778050149958,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5292,"timestamp":6658779560275,"id":974,"parentId":962,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-thenable.js","layer":"ssr"},"startTime":1778050149986,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2026,"timestamp":6658779565735,"id":975,"parentId":965,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/readonly-url-search-params.js","layer":"ssr"},"startTime":1778050149992,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2073,"timestamp":6658779566060,"id":977,"parentId":965,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/forbidden.js","layer":"ssr"},"startTime":1778050149992,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2444,"timestamp":6658779565939,"id":976,"parentId":965,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/not-found.js","layer":"ssr"},"startTime":1778050149992,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1926,"timestamp":6658779568547,"id":984,"parentId":971,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/util-contains-newline.js","layer":"ssr"},"startTime":1778050149995,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2009,"timestamp":6658779568643,"id":985,"parentId":971,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/util-flow-indent-check.js","layer":"ssr"},"startTime":1778050149995,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2109,"timestamp":6658779568717,"id":986,"parentId":971,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/util-map-includes.js","layer":"ssr"},"startTime":1778050149995,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5078,"timestamp":6658779566171,"id":978,"parentId":965,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/unauthorized.js","layer":"ssr"},"startTime":1778050149992,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5280,"timestamp":6658779566272,"id":979,"parentId":965,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/unstable-rethrow.js","layer":"ssr"},"startTime":1778050149992,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6495,"timestamp":6658779566367,"id":980,"parentId":784,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/vary-path.js","layer":"ssr"},"startTime":1778050149992,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6846,"timestamp":6658779566699,"id":983,"parentId":784,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/reducers/committed-state.js","layer":"ssr"},"startTime":1778050149993,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7566,"timestamp":6658779566589,"id":982,"parentId":784,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/bfcache.js","layer":"ssr"},"startTime":1778050149993,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":10621,"timestamp":6658779566480,"id":981,"parentId":784,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/optimistic-routes.js","layer":"ssr"},"startTime":1778050149993,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":8504,"timestamp":6658779568788,"id":987,"parentId":970,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/segment-cache/vary-params-decoding.js","layer":"ssr"},"startTime":1778050149995,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":8871,"timestamp":6658779568910,"id":988,"parentId":780,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/billing-section.tsx","layer":"ssr"},"startTime":1778050149995,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":8828,"timestamp":6658779569457,"id":991,"parentId":780,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/telemetry-section.tsx","layer":"ssr"},"startTime":1778050149995,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":9672,"timestamp":6658779569093,"id":989,"parentId":780,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/transport-section.tsx","layer":"ssr"},"startTime":1778050149995,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":15638,"timestamp":6658779569653,"id":992,"parentId":691,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/persona-dialog/index.tsx","layer":"ssr"},"startTime":1778050149996,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":17055,"timestamp":6658779569265,"id":990,"parentId":780,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/preview-sections.tsx","layer":"ssr"},"startTime":1778050149995,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":6786,"timestamp":6658779590024,"id":999,"parentId":830,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/shield.mjs","layer":"ssr"},"startTime":1778050150016,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7700,"timestamp":6658779589509,"id":996,"parentId":979,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/unstable-rethrow.server.js","layer":"ssr"},"startTime":1778050150016,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":7770,"timestamp":6658779589845,"id":998,"parentId":800,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/helpers.ts","layer":"ssr"},"startTime":1778050150016,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":7527,"timestamp":6658779590248,"id":1001,"parentId":838,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/eye.mjs","layer":"ssr"},"startTime":1778050150016,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":7798,"timestamp":6658779590137,"id":1000,"parentId":844,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/dollar-sign.mjs","layer":"ssr"},"startTime":1778050150016,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":9434,"timestamp":6658779589659,"id":997,"parentId":694,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/index.tsx","layer":"ssr"},"startTime":1778050150016,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":9887,"timestamp":6658779589326,"id":993,"parentId":988,"tags":{"name":"__barrel_optimize__?names=CreditCard!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050150015,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":9898,"timestamp":6658779589417,"id":994,"parentId":991,"tags":{"name":"__barrel_optimize__?names=Eye!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050150015,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":9945,"timestamp":6658779589461,"id":995,"parentId":989,"tags":{"name":"__barrel_optimize__?names=Terminal!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050150015,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":3327,"timestamp":6658779600156,"id":1004,"parentId":883,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/menu.mjs","layer":"ssr"},"startTime":1778050150026,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3553,"timestamp":6658779600272,"id":1005,"parentId":855,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/has-base-path.js","layer":"ssr"},"startTime":1778050150026,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4257,"timestamp":6658779600015,"id":1003,"parentId":842,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"ssr"},"startTime":1778050150026,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4111,"timestamp":6658779600385,"id":1006,"parentId":843,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/cache-key.js","layer":"ssr"},"startTime":1778050150026,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":5501,"timestamp":6658779599926,"id":1002,"parentId":990,"tags":{"name":"__barrel_optimize__?names=Activity,AlertTriangle,Check,Cloud,FolderLock,Loader2,Monitor,Plus,Send,Server,Shield,Sliders,Webhook,Workflow,X!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050150026,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":17219,"timestamp":6658779600490,"id":1007,"parentId":843,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/scheduler.js","layer":"ssr"},"startTime":1778050150027,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":12282,"timestamp":6658779605765,"id":1008,"parentId":992,"tags":{"name":"__barrel_optimize__?names=Pencil,Plus,Sparkles,X!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050150032,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1275,"timestamp":6658779618549,"id":1009,"parentId":996,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/is-postpone.js","layer":"ssr"},"startTime":1778050150045,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2501,"timestamp":6658779623076,"id":1010,"parentId":1002,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/activity.mjs","layer":"ssr"},"startTime":1778050150049,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2405,"timestamp":6658779623382,"id":1012,"parentId":1003,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"ssr"},"startTime":1778050150049,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2732,"timestamp":6658779623263,"id":1011,"parentId":1005,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"ssr"},"startTime":1778050150049,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2336,"timestamp":6658779623836,"id":1016,"parentId":941,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/rotate-cw.mjs","layer":"ssr"},"startTime":1778050150050,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2600,"timestamp":6658779623731,"id":1015,"parentId":941,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/repeat.mjs","layer":"ssr"},"startTime":1778050150050,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":3007,"timestamp":6658779623495,"id":1013,"parentId":796,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/input.tsx","layer":"ssr"},"startTime":1778050150050,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":7032,"timestamp":6658779623672,"id":1014,"parentId":997,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,CheckCircle2,FileCode2,Loader2,Pencil,Plus,Sparkles,X!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050150050,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7360,"timestamp":6658779623943,"id":1017,"parentId":946,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/unrecognized-action-error.js","layer":"ssr"},"startTime":1778050150050,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":4795,"timestamp":6658779626690,"id":1018,"parentId":1008,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/sparkles.mjs","layer":"ssr"},"startTime":1778050150053,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4766,"timestamp":6658779627006,"id":1020,"parentId":967,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/app-call-server.js","layer":"ssr"},"startTime":1778050150053,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4913,"timestamp":6658779627120,"id":1021,"parentId":967,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/navigation-build-id.js","layer":"ssr"},"startTime":1778050150053,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5197,"timestamp":6658779627231,"id":1022,"parentId":967,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/app-find-source-map-url.js","layer":"ssr"},"startTime":1778050150053,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":6083,"timestamp":6658779626825,"id":1019,"parentId":812,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/sheet.tsx","layer":"ssr"},"startTime":1778050150053,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6269,"timestamp":6658779627336,"id":1023,"parentId":967,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/flight-data-helpers.js","layer":"ssr"},"startTime":1778050150053,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1865,"timestamp":6658779639651,"id":1024,"parentId":967,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/deployment-id.js","layer":"ssr"},"startTime":1778050150066,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2047,"timestamp":6658779639832,"id":1025,"parentId":967,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js","layer":"ssr"},"startTime":1778050150066,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4521,"timestamp":6658779639955,"id":1026,"parentId":969,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/navigation-testing-lock.js","layer":"ssr"},"startTime":1778050150066,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5231,"timestamp":6658779640071,"id":1027,"parentId":969,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"ssr"},"startTime":1778050150066,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":4913,"timestamp":6658779642255,"id":1028,"parentId":1019,"tags":{"name":"__barrel_optimize__?names=XIcon!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050150068,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1609,"timestamp":6658779645996,"id":1032,"parentId":969,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/lib/javascript-url.js","layer":"ssr"},"startTime":1778050150072,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2144,"timestamp":6658779645883,"id":1031,"parentId":970,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"ssr"},"startTime":1778050150072,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4230,"timestamp":6658779645763,"id":1030,"parentId":970,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/cache-map.js","layer":"ssr"},"startTime":1778050150072,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":5931,"timestamp":6658779645554,"id":1029,"parentId":948,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/run-viewer/participant-card.tsx","layer":"ssr"},"startTime":1778050150072,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3503,"timestamp":6658779648183,"id":1033,"parentId":1025,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js","layer":"ssr"},"startTime":1778050150074,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2314,"timestamp":6658779657242,"id":1035,"parentId":1033,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/hash.js","layer":"ssr"},"startTime":1778050150083,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2630,"timestamp":6658779657158,"id":1034,"parentId":1029,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,ArrowRight,Shuffle,X!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050150083,"traceId":"5115c684d0e0ffd7"}]
|
|
8
|
+
[{"name":"build-module-js","duration":4502,"timestamp":6658779375424,"id":840,"parentId":784,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/constants.js","layer":"ssr"},"startTime":1778050149801,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":7371,"timestamp":6658779374549,"id":834,"parentId":728,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/search.mjs","layer":"ssr"},"startTime":1778050149801,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":7427,"timestamp":6658779374728,"id":835,"parentId":728,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/x.mjs","layer":"ssr"},"startTime":1778050149801,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":7499,"timestamp":6658779374854,"id":836,"parentId":729,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/check.mjs","layer":"ssr"},"startTime":1778050149801,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":7535,"timestamp":6658779375030,"id":837,"parentId":729,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/external-link.mjs","layer":"ssr"},"startTime":1778050149801,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7646,"timestamp":6658779375284,"id":839,"parentId":784,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/app-router-types.js","layer":"ssr"},"startTime":1778050149801,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7940,"timestamp":6658779375506,"id":841,"parentId":726,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/use-merged-ref.js","layer":"ssr"},"startTime":1778050149802,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":8246,"timestamp":6658779375620,"id":842,"parentId":726,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/add-base-path.js","layer":"ssr"},"startTime":1778050149802,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":8088,"timestamp":6658779376029,"id":845,"parentId":797,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/redirect-status-code.js","layer":"ssr"},"startTime":1778050149802,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":8204,"timestamp":6658779376181,"id":846,"parentId":795,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"ssr"},"startTime":1778050149802,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":8231,"timestamp":6658779376333,"id":847,"parentId":726,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/utils/error-once.js","layer":"ssr"},"startTime":1778050149802,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":9725,"timestamp":6658779375779,"id":843,"parentId":726,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/links.js","layer":"ssr"},"startTime":1778050149802,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":11421,"timestamp":6658779375202,"id":838,"parentId":782,"tags":{"name":"__barrel_optimize__?names=Code2,Eye!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050149801,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":10797,"timestamp":6658779375949,"id":844,"parentId":793,"tags":{"name":"__barrel_optimize__?names=ArrowRight,DollarSign!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050149802,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5677,"timestamp":6658779388359,"id":857,"parentId":803,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/errors.js","layer":"ssr"},"startTime":1778050149814,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7208,"timestamp":6658779388484,"id":858,"parentId":803,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/composer.js","layer":"ssr"},"startTime":1778050149815,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":11065,"timestamp":6658779388606,"id":859,"parentId":803,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/Document.js","layer":"ssr"},"startTime":1778050149815,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":11285,"timestamp":6658779388739,"id":860,"parentId":803,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/Schema.js","layer":"ssr"},"startTime":1778050149815,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":11746,"timestamp":6658779388821,"id":861,"parentId":803,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Alias.js","layer":"ssr"},"startTime":1778050149815,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":11967,"timestamp":6658779388887,"id":862,"parentId":803,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/identity.js","layer":"ssr"},"startTime":1778050149815,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":12173,"timestamp":6658779388957,"id":863,"parentId":803,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Pair.js","layer":"ssr"},"startTime":1778050149815,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":12297,"timestamp":6658779389033,"id":864,"parentId":803,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Scalar.js","layer":"ssr"},"startTime":1778050149815,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":12871,"timestamp":6658779389094,"id":865,"parentId":803,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLMap.js","layer":"ssr"},"startTime":1778050149815,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":13301,"timestamp":6658779389160,"id":866,"parentId":803,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLSeq.js","layer":"ssr"},"startTime":1778050149815,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":13553,"timestamp":6658779389222,"id":867,"parentId":803,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/cst.js","layer":"ssr"},"startTime":1778050149815,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":15864,"timestamp":6658779389281,"id":868,"parentId":803,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/lexer.js","layer":"ssr"},"startTime":1778050149815,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":16193,"timestamp":6658779389345,"id":869,"parentId":803,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/line-counter.js","layer":"ssr"},"startTime":1778050149815,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":21044,"timestamp":6658779387662,"id":852,"parentId":733,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/list-checks.mjs","layer":"ssr"},"startTime":1778050149814,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":22112,"timestamp":6658779387196,"id":848,"parentId":726,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"ssr"},"startTime":1778050149813,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":21776,"timestamp":6658779387781,"id":853,"parentId":733,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/panel-left-close.mjs","layer":"ssr"},"startTime":1778050149814,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":22340,"timestamp":6658779387494,"id":851,"parentId":704,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/triad-logo.tsx","layer":"ssr"},"startTime":1778050149814,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":22068,"timestamp":6658779388117,"id":855,"parentId":726,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"ssr"},"startTime":1778050149814,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":22512,"timestamp":6658779387944,"id":854,"parentId":733,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/layout-dashboard.mjs","layer":"ssr"},"startTime":1778050149814,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":21497,"timestamp":6658779389407,"id":870,"parentId":702,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/chat-title.ts","layer":"ssr"},"startTime":1778050149815,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":23933,"timestamp":6658779387393,"id":849,"parentId":796,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,Check,ExternalLink,Loader2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050149813,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":23201,"timestamp":6658779388287,"id":856,"parentId":800,"tags":{"name":"__barrel_optimize__?names=Check,Loader2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050149814,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":24176,"timestamp":6658779387449,"id":850,"parentId":799,"tags":{"name":"__barrel_optimize__?names=Check!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050149813,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3167,"timestamp":6658779420877,"id":873,"parentId":803,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/public-api.js","layer":"ssr"},"startTime":1778050149847,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3739,"timestamp":6658779420963,"id":874,"parentId":803,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/visit.js","layer":"ssr"},"startTime":1778050149847,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6213,"timestamp":6658779421045,"id":875,"parentId":803,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/parser.js","layer":"ssr"},"startTime":1778050149847,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":9183,"timestamp":6658779421340,"id":878,"parentId":805,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js","layer":"ssr"},"startTime":1778050149847,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":11234,"timestamp":6658779420751,"id":872,"parentId":733,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/panel-left-open.mjs","layer":"ssr"},"startTime":1778050149847,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":11859,"timestamp":6658779420433,"id":871,"parentId":691,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/code-block.tsx","layer":"ssr"},"startTime":1778050149846,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":11375,"timestamp":6658779421116,"id":876,"parentId":733,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/settings.mjs","layer":"ssr"},"startTime":1778050149847,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":11441,"timestamp":6658779421228,"id":877,"parentId":714,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/arrow-right.mjs","layer":"ssr"},"startTime":1778050149847,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":11395,"timestamp":6658779421426,"id":879,"parentId":700,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/utils.ts","layer":"ssr"},"startTime":1778050149847,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5322,"timestamp":6658779435635,"id":893,"parentId":858,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/directives.js","layer":"ssr"},"startTime":1778050149862,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5518,"timestamp":6658779435721,"id":894,"parentId":858,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/compose-doc.js","layer":"ssr"},"startTime":1778050149862,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5678,"timestamp":6658779435792,"id":895,"parentId":858,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-end.js","layer":"ssr"},"startTime":1778050149862,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7459,"timestamp":6658779435857,"id":896,"parentId":859,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Collection.js","layer":"ssr"},"startTime":1778050149862,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7704,"timestamp":6658779435925,"id":897,"parentId":859,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/toJS.js","layer":"ssr"},"startTime":1778050149862,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":8221,"timestamp":6658779435990,"id":898,"parentId":859,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyDocument.js","layer":"ssr"},"startTime":1778050149862,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":8448,"timestamp":6658779436111,"id":899,"parentId":859,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/anchors.js","layer":"ssr"},"startTime":1778050149862,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":8618,"timestamp":6658779436196,"id":900,"parentId":859,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/applyReviver.js","layer":"ssr"},"startTime":1778050149862,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":8964,"timestamp":6658779436270,"id":901,"parentId":859,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/createNode.js","layer":"ssr"},"startTime":1778050149862,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":9417,"timestamp":6658779436338,"id":902,"parentId":860,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/tags.js","layer":"ssr"},"startTime":1778050149862,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":9641,"timestamp":6658779436400,"id":903,"parentId":861,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Node.js","layer":"ssr"},"startTime":1778050149862,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":10210,"timestamp":6658779436468,"id":904,"parentId":863,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyPair.js","layer":"ssr"},"startTime":1778050149862,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":10463,"timestamp":6658779436535,"id":905,"parentId":863,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/addPairToJSMap.js","layer":"ssr"},"startTime":1778050149863,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":11050,"timestamp":6658779436659,"id":906,"parentId":865,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyCollection.js","layer":"ssr"},"startTime":1778050149863,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":11228,"timestamp":6658779436725,"id":907,"parentId":860,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/common/map.js","layer":"ssr"},"startTime":1778050149863,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":11321,"timestamp":6658779436788,"id":908,"parentId":860,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/common/seq.js","layer":"ssr"},"startTime":1778050149863,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":11395,"timestamp":6658779436852,"id":909,"parentId":860,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/common/string.js","layer":"ssr"},"startTime":1778050149863,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":16351,"timestamp":6658779433626,"id":881,"parentId":700,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/openrouter.ts","layer":"ssr"},"startTime":1778050149860,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":16767,"timestamp":6658779433370,"id":880,"parentId":689,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/types.ts","layer":"ssr"},"startTime":1778050149859,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":16539,"timestamp":6658779433807,"id":882,"parentId":691,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/persona-duplicate-id.ts","layer":"ssr"},"startTime":1778050149860,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":16432,"timestamp":6658779434129,"id":884,"parentId":807,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/action-revalidation-kind.js","layer":"ssr"},"startTime":1778050149860,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":16332,"timestamp":6658779434420,"id":886,"parentId":824,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/shared/src/utils/toKebabCase.mjs","layer":"ssr"},"startTime":1778050149860,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":16346,"timestamp":6658779434580,"id":887,"parentId":824,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/shared/src/utils/toPascalCase.mjs","layer":"ssr"},"startTime":1778050149861,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":17114,"timestamp":6658779434283,"id":885,"parentId":809,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"ssr"},"startTime":1778050149860,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":16478,"timestamp":6658779435112,"id":890,"parentId":842,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"ssr"},"startTime":1778050149861,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":17187,"timestamp":6658779434732,"id":888,"parentId":726,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/types.js","layer":"ssr"},"startTime":1778050149861,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":17297,"timestamp":6658779434883,"id":889,"parentId":702,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/badge.tsx","layer":"ssr"},"startTime":1778050149861,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":17199,"timestamp":6658779435263,"id":891,"parentId":691,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/card.tsx","layer":"ssr"},"startTime":1778050149861,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":17249,"timestamp":6658779435456,"id":892,"parentId":690,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/button.tsx","layer":"ssr"},"startTime":1778050149861,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":16269,"timestamp":6658779436917,"id":910,"parentId":724,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/live-run-real/header-actions.tsx","layer":"ssr"},"startTime":1778050149863,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":19595,"timestamp":6658779434058,"id":883,"parentId":812,"tags":{"name":"__barrel_optimize__?names=Menu!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050149860,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4372,"timestamp":6658779462639,"id":915,"parentId":867,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/cst-scalar.js","layer":"ssr"},"startTime":1778050149889,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4566,"timestamp":6658779462718,"id":916,"parentId":867,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/cst-stringify.js","layer":"ssr"},"startTime":1778050149889,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4854,"timestamp":6658779462788,"id":917,"parentId":867,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/cst-visit.js","layer":"ssr"},"startTime":1778050149889,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5318,"timestamp":6658779462903,"id":919,"parentId":873,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/log.js","layer":"ssr"},"startTime":1778050149889,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5200,"timestamp":6658779463147,"id":921,"parentId":696,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/app-router-context.js","layer":"ssr"},"startTime":1778050149889,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":7600,"timestamp":6658779462518,"id":914,"parentId":741,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/chevron-down.mjs","layer":"ssr"},"startTime":1778050149889,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":8258,"timestamp":6658779462101,"id":912,"parentId":704,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/sidebar-collapsed-storage.ts","layer":"ssr"},"startTime":1778050149888,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":8623,"timestamp":6658779462289,"id":913,"parentId":724,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/live-run-real/enrich-rounds.ts","layer":"ssr"},"startTime":1778050149888,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":9703,"timestamp":6658779461775,"id":911,"parentId":724,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/live-run-real/phase-progress.tsx","layer":"ssr"},"startTime":1778050149888,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":8824,"timestamp":6658779462966,"id":920,"parentId":724,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/live-run-real/helpers.ts","layer":"ssr"},"startTime":1778050149889,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":9399,"timestamp":6658779462864,"id":918,"parentId":871,"tags":{"name":"__barrel_optimize__?names=Code2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050149889,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4593,"timestamp":6658779472738,"id":922,"parentId":894,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/compose-node.js","layer":"ssr"},"startTime":1778050149899,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5010,"timestamp":6658779472841,"id":923,"parentId":894,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-props.js","layer":"ssr"},"startTime":1778050149899,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5515,"timestamp":6658779472918,"id":924,"parentId":898,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringify.js","layer":"ssr"},"startTime":1778050149899,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5670,"timestamp":6658779472987,"id":925,"parentId":898,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyComment.js","layer":"ssr"},"startTime":1778050149899,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5762,"timestamp":6658779473068,"id":926,"parentId":902,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/common/null.js","layer":"ssr"},"startTime":1778050149899,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5912,"timestamp":6658779473143,"id":927,"parentId":902,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/core/bool.js","layer":"ssr"},"startTime":1778050149899,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6143,"timestamp":6658779473209,"id":928,"parentId":902,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/core/float.js","layer":"ssr"},"startTime":1778050149899,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6353,"timestamp":6658779473273,"id":929,"parentId":902,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/core/int.js","layer":"ssr"},"startTime":1778050149899,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6432,"timestamp":6658779473339,"id":930,"parentId":902,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/core/schema.js","layer":"ssr"},"startTime":1778050149899,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6685,"timestamp":6658779473402,"id":931,"parentId":902,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/json/schema.js","layer":"ssr"},"startTime":1778050149899,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6978,"timestamp":6658779473466,"id":932,"parentId":902,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/binary.js","layer":"ssr"},"startTime":1778050149899,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7244,"timestamp":6658779473531,"id":933,"parentId":902,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/merge.js","layer":"ssr"},"startTime":1778050149900,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7555,"timestamp":6658779473598,"id":934,"parentId":902,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/omap.js","layer":"ssr"},"startTime":1778050149900,"traceId":"5115c684d0e0ffd7"}]
|
|
9
|
+
[{"name":"build-module-mjs","duration":3063,"timestamp":6658780305712,"id":1138,"parentId":1096,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-use-controllable-state@1.2.2_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs","layer":"ssr"},"startTime":1778050150732,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":3400,"timestamp":6658780305786,"id":1139,"parentId":1096,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-id@1.1.1_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-id/dist/index.mjs","layer":"ssr"},"startTime":1778050150732,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":3677,"timestamp":6658780305862,"id":1140,"parentId":1096,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+primitive@1.1.3/node_modules/@radix-ui/primitive/dist/index.mjs","layer":"ssr"},"startTime":1778050150732,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":9440,"timestamp":6658780305557,"id":1137,"parentId":1096,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-collection@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.14__@types+r_161926fa2509d0b7370b60b8bb4eb8b0/node_modules/@radix-ui/react-collection/dist/index.mjs","layer":"ssr"},"startTime":1778050150732,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":558,"timestamp":6658780328126,"id":1142,"parentId":1100,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-use-layout-effect@1.1.1_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs","layer":"ssr"},"startTime":1778050150754,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":3445,"timestamp":6658780326187,"id":1141,"parentId":1100,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-presence@1.1.5_@types+react-dom@19.2.3_@types+react@19.2.14__@types+rea_c01c26c80b5ab5e3ecefbda6eca51ad1/node_modules/@radix-ui/react-presence/dist/index.mjs","layer":"ssr"},"startTime":1778050150752,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":812,"timestamp":6658780341221,"id":1143,"parentId":1099,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-use-callback-ref@1.1.1_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs","layer":"ssr"},"startTime":1778050150767,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":844,"timestamp":6658780341352,"id":1144,"parentId":1099,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-use-is-hydrated@0.1.0_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-is-hydrated/dist/index.mjs","layer":"ssr"},"startTime":1778050150767,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1216,"timestamp":6658780342677,"id":1145,"parentId":1098,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-use-size@1.1.1_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-size/dist/index.mjs","layer":"ssr"},"startTime":1778050150769,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1384,"timestamp":6658780342771,"id":1146,"parentId":1098,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-use-previous@1.1.1_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-previous/dist/index.mjs","layer":"ssr"},"startTime":1778050150769,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1958,"timestamp":6658780342973,"id":1149,"parentId":1103,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/aria-hidden@1.2.6/node_modules/aria-hidden/dist/es2015/index.js","layer":"ssr"},"startTime":1778050150769,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":4209,"timestamp":6658780342907,"id":1148,"parentId":1103,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-dismissable-layer@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.14___3d3960154a4c07d09bb90cb341135fc5/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs","layer":"ssr"},"startTime":1778050150769,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":4311,"timestamp":6658780345245,"id":1150,"parentId":1103,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-focus-scope@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.14__@types+_f62f3af4ca2ba305a7aecf04c8534604/node_modules/@radix-ui/react-focus-scope/dist/index.mjs","layer":"ssr"},"startTime":1778050150771,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":11648,"timestamp":6658780342841,"id":1147,"parentId":1101,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react@_73ff7391b7be14d4dbff03af4dbac090/node_modules/@radix-ui/react-menu/dist/index.mjs","layer":"ssr"},"startTime":1778050150769,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":845,"timestamp":6658780397792,"id":1152,"parentId":1103,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll@2.7.2_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll/dist/es2015/index.js","layer":"ssr"},"startTime":1778050150824,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":668,"timestamp":6658780404595,"id":1156,"parentId":1111,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+number@1.1.1/node_modules/@radix-ui/number/dist/index.mjs","layer":"ssr"},"startTime":1778050150831,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1047,"timestamp":6658780404718,"id":1157,"parentId":1111,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-use-effect-event@0.0.2_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-effect-event/dist/index.mjs","layer":"ssr"},"startTime":1778050150831,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":4988,"timestamp":6658780401159,"id":1155,"parentId":1122,"tags":{"name":"__barrel_optimize__?names=ClipboardList,Code2,Eye,FileCode2,FlaskConical,GitPullRequest,Search,Shuffle,TestTube2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050150827,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":8077,"timestamp":6658780399656,"id":1153,"parentId":1104,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-popper@1.2.8_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react_13e0521d8aea7ebfbfb8bee1fb615c05/node_modules/@radix-ui/react-popper/dist/index.mjs","layer":"ssr"},"startTime":1778050150826,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":10566,"timestamp":6658780397639,"id":1151,"parentId":1103,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-focus-guards@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-focus-guards/dist/index.mjs","layer":"ssr"},"startTime":1778050150824,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":8615,"timestamp":6658780401054,"id":1154,"parentId":1109,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-roving-focus@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.14__@type_4eeb29c998b846c35358e2f929e7490e/node_modules/@radix-ui/react-roving-focus/dist/index.mjs","layer":"ssr"},"startTime":1778050150827,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":4077,"timestamp":6658780441304,"id":1158,"parentId":1121,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/selects.tsx","layer":"ssr"},"startTime":1778050150867,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":4487,"timestamp":6658780441618,"id":1159,"parentId":1121,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/reviewer-slots.tsx","layer":"ssr"},"startTime":1778050150868,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1187,"timestamp":6658780449614,"id":1160,"parentId":1130,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/errors.js","layer":"ssr"},"startTime":1778050150876,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1888,"timestamp":6658780449738,"id":1161,"parentId":1130,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js","layer":"ssr"},"startTime":1778050150876,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1893,"timestamp":6658780449812,"id":1162,"parentId":1130,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/typeAliases.js","layer":"ssr"},"startTime":1778050150876,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1847,"timestamp":6658780452545,"id":1163,"parentId":1130,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/ZodError.js","layer":"ssr"},"startTime":1778050150879,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":18493,"timestamp":6658780452633,"id":1164,"parentId":1130,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.js","layer":"ssr"},"startTime":1778050150879,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1267,"timestamp":6658780476164,"id":1165,"parentId":1130,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/util.js","layer":"ssr"},"startTime":1778050150902,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2832,"timestamp":6658780476305,"id":1166,"parentId":1159,"tags":{"name":"__barrel_optimize__?names=Plus,X!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050150902,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":400,"timestamp":6658780482820,"id":1167,"parentId":1144,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sync-external-store@1.6.0_react@19.2.4/node_modules/use-sync-external-store/shim/index.js","layer":"ssr"},"startTime":1778050150909,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":633,"timestamp":6658780526543,"id":1168,"parentId":1164,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.js","layer":"ssr"},"startTime":1778050150953,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":994,"timestamp":6658780527563,"id":1169,"parentId":1160,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/locales/en.js","layer":"ssr"},"startTime":1778050150954,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":765,"timestamp":6658780539314,"id":1170,"parentId":1167,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sync-external-store@1.6.0_react@19.2.4/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js","layer":"ssr"},"startTime":1778050150965,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":599,"timestamp":6658780549206,"id":1171,"parentId":1148,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-use-escape-keydown@1.1.1_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-escape-keydown/dist/index.mjs","layer":"ssr"},"startTime":1778050150975,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":529,"timestamp":6658780551590,"id":1172,"parentId":1152,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll@2.7.2_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll/dist/es2015/Combination.js","layer":"ssr"},"startTime":1778050150978,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":710,"timestamp":6658780560975,"id":1173,"parentId":1172,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll@2.7.2_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll/dist/es2015/UI.js","layer":"ssr"},"startTime":1778050150987,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":475,"timestamp":6658780563447,"id":1174,"parentId":1153,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-arrow@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react@_e05f2c19a58a99fddf374207b5e3778c/node_modules/@radix-ui/react-arrow/dist/index.mjs","layer":"ssr"},"startTime":1778050150989,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":349,"timestamp":6658780564507,"id":1175,"parentId":1172,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll@2.7.2_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll/dist/es2015/sidecar.js","layer":"ssr"},"startTime":1778050150991,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1592,"timestamp":6658780565117,"id":1176,"parentId":1153,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@floating-ui+react-dom@2.1.8_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.mjs","layer":"ssr"},"startTime":1778050150991,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":334,"timestamp":6658780570083,"id":1177,"parentId":1173,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll@2.7.2_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll/dist/es2015/medium.js","layer":"ssr"},"startTime":1778050150996,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1191,"timestamp":6658780572091,"id":1178,"parentId":1175,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll@2.7.2_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll/dist/es2015/SideEffect.js","layer":"ssr"},"startTime":1778050150998,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":576,"timestamp":6658780578981,"id":1179,"parentId":1178,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll@2.7.2_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js","layer":"ssr"},"startTime":1778050151005,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":952,"timestamp":6658780579135,"id":1180,"parentId":1178,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll@2.7.2_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll/dist/es2015/handleScroll.js","layer":"ssr"},"startTime":1778050151005,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":624,"timestamp":6658780594020,"id":1181,"parentId":1173,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/index.js","layer":"ssr"},"startTime":1778050151020,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":4032,"timestamp":6658780594149,"id":1182,"parentId":1172,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.es6.mjs","layer":"ssr"},"startTime":1778050151020,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":374,"timestamp":6658780599230,"id":1183,"parentId":1175,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/use-sidecar/dist/es2015/index.js","layer":"ssr"},"startTime":1778050151025,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":341,"timestamp":6658780600718,"id":1184,"parentId":1178,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll-bar/dist/es2015/index.js","layer":"ssr"},"startTime":1778050151027,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":333,"timestamp":6658780601265,"id":1185,"parentId":1173,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll-bar/dist/es2015/constants.js","layer":"ssr"},"startTime":1778050151027,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":3448,"timestamp":6658780604595,"id":1186,"parentId":1176,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@floating-ui+dom@1.7.6/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs","layer":"ssr"},"startTime":1778050151031,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":672,"timestamp":6658780614822,"id":1187,"parentId":1181,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/assignRef.js","layer":"ssr"},"startTime":1778050151041,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1346,"timestamp":6658780615956,"id":1188,"parentId":1181,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/transformRef.js","layer":"ssr"},"startTime":1778050151042,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1391,"timestamp":6658780616064,"id":1189,"parentId":1181,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/useTransformRef.js","layer":"ssr"},"startTime":1778050151042,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1641,"timestamp":6658780616138,"id":1190,"parentId":1181,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/useMergeRef.js","layer":"ssr"},"startTime":1778050151042,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1778,"timestamp":6658780616212,"id":1191,"parentId":1181,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/useRef.js","layer":"ssr"},"startTime":1778050151042,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1864,"timestamp":6658780616278,"id":1192,"parentId":1181,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/mergeRef.js","layer":"ssr"},"startTime":1778050151042,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2029,"timestamp":6658780616342,"id":1193,"parentId":1181,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/refToCallback.js","layer":"ssr"},"startTime":1778050151042,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2096,"timestamp":6658780616413,"id":1194,"parentId":1181,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/createRef.js","layer":"ssr"},"startTime":1778050151042,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1115,"timestamp":6658780621685,"id":1195,"parentId":1183,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/use-sidecar/dist/es2015/hoc.js","layer":"ssr"},"startTime":1778050151048,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1222,"timestamp":6658780621791,"id":1196,"parentId":1183,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/use-sidecar/dist/es2015/exports.js","layer":"ssr"},"startTime":1778050151048,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1493,"timestamp":6658780621859,"id":1197,"parentId":1183,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/use-sidecar/dist/es2015/hook.js","layer":"ssr"},"startTime":1778050151048,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1761,"timestamp":6658780621925,"id":1198,"parentId":1183,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/use-sidecar/dist/es2015/renderProp.js","layer":"ssr"},"startTime":1778050151048,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1825,"timestamp":6658780621992,"id":1199,"parentId":1183,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/use-sidecar/dist/es2015/config.js","layer":"ssr"},"startTime":1778050151048,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2124,"timestamp":6658780622066,"id":1200,"parentId":1183,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/use-sidecar/dist/es2015/medium.js","layer":"ssr"},"startTime":1778050151048,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2192,"timestamp":6658780622128,"id":1201,"parentId":1178,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.2.14_react@19.2.4/node_modules/react-style-singleton/dist/es2015/index.js","layer":"ssr"},"startTime":1778050151048,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":774,"timestamp":6658780626377,"id":1202,"parentId":1184,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll-bar/dist/es2015/component.js","layer":"ssr"},"startTime":1778050151052,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":960,"timestamp":6658780626471,"id":1203,"parentId":1184,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll-bar/dist/es2015/utils.js","layer":"ssr"},"startTime":1778050151053,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":318,"timestamp":6658780629824,"id":1204,"parentId":1197,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/use-sidecar/dist/es2015/env.js","layer":"ssr"},"startTime":1778050151056,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":617,"timestamp":6658780632908,"id":1205,"parentId":1201,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.2.14_react@19.2.4/node_modules/react-style-singleton/dist/es2015/component.js","layer":"ssr"},"startTime":1778050151059,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":806,"timestamp":6658780633015,"id":1206,"parentId":1201,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.2.14_react@19.2.4/node_modules/react-style-singleton/dist/es2015/singleton.js","layer":"ssr"},"startTime":1778050151059,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":889,"timestamp":6658780633094,"id":1207,"parentId":1201,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.2.14_react@19.2.4/node_modules/react-style-singleton/dist/es2015/hook.js","layer":"ssr"},"startTime":1778050151059,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1293,"timestamp":6658780643514,"id":1208,"parentId":1186,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@floating-ui+utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.mjs","layer":"ssr"},"startTime":1778050151070,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":899,"timestamp":6658780647364,"id":1209,"parentId":1186,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@floating-ui+utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs","layer":"ssr"},"startTime":1778050151073,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":5198,"timestamp":6658780649816,"id":1210,"parentId":1186,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@floating-ui+core@1.7.5/node_modules/@floating-ui/core/dist/floating-ui.core.mjs","layer":"ssr"},"startTime":1778050151076,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":386,"timestamp":6658780658524,"id":1211,"parentId":1204,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/detect-node-es@1.1.0/node_modules/detect-node-es/esm/node.js","layer":"ssr"},"startTime":1778050151085,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":419,"timestamp":6658780659570,"id":1212,"parentId":1206,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/get-nonce@1.0.1/node_modules/get-nonce/dist/es2015/index.js","layer":"ssr"},"startTime":1778050151086,"traceId":"5115c684d0e0ffd7"},{"name":"make","duration":3331921,"timestamp":6658777339298,"id":21,"parentId":19,"tags":{},"startTime":1778050147765,"traceId":"5115c684d0e0ffd7"},{"name":"get-entries","duration":824,"timestamp":6658780672219,"id":1214,"parentId":1213,"tags":{},"startTime":1778050151098,"traceId":"5115c684d0e0ffd7"},{"name":"node-file-trace-plugin","duration":140005,"timestamp":6658780677370,"id":1215,"parentId":1213,"tags":{"traceEntryCount":"30"},"startTime":1778050151103,"traceId":"5115c684d0e0ffd7"},{"name":"collect-traced-files","duration":890,"timestamp":6658780817394,"id":1216,"parentId":1213,"tags":{},"startTime":1778050151243,"traceId":"5115c684d0e0ffd7"},{"name":"finish-modules","duration":146206,"timestamp":6658780672084,"id":1213,"parentId":20,"tags":{},"startTime":1778050151098,"traceId":"5115c684d0e0ffd7"},{"name":"chunk-graph","duration":31864,"timestamp":6658780878277,"id":1218,"parentId":1217,"tags":{},"startTime":1778050151304,"traceId":"5115c684d0e0ffd7"},{"name":"optimize-modules","duration":22,"timestamp":6658780910253,"id":1220,"parentId":1217,"tags":{},"startTime":1778050151336,"traceId":"5115c684d0e0ffd7"},{"name":"optimize-chunks","duration":49312,"timestamp":6658780910331,"id":1221,"parentId":1217,"tags":{},"startTime":1778050151336,"traceId":"5115c684d0e0ffd7"},{"name":"optimize-tree","duration":145,"timestamp":6658780959755,"id":1222,"parentId":1217,"tags":{},"startTime":1778050151386,"traceId":"5115c684d0e0ffd7"},{"name":"optimize-chunk-modules","duration":27125,"timestamp":6658780960008,"id":1223,"parentId":1217,"tags":{},"startTime":1778050151386,"traceId":"5115c684d0e0ffd7"},{"name":"optimize","duration":77003,"timestamp":6658780910209,"id":1219,"parentId":1217,"tags":{},"startTime":1778050151336,"traceId":"5115c684d0e0ffd7"},{"name":"module-hash","duration":26569,"timestamp":6658781009946,"id":1224,"parentId":1217,"tags":{},"startTime":1778050151436,"traceId":"5115c684d0e0ffd7"},{"name":"code-generation","duration":286510,"timestamp":6658781036574,"id":1225,"parentId":1217,"tags":{},"startTime":1778050151463,"traceId":"5115c684d0e0ffd7"},{"name":"hash","duration":6832,"timestamp":6658781327704,"id":1226,"parentId":1217,"tags":{},"startTime":1778050151754,"traceId":"5115c684d0e0ffd7"},{"name":"code-generation-jobs","duration":526,"timestamp":6658781334534,"id":1227,"parentId":1217,"tags":{},"startTime":1778050151761,"traceId":"5115c684d0e0ffd7"},{"name":"module-assets","duration":337,"timestamp":6658781334972,"id":1228,"parentId":1217,"tags":{},"startTime":1778050151761,"traceId":"5115c684d0e0ffd7"},{"name":"create-chunk-assets","duration":11489,"timestamp":6658781335321,"id":1229,"parentId":1217,"tags":{},"startTime":1778050151761,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":79011,"timestamp":6658781373427,"id":1234,"parentId":1230,"tags":{"name":"../app/favicon.ico/route.js","cache":"MISS"},"startTime":1778050151799,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":79693,"timestamp":6658781372828,"id":1233,"parentId":1230,"tags":{"name":"../app/api/run-artifacts/[chatId]/route.js","cache":"MISS"},"startTime":1778050151799,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":78711,"timestamp":6658781373833,"id":1235,"parentId":1230,"tags":{"name":"../app/icon.svg/route.js","cache":"MISS"},"startTime":1778050151800,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":85646,"timestamp":6658781366924,"id":1231,"parentId":1230,"tags":{"name":"../app/_not-found/page.js","cache":"MISS"},"startTime":1778050151793,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":78380,"timestamp":6658781374206,"id":1236,"parentId":1230,"tags":{"name":"../app/api/daemon/[...path]/route.js","cache":"MISS"},"startTime":1778050151800,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":80929,"timestamp":6658781371699,"id":1232,"parentId":1230,"tags":{"name":"../app/_global-error/page.js","cache":"MISS"},"startTime":1778050151798,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":76303,"timestamp":6658781376378,"id":1238,"parentId":1230,"tags":{"name":"../app/onboarding/page.js","cache":"MISS"},"startTime":1778050151802,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":74284,"timestamp":6658781378437,"id":1239,"parentId":1230,"tags":{"name":"../app/personas/page.js","cache":"MISS"},"startTime":1778050151804,"traceId":"5115c684d0e0ffd7"}]
|
|
10
|
+
[{"name":"build-module-js","duration":949,"timestamp":6658779661425,"id":1036,"parentId":967,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-server-dom-webpack-client.js","layer":"ssr"},"startTime":1778050150087,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1236,"timestamp":6658779661705,"id":1038,"parentId":993,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/credit-card.mjs","layer":"ssr"},"startTime":1778050150088,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1288,"timestamp":6658779661824,"id":1039,"parentId":995,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/terminal.mjs","layer":"ssr"},"startTime":1778050150088,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2509,"timestamp":6658779661935,"id":1040,"parentId":1002,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/cloud.mjs","layer":"ssr"},"startTime":1778050150088,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2627,"timestamp":6658779662059,"id":1041,"parentId":1002,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/monitor.mjs","layer":"ssr"},"startTime":1778050150088,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":3692,"timestamp":6658779661525,"id":1037,"parentId":911,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-stepper.tsx","layer":"ssr"},"startTime":1778050150088,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2166,"timestamp":6658779663206,"id":1042,"parentId":1002,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/send.mjs","layer":"ssr"},"startTime":1778050150089,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2201,"timestamp":6658779663339,"id":1043,"parentId":1002,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/server.mjs","layer":"ssr"},"startTime":1778050150089,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2270,"timestamp":6658779663456,"id":1044,"parentId":1002,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/sliders-vertical.mjs","layer":"ssr"},"startTime":1778050150089,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2305,"timestamp":6658779663572,"id":1045,"parentId":1002,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/webhook.mjs","layer":"ssr"},"startTime":1778050150090,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2356,"timestamp":6658779663676,"id":1046,"parentId":1002,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/workflow.mjs","layer":"ssr"},"startTime":1778050150090,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":682,"timestamp":6658779667382,"id":1047,"parentId":879,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs","layer":"ssr"},"startTime":1778050150093,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":5434,"timestamp":6658779668579,"id":1049,"parentId":879,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/tailwind-merge@3.5.0/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"ssr"},"startTime":1778050150095,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":6700,"timestamp":6658779668521,"id":1048,"parentId":1037,"tags":{"name":"__barrel_optimize__?names=Check,ClipboardList,Code2,Eye,FileCode2,FlaskConical,GitPullRequest,Loader2,Search,Shuffle,TestTube2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050150095,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":3317,"timestamp":6658779679151,"id":1050,"parentId":992,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/persona-dialog/helpers.tsx","layer":"ssr"},"startTime":1778050150105,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":3284,"timestamp":6658779679556,"id":1051,"parentId":992,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/persona-dialog/footer.tsx","layer":"ssr"},"startTime":1778050150106,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":3562,"timestamp":6658779679755,"id":1052,"parentId":992,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/persona-dialog/form-body.tsx","layer":"ssr"},"startTime":1778050150106,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3734,"timestamp":6658779680121,"id":1054,"parentId":1007,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/lru.js","layer":"ssr"},"startTime":1778050150106,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":3369,"timestamp":6658779680749,"id":1055,"parentId":997,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/primitives.tsx","layer":"ssr"},"startTime":1778050150107,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":4931,"timestamp":6658779679929,"id":1053,"parentId":997,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/form-panel.tsx","layer":"ssr"},"startTime":1778050150106,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":3436,"timestamp":6658779685272,"id":1060,"parentId":889,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.mjs","layer":"ssr"},"startTime":1778050150111,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":11281,"timestamp":6658779680956,"id":1056,"parentId":997,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/yaml-panel.tsx","layer":"ssr"},"startTime":1778050150107,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":10926,"timestamp":6658779681516,"id":1059,"parentId":1014,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/file-code-corner.mjs","layer":"ssr"},"startTime":1778050150108,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":11923,"timestamp":6658779681161,"id":1057,"parentId":997,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/emit.ts","layer":"ssr"},"startTime":1778050150107,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":12115,"timestamp":6658779681332,"id":1058,"parentId":997,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/constants.ts","layer":"ssr"},"startTime":1778050150107,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1391,"timestamp":6658779693770,"id":1061,"parentId":889,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/radix-ui@1.4.3_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react@19.2.14_react_8630af8f756c6a5269f4297295494860/node_modules/radix-ui/dist/index.mjs","layer":"ssr"},"startTime":1778050150120,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2796,"timestamp":6658779697904,"id":1065,"parentId":946,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/server-inserted-html.js","layer":"ssr"},"startTime":1778050150124,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2694,"timestamp":6658779698539,"id":1069,"parentId":1034,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/shuffle.mjs","layer":"ssr"},"startTime":1778050150125,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":3024,"timestamp":6658779698367,"id":1068,"parentId":997,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/template-live-yaml.ts","layer":"ssr"},"startTime":1778050150124,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":3735,"timestamp":6658779698194,"id":1067,"parentId":992,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/dialog.tsx","layer":"ssr"},"startTime":1778050150124,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":4922,"timestamp":6658779697974,"id":1066,"parentId":997,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/parse.ts","layer":"ssr"},"startTime":1778050150124,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":9934,"timestamp":6658779697739,"id":1062,"parentId":1051,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,CheckCircle2,Loader2,Trash2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050150124,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":9961,"timestamp":6658779697818,"id":1063,"parentId":1052,"tags":{"name":"__barrel_optimize__?names=AlertTriangle!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050150124,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":10024,"timestamp":6658779697867,"id":1064,"parentId":1053,"tags":{"name":"__barrel_optimize__?names=CheckCircle2,ChevronLeft,ChevronRight!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050150124,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":5057,"timestamp":6658779703196,"id":1071,"parentId":997,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/template-validation.ts","layer":"ssr"},"startTime":1778050150129,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":5113,"timestamp":6658779703373,"id":1072,"parentId":1029,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/run-viewer/state-badge.tsx","layer":"ssr"},"startTime":1778050150129,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":5085,"timestamp":6658779703555,"id":1073,"parentId":1029,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/run-viewer/lineage-gradient.ts","layer":"ssr"},"startTime":1778050150130,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":5638,"timestamp":6658779703128,"id":1070,"parentId":1058,"tags":{"name":"__barrel_optimize__?names=Layers,Shuffle,Sliders,Tag!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050150129,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1126,"timestamp":6658779711943,"id":1074,"parentId":1048,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/clipboard-list.mjs","layer":"ssr"},"startTime":1778050150138,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1138,"timestamp":6658779712097,"id":1075,"parentId":1048,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/flask-conical.mjs","layer":"ssr"},"startTime":1778050150138,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":3538,"timestamp":6658779712218,"id":1076,"parentId":1048,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/test-tube-diagonal.mjs","layer":"ssr"},"startTime":1778050150138,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":4195,"timestamp":6658779712329,"id":1077,"parentId":1048,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/git-pull-request.mjs","layer":"ssr"},"startTime":1778050150138,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2407,"timestamp":6658779714497,"id":1078,"parentId":1072,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,CheckCircle2,Loader2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050150141,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1494,"timestamp":6658779719733,"id":1082,"parentId":1064,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/chevron-left.mjs","layer":"ssr"},"startTime":1778050150146,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":2425,"timestamp":6658779719182,"id":1079,"parentId":1053,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/basics-step.tsx","layer":"ssr"},"startTime":1778050150145,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":2677,"timestamp":6658779719379,"id":1080,"parentId":1053,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/policy-step.tsx","layer":"ssr"},"startTime":1778050150145,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2605,"timestamp":6658779719949,"id":1084,"parentId":1070,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/tag.mjs","layer":"ssr"},"startTime":1778050150146,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2854,"timestamp":6658779719844,"id":1083,"parentId":1064,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/chevron-right.mjs","layer":"ssr"},"startTime":1778050150146,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":6061,"timestamp":6658779719564,"id":1081,"parentId":1053,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/fallback-step.tsx","layer":"ssr"},"startTime":1778050150146,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":14332,"timestamp":6658779727634,"id":1085,"parentId":1081,"tags":{"name":"__barrel_optimize__?names=Plus,Shuffle,X!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050150154,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":2820,"timestamp":6658779743050,"id":1086,"parentId":1071,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/template-schema.ts","layer":"ssr"},"startTime":1778050150169,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":2080,"timestamp":6658779753478,"id":1087,"parentId":1053,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/index.tsx","layer":"ssr"},"startTime":1778050150180,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2025,"timestamp":6658779758988,"id":1088,"parentId":1087,"tags":{"name":"__barrel_optimize__?names=Plus!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050150185,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":2382,"timestamp":6658779792542,"id":1089,"parentId":1087,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/primitives.tsx","layer":"ssr"},"startTime":1778050150219,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":6240,"timestamp":6658779792844,"id":1090,"parentId":1087,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/phase-card.tsx","layer":"ssr"},"startTime":1778050150219,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":6041,"timestamp":6658779793475,"id":1091,"parentId":1087,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/hooks.ts","layer":"ssr"},"startTime":1778050150220,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":585,"timestamp":6658779804350,"id":1092,"parentId":1086,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/index.js","layer":"ssr"},"startTime":1778050150230,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1455,"timestamp":6658779805530,"id":1094,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-aspect-ratio@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.14__@types_96bcec06796fd925f9bce26c5b0bc695/node_modules/@radix-ui/react-aspect-ratio/dist/index.mjs","layer":"ssr"},"startTime":1778050150232,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1635,"timestamp":6658779805602,"id":1095,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-accessible-icon@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.14__@ty_d82538e2dc1c85e81d10c78e4650fbee/node_modules/@radix-ui/react-accessible-icon/dist/index.mjs","layer":"ssr"},"startTime":1778050150232,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":3931,"timestamp":6658779805471,"id":1093,"parentId":1090,"tags":{"name":"__barrel_optimize__?names=ArrowDown,ArrowUp,ChevronDown,ChevronRight,Trash2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"ssr"},"startTime":1778050150232,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":5013,"timestamp":6658779805673,"id":1096,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-accordion@1.2.12_@types+react-dom@19.2.3_@types+react@19.2.14__@types+r_8b3df72274e0fa0cff1629993ef7cc33/node_modules/@radix-ui/react-accordion/dist/index.mjs","layer":"ssr"},"startTime":1778050150232,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":3379,"timestamp":6658779817390,"id":1100,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-collapsible@1.1.12_@types+react-dom@19.2.3_@types+react@19.2.14__@types_10a2c6d0ac3bcc7422bd3020fe61e076/node_modules/@radix-ui/react-collapsible/dist/index.mjs","layer":"ssr"},"startTime":1778050150243,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":4153,"timestamp":6658779817327,"id":1099,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-avatar@1.1.10_@types+react-dom@19.2.3_@types+react@19.2.14__@types+reac_06c5a164da4523571d3e9cd55d04eddf/node_modules/@radix-ui/react-avatar/dist/index.mjs","layer":"ssr"},"startTime":1778050150243,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":5836,"timestamp":6658779817120,"id":1097,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.14__@type_d492cfbed6c88f7a3980b921a627d48d/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","layer":"ssr"},"startTime":1778050150243,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":6685,"timestamp":6658779817255,"id":1098,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-checkbox@1.3.3_@types+react-dom@19.2.3_@types+react@19.2.14__@types+rea_a9bfe74df417688e01ae6068318bf0dd/node_modules/@radix-ui/react-checkbox/dist/index.mjs","layer":"ssr"},"startTime":1778050150243,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":7346,"timestamp":6658779819308,"id":1101,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-context-menu@2.2.16_@types+react-dom@19.2.3_@types+react@19.2.14__@type_7ddebea395c65d3c4d3683b445765102/node_modules/@radix-ui/react-context-menu/dist/index.mjs","layer":"ssr"},"startTime":1778050150245,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":8750,"timestamp":6658779827363,"id":1103,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.14__@types+reac_779045218dc2799d336e7197abef9d38/node_modules/@radix-ui/react-dialog/dist/index.mjs","layer":"ssr"},"startTime":1778050150253,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":10815,"timestamp":6658779827258,"id":1102,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react@1_ac782b7f287a9ebe6066a603dfc1b780/node_modules/@radix-ui/react-form/dist/index.mjs","layer":"ssr"},"startTime":1778050150253,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":7297,"timestamp":6658779832766,"id":1105,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-label@2.1.7_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react@_0e34a2d9c9cbbbf963013b9dd979f6f1/node_modules/@radix-ui/react-label/dist/index.mjs","layer":"ssr"},"startTime":1778050150259,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":8704,"timestamp":6658779832614,"id":1104,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-hover-card@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.14__@types+_7ad81962fbdf173de4beb0078b2863c0/node_modules/@radix-ui/react-hover-card/dist/index.mjs","layer":"ssr"},"startTime":1778050150259,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":829,"timestamp":6658779868712,"id":1107,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-direction@1.1.1_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-direction/dist/index.mjs","layer":"ssr"},"startTime":1778050150295,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":8204,"timestamp":6658779868578,"id":1106,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.14__@typ_73af8346b6b2e99f5d79f55f5dac0b34/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","layer":"ssr"},"startTime":1778050150295,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":7631,"timestamp":6658779873154,"id":1108,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.14__@types+rea_8b5332f8e883134e9d9ab2856fc4395d/node_modules/@radix-ui/react-popover/dist/index.mjs","layer":"ssr"},"startTime":1778050150299,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":9235,"timestamp":6658779873256,"id":1109,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.14__@types+rea_2538d85c615acf13b2f2294bd07156f9/node_modules/@radix-ui/react-menubar/dist/index.mjs","layer":"ssr"},"startTime":1778050150299,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":13324,"timestamp":6658779873328,"id":1110,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.14__@t_7563284ec2dc0b07b96e6ca399b56630/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","layer":"ssr"},"startTime":1778050150299,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":3581,"timestamp":6658780021984,"id":1114,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-portal@1.1.9_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react_7668895bec2444446faa4e0f4eb5244b/node_modules/@radix-ui/react-portal/dist/index.mjs","layer":"ssr"},"startTime":1778050150448,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":4383,"timestamp":6658780021820,"id":1112,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-progress@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.14__@types+rea_d26b5d8ff64e53a10c8029fddad30be5/node_modules/@radix-ui/react-progress/dist/index.mjs","layer":"ssr"},"startTime":1778050150448,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":9383,"timestamp":6658780020736,"id":1111,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-one-time-password-field@0.1.8_@types+react-dom@19.2.3_@types+react@19.2_d966c07edda083842dfc81816512d421/node_modules/@radix-ui/react-one-time-password-field/dist/index.mjs","layer":"ssr"},"startTime":1778050150447,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":9299,"timestamp":6658780021912,"id":1113,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-password-toggle-field@0.1.3_@types+react-dom@19.2.3_@types+react@19.2.1_f140fea76c74b024d58beaaf8d08d46c/node_modules/@radix-ui/react-password-toggle-field/dist/index.mjs","layer":"ssr"},"startTime":1778050150448,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":4329,"timestamp":6658780055907,"id":1115,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-radio-group@1.3.8_@types+react-dom@19.2.3_@types+react@19.2.14__@types+_cc2a70da647cefa06e7f90fd9b481f08/node_modules/@radix-ui/react-radio-group/dist/index.mjs","layer":"ssr"},"startTime":1778050150482,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1255,"timestamp":6658780072630,"id":1117,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-separator@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.14__@types+re_708d1054dbf5e38a292cb79d1c79b4a1/node_modules/@radix-ui/react-separator/dist/index.mjs","layer":"ssr"},"startTime":1778050150499,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":6699,"timestamp":6658780072791,"id":1119,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-slider@1.3.6_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react_c6a3fae91eb6750caf661d179680cb4a/node_modules/@radix-ui/react-slider/dist/index.mjs","layer":"ssr"},"startTime":1778050150499,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":9566,"timestamp":6658780072497,"id":1116,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-scroll-area@1.2.10_@types+react-dom@19.2.3_@types+react@19.2.14__@types_155614c2fe5222bb9b221068b09efefc/node_modules/@radix-ui/react-scroll-area/dist/index.mjs","layer":"ssr"},"startTime":1778050150499,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":17280,"timestamp":6658780072719,"id":1118,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-select@2.2.6_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react_53894a32562cb9eeb6aef8b357a4f4e3/node_modules/@radix-ui/react-select/dist/index.mjs","layer":"ssr"},"startTime":1778050150499,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":3616,"timestamp":6658780161739,"id":1120,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-tabs@1.1.13_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react@_2ad0945e3cb98dc5bbfaaf29c105e977/node_modules/@radix-ui/react-tabs/dist/index.mjs","layer":"ssr"},"startTime":1778050150588,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":5069,"timestamp":6658780163898,"id":1122,"parentId":1090,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/constants.ts","layer":"ssr"},"startTime":1778050150590,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":7489,"timestamp":6658780163647,"id":1121,"parentId":1090,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/phase-card-sections.tsx","layer":"ssr"},"startTime":1778050150590,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1528,"timestamp":6658780191537,"id":1125,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-slot@1.2.3_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"ssr"},"startTime":1778050150618,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":4011,"timestamp":6658780189966,"id":1123,"parentId":1093,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/arrow-down.mjs","layer":"ssr"},"startTime":1778050150616,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2893,"timestamp":6658780191393,"id":1124,"parentId":1093,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/arrow-up.mjs","layer":"ssr"},"startTime":1778050150617,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":3257,"timestamp":6658780195046,"id":1128,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-toggle@1.1.10_@types+react-dom@19.2.3_@types+react@19.2.14__@types+reac_63d136f11f5f79b42c1373b9162ffc86/node_modules/@radix-ui/react-toggle/dist/index.mjs","layer":"ssr"},"startTime":1778050150621,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":4048,"timestamp":6658780194865,"id":1126,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-switch@1.2.6_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react_e3738c514c10df2ef7e24af5ee461853/node_modules/@radix-ui/react-switch/dist/index.mjs","layer":"ssr"},"startTime":1778050150621,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":7035,"timestamp":6658780194962,"id":1127,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react_4581e89c6ba13e4159ce65546c8b2a16/node_modules/@radix-ui/react-toast/dist/index.mjs","layer":"ssr"},"startTime":1778050150621,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":836,"timestamp":6658780244253,"id":1130,"parentId":1092,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/external.js","layer":"ssr"},"startTime":1778050150670,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":10729,"timestamp":6658780244100,"id":1129,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-toggle-group@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.14__@type_0c124bdbaa351e80a671757a596f81ce/node_modules/@radix-ui/react-toggle-group/dist/index.mjs","layer":"ssr"},"startTime":1778050150670,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":632,"timestamp":6658780265218,"id":1131,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-visually-hidden@1.2.3_@types+react-dom@19.2.3_@types+react@19.2.14__@ty_fa89646d7248b32d1762bf88948f6339/node_modules/@radix-ui/react-visually-hidden/dist/index.mjs","layer":"ssr"},"startTime":1778050150691,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":817,"timestamp":6658780274385,"id":1134,"parentId":1096,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-primitive@2.1.3_@types+react-dom@19.2.3_@types+react@19.2.14__@types+re_1181ea5061ec9212248424669240e4ec/node_modules/@radix-ui/react-primitive/dist/index.mjs","layer":"ssr"},"startTime":1778050150700,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1014,"timestamp":6658780274488,"id":1135,"parentId":1096,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-compose-refs@1.1.2_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","layer":"ssr"},"startTime":1778050150701,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":5368,"timestamp":6658780271212,"id":1132,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-toolbar@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.14__@types+rea_0c21b1d71c2cf2b659e30aa892e5950d/node_modules/@radix-ui/react-toolbar/dist/index.mjs","layer":"ssr"},"startTime":1778050150697,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":8078,"timestamp":6658780271323,"id":1133,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-tooltip@1.2.8_@types+react-dom@19.2.3_@types+react@19.2.14__@types+reac_9074d9fb06315b089b2bee17c4c65951/node_modules/@radix-ui/react-tooltip/dist/index.mjs","layer":"ssr"},"startTime":1778050150697,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1099,"timestamp":6658780299957,"id":1136,"parentId":1096,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-context@1.1.2_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-context/dist/index.mjs","layer":"ssr"},"startTime":1778050150726,"traceId":"5115c684d0e0ffd7"}]
|
|
11
|
+
[{"name":"minify-js","duration":78021,"timestamp":6658781374740,"id":1237,"parentId":1230,"tags":{"name":"../app/new/page.js","cache":"MISS"},"startTime":1778050151801,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":72546,"timestamp":6658781380274,"id":1240,"parentId":1230,"tags":{"name":"../app/settings/page.js","cache":"MISS"},"startTime":1778050151806,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":62358,"timestamp":6658781390502,"id":1242,"parentId":1230,"tags":{"name":"../app/connect/page.js","cache":"MISS"},"startTime":1778050151817,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":60489,"timestamp":6658781392441,"id":1243,"parentId":1230,"tags":{"name":"../app/demo/[scenario]/page.js","cache":"MISS"},"startTime":1778050151818,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":58676,"timestamp":6658781394297,"id":1244,"parentId":1230,"tags":{"name":"../app/runs/page.js","cache":"MISS"},"startTime":1778050151820,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":57347,"timestamp":6658781395722,"id":1245,"parentId":1230,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1778050151822,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":51416,"timestamp":6658781401676,"id":1248,"parentId":1230,"tags":{"name":"../webpack-runtime.js","cache":"MISS"},"startTime":1778050151828,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":54490,"timestamp":6658781398635,"id":1246,"parentId":1230,"tags":{"name":"../app/settings/permissions/page.js","cache":"MISS"},"startTime":1778050151825,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":52896,"timestamp":6658781400270,"id":1247,"parentId":1230,"tags":{"name":"../app/runs/[runId]/page.js","cache":"MISS"},"startTime":1778050151826,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":70564,"timestamp":6658781382864,"id":1241,"parentId":1230,"tags":{"name":"../app/templates/page.js","cache":"MISS"},"startTime":1778050151809,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":25257,"timestamp":6658781428193,"id":1251,"parentId":1230,"tags":{"name":"504.js","cache":"MISS"},"startTime":1778050151854,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":37269,"timestamp":6658781434361,"id":1253,"parentId":1230,"tags":{"name":"557.js","cache":"MISS"},"startTime":1778050151860,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":80998,"timestamp":6658781401975,"id":1249,"parentId":1230,"tags":{"name":"332.js","cache":"MISS"},"startTime":1778050151828,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":68208,"timestamp":6658781429255,"id":1252,"parentId":1230,"tags":{"name":"668.js","cache":"MISS"},"startTime":1778050151855,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":60085,"timestamp":6658781441162,"id":1256,"parentId":1230,"tags":{"name":"681.js","cache":"MISS"},"startTime":1778050151867,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":61673,"timestamp":6658781441671,"id":1257,"parentId":1230,"tags":{"name":"95.js","cache":"MISS"},"startTime":1778050151868,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":63705,"timestamp":6658781442311,"id":1258,"parentId":1230,"tags":{"name":"946.js","cache":"MISS"},"startTime":1778050151868,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":66362,"timestamp":6658781440558,"id":1255,"parentId":1230,"tags":{"name":"498.js","cache":"MISS"},"startTime":1778050151867,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":64820,"timestamp":6658781444653,"id":1260,"parentId":1230,"tags":{"name":"429.js","cache":"MISS"},"startTime":1778050151871,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":75581,"timestamp":6658781436975,"id":1254,"parentId":1230,"tags":{"name":"144.js","cache":"MISS"},"startTime":1778050151863,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":73006,"timestamp":6658781442649,"id":1259,"parentId":1230,"tags":{"name":"597.js","cache":"MISS"},"startTime":1778050151869,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":161713,"timestamp":6658781407415,"id":1250,"parentId":1230,"tags":{"name":"451.js","cache":"MISS"},"startTime":1778050151833,"traceId":"5115c684d0e0ffd7"},{"name":"minify-webpack-plugin-optimize","duration":220319,"timestamp":6658781348827,"id":1230,"parentId":19,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1778050151775,"traceId":"5115c684d0e0ffd7"},{"name":"css-minimizer-plugin","duration":166,"timestamp":6658781569344,"id":1261,"parentId":19,"tags":{},"startTime":1778050151995,"traceId":"5115c684d0e0ffd7"},{"name":"create-trace-assets","duration":2644,"timestamp":6658781569777,"id":1262,"parentId":20,"tags":{},"startTime":1778050151996,"traceId":"5115c684d0e0ffd7"},{"name":"seal","duration":735464,"timestamp":6658780849674,"id":1217,"parentId":19,"tags":{},"startTime":1778050151276,"traceId":"5115c684d0e0ffd7"},{"name":"webpack-compilation","duration":4278475,"timestamp":6658777332413,"id":19,"parentId":16,"tags":{"name":"server"},"startTime":1778050147758,"traceId":"5115c684d0e0ffd7"},{"name":"emit","duration":8108,"timestamp":6658781611326,"id":1263,"parentId":16,"tags":{},"startTime":1778050152037,"traceId":"5115c684d0e0ffd7"},{"name":"webpack-close","duration":566376,"timestamp":6658781620659,"id":1264,"parentId":16,"tags":{"name":"server"},"startTime":1778050152047,"traceId":"5115c684d0e0ffd7"},{"name":"webpack-generate-error-stats","duration":2032,"timestamp":6658782187092,"id":1265,"parentId":1264,"tags":{},"startTime":1778050152613,"traceId":"5115c684d0e0ffd7"},{"name":"run-webpack-compiler","duration":5144640,"timestamp":6658777044722,"id":16,"parentId":15,"tags":{},"startTime":1778050147471,"traceId":"5115c684d0e0ffd7"},{"name":"format-webpack-messages","duration":69,"timestamp":6658782189368,"id":1266,"parentId":15,"tags":{},"startTime":1778050152615,"traceId":"5115c684d0e0ffd7"},{"name":"worker-main-server","duration":5145096,"timestamp":6658777044456,"id":15,"parentId":1,"tags":{},"startTime":1778050147471,"traceId":"5115c684d0e0ffd7"},{"name":"create-entrypoints","duration":11547,"timestamp":6658782605728,"id":1270,"parentId":1268,"tags":{},"startTime":1778050153032,"traceId":"5115c684d0e0ffd7"},{"name":"generate-webpack-config","duration":207633,"timestamp":6658782617402,"id":1271,"parentId":1269,"tags":{},"startTime":1778050153043,"traceId":"5115c684d0e0ffd7"},{"name":"make","duration":593,"timestamp":6658782893426,"id":1273,"parentId":1272,"tags":{},"startTime":1778050153319,"traceId":"5115c684d0e0ffd7"},{"name":"chunk-graph","duration":526,"timestamp":6658782896243,"id":1275,"parentId":1274,"tags":{},"startTime":1778050153322,"traceId":"5115c684d0e0ffd7"},{"name":"optimize-modules","duration":28,"timestamp":6658782896883,"id":1277,"parentId":1274,"tags":{},"startTime":1778050153323,"traceId":"5115c684d0e0ffd7"},{"name":"optimize-chunks","duration":678,"timestamp":6658782896994,"id":1278,"parentId":1274,"tags":{},"startTime":1778050153323,"traceId":"5115c684d0e0ffd7"},{"name":"optimize-tree","duration":87,"timestamp":6658782897735,"id":1279,"parentId":1274,"tags":{},"startTime":1778050153324,"traceId":"5115c684d0e0ffd7"},{"name":"optimize-chunk-modules","duration":390,"timestamp":6658782897984,"id":1280,"parentId":1274,"tags":{},"startTime":1778050153324,"traceId":"5115c684d0e0ffd7"},{"name":"optimize","duration":1688,"timestamp":6658782896832,"id":1276,"parentId":1274,"tags":{},"startTime":1778050153323,"traceId":"5115c684d0e0ffd7"},{"name":"module-hash","duration":70,"timestamp":6658782899330,"id":1281,"parentId":1274,"tags":{},"startTime":1778050153325,"traceId":"5115c684d0e0ffd7"},{"name":"code-generation","duration":163,"timestamp":6658782899442,"id":1282,"parentId":1274,"tags":{},"startTime":1778050153325,"traceId":"5115c684d0e0ffd7"},{"name":"hash","duration":317,"timestamp":6658782899861,"id":1283,"parentId":1274,"tags":{},"startTime":1778050153326,"traceId":"5115c684d0e0ffd7"},{"name":"code-generation-jobs","duration":121,"timestamp":6658782900176,"id":1284,"parentId":1274,"tags":{},"startTime":1778050153326,"traceId":"5115c684d0e0ffd7"},{"name":"module-assets","duration":74,"timestamp":6658782900270,"id":1285,"parentId":1274,"tags":{},"startTime":1778050153326,"traceId":"5115c684d0e0ffd7"},{"name":"create-chunk-assets","duration":150,"timestamp":6658782900360,"id":1286,"parentId":1274,"tags":{},"startTime":1778050153326,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":1015,"timestamp":6658782904497,"id":1288,"parentId":1287,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"MISS"},"startTime":1778050153331,"traceId":"5115c684d0e0ffd7"},{"name":"minify-webpack-plugin-optimize","duration":2170,"timestamp":6658782903348,"id":1287,"parentId":1272,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1778050153329,"traceId":"5115c684d0e0ffd7"},{"name":"css-minimizer-plugin","duration":80,"timestamp":6658782905584,"id":1289,"parentId":1272,"tags":{},"startTime":1778050153332,"traceId":"5115c684d0e0ffd7"},{"name":"seal","duration":12122,"timestamp":6658782895767,"id":1274,"parentId":1272,"tags":{},"startTime":1778050153322,"traceId":"5115c684d0e0ffd7"},{"name":"webpack-compilation","duration":20050,"timestamp":6658782888203,"id":1272,"parentId":1269,"tags":{"name":"edge-server"},"startTime":1778050153314,"traceId":"5115c684d0e0ffd7"},{"name":"emit","duration":2771,"timestamp":6658782908599,"id":1290,"parentId":1269,"tags":{},"startTime":1778050153335,"traceId":"5115c684d0e0ffd7"},{"name":"webpack-close","duration":7373,"timestamp":6658782911996,"id":1291,"parentId":1269,"tags":{"name":"edge-server"},"startTime":1778050153338,"traceId":"5115c684d0e0ffd7"},{"name":"webpack-generate-error-stats","duration":1900,"timestamp":6658782919406,"id":1292,"parentId":1291,"tags":{},"startTime":1778050153345,"traceId":"5115c684d0e0ffd7"},{"name":"run-webpack-compiler","duration":315661,"timestamp":6658782605724,"id":1269,"parentId":1268,"tags":{},"startTime":1778050153032,"traceId":"5115c684d0e0ffd7"},{"name":"format-webpack-messages","duration":64,"timestamp":6658782921390,"id":1293,"parentId":1268,"tags":{},"startTime":1778050153347,"traceId":"5115c684d0e0ffd7"},{"name":"worker-main-edge-server","duration":316105,"timestamp":6658782605459,"id":1268,"parentId":1,"tags":{},"startTime":1778050153032,"traceId":"5115c684d0e0ffd7"},{"name":"create-entrypoints","duration":11066,"timestamp":6658783304332,"id":1296,"parentId":1294,"tags":{},"startTime":1778050153730,"traceId":"5115c684d0e0ffd7"},{"name":"generate-webpack-config","duration":202832,"timestamp":6658783315533,"id":1297,"parentId":1295,"tags":{},"startTime":1778050153742,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":7548,"timestamp":6658783642865,"id":1324,"parentId":1302,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1778050154069,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":276,"timestamp":6658783650523,"id":1325,"parentId":1304,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=false!","layer":"app-pages-browser"},"startTime":1778050154077,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":942,"timestamp":6658783650825,"id":1326,"parentId":1306,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1778050154077,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":356,"timestamp":6658783651787,"id":1327,"parentId":1307,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1778050154078,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":350,"timestamp":6658783652237,"id":1328,"parentId":1313,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fnew%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1778050154078,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":373,"timestamp":6658783652608,"id":1329,"parentId":1314,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fonboarding%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1778050154079,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":281,"timestamp":6658783653034,"id":1330,"parentId":1315,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fpersonas%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1778050154079,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":366,"timestamp":6658783653334,"id":1331,"parentId":1316,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fsettings%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1778050154079,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":405,"timestamp":6658783653776,"id":1332,"parentId":1317,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Ftemplates%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1778050154080,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":722,"timestamp":6658783654257,"id":1333,"parentId":1318,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fopenrouter-card.tsx%22%2C%22ids%22%3A%5B%22OpenRouterCard%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Forchestrator-card.tsx%22%2C%22ids%22%3A%5B%22OrchestratorCard%22%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1778050154080,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":313,"timestamp":6658783655045,"id":1334,"parentId":1319,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fdemo%2F%5Bscenario%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1778050154081,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":471,"timestamp":6658783655415,"id":1335,"parentId":1320,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fruns-table.tsx%22%2C%22ids%22%3A%5B%22RunsTable%22%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1778050154081,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":764,"timestamp":6658783655945,"id":1336,"parentId":1321,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Flucide-react%401.12.0_react%4019.2.4%2Fnode_modules%2Flucide-react%2Fdist%2Fesm%2FIcon.mjs%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fapp-dir%2Flink.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Flineage-fleet-card.tsx%22%2C%22ids%22%3A%5B%22LineageFleetCard%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fopencode-fleet-card.tsx%22%2C%22ids%22%3A%5B%22OpencodeFleetCard%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fopenrouter-fleet-card.tsx%22%2C%22ids%22%3A%5B%22OpenRouterFleetCard%22%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1778050154082,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":390,"timestamp":6658783656727,"id":1337,"parentId":1322,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fsettings%2Fpermissions%2Fpermissions-form.tsx%22%2C%22ids%22%3A%5B%22PermissionsForm%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1778050154083,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":379,"timestamp":6658783657157,"id":1338,"parentId":1323,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Flive-run-real%2Findex.tsx%22%2C%22ids%22%3A%5B%22LiveRunReal%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1778050154083,"traceId":"5115c684d0e0ffd7"},{"name":"next-client-pages-loader","duration":192,"timestamp":6658783657954,"id":1340,"parentId":1339,"tags":{"absolutePagePath":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-not-found.js"},"startTime":1778050154084,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":3991,"timestamp":6658783657551,"id":1339,"parentId":1303,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&page=%2F_not-found%2Fpage!","layer":"app-pages-browser"},"startTime":1778050154084,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":48611,"timestamp":6658783613459,"id":1304,"parentId":1299,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1778050154039,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":48609,"timestamp":6658783613474,"id":1305,"parentId":1299,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1778050154040,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":48580,"timestamp":6658783613506,"id":1308,"parentId":1299,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1778050154040,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":48564,"timestamp":6658783613525,"id":1309,"parentId":1299,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1778050154040,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":48486,"timestamp":6658783613605,"id":1310,"parentId":1299,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1778050154040,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":48436,"timestamp":6658783613661,"id":1311,"parentId":1299,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1778050154040,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":48422,"timestamp":6658783613676,"id":1312,"parentId":1299,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1778050154040,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":9036,"timestamp":6658783671221,"id":1341,"parentId":1300,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/next.js","layer":"pages-dir-browser"},"startTime":1778050154097,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":8139,"timestamp":6658783673697,"id":1342,"parentId":1301,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/app-next.js","layer":"app-pages-browser"},"startTime":1778050154100,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3370,"timestamp":6658783688874,"id":1343,"parentId":1339,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-not-found.js","layer":"app-pages-browser"},"startTime":1778050154115,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2515,"timestamp":6658783694068,"id":1344,"parentId":1341,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/register-deployment-id-global.js","layer":"pages-dir-browser"},"startTime":1778050154120,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4438,"timestamp":6658783694232,"id":1345,"parentId":1341,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/webpack.js","layer":"pages-dir-browser"},"startTime":1778050154120,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5763,"timestamp":6658783694378,"id":1346,"parentId":1342,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/app-webpack.js","layer":"app-pages-browser"},"startTime":1778050154120,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":13243,"timestamp":6658783694588,"id":1347,"parentId":1342,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/app-bootstrap.js","layer":"app-pages-browser"},"startTime":1778050154121,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":23040,"timestamp":6658783694753,"id":1348,"parentId":1342,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/app-index.js","layer":"app-pages-browser"},"startTime":1778050154121,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":35429,"timestamp":6658783694894,"id":1349,"parentId":1341,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/index.js","layer":"pages-dir-browser"},"startTime":1778050154121,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":973,"timestamp":6658783737816,"id":1351,"parentId":1341,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/require-instrumentation-client.js","layer":"pages-dir-browser"},"startTime":1778050154164,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1481,"timestamp":6658783738047,"id":1352,"parentId":1342,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/require-instrumentation-client.js","layer":"app-pages-browser"},"startTime":1778050154164,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4040,"timestamp":6658783737482,"id":1350,"parentId":1346,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/register-deployment-id-global.js","layer":"app-pages-browser"},"startTime":1778050154164,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3797,"timestamp":6658783758031,"id":1354,"parentId":1324,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js","layer":"app-pages-browser"},"startTime":1778050154184,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5845,"timestamp":6658783757679,"id":1353,"parentId":1324,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js","layer":"app-pages-browser"},"startTime":1778050154184,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5830,"timestamp":6658783758275,"id":1355,"parentId":1324,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js","layer":"app-pages-browser"},"startTime":1778050154184,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7315,"timestamp":6658783758617,"id":1357,"parentId":1324,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js","layer":"app-pages-browser"},"startTime":1778050154185,"traceId":"5115c684d0e0ffd7"}]
|
|
12
|
+
[{"name":"build-module-js","duration":10596,"timestamp":6658783758759,"id":1358,"parentId":1324,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"app-pages-browser"},"startTime":1778050154185,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":10868,"timestamp":6658783759348,"id":1359,"parentId":1343,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-fallback.js","layer":"app-pages-browser"},"startTime":1778050154185,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":15950,"timestamp":6658783759746,"id":1360,"parentId":1342,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/app-router.js","layer":"app-pages-browser"},"startTime":1778050154186,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":22242,"timestamp":6658783758458,"id":1356,"parentId":1324,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js","layer":"app-pages-browser"},"startTime":1778050154184,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7797,"timestamp":6658783805865,"id":1361,"parentId":1336,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/app-dir/link.js","layer":"app-pages-browser"},"startTime":1778050154232,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":9637,"timestamp":6658783807287,"id":1365,"parentId":1331,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/page.tsx","layer":"app-pages-browser"},"startTime":1778050154233,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":13795,"timestamp":6658783806232,"id":1363,"parentId":1328,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/new/page.tsx","layer":"app-pages-browser"},"startTime":1778050154232,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":16213,"timestamp":6658783806882,"id":1364,"parentId":1329,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/page.tsx","layer":"app-pages-browser"},"startTime":1778050154233,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":19340,"timestamp":6658783807591,"id":1366,"parentId":1332,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/templates/page.tsx","layer":"app-pages-browser"},"startTime":1778050154234,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":19229,"timestamp":6658783808174,"id":1368,"parentId":1333,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/mobile-top-bar.tsx","layer":"app-pages-browser"},"startTime":1778050154234,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":25377,"timestamp":6658783806095,"id":1362,"parentId":1324,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js","layer":"app-pages-browser"},"startTime":1778050154232,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":26991,"timestamp":6658783807875,"id":1367,"parentId":1333,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/app-sidebar.tsx","layer":"app-pages-browser"},"startTime":1778050154234,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":29379,"timestamp":6658783808471,"id":1369,"parentId":1333,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/openrouter-card.tsx","layer":"app-pages-browser"},"startTime":1778050154235,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":3959,"timestamp":6658783871457,"id":1371,"parentId":1335,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/runs-table.tsx","layer":"app-pages-browser"},"startTime":1778050154297,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":6390,"timestamp":6658783871146,"id":1370,"parentId":1333,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/orchestrator-card.tsx","layer":"app-pages-browser"},"startTime":1778050154297,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":7792,"timestamp":6658783872628,"id":1372,"parentId":1336,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/lineage-fleet-card.tsx","layer":"app-pages-browser"},"startTime":1778050154299,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":8783,"timestamp":6658783872921,"id":1373,"parentId":1336,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/opencode-fleet-card.tsx","layer":"app-pages-browser"},"startTime":1778050154299,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2074,"timestamp":6658783887278,"id":1377,"parentId":1348,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/app-globals.js","layer":"app-pages-browser"},"startTime":1778050154313,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":4380,"timestamp":6658783886208,"id":1374,"parentId":1336,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/openrouter-fleet-card.tsx","layer":"app-pages-browser"},"startTime":1778050154312,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":5609,"timestamp":6658783886977,"id":1376,"parentId":1337,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/permissions/permissions-form.tsx","layer":"app-pages-browser"},"startTime":1778050154313,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5713,"timestamp":6658783887447,"id":1378,"parentId":1347,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/asset-prefix.js","layer":"app-pages-browser"},"startTime":1778050154313,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6624,"timestamp":6658783887618,"id":1379,"parentId":1347,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/set-attributes-from-props.js","layer":"app-pages-browser"},"startTime":1778050154314,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":9871,"timestamp":6658783886787,"id":1375,"parentId":1330,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/personas/page.tsx","layer":"app-pages-browser"},"startTime":1778050154313,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":14927,"timestamp":6658783887780,"id":1380,"parentId":1338,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/live-run-real/index.tsx","layer":"app-pages-browser"},"startTime":1778050154314,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":2947,"timestamp":6658783911344,"id":1381,"parentId":1334,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/demo/[scenario]/page.tsx","layer":"app-pages-browser"},"startTime":1778050154337,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1654,"timestamp":6658783918670,"id":1382,"parentId":1348,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/app-call-server.js","layer":"app-pages-browser"},"startTime":1778050154345,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2996,"timestamp":6658783921254,"id":1383,"parentId":1348,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/app-find-source-map-url.js","layer":"app-pages-browser"},"startTime":1778050154347,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3123,"timestamp":6658783921564,"id":1385,"parentId":1348,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/navigation-build-id.js","layer":"app-pages-browser"},"startTime":1778050154348,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4671,"timestamp":6658783921396,"id":1384,"parentId":1348,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/flight-data-helpers.js","layer":"app-pages-browser"},"startTime":1778050154347,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5547,"timestamp":6658783921738,"id":1386,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/head-manager.js","layer":"pages-dir-browser"},"startTime":1778050154348,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6623,"timestamp":6658783921899,"id":1387,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/router.js","layer":"pages-dir-browser"},"startTime":1778050154348,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1356,"timestamp":6658783929666,"id":1391,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/is-error.js","layer":"pages-dir-browser"},"startTime":1778050154356,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3551,"timestamp":6658783929224,"id":1388,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/route-announcer.js","layer":"pages-dir-browser"},"startTime":1778050154355,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3914,"timestamp":6658783929459,"id":1390,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/remove-base-path.js","layer":"pages-dir-browser"},"startTime":1778050154355,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3855,"timestamp":6658783929910,"id":1393,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/has-base-path.js","layer":"pages-dir-browser"},"startTime":1778050154356,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4566,"timestamp":6658783929715,"id":1392,"parentId":1360,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/remove-base-path.js","layer":"app-pages-browser"},"startTime":1778050154356,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6352,"timestamp":6658783929358,"id":1389,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/page-loader.js","layer":"pages-dir-browser"},"startTime":1778050154355,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6043,"timestamp":6658783930075,"id":1394,"parentId":1360,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/has-base-path.js","layer":"app-pages-browser"},"startTime":1778050154356,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":8064,"timestamp":6658783930231,"id":1395,"parentId":1348,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/app-router-instance.js","layer":"app-pages-browser"},"startTime":1778050154356,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":825,"timestamp":6658783945587,"id":1402,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"pages-dir-browser"},"startTime":1778050154372,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5880,"timestamp":6658783942940,"id":1396,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/script.js","layer":"pages-dir-browser"},"startTime":1778050154369,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5716,"timestamp":6658783944769,"id":1397,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/is-next-router-error.js","layer":"pages-dir-browser"},"startTime":1778050154371,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6088,"timestamp":6658783945086,"id":1399,"parentId":1348,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/react-client-callbacks/on-recoverable-error.js","layer":"app-pages-browser"},"startTime":1778050154371,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6527,"timestamp":6658783945259,"id":1400,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/react-client-callbacks/on-recoverable-error.js","layer":"pages-dir-browser"},"startTime":1778050154371,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7181,"timestamp":6658783945463,"id":1401,"parentId":1348,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/react-client-callbacks/error-boundary-callbacks.js","layer":"app-pages-browser"},"startTime":1778050154371,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":10418,"timestamp":6658783944933,"id":1398,"parentId":1324,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js","layer":"app-pages-browser"},"startTime":1778050154371,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":459,"timestamp":6658783958742,"id":1405,"parentId":1351,"tags":{"layer":null},"startTime":1778050154385,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3729,"timestamp":6658783958606,"id":1404,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/tracing/tracer.js","layer":"pages-dir-browser"},"startTime":1778050154385,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4814,"timestamp":6658783958453,"id":1403,"parentId":1348,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js","layer":"app-pages-browser"},"startTime":1778050154384,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4416,"timestamp":6658783959373,"id":1407,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/pages/_app.js","layer":"pages-dir-browser"},"startTime":1778050154385,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4748,"timestamp":6658783959531,"id":1408,"parentId":1344,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/deployment-id.js","layer":"pages-dir-browser"},"startTime":1778050154386,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5056,"timestamp":6658783959639,"id":1409,"parentId":1346,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/deployment-id.js","layer":"app-pages-browser"},"startTime":1778050154386,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6240,"timestamp":6658783959222,"id":1406,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/pages/_error.js","layer":"pages-dir-browser"},"startTime":1778050154385,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3349,"timestamp":6658783969334,"id":1410,"parentId":1346,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"app-pages-browser"},"startTime":1778050154395,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3426,"timestamp":6658783969494,"id":1411,"parentId":1348,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1778050154396,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3475,"timestamp":6658783969657,"id":1412,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1778050154396,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3656,"timestamp":6658783969805,"id":1413,"parentId":1348,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1778050154396,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3813,"timestamp":6658783969961,"id":1414,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1778050154396,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3734,"timestamp":6658783970228,"id":1416,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1778050154396,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4178,"timestamp":6658783970082,"id":1415,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/mitt.js","layer":"pages-dir-browser"},"startTime":1778050154396,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3780,"timestamp":6658783970682,"id":1419,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1778050154397,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3983,"timestamp":6658783970840,"id":1420,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1778050154397,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4216,"timestamp":6658783970996,"id":1421,"parentId":1353,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1778050154397,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6120,"timestamp":6658783970519,"id":1418,"parentId":1361,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/utils.js","layer":"app-pages-browser"},"startTime":1778050154397,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7408,"timestamp":6658783970380,"id":1417,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/utils.js","layer":"pages-dir-browser"},"startTime":1778050154396,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":13248,"timestamp":6658783971174,"id":1422,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/adapters.js","layer":"pages-dir-browser"},"startTime":1778050154397,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6565,"timestamp":6658783978297,"id":1423,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/disable-smooth-scroll.js","layer":"pages-dir-browser"},"startTime":1778050154404,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6881,"timestamp":6658783978431,"id":1424,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":"pages-dir-browser"},"startTime":1778050154404,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7254,"timestamp":6658783978542,"id":1425,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"pages-dir-browser"},"startTime":1778050154405,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7456,"timestamp":6658783978643,"id":1426,"parentId":1356,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/disable-smooth-scroll.js","layer":"app-pages-browser"},"startTime":1778050154405,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7712,"timestamp":6658783978827,"id":1427,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/portal/index.js","layer":"pages-dir-browser"},"startTime":1778050154405,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":8907,"timestamp":6658783978982,"id":1428,"parentId":1353,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/route-params.js","layer":"app-pages-browser"},"startTime":1778050154405,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1548,"timestamp":6658783989786,"id":1430,"parentId":1343,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/react/jsx-runtime.js","layer":"app-pages-browser"},"startTime":1778050154416,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1242,"timestamp":6658783990486,"id":1431,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react@19.2.4/node_modules/react/jsx-runtime.js","layer":"pages-dir-browser"},"startTime":1778050154417,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1763,"timestamp":6658783990513,"id":1432,"parentId":1348,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/react-dom/client.js","layer":"app-pages-browser"},"startTime":1778050154417,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2197,"timestamp":6658783990539,"id":1433,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-dom@19.2.4_react@19.2.4/node_modules/react-dom/client.js","layer":"pages-dir-browser"},"startTime":1778050154417,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2360,"timestamp":6658783990567,"id":1434,"parentId":1348,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/react-server-dom-webpack/client.browser.js","layer":"app-pages-browser"},"startTime":1778050154417,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":9640,"timestamp":6658783988873,"id":1429,"parentId":1336,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/Icon.mjs","layer":"app-pages-browser"},"startTime":1778050154415,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":8582,"timestamp":6658783990595,"id":1435,"parentId":1354,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/request/params.browser.js","layer":"app-pages-browser"},"startTime":1778050154417,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":8963,"timestamp":6658783990796,"id":1436,"parentId":1353,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/request/search-params.browser.js","layer":"app-pages-browser"},"startTime":1778050154417,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3195,"timestamp":6658784005695,"id":1437,"parentId":1348,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/react/index.js","layer":"app-pages-browser"},"startTime":1778050154432,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6036,"timestamp":6658784005806,"id":1438,"parentId":1357,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/handle-isr-error.js","layer":"app-pages-browser"},"startTime":1778050154432,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6376,"timestamp":6658784006106,"id":1439,"parentId":1358,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/navigation-untracked.js","layer":"app-pages-browser"},"startTime":1778050154432,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5292,"timestamp":6658784008189,"id":1441,"parentId":1357,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/error-styles.js","layer":"app-pages-browser"},"startTime":1778050154434,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5773,"timestamp":6658784008328,"id":1442,"parentId":1358,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"app-pages-browser"},"startTime":1778050154434,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2116,"timestamp":6658784015957,"id":1447,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react@19.2.4/node_modules/react/index.js","layer":"pages-dir-browser"},"startTime":1778050154442,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3055,"timestamp":6658784016495,"id":1451,"parentId":1363,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/api/navigation.js","layer":"app-pages-browser"},"startTime":1778050154443,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5256,"timestamp":6658784015439,"id":1443,"parentId":1358,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"app-pages-browser"},"startTime":1778050154441,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5470,"timestamp":6658784015571,"id":1444,"parentId":1359,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/styles/access-error-styles.js","layer":"app-pages-browser"},"startTime":1778050154442,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5955,"timestamp":6658784015793,"id":1446,"parentId":1360,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"app-pages-browser"},"startTime":1778050154442,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6066,"timestamp":6658784016012,"id":1448,"parentId":1360,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"app-pages-browser"},"startTime":1778050154442,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7396,"timestamp":6658784015683,"id":1445,"parentId":1360,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/use-action-queue.js","layer":"app-pages-browser"},"startTime":1778050154442,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7173,"timestamp":6658784016336,"id":1450,"parentId":1360,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/reducers/committed-state.js","layer":"app-pages-browser"},"startTime":1778050154442,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":8029,"timestamp":6658784016176,"id":1449,"parentId":1360,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/app-router-announcer.js","layer":"app-pages-browser"},"startTime":1778050154442,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7847,"timestamp":6658784016631,"id":1452,"parentId":1360,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"app-pages-browser"},"startTime":1778050154443,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":8157,"timestamp":6658784016888,"id":1454,"parentId":1360,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js","layer":"app-pages-browser"},"startTime":1778050154443,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":9163,"timestamp":6658784016766,"id":1453,"parentId":1360,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/redirect-boundary.js","layer":"app-pages-browser"},"startTime":1778050154443,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":9624,"timestamp":6658784017060,"id":1455,"parentId":1360,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/redirect.js","layer":"app-pages-browser"},"startTime":1778050154443,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":9791,"timestamp":6658784017395,"id":1457,"parentId":1360,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/redirect-error.js","layer":"app-pages-browser"},"startTime":1778050154443,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":10516,"timestamp":6658784017235,"id":1456,"parentId":1360,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/nav-failure-handler.js","layer":"app-pages-browser"},"startTime":1778050154443,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":11694,"timestamp":6658784017559,"id":1458,"parentId":1360,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"app-pages-browser"},"startTime":1778050154444,"traceId":"5115c684d0e0ffd7"}]
|
|
13
|
+
[{"name":"build-module-js","duration":537,"timestamp":6658784032620,"id":1466,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"pages-dir-browser"},"startTime":1778050154459,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2708,"timestamp":6658784032220,"id":1463,"parentId":1377,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"app-pages-browser"},"startTime":1778050154458,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2579,"timestamp":6658784032524,"id":1465,"parentId":1348,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"app-pages-browser"},"startTime":1778050154459,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4595,"timestamp":6658784031755,"id":1460,"parentId":1360,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/errors/root-error-boundary.js","layer":"app-pages-browser"},"startTime":1778050154458,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6233,"timestamp":6658784031593,"id":1459,"parentId":1360,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/links.js","layer":"app-pages-browser"},"startTime":1778050154458,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6366,"timestamp":6658784032349,"id":1464,"parentId":1356,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/error-boundary.js","layer":"app-pages-browser"},"startTime":1778050154458,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1171,"timestamp":6658784044703,"id":1467,"parentId":1349,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"pages-dir-browser"},"startTime":1778050154471,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2306,"timestamp":6658784044736,"id":1468,"parentId":1355,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"app-pages-browser"},"startTime":1778050154471,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3176,"timestamp":6658784044820,"id":1469,"parentId":1356,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"app-pages-browser"},"startTime":1778050154471,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3645,"timestamp":6658784044952,"id":1470,"parentId":1356,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/bfcache-state-manager.js","layer":"app-pages-browser"},"startTime":1778050154471,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4087,"timestamp":6658784045084,"id":1471,"parentId":1356,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"app-pages-browser"},"startTime":1778050154471,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1018,"timestamp":6658784051294,"id":1481,"parentId":1356,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/react-dom/index.js","layer":"app-pages-browser"},"startTime":1778050154477,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4508,"timestamp":6658784049573,"id":1472,"parentId":1361,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/add-base-path.js","layer":"app-pages-browser"},"startTime":1778050154476,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4808,"timestamp":6658784049733,"id":1473,"parentId":1361,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/use-merged-ref.js","layer":"app-pages-browser"},"startTime":1778050154476,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4778,"timestamp":6658784049973,"id":1475,"parentId":1361,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/utils/error-once.js","layer":"app-pages-browser"},"startTime":1778050154476,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4691,"timestamp":6658784050329,"id":1477,"parentId":1361,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"app-pages-browser"},"startTime":1778050154476,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5896,"timestamp":6658784050154,"id":1476,"parentId":1361,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"app-pages-browser"},"startTime":1778050154476,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6078,"timestamp":6658784050503,"id":1478,"parentId":1361,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/types.js","layer":"app-pages-browser"},"startTime":1778050154477,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":6332,"timestamp":6658784050676,"id":1479,"parentId":1365,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/form-view.tsx","layer":"app-pages-browser"},"startTime":1778050154477,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":7040,"timestamp":6658784050990,"id":1480,"parentId":1365,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/primitives.tsx","layer":"app-pages-browser"},"startTime":1778050154477,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":7256,"timestamp":6658784051335,"id":1482,"parentId":1365,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/yaml-view.tsx","layer":"app-pages-browser"},"startTime":1778050154477,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":7332,"timestamp":6658784051610,"id":1483,"parentId":1363,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/new/picker.tsx","layer":"app-pages-browser"},"startTime":1778050154478,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":18123,"timestamp":6658784049855,"id":1474,"parentId":1356,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"app-pages-browser"},"startTime":1778050154476,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":1968,"timestamp":6658784074618,"id":1485,"parentId":1365,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/app-shell.tsx","layer":"app-pages-browser"},"startTime":1778050154501,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":2520,"timestamp":6658784074887,"id":1486,"parentId":1365,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/page-header.tsx","layer":"app-pages-browser"},"startTime":1778050154501,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":4203,"timestamp":6658784074357,"id":1484,"parentId":1363,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/new/prompt-card.tsx","layer":"app-pages-browser"},"startTime":1778050154500,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":3994,"timestamp":6658784075190,"id":1487,"parentId":1363,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/new/helpers.ts","layer":"app-pages-browser"},"startTime":1778050154501,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":4750,"timestamp":6658784080057,"id":1488,"parentId":1364,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/api-keys-section.tsx","layer":"app-pages-browser"},"startTime":1778050154506,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3425,"timestamp":6658784082025,"id":1489,"parentId":1386,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/set-attributes-from-props.js","layer":"pages-dir-browser"},"startTime":1778050154508,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3555,"timestamp":6658784082339,"id":1491,"parentId":1389,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/add-base-path.js","layer":"pages-dir-browser"},"startTime":1778050154508,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":5745,"timestamp":6658784082451,"id":1492,"parentId":1364,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/permissions-section.tsx","layer":"app-pages-browser"},"startTime":1778050154508,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":5670,"timestamp":6658784083007,"id":1494,"parentId":1363,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/badge.tsx","layer":"app-pages-browser"},"startTime":1778050154509,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":6665,"timestamp":6658784082753,"id":1493,"parentId":1364,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/submit.ts","layer":"app-pages-browser"},"startTime":1778050154509,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":8978,"timestamp":6658784082151,"id":1490,"parentId":1364,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/cli-section.tsx","layer":"app-pages-browser"},"startTime":1778050154508,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2493,"timestamp":6658784095076,"id":1495,"parentId":1362,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-constants.js","layer":"app-pages-browser"},"startTime":1778050154521,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2044,"timestamp":6658784096081,"id":1499,"parentId":1399,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/is-error.js","layer":"app-pages-browser"},"startTime":1778050154522,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":3592,"timestamp":6658784095518,"id":1497,"parentId":1363,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/types.ts","layer":"app-pages-browser"},"startTime":1778050154522,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":4593,"timestamp":6658784095216,"id":1496,"parentId":1363,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/settings.ts","layer":"app-pages-browser"},"startTime":1778050154521,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4081,"timestamp":6658784096209,"id":1500,"parentId":1397,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/redirect-error.js","layer":"pages-dir-browser"},"startTime":1778050154522,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4435,"timestamp":6658784096366,"id":1501,"parentId":1397,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"pages-dir-browser"},"startTime":1778050154522,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":5249,"timestamp":6658784095788,"id":1498,"parentId":1364,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/triad-logo.tsx","layer":"app-pages-browser"},"startTime":1778050154522,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":4883,"timestamp":6658784096509,"id":1502,"parentId":1364,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/button.tsx","layer":"app-pages-browser"},"startTime":1778050154523,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3363,"timestamp":6658784103617,"id":1503,"parentId":1401,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/is-next-router-error.js","layer":"app-pages-browser"},"startTime":1778050154530,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":3609,"timestamp":6658784103774,"id":1504,"parentId":1364,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/voices.ts","layer":"app-pages-browser"},"startTime":1778050154530,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":3684,"timestamp":6658784103963,"id":1505,"parentId":1364,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/orchestrators.ts","layer":"app-pages-browser"},"startTime":1778050154530,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":3677,"timestamp":6658784104262,"id":1506,"parentId":1368,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/mobile-nav.tsx","layer":"app-pages-browser"},"startTime":1778050154530,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":3808,"timestamp":6658784104551,"id":1507,"parentId":1366,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/card.tsx","layer":"app-pages-browser"},"startTime":1778050154531,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":3835,"timestamp":6658784104802,"id":1508,"parentId":1363,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/index.ts","layer":"app-pages-browser"},"startTime":1778050154531,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":3983,"timestamp":6658784104985,"id":1509,"parentId":1366,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/code-block.tsx","layer":"app-pages-browser"},"startTime":1778050154531,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":3636,"timestamp":6658784105519,"id":1511,"parentId":1367,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/utils.ts","layer":"app-pages-browser"},"startTime":1778050154532,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":4325,"timestamp":6658784105282,"id":1510,"parentId":1366,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/lineage-maps.ts","layer":"app-pages-browser"},"startTime":1778050154531,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":57466,"timestamp":6658784111373,"id":1512,"parentId":1367,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/chat-title.ts","layer":"app-pages-browser"},"startTime":1778050154537,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":57561,"timestamp":6658784111574,"id":1513,"parentId":1367,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/sidebar-collapsed-storage.ts","layer":"app-pages-browser"},"startTime":1778050154538,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":57448,"timestamp":6658784111927,"id":1515,"parentId":1423,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"pages-dir-browser"},"startTime":1778050154538,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":57585,"timestamp":6658784112039,"id":1516,"parentId":1378,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/invariant-error.js","layer":"app-pages-browser"},"startTime":1778050154538,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":58159,"timestamp":6658784111754,"id":1514,"parentId":1369,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/openrouter.ts","layer":"app-pages-browser"},"startTime":1778050154538,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":58402,"timestamp":6658784112210,"id":1517,"parentId":1372,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/client.ts","layer":"app-pages-browser"},"startTime":1778050154538,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":58560,"timestamp":6658784112681,"id":1519,"parentId":1380,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/live-run-real/header-actions.tsx","layer":"app-pages-browser"},"startTime":1778050154539,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":63261,"timestamp":6658784112495,"id":1518,"parentId":1366,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/index.tsx","layer":"app-pages-browser"},"startTime":1778050154539,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":61184,"timestamp":6658784115012,"id":1522,"parentId":1380,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/live-run-real/helpers.ts","layer":"app-pages-browser"},"startTime":1778050154541,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":62163,"timestamp":6658784114810,"id":1521,"parentId":1380,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/live-run-real/phase-progress.tsx","layer":"app-pages-browser"},"startTime":1778050154541,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":62451,"timestamp":6658784115205,"id":1523,"parentId":1380,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/live-run-real/enrich-rounds.ts","layer":"app-pages-browser"},"startTime":1778050154541,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":62605,"timestamp":6658784115383,"id":1524,"parentId":1380,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/run-viewer/brief-heading.tsx","layer":"app-pages-browser"},"startTime":1778050154541,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":61868,"timestamp":6658784116566,"id":1527,"parentId":1380,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/run-viewer/round-view.tsx","layer":"app-pages-browser"},"startTime":1778050154543,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":62013,"timestamp":6658784116750,"id":1528,"parentId":1381,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/demo/[scenario]/mock-stream.ts","layer":"app-pages-browser"},"startTime":1778050154543,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":62324,"timestamp":6658784116935,"id":1529,"parentId":1384,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/segment.js","layer":"app-pages-browser"},"startTime":1778050154543,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":62588,"timestamp":6658784117057,"id":1530,"parentId":1387,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/with-router.js","layer":"pages-dir-browser"},"startTime":1778050154543,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":62651,"timestamp":6658784117309,"id":1532,"parentId":1389,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/add-locale.js","layer":"pages-dir-browser"},"startTime":1778050154543,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":62897,"timestamp":6658784117462,"id":1533,"parentId":1476,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"app-pages-browser"},"startTime":1778050154543,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":62963,"timestamp":6658784117632,"id":1534,"parentId":1391,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"pages-dir-browser"},"startTime":1778050154544,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":64332,"timestamp":6658784117750,"id":1535,"parentId":1389,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/route-loader.js","layer":"pages-dir-browser"},"startTime":1778050154544,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":77154,"timestamp":6658784117165,"id":1531,"parentId":1387,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/router.js","layer":"pages-dir-browser"},"startTime":1778050154543,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3373,"timestamp":6658784213457,"id":1542,"parentId":1394,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"app-pages-browser"},"startTime":1778050154639,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3930,"timestamp":6658784213234,"id":1541,"parentId":1393,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"pages-dir-browser"},"startTime":1778050154639,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3674,"timestamp":6658784213806,"id":1544,"parentId":1389,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js","layer":"pages-dir-browser"},"startTime":1778050154640,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4014,"timestamp":6658784213958,"id":1545,"parentId":1389,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":"pages-dir-browser"},"startTime":1778050154640,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7688,"timestamp":6658784213654,"id":1543,"parentId":1389,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/constants.js","layer":"pages-dir-browser"},"startTime":1778050154640,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6428,"timestamp":6658784218308,"id":1547,"parentId":1389,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"pages-dir-browser"},"startTime":1778050154644,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6964,"timestamp":6658784218162,"id":1546,"parentId":1389,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":"pages-dir-browser"},"startTime":1778050154644,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6676,"timestamp":6658784218645,"id":1549,"parentId":1395,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-thenable.js","layer":"app-pages-browser"},"startTime":1778050154645,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7297,"timestamp":6658784218471,"id":1548,"parentId":1395,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"app-pages-browser"},"startTime":1778050154645,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":10368,"timestamp":6658784218812,"id":1550,"parentId":1381,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/demo/[scenario]/scenarios/simple-6way.ts","layer":"app-pages-browser"},"startTime":1778050154645,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3181,"timestamp":6658784230523,"id":1552,"parentId":1395,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/prefetch.js","layer":"app-pages-browser"},"startTime":1778050154657,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":79190,"timestamp":6658784232224,"id":1553,"parentId":1375,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/persona-duplicate-id.ts","layer":"app-pages-browser"},"startTime":1778050154658,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":90297,"timestamp":6658784230197,"id":1551,"parentId":1381,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/demo/[scenario]/scenarios/complex-6way.ts","layer":"app-pages-browser"},"startTime":1778050154656,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2407,"timestamp":6658784321622,"id":1557,"parentId":1395,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/lib/javascript-url.js","layer":"app-pages-browser"},"startTime":1778050154748,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3072,"timestamp":6658784321499,"id":1556,"parentId":1389,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/lib/promise.js","layer":"pages-dir-browser"},"startTime":1778050154748,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3925,"timestamp":6658784321264,"id":1555,"parentId":1395,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/app-router-utils.js","layer":"app-pages-browser"},"startTime":1778050154747,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3818,"timestamp":6658784321860,"id":1559,"parentId":1396,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/request-idle-callback.js","layer":"pages-dir-browser"},"startTime":1778050154748,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":17294,"timestamp":6658784321739,"id":1558,"parentId":1395,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/navigation.js","layer":"app-pages-browser"},"startTime":1778050154748,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":9883,"timestamp":6658784329586,"id":1560,"parentId":1399,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":"app-pages-browser"},"startTime":1778050154756,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":10126,"timestamp":6658784329744,"id":1561,"parentId":1400,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":"pages-dir-browser"},"startTime":1778050154756,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":11999,"timestamp":6658784329980,"id":1563,"parentId":1406,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/head.js","layer":"pages-dir-browser"},"startTime":1778050154756,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":16368,"timestamp":6658784329865,"id":1562,"parentId":1395,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/optimistic-routes.js","layer":"app-pages-browser"},"startTime":1778050154756,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":49102,"timestamp":6658784330158,"id":1565,"parentId":1363,"tags":{"name":"__barrel_optimize__?names=Info,Layers!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050154756,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":49327,"timestamp":6658784330095,"id":1564,"parentId":1365,"tags":{"name":"__barrel_optimize__?names=Code2,Wrench!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050154756,"traceId":"5115c684d0e0ffd7"},{"name":"postcss-process","duration":218462,"timestamp":6658784299790,"id":1554,"parentId":1536,"tags":{},"startTime":1778050154726,"traceId":"5115c684d0e0ffd7"},{"name":"postcss-loader","duration":400499,"timestamp":6658784118040,"id":1536,"parentId":1520,"tags":{},"startTime":1778050154544,"traceId":"5115c684d0e0ffd7"},{"name":"css-loader","duration":25826,"timestamp":6658784518720,"id":1572,"parentId":1520,"tags":{"astUsed":"true"},"startTime":1778050154945,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":217303,"timestamp":6658784330251,"id":1567,"parentId":1366,"tags":{"name":"__barrel_optimize__?names=Loader2,Pencil,Trash2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050154756,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":218156,"timestamp":6658784330203,"id":1566,"parentId":1364,"tags":{"name":"__barrel_optimize__?names=ArrowRight,Loader2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050154756,"traceId":"5115c684d0e0ffd7"}]
|
|
14
|
+
[{"name":"build-module-mjs","duration":218266,"timestamp":6658784330292,"id":1568,"parentId":1367,"tags":{"name":"__barrel_optimize__?names=Layers,LayoutDashboard,ListChecks,PanelLeftClose,PanelLeftOpen,Plug,Plus,Settings,Users!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050154756,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":218412,"timestamp":6658784330337,"id":1569,"parentId":1369,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,Check,ExternalLink,Loader2,Search!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050154756,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":178690,"timestamp":6658784374288,"id":1571,"parentId":1370,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,Check,Loader2,Plug!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050154800,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":178987,"timestamp":6658784374160,"id":1570,"parentId":1371,"tags":{"name":"__barrel_optimize__?names=Search,X!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050154800,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":5986,"timestamp":6658784565336,"id":1574,"parentId":1373,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,Check,CheckCircle2,ChevronDown!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050154991,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":6171,"timestamp":6658784565388,"id":1575,"parentId":1374,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,ArrowRight,Check,CheckCircle2,ChevronDown,Clock!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050154991,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":6513,"timestamp":6658784565237,"id":1573,"parentId":1372,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,Check,CheckCircle2,ChevronDown,Clock!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050154991,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":6097,"timestamp":6658784576734,"id":1577,"parentId":1375,"tags":{"name":"__barrel_optimize__?names=Copy,Loader2,Pencil,Trash2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050155003,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":6551,"timestamp":6658784576620,"id":1576,"parentId":1376,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,Check,FolderLock,Globe,Loader2,ShieldCheck!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050155003,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":4763,"timestamp":6658784580370,"id":1578,"parentId":1380,"tags":{"name":"__barrel_optimize__?names=ArrowLeft!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050155006,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":3170,"timestamp":6658784587415,"id":1579,"parentId":1479,"tags":{"name":"__barrel_optimize__?names=Clock,Shield!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050155013,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":3200,"timestamp":6658784587512,"id":1580,"parentId":1480,"tags":{"name":"__barrel_optimize__?names=Check,Info!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050155014,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1927,"timestamp":6658784591400,"id":1581,"parentId":1482,"tags":{"name":"__barrel_optimize__?names=Code2,Eye!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050155017,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":5971,"timestamp":6658784593448,"id":1582,"parentId":1484,"tags":{"name":"__barrel_optimize__?names=ArrowRight,DollarSign!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050155019,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":6058,"timestamp":6658784593529,"id":1583,"parentId":1488,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,Check,ExternalLink,Loader2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050155020,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3020,"timestamp":6658784597389,"id":1588,"parentId":1400,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"pages-dir-browser"},"startTime":1778050155023,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3484,"timestamp":6658784597260,"id":1587,"parentId":1399,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"app-pages-browser"},"startTime":1778050155023,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3546,"timestamp":6658784597496,"id":1589,"parentId":1499,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"app-pages-browser"},"startTime":1778050155024,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":5030,"timestamp":6658784596885,"id":1584,"parentId":1492,"tags":{"name":"__barrel_optimize__?names=Check!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050155023,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":5089,"timestamp":6658784597014,"id":1585,"parentId":1490,"tags":{"name":"__barrel_optimize__?names=Check,Loader2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050155023,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":24162,"timestamp":6658784597116,"id":1586,"parentId":1403,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/cache.js","layer":"app-pages-browser"},"startTime":1778050155023,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":28083,"timestamp":6658784603188,"id":1591,"parentId":1509,"tags":{"name":"__barrel_optimize__?names=Code2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050155029,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":28307,"timestamp":6658784603109,"id":1590,"parentId":1506,"tags":{"name":"__barrel_optimize__?names=Menu!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050155029,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4678,"timestamp":6658784632340,"id":1592,"parentId":1403,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/bfcache.js","layer":"app-pages-browser"},"startTime":1778050155058,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3719,"timestamp":6658784634010,"id":1596,"parentId":1419,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/image-config.js","layer":"pages-dir-browser"},"startTime":1778050155060,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3999,"timestamp":6658784634124,"id":1597,"parentId":1420,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/readonly-url-search-params.js","layer":"pages-dir-browser"},"startTime":1778050155060,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7074,"timestamp":6658784633737,"id":1593,"parentId":1403,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"app-pages-browser"},"startTime":1778050155060,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":10653,"timestamp":6658784633953,"id":1595,"parentId":1521,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,CheckCircle2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050155060,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":10930,"timestamp":6658784633891,"id":1594,"parentId":1519,"tags":{"name":"__barrel_optimize__?names=Repeat,RotateCw,Trash2,X!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050155060,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1813,"timestamp":6658784652552,"id":1598,"parentId":1421,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/readonly-url-search-params.js","layer":"app-pages-browser"},"startTime":1778050155079,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3370,"timestamp":6658784654501,"id":1599,"parentId":1428,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/app-router-headers.js","layer":"app-pages-browser"},"startTime":1778050155081,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2900,"timestamp":6658784655175,"id":1600,"parentId":1535,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"pages-dir-browser"},"startTime":1778050155081,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":8478,"timestamp":6658784662383,"id":1601,"parentId":1422,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js","layer":"pages-dir-browser"},"startTime":1778050155088,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":8134,"timestamp":6658784663168,"id":1602,"parentId":1429,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/context.mjs","layer":"app-pages-browser"},"startTime":1778050155089,"traceId":"5115c684d0e0ffd7"},{"name":"font-loader","duration":507433,"timestamp":6658784164410,"id":1540,"parentId":1539,"tags":{},"startTime":1778050154590,"traceId":"5115c684d0e0ffd7"},{"name":"postcss","duration":1398,"timestamp":6658784672044,"id":1603,"parentId":1539,"tags":{},"startTime":1778050155098,"traceId":"5115c684d0e0ffd7"},{"name":"next-font-loader","duration":509133,"timestamp":6658784164375,"id":1539,"parentId":1526,"tags":{},"startTime":1778050154590,"traceId":"5115c684d0e0ffd7"},{"name":"css-loader","duration":9159,"timestamp":6658784673470,"id":1604,"parentId":1526,"tags":{"astUsed":"true"},"startTime":1778050155100,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":566504,"timestamp":6658784116521,"id":1526,"parentId":1462,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/font/google/target.css.webpack[javascript/auto]!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[2].use[1]!/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[15].oneOf[2].use[2]!/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}","layer":null},"startTime":1778050154543,"traceId":"5115c684d0e0ffd7"},{"name":"font-loader","duration":542352,"timestamp":6658784143417,"id":1538,"parentId":1537,"tags":{},"startTime":1778050154569,"traceId":"5115c684d0e0ffd7"},{"name":"postcss","duration":296,"timestamp":6658784685800,"id":1607,"parentId":1537,"tags":{},"startTime":1778050155112,"traceId":"5115c684d0e0ffd7"},{"name":"next-font-loader","duration":567398,"timestamp":6658784118733,"id":1537,"parentId":1525,"tags":{},"startTime":1778050154545,"traceId":"5115c684d0e0ffd7"},{"name":"css-loader","duration":1276,"timestamp":6658784686116,"id":1608,"parentId":1525,"tags":{"astUsed":"true"},"startTime":1778050155112,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":572083,"timestamp":6658784115562,"id":1525,"parentId":1461,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/font/google/target.css.webpack[javascript/auto]!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[2].use[1]!/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[15].oneOf[2].use[2]!/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":null},"startTime":1778050154542,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":3818,"timestamp":6658784684405,"id":1605,"parentId":1429,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/defaultAttributes.mjs","layer":"app-pages-browser"},"startTime":1778050155110,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6616,"timestamp":6658784684621,"id":1606,"parentId":1422,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"pages-dir-browser"},"startTime":1778050155111,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2405,"timestamp":6658784693609,"id":1609,"parentId":1424,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"pages-dir-browser"},"startTime":1778050155120,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2239,"timestamp":6658784697093,"id":1610,"parentId":1458,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"app-pages-browser"},"startTime":1778050155123,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1943,"timestamp":6658784699988,"id":1611,"parentId":1518,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,CheckCircle2,FileCode2,Loader2,Pencil,Plus,Sparkles,X!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050155126,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":423,"timestamp":6658784707159,"id":1619,"parentId":1430,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/react/cjs/react-jsx-runtime.production.js","layer":"app-pages-browser"},"startTime":1778050155133,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2100,"timestamp":6658784706423,"id":1613,"parentId":1531,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"pages-dir-browser"},"startTime":1778050155132,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2561,"timestamp":6658784706535,"id":1614,"parentId":1531,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/lib/javascript-url.js","layer":"pages-dir-browser"},"startTime":1778050155133,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3569,"timestamp":6658784706284,"id":1612,"parentId":1531,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"pages-dir-browser"},"startTime":1778050155132,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3235,"timestamp":6658784706938,"id":1617,"parentId":1435,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/request/params.browser.prod.js","layer":"app-pages-browser"},"startTime":1778050155133,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3641,"timestamp":6658784706822,"id":1616,"parentId":1436,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/request/search-params.browser.prod.js","layer":"app-pages-browser"},"startTime":1778050155133,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":1098156,"timestamp":6658783613440,"id":1303,"parentId":1299,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&page=%2F_not-found%2Fpage!"},"startTime":1778050154039,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3925,"timestamp":6658784710837,"id":1620,"parentId":1437,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/react/cjs/react.production.js","layer":"app-pages-browser"},"startTime":1778050155137,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":112026,"timestamp":6658784710870,"id":1621,"parentId":1432,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/react-dom/cjs/react-dom-client.production.js","layer":"app-pages-browser"},"startTime":1778050155137,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":117535,"timestamp":6658784711246,"id":1625,"parentId":1434,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js","layer":"app-pages-browser"},"startTime":1778050155137,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":123458,"timestamp":6658784707052,"id":1618,"parentId":1428,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js","layer":"app-pages-browser"},"startTime":1778050155133,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":124887,"timestamp":6658784706642,"id":1615,"parentId":1375,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/persona-dialog/index.tsx","layer":"app-pages-browser"},"startTime":1778050155133,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":120945,"timestamp":6658784711022,"id":1623,"parentId":1455,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/redirect-status-code.js","layer":"app-pages-browser"},"startTime":1778050155137,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":120949,"timestamp":6658784711274,"id":1626,"parentId":1458,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/match-segments.js","layer":"app-pages-browser"},"startTime":1778050155137,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":121358,"timestamp":6658784711144,"id":1624,"parentId":1500,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/redirect-status-code.js","layer":"pages-dir-browser"},"startTime":1778050155137,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":122830,"timestamp":6658784710895,"id":1622,"parentId":1451,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/navigation.js","layer":"app-pages-browser"},"startTime":1778050155137,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":122720,"timestamp":6658784711489,"id":1628,"parentId":1460,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/errors/graceful-degrade-boundary.js","layer":"app-pages-browser"},"startTime":1778050155138,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":125883,"timestamp":6658784711380,"id":1627,"parentId":1459,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/scheduler.js","layer":"app-pages-browser"},"startTime":1778050155137,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":436,"timestamp":6658784845400,"id":1632,"parentId":1431,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react@19.2.4/node_modules/react/cjs/react-jsx-runtime.production.js","layer":"pages-dir-browser"},"startTime":1778050155271,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2126,"timestamp":6658784845431,"id":1633,"parentId":1447,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react@19.2.4/node_modules/react/cjs/react.production.js","layer":"pages-dir-browser"},"startTime":1778050155271,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4418,"timestamp":6658784844947,"id":1629,"parentId":1459,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/cache-key.js","layer":"app-pages-browser"},"startTime":1778050155271,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4530,"timestamp":6658784845160,"id":1630,"parentId":1460,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"app-pages-browser"},"startTime":1778050155271,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4668,"timestamp":6658784845286,"id":1631,"parentId":1531,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"pages-dir-browser"},"startTime":1778050155271,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":55831,"timestamp":6658784850311,"id":1634,"parentId":1433,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-dom@19.2.4_react@19.2.4/node_modules/react-dom/cjs/react-dom-client.production.js","layer":"pages-dir-browser"},"startTime":1778050155276,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":56389,"timestamp":6658784850604,"id":1637,"parentId":1481,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/react-dom/cjs/react-dom.production.js","layer":"app-pages-browser"},"startTime":1778050155277,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":59103,"timestamp":6658784850346,"id":1635,"parentId":1429,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/shared/src/utils/hasA11yProp.mjs","layer":"app-pages-browser"},"startTime":1778050155276,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":59150,"timestamp":6658784850487,"id":1636,"parentId":1429,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/shared/src/utils/mergeClasses.mjs","layer":"app-pages-browser"},"startTime":1778050155277,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":59244,"timestamp":6658784850638,"id":1638,"parentId":1422,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"pages-dir-browser"},"startTime":1778050155277,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":59650,"timestamp":6658784850736,"id":1639,"parentId":1472,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"app-pages-browser"},"startTime":1778050155277,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":59634,"timestamp":6658784850961,"id":1641,"parentId":1472,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"app-pages-browser"},"startTime":1778050155277,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":60112,"timestamp":6658784850850,"id":1640,"parentId":1491,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"pages-dir-browser"},"startTime":1778050155277,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":60078,"timestamp":6658784851080,"id":1642,"parentId":1491,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"pages-dir-browser"},"startTime":1778050155277,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":60034,"timestamp":6658784851283,"id":1644,"parentId":1471,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"app-pages-browser"},"startTime":1778050155277,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":60347,"timestamp":6658784851178,"id":1643,"parentId":1474,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/app-router-types.js","layer":"app-pages-browser"},"startTime":1778050155277,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1457,"timestamp":6658784913372,"id":1645,"parentId":1396,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-dom@19.2.4_react@19.2.4/node_modules/react-dom/index.js","layer":"pages-dir-browser"},"startTime":1778050155339,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1143,"timestamp":6658784914546,"id":1653,"parentId":1531,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/constants.js","layer":"pages-dir-browser"},"startTime":1778050155341,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3187,"timestamp":6658784914465,"id":1652,"parentId":1474,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/constants.js","layer":"app-pages-browser"},"startTime":1778050155340,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":5211,"timestamp":6658784913422,"id":1646,"parentId":1479,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/billing-section.tsx","layer":"app-pages-browser"},"startTime":1778050155339,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":5307,"timestamp":6658784913870,"id":1648,"parentId":1479,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/transport-section.tsx","layer":"app-pages-browser"},"startTime":1778050155340,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":5661,"timestamp":6658784914057,"id":1649,"parentId":1479,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/telemetry-section.tsx","layer":"app-pages-browser"},"startTime":1778050155340,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":7356,"timestamp":6658784913677,"id":1647,"parentId":1479,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/preview-sections.tsx","layer":"app-pages-browser"},"startTime":1778050155340,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7171,"timestamp":6658784914229,"id":1650,"parentId":1474,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js","layer":"app-pages-browser"},"startTime":1778050155340,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7672,"timestamp":6658784914346,"id":1651,"parentId":1474,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/vary-path.js","layer":"app-pages-browser"},"startTime":1778050155340,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2565,"timestamp":6658784924461,"id":1656,"parentId":1531,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":"pages-dir-browser"},"startTime":1778050155350,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2930,"timestamp":6658784924351,"id":1655,"parentId":1535,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/trusted-types.js","layer":"pages-dir-browser"},"startTime":1778050155350,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":3630,"timestamp":6658784924140,"id":1654,"parentId":1493,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/helpers.ts","layer":"app-pages-browser"},"startTime":1778050155350,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3338,"timestamp":6658784924741,"id":1658,"parentId":1531,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"pages-dir-browser"},"startTime":1778050155351,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":3892,"timestamp":6658784924567,"id":1657,"parentId":1508,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/chats.ts","layer":"app-pages-browser"},"startTime":1778050155351,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":3735,"timestamp":6658784925019,"id":1660,"parentId":1508,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/personas.ts","layer":"app-pages-browser"},"startTime":1778050155351,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":4511,"timestamp":6658784924842,"id":1659,"parentId":1508,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/templates.ts","layer":"app-pages-browser"},"startTime":1778050155351,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1675,"timestamp":6658784931043,"id":1668,"parentId":1531,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/is-api-route.js","layer":"pages-dir-browser"},"startTime":1778050155357,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":3677,"timestamp":6658784930131,"id":1662,"parentId":1508,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/stats.ts","layer":"app-pages-browser"},"startTime":1778050155356,"traceId":"5115c684d0e0ffd7"}]
|
|
15
|
+
[{"name":"build-module-js","duration":3577,"timestamp":6658784930490,"id":1664,"parentId":1531,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/detect-domain-locale.js","layer":"pages-dir-browser"},"startTime":1778050155357,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":4086,"timestamp":6658784930311,"id":1663,"parentId":1518,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/primitives.tsx","layer":"app-pages-browser"},"startTime":1778050155356,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":5255,"timestamp":6658784929890,"id":1661,"parentId":1518,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/form-panel.tsx","layer":"app-pages-browser"},"startTime":1778050155356,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4254,"timestamp":6658784931075,"id":1669,"parentId":1531,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"pages-dir-browser"},"startTime":1778050155357,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4676,"timestamp":6658784930930,"id":1667,"parentId":1531,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/remove-locale.js","layer":"pages-dir-browser"},"startTime":1778050155357,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":5165,"timestamp":6658784930764,"id":1666,"parentId":1518,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/yaml-panel.tsx","layer":"app-pages-browser"},"startTime":1778050155357,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4954,"timestamp":6658784931170,"id":1670,"parentId":1542,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"app-pages-browser"},"startTime":1778050155357,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5201,"timestamp":6658784931281,"id":1671,"parentId":1531,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":"pages-dir-browser"},"startTime":1778050155357,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5334,"timestamp":6658784931372,"id":1672,"parentId":1531,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":"pages-dir-browser"},"startTime":1778050155357,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":5586,"timestamp":6658784931471,"id":1673,"parentId":1518,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/constants.ts","layer":"app-pages-browser"},"startTime":1778050155358,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5361,"timestamp":6658784931905,"id":1676,"parentId":1531,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/compare-states.js","layer":"pages-dir-browser"},"startTime":1778050155358,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":9444,"timestamp":6658784930594,"id":1665,"parentId":1527,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/run-viewer/participant-card.tsx","layer":"app-pages-browser"},"startTime":1778050155357,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":13116,"timestamp":6658784931807,"id":1675,"parentId":1531,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/resolve-href.js","layer":"pages-dir-browser"},"startTime":1778050155358,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":12882,"timestamp":6658784932273,"id":1678,"parentId":1531,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"pages-dir-browser"},"startTime":1778050155358,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":13773,"timestamp":6658784932015,"id":1677,"parentId":1518,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/emit.ts","layer":"app-pages-browser"},"startTime":1778050155358,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":13959,"timestamp":6658784932466,"id":1680,"parentId":1531,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":"pages-dir-browser"},"startTime":1778050155358,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":15650,"timestamp":6658784931638,"id":1674,"parentId":1518,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/parse.ts","layer":"app-pages-browser"},"startTime":1778050155358,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":15554,"timestamp":6658784932373,"id":1679,"parentId":1531,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/bloom-filter.js","layer":"pages-dir-browser"},"startTime":1778050155358,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6018,"timestamp":6658784942042,"id":1681,"parentId":1543,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":"pages-dir-browser"},"startTime":1778050155368,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6150,"timestamp":6658784942330,"id":1683,"parentId":1548,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"app-pages-browser"},"startTime":1778050155368,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6603,"timestamp":6658784942204,"id":1682,"parentId":1548,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js","layer":"app-pages-browser"},"startTime":1778050155368,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":6566,"timestamp":6658784942444,"id":1684,"parentId":1488,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/input.tsx","layer":"app-pages-browser"},"startTime":1778050155368,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6752,"timestamp":6658784942626,"id":1685,"parentId":1548,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"app-pages-browser"},"startTime":1778050155369,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6847,"timestamp":6658784942736,"id":1686,"parentId":1543,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/entry-constants.js","layer":"pages-dir-browser"},"startTime":1778050155369,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6957,"timestamp":6658784942842,"id":1687,"parentId":1548,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.js","layer":"app-pages-browser"},"startTime":1778050155369,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7626,"timestamp":6658784942949,"id":1688,"parentId":1548,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"app-pages-browser"},"startTime":1778050155369,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":15849,"timestamp":6658784943096,"id":1689,"parentId":1548,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js","layer":"app-pages-browser"},"startTime":1778050155369,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":8341,"timestamp":6658784971306,"id":1690,"parentId":1506,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/sheet.tsx","layer":"app-pages-browser"},"startTime":1778050155397,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":8133,"timestamp":6658784972052,"id":1692,"parentId":1518,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/template-validation.ts","layer":"app-pages-browser"},"startTime":1778050155398,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":8632,"timestamp":6658784971736,"id":1691,"parentId":1518,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/template-live-yaml.ts","layer":"app-pages-browser"},"startTime":1778050155398,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6270,"timestamp":6658784974527,"id":1694,"parentId":1609,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"pages-dir-browser"},"startTime":1778050155401,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":7113,"timestamp":6658784974198,"id":1693,"parentId":1518,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/dialog.tsx","layer":"app-pages-browser"},"startTime":1778050155400,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5771,"timestamp":6658784975856,"id":1696,"parentId":1563,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/side-effect.js","layer":"pages-dir-browser"},"startTime":1778050155402,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":7150,"timestamp":6658784974938,"id":1695,"parentId":1521,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-stepper.tsx","layer":"app-pages-browser"},"startTime":1778050155401,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":6202,"timestamp":6658784976161,"id":1698,"parentId":1565,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/info.mjs","layer":"app-pages-browser"},"startTime":1778050155402,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":6271,"timestamp":6658784976313,"id":1699,"parentId":1565,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/layers.mjs","layer":"app-pages-browser"},"startTime":1778050155402,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7409,"timestamp":6658784976018,"id":1697,"parentId":1558,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/navigation-testing-lock.js","layer":"app-pages-browser"},"startTime":1778050155402,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":7188,"timestamp":6658784976446,"id":1700,"parentId":1564,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/code-xml.mjs","layer":"app-pages-browser"},"startTime":1778050155402,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":7233,"timestamp":6658784976579,"id":1701,"parentId":1564,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/wrench.mjs","layer":"app-pages-browser"},"startTime":1778050155403,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":7305,"timestamp":6658784976700,"id":1702,"parentId":1567,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/loader-circle.mjs","layer":"app-pages-browser"},"startTime":1778050155403,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":7366,"timestamp":6658784976819,"id":1703,"parentId":1567,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/pencil.mjs","layer":"app-pages-browser"},"startTime":1778050155403,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":3200,"timestamp":6658784986445,"id":1706,"parentId":1568,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/layout-dashboard.mjs","layer":"app-pages-browser"},"startTime":1778050155412,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":3528,"timestamp":6658784986295,"id":1705,"parentId":1566,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/arrow-right.mjs","layer":"app-pages-browser"},"startTime":1778050155412,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":3427,"timestamp":6658784986571,"id":1707,"parentId":1568,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/panel-left-open.mjs","layer":"app-pages-browser"},"startTime":1778050155413,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":4161,"timestamp":6658784986086,"id":1704,"parentId":1567,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/trash-2.mjs","layer":"app-pages-browser"},"startTime":1778050155412,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2793,"timestamp":6658784990487,"id":1708,"parentId":1568,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/list-checks.mjs","layer":"app-pages-browser"},"startTime":1778050155417,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2822,"timestamp":6658784990638,"id":1709,"parentId":1568,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/panel-left-close.mjs","layer":"app-pages-browser"},"startTime":1778050155417,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2683,"timestamp":6658784990950,"id":1711,"parentId":1568,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/plug.mjs","layer":"app-pages-browser"},"startTime":1778050155417,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2656,"timestamp":6658784991142,"id":1712,"parentId":1568,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/settings.mjs","layer":"app-pages-browser"},"startTime":1778050155417,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2672,"timestamp":6658784991348,"id":1714,"parentId":1639,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"app-pages-browser"},"startTime":1778050155417,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":9080,"timestamp":6658784991288,"id":1713,"parentId":1615,"tags":{"name":"__barrel_optimize__?names=Pencil,Plus,Sparkles,X!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050155417,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":10413,"timestamp":6658784990768,"id":1710,"parentId":1568,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/plus.mjs","layer":"app-pages-browser"},"startTime":1778050155417,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":6890,"timestamp":6658784994552,"id":1720,"parentId":1568,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/users.mjs","layer":"app-pages-browser"},"startTime":1778050155421,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":6962,"timestamp":6658784994677,"id":1721,"parentId":1569,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/triangle-alert.mjs","layer":"app-pages-browser"},"startTime":1778050155421,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":7083,"timestamp":6658784994795,"id":1722,"parentId":1569,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/check.mjs","layer":"app-pages-browser"},"startTime":1778050155421,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":8280,"timestamp":6658784994373,"id":1719,"parentId":1615,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/persona-dialog/form-body.tsx","layer":"app-pages-browser"},"startTime":1778050155420,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":8182,"timestamp":6658784994981,"id":1723,"parentId":1615,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/persona-dialog/footer.tsx","layer":"app-pages-browser"},"startTime":1778050155421,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":11016,"timestamp":6658784995259,"id":1724,"parentId":1615,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/persona-dialog/helpers.tsx","layer":"app-pages-browser"},"startTime":1778050155421,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":12274,"timestamp":6658784994171,"id":1715,"parentId":1646,"tags":{"name":"__barrel_optimize__?names=CreditCard!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050155420,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":12318,"timestamp":6658784994242,"id":1716,"parentId":1648,"tags":{"name":"__barrel_optimize__?names=Terminal!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050155420,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":15892,"timestamp":6658784994289,"id":1717,"parentId":1649,"tags":{"name":"__barrel_optimize__?names=Eye!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050155420,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":16207,"timestamp":6658784994330,"id":1718,"parentId":1647,"tags":{"name":"__barrel_optimize__?names=Activity,AlertTriangle,Check,Cloud,FolderLock,Loader2,Monitor,Plus,Send,Server,Shield,Sliders,Webhook,Workflow,X!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050155420,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":15221,"timestamp":6658784995449,"id":1725,"parentId":1661,"tags":{"name":"__barrel_optimize__?names=CheckCircle2,ChevronLeft,ChevronRight!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050155421,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":5368,"timestamp":6658785008197,"id":1726,"parentId":1673,"tags":{"name":"__barrel_optimize__?names=Layers,Shuffle,Sliders,Tag!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050155434,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1321,"timestamp":6658785014608,"id":1727,"parentId":1494,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155441,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1516,"timestamp":6658785016679,"id":1730,"parentId":1494,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/radix-ui@1.4.3_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react@19.2.14_react_8630af8f756c6a5269f4297295494860/node_modules/radix-ui/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155443,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2821,"timestamp":6658785016523,"id":1729,"parentId":1569,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/external-link.mjs","layer":"app-pages-browser"},"startTime":1778050155443,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":3971,"timestamp":6658785016456,"id":1728,"parentId":1665,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,ArrowRight,Shuffle,X!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050155442,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":3851,"timestamp":6658785016769,"id":1731,"parentId":1695,"tags":{"name":"__barrel_optimize__?names=Check,ClipboardList,Code2,Eye,FileCode2,FlaskConical,GitPullRequest,Loader2,Search,Shuffle,TestTube2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050155443,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-css","duration":914839,"timestamp":6658784112989,"id":1520,"parentId":1440,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/globals.css.webpack[javascript/auto]!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!/home/ubuntu/dev/chorus/src/app/globals.css","layer":null},"startTime":1778050154539,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3684,"timestamp":6658785034473,"id":1732,"parentId":1694,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/segment.js","layer":"pages-dir-browser"},"startTime":1778050155461,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2757,"timestamp":6658785035579,"id":1733,"parentId":1694,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"pages-dir-browser"},"startTime":1778050155462,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2788,"timestamp":6658785035768,"id":1735,"parentId":1569,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/search.mjs","layer":"app-pages-browser"},"startTime":1778050155462,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2830,"timestamp":6658785035889,"id":1736,"parentId":1570,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/x.mjs","layer":"app-pages-browser"},"startTime":1778050155462,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":3155,"timestamp":6658785035702,"id":1734,"parentId":1690,"tags":{"name":"__barrel_optimize__?names=XIcon!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050155462,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1158,"timestamp":6658785040598,"id":1742,"parentId":1511,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs","layer":"app-pages-browser"},"startTime":1778050155467,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":4177,"timestamp":6658785039074,"id":1737,"parentId":1661,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/basics-step.tsx","layer":"app-pages-browser"},"startTime":1778050155465,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":4349,"timestamp":6658785039624,"id":1740,"parentId":1665,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/run-viewer/state-badge.tsx","layer":"app-pages-browser"},"startTime":1778050155466,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":5500,"timestamp":6658785039268,"id":1738,"parentId":1661,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/fallback-step.tsx","layer":"app-pages-browser"},"startTime":1778050155465,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":5784,"timestamp":6658785039453,"id":1739,"parentId":1661,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/policy-step.tsx","layer":"app-pages-browser"},"startTime":1778050155465,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":5018,"timestamp":6658785040405,"id":1741,"parentId":1665,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/run-viewer/lineage-gradient.ts","layer":"app-pages-browser"},"startTime":1778050155466,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":4907,"timestamp":6658785040772,"id":1745,"parentId":1574,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/circle-check.mjs","layer":"app-pages-browser"},"startTime":1778050155467,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":5158,"timestamp":6658785040681,"id":1743,"parentId":1719,"tags":{"name":"__barrel_optimize__?names=AlertTriangle!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050155467,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":10433,"timestamp":6658785047974,"id":1748,"parentId":1511,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/tailwind-merge@3.5.0/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"app-pages-browser"},"startTime":1778050155474,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":18910,"timestamp":6658785040726,"id":1744,"parentId":1723,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,CheckCircle2,Loader2,Trash2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050155467,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":12621,"timestamp":6658785047607,"id":1746,"parentId":1575,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/clock.mjs","layer":"app-pages-browser"},"startTime":1778050155474,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":12073,"timestamp":6658785048405,"id":1750,"parentId":1577,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/copy.mjs","layer":"app-pages-browser"},"startTime":1778050155474,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":12900,"timestamp":6658785047799,"id":1747,"parentId":1574,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/chevron-down.mjs","layer":"app-pages-browser"},"startTime":1778050155474,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":12373,"timestamp":6658785048584,"id":1751,"parentId":1576,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/folder-lock.mjs","layer":"app-pages-browser"},"startTime":1778050155475,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":12429,"timestamp":6658785048771,"id":1752,"parentId":1576,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/globe.mjs","layer":"app-pages-browser"},"startTime":1778050155475,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":12548,"timestamp":6658785048896,"id":1753,"parentId":1576,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/shield-check.mjs","layer":"app-pages-browser"},"startTime":1778050155475,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":15003,"timestamp":6658785048117,"id":1749,"parentId":1692,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/template-schema.ts","layer":"app-pages-browser"},"startTime":1778050155474,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":14355,"timestamp":6658785049027,"id":1754,"parentId":1578,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/arrow-left.mjs","layer":"app-pages-browser"},"startTime":1778050155475,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2338,"timestamp":6658785066344,"id":1763,"parentId":1543,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/polyfills/process.js","layer":"pages-dir-browser"},"startTime":1778050155492,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2343,"timestamp":6658785066709,"id":1767,"parentId":1526,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js","layer":null},"startTime":1778050155493,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1946,"timestamp":6658785067874,"id":1779,"parentId":1645,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-dom@19.2.4_react@19.2.4/node_modules/react-dom/cjs/react-dom.production.js","layer":"pages-dir-browser"},"startTime":1778050155494,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3940,"timestamp":6658785066382,"id":1764,"parentId":1517,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/polyfills/process.js","layer":"app-pages-browser"},"startTime":1778050155492,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":6424,"timestamp":6658785064780,"id":1755,"parentId":1579,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/shield.mjs","layer":"app-pages-browser"},"startTime":1778050155491,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":6328,"timestamp":6658785065045,"id":1756,"parentId":1581,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/eye.mjs","layer":"app-pages-browser"},"startTime":1778050155491,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":6309,"timestamp":6658785065224,"id":1757,"parentId":1582,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/dollar-sign.mjs","layer":"app-pages-browser"},"startTime":1778050155491,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6312,"timestamp":6658785065391,"id":1758,"parentId":1586,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/segment-cache/vary-params-decoding.js","layer":"app-pages-browser"},"startTime":1778050155491,"traceId":"5115c684d0e0ffd7"}]
|
|
16
|
+
[{"name":"build-module-mjs","duration":6097,"timestamp":6658785065768,"id":1760,"parentId":1590,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/menu.mjs","layer":"app-pages-browser"},"startTime":1778050155492,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":6097,"timestamp":6658785065940,"id":1761,"parentId":1594,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/repeat.mjs","layer":"app-pages-browser"},"startTime":1778050155492,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":6078,"timestamp":6658785066129,"id":1762,"parentId":1586,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/promise-with-resolvers.js","layer":"app-pages-browser"},"startTime":1778050155492,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":5778,"timestamp":6658785066585,"id":1766,"parentId":1594,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/rotate-cw.mjs","layer":"app-pages-browser"},"startTime":1778050155493,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7542,"timestamp":6658785065599,"id":1759,"parentId":1586,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/cache-map.js","layer":"app-pages-browser"},"startTime":1778050155492,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7049,"timestamp":6658785066462,"id":1765,"parentId":1593,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js","layer":"app-pages-browser"},"startTime":1778050155492,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":6860,"timestamp":6658785066836,"id":1769,"parentId":1611,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/file-code-corner.mjs","layer":"app-pages-browser"},"startTime":1778050155493,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7165,"timestamp":6658785066736,"id":1768,"parentId":1606,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"pages-dir-browser"},"startTime":1778050155493,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":7032,"timestamp":6658785067053,"id":1771,"parentId":1611,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/sparkles.mjs","layer":"app-pages-browser"},"startTime":1778050155493,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7191,"timestamp":6658785067169,"id":1772,"parentId":1622,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js","layer":"app-pages-browser"},"startTime":1778050155493,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7380,"timestamp":6658785067273,"id":1773,"parentId":1622,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/unrecognized-action-error.js","layer":"app-pages-browser"},"startTime":1778050155493,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7768,"timestamp":6658785067381,"id":1774,"parentId":1627,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/segment-cache/lru.js","layer":"app-pages-browser"},"startTime":1778050155493,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":7991,"timestamp":6658785067487,"id":1775,"parentId":1622,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/navigation.react-server.js","layer":"app-pages-browser"},"startTime":1778050155494,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":9194,"timestamp":6658785066950,"id":1770,"parentId":1606,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/get-dynamic-param.js","layer":"pages-dir-browser"},"startTime":1778050155493,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":8845,"timestamp":6658785067679,"id":1777,"parentId":1630,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"app-pages-browser"},"startTime":1778050155494,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":9249,"timestamp":6658785067784,"id":1778,"parentId":1631,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"pages-dir-browser"},"startTime":1778050155494,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":9328,"timestamp":6658785067900,"id":1780,"parentId":1656,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":"pages-dir-browser"},"startTime":1778050155494,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":9380,"timestamp":6658785068095,"id":1782,"parentId":1671,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"pages-dir-browser"},"startTime":1778050155494,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":9805,"timestamp":6658785067995,"id":1781,"parentId":1672,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"pages-dir-browser"},"startTime":1778050155494,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":9796,"timestamp":6658785068189,"id":1783,"parentId":1672,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"pages-dir-browser"},"startTime":1778050155494,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":11649,"timestamp":6658785067591,"id":1776,"parentId":1638,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"pages-dir-browser"},"startTime":1778050155494,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":11600,"timestamp":6658785068278,"id":1784,"parentId":1658,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/route-match-utils.js","layer":"pages-dir-browser"},"startTime":1778050155494,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":1062982,"timestamp":6658784032100,"id":1462,"parentId":1326,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}","layer":"app-pages-browser"},"startTime":1778050154458,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":1063727,"timestamp":6658784031876,"id":1461,"parentId":1326,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":"app-pages-browser"},"startTime":1778050154458,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-css","duration":1097405,"timestamp":6658784006243,"id":1440,"parentId":1326,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/globals.css","layer":"app-pages-browser"},"startTime":1778050154432,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":22889,"timestamp":6658785084185,"id":1785,"parentId":1689,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/server-reference-info.js","layer":"app-pages-browser"},"startTime":1778050155510,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":23004,"timestamp":6658785084362,"id":1786,"parentId":1689,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/assign-location.js","layer":"app-pages-browser"},"startTime":1778050155510,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":22963,"timestamp":6658785084601,"id":1788,"parentId":1689,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/action-revalidation-kind.js","layer":"app-pages-browser"},"startTime":1778050155511,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":23366,"timestamp":6658785084486,"id":1787,"parentId":1688,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"app-pages-browser"},"startTime":1778050155511,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":23383,"timestamp":6658785084815,"id":1791,"parentId":1698,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/createLucideIcon.mjs","layer":"app-pages-browser"},"startTime":1778050155511,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":28031,"timestamp":6658785084716,"id":1789,"parentId":1740,"tags":{"name":"__barrel_optimize__?names=AlertTriangle,CheckCircle2,Loader2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050155511,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":28099,"timestamp":6658785084775,"id":1790,"parentId":1738,"tags":{"name":"__barrel_optimize__?names=Plus,Shuffle,X!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050155511,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":4067,"timestamp":6658785109187,"id":1792,"parentId":1715,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/credit-card.mjs","layer":"app-pages-browser"},"startTime":1778050155535,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":4066,"timestamp":6658785109353,"id":1793,"parentId":1718,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/cloud.mjs","layer":"app-pages-browser"},"startTime":1778050155535,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":4005,"timestamp":6658785109598,"id":1795,"parentId":1718,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/monitor.mjs","layer":"app-pages-browser"},"startTime":1778050155536,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":4281,"timestamp":6658785109478,"id":1794,"parentId":1716,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/terminal.mjs","layer":"app-pages-browser"},"startTime":1778050155536,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":4235,"timestamp":6658785109710,"id":1796,"parentId":1718,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/activity.mjs","layer":"app-pages-browser"},"startTime":1778050155536,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":75,"timestamp":6658785116454,"id":1798,"parentId":1462,"tags":{},"startTime":1778050155542,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":13,"timestamp":6658785116540,"id":1799,"parentId":1461,"tags":{},"startTime":1778050155543,"traceId":"5115c684d0e0ffd7"},{"name":"build-module","duration":20,"timestamp":6658785116559,"id":1800,"parentId":1440,"tags":{},"startTime":1778050155543,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2912,"timestamp":6658785114855,"id":1797,"parentId":1770,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/invariant-error.js","layer":"pages-dir-browser"},"startTime":1778050155541,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1758,"timestamp":6658785116587,"id":1801,"parentId":1718,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/send.mjs","layer":"app-pages-browser"},"startTime":1778050155543,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1827,"timestamp":6658785116730,"id":1802,"parentId":1718,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/server.mjs","layer":"app-pages-browser"},"startTime":1778050155543,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1888,"timestamp":6658785116850,"id":1803,"parentId":1718,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/sliders-vertical.mjs","layer":"app-pages-browser"},"startTime":1778050155543,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":1505278,"timestamp":6658783613483,"id":1306,"parentId":1299,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1778050154040,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2441,"timestamp":6658785116970,"id":1804,"parentId":1718,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/webhook.mjs","layer":"app-pages-browser"},"startTime":1778050155543,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1844,"timestamp":6658785119066,"id":1805,"parentId":1718,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/workflow.mjs","layer":"app-pages-browser"},"startTime":1778050155545,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1311,"timestamp":6658785120101,"id":1806,"parentId":1725,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/chevron-left.mjs","layer":"app-pages-browser"},"startTime":1778050155546,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1367,"timestamp":6658785120234,"id":1807,"parentId":1725,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/chevron-right.mjs","layer":"app-pages-browser"},"startTime":1778050155546,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1863,"timestamp":6658785120361,"id":1808,"parentId":1726,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/shuffle.mjs","layer":"app-pages-browser"},"startTime":1778050155546,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1916,"timestamp":6658785120472,"id":1809,"parentId":1726,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/tag.mjs","layer":"app-pages-browser"},"startTime":1778050155547,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":542,"timestamp":6658785125240,"id":1810,"parentId":1621,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/scheduler/index.js","layer":"app-pages-browser"},"startTime":1778050155551,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":159,"timestamp":6658785126219,"id":1812,"parentId":1634,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/scheduler@0.27.0/node_modules/scheduler/index.js","layer":"pages-dir-browser"},"startTime":1778050155552,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":1936,"timestamp":6658785125330,"id":1811,"parentId":1661,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/index.tsx","layer":"app-pages-browser"},"startTime":1778050155551,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1092,"timestamp":6658785131250,"id":1819,"parentId":1659,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/index.js","layer":"app-pages-browser"},"startTime":1778050155557,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":4369,"timestamp":6658785130502,"id":1813,"parentId":1731,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/clipboard-list.mjs","layer":"app-pages-browser"},"startTime":1778050155557,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":4342,"timestamp":6658785130707,"id":1814,"parentId":1731,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/flask-conical.mjs","layer":"app-pages-browser"},"startTime":1778050155557,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":4370,"timestamp":6658785130838,"id":1815,"parentId":1731,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/test-tube-diagonal.mjs","layer":"app-pages-browser"},"startTime":1778050155557,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":4415,"timestamp":6658785130961,"id":1816,"parentId":1731,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/git-pull-request.mjs","layer":"app-pages-browser"},"startTime":1778050155557,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4627,"timestamp":6658785131083,"id":1817,"parentId":1775,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/not-found.js","layer":"app-pages-browser"},"startTime":1778050155557,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":5292,"timestamp":6658785131200,"id":1818,"parentId":1811,"tags":{"name":"__barrel_optimize__?names=Plus!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050155557,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1362,"timestamp":6658785136909,"id":1820,"parentId":1775,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/forbidden.js","layer":"app-pages-browser"},"startTime":1778050155563,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1591,"timestamp":6658785137247,"id":1821,"parentId":1775,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/unauthorized.js","layer":"app-pages-browser"},"startTime":1778050155563,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1334,"timestamp":6658785141841,"id":1825,"parentId":1784,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/route-pattern-normalizer.js","layer":"pages-dir-browser"},"startTime":1778050155568,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1855,"timestamp":6658785141730,"id":1824,"parentId":1775,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/unstable-rethrow.js","layer":"app-pages-browser"},"startTime":1778050155568,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":2402,"timestamp":6658785141544,"id":1823,"parentId":1811,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/primitives.tsx","layer":"app-pages-browser"},"startTime":1778050155568,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2096,"timestamp":6658785142051,"id":1827,"parentId":1765,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js","layer":"app-pages-browser"},"startTime":1778050155568,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":2709,"timestamp":6658785141869,"id":1826,"parentId":1811,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/hooks.ts","layer":"app-pages-browser"},"startTime":1778050155568,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":4019,"timestamp":6658785141351,"id":1822,"parentId":1811,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/phase-card.tsx","layer":"app-pages-browser"},"startTime":1778050155567,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3547,"timestamp":6658785142202,"id":1828,"parentId":1770,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/resolve-param-value.js","layer":"pages-dir-browser"},"startTime":1778050155568,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":3620,"timestamp":6658785142301,"id":1829,"parentId":1791,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/shared/src/utils/toKebabCase.mjs","layer":"app-pages-browser"},"startTime":1778050155568,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":3672,"timestamp":6658785142419,"id":1830,"parentId":1791,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/shared/src/utils/toPascalCase.mjs","layer":"app-pages-browser"},"startTime":1778050155568,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3752,"timestamp":6658785142536,"id":1831,"parentId":1770,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/parse-loader-tree.js","layer":"pages-dir-browser"},"startTime":1778050155569,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2912,"timestamp":6658785149073,"id":1833,"parentId":1810,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/scheduler/cjs/scheduler.production.js","layer":"app-pages-browser"},"startTime":1778050155575,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3919,"timestamp":6658785148893,"id":1832,"parentId":1770,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/routes/app.js","layer":"pages-dir-browser"},"startTime":1778050155575,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":453,"timestamp":6658785154994,"id":1836,"parentId":1730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-accessible-icon@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.14__@ty_d82538e2dc1c85e81d10c78e4650fbee/node_modules/@radix-ui/react-accessible-icon/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155581,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2222,"timestamp":6658785153650,"id":1834,"parentId":1822,"tags":{"name":"__barrel_optimize__?names=ArrowDown,ArrowUp,ChevronDown,ChevronRight,Trash2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050155580,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":3339,"timestamp":6658785153714,"id":1835,"parentId":1730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-accordion@1.2.12_@types+react-dom@19.2.3_@types+react@19.2.14__@types+r_8b3df72274e0fa0cff1629993ef7cc33/node_modules/@radix-ui/react-accordion/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155580,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-ts","duration":3064,"timestamp":6658785159295,"id":1838,"parentId":1826,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/constants.ts","layer":"app-pages-browser"},"startTime":1778050155585,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":4300,"timestamp":6658785159520,"id":1839,"parentId":1730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.14__@type_d492cfbed6c88f7a3980b921a627d48d/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155586,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":6195,"timestamp":6658785158934,"id":1837,"parentId":1822,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/phase-card-sections.tsx","layer":"app-pages-browser"},"startTime":1778050155585,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":571,"timestamp":6658785166055,"id":1840,"parentId":1730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-aspect-ratio@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.14__@types_96bcec06796fd925f9bce26c5b0bc695/node_modules/@radix-ui/react-aspect-ratio/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155592,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1926,"timestamp":6658785169301,"id":1841,"parentId":1838,"tags":{"name":"__barrel_optimize__?names=ClipboardList,Code2,Eye,FileCode2,FlaskConical,GitPullRequest,Search,Shuffle,TestTube2!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050155595,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":2232,"timestamp":6658785173332,"id":1843,"parentId":1837,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/selects.tsx","layer":"app-pages-browser"},"startTime":1778050155599,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2987,"timestamp":6658785173240,"id":1842,"parentId":1730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-avatar@1.1.10_@types+react-dom@19.2.3_@types+react@19.2.14__@types+reac_06c5a164da4523571d3e9cd55d04eddf/node_modules/@radix-ui/react-avatar/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155599,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-tsx","duration":4233,"timestamp":6658785173518,"id":1844,"parentId":1837,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/reviewer-slots.tsx","layer":"app-pages-browser"},"startTime":1778050155600,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2459,"timestamp":6658785178644,"id":1845,"parentId":1730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-checkbox@1.3.3_@types+react-dom@19.2.3_@types+react@19.2.14__@types+rea_a9bfe74df417688e01ae6068318bf0dd/node_modules/@radix-ui/react-checkbox/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155605,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":3677,"timestamp":6658785179175,"id":1846,"parentId":1844,"tags":{"name":"__barrel_optimize__?names=Plus,X!=!/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/lucide-react.mjs","layer":"app-pages-browser"},"startTime":1778050155605,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":5563,"timestamp":6658785183487,"id":1847,"parentId":1730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-context-menu@2.2.16_@types+react-dom@19.2.3_@types+react@19.2.14__@type_7ddebea395c65d3c4d3683b445765102/node_modules/@radix-ui/react-context-menu/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155610,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":3780,"timestamp":6658785187229,"id":1848,"parentId":1730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-collapsible@1.1.12_@types+react-dom@19.2.3_@types+react@19.2.14__@types_10a2c6d0ac3bcc7422bd3020fe61e076/node_modules/@radix-ui/react-collapsible/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155613,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":4674,"timestamp":6658785192783,"id":1849,"parentId":1730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.14__@types+reac_779045218dc2799d336e7197abef9d38/node_modules/@radix-ui/react-dialog/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155619,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":631,"timestamp":6658785222997,"id":1850,"parentId":1730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-direction@1.1.1_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-direction/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155649,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":4025,"timestamp":6658785224880,"id":1851,"parentId":1730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.14__@typ_73af8346b6b2e99f5d79f55f5dac0b34/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155651,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1701,"timestamp":6658785239358,"id":1854,"parentId":1730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-label@2.1.7_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react@_0e34a2d9c9cbbbf963013b9dd979f6f1/node_modules/@radix-ui/react-label/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155665,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":4005,"timestamp":6658785238116,"id":1852,"parentId":1730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-hover-card@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.14__@types+_7ad81962fbdf173de4beb0078b2863c0/node_modules/@radix-ui/react-hover-card/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155664,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":5424,"timestamp":6658785239264,"id":1853,"parentId":1730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react@1_ac782b7f287a9ebe6066a603dfc1b780/node_modules/@radix-ui/react-form/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155665,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":6223,"timestamp":6658785240120,"id":1855,"parentId":1730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.14__@types+rea_2538d85c615acf13b2f2294bd07156f9/node_modules/@radix-ui/react-menubar/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155666,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":8458,"timestamp":6658785259250,"id":1856,"parentId":1730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.14__@t_7563284ec2dc0b07b96e6ca399b56630/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155685,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":11728,"timestamp":6658785261396,"id":1857,"parentId":1730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-one-time-password-field@0.1.8_@types+react-dom@19.2.3_@types+react@19.2_d966c07edda083842dfc81816512d421/node_modules/@radix-ui/react-one-time-password-field/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155687,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":10935,"timestamp":6658785263371,"id":1858,"parentId":1730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-password-toggle-field@0.1.3_@types+react-dom@19.2.3_@types+react@19.2.1_f140fea76c74b024d58beaaf8d08d46c/node_modules/@radix-ui/react-password-toggle-field/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155689,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2988,"timestamp":6658785311827,"id":1859,"parentId":1730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-progress@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.14__@types+rea_d26b5d8ff64e53a10c8029fddad30be5/node_modules/@radix-ui/react-progress/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155738,"traceId":"5115c684d0e0ffd7"}]
|
|
17
|
+
[{"name":"build-module-mjs","duration":2968,"timestamp":6658785313368,"id":1860,"parentId":1730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-radio-group@1.3.8_@types+react-dom@19.2.3_@types+react@19.2.14__@types+_cc2a70da647cefa06e7f90fd9b481f08/node_modules/@radix-ui/react-radio-group/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155739,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":8339,"timestamp":6658785313479,"id":1861,"parentId":1730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-scroll-area@1.2.10_@types+react-dom@19.2.3_@types+react@19.2.14__@types_155614c2fe5222bb9b221068b09efefc/node_modules/@radix-ui/react-scroll-area/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155740,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":3210,"timestamp":6658785341145,"id":1865,"parentId":1730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-separator@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.14__@types+re_708d1054dbf5e38a292cb79d1c79b4a1/node_modules/@radix-ui/react-separator/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155767,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":4500,"timestamp":6658785340945,"id":1863,"parentId":1730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-portal@1.1.9_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react_7668895bec2444446faa4e0f4eb5244b/node_modules/@radix-ui/react-portal/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155767,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":5890,"timestamp":6658785340800,"id":1862,"parentId":1730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.14__@types+rea_8b5332f8e883134e9d9ab2856fc4395d/node_modules/@radix-ui/react-popover/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155767,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":14769,"timestamp":6658785341036,"id":1864,"parentId":1730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-select@2.2.6_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react_53894a32562cb9eeb6aef8b357a4f4e3/node_modules/@radix-ui/react-select/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155767,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1083,"timestamp":6658785398754,"id":1869,"parentId":1730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-slot@1.2.3_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155825,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":3214,"timestamp":6658785397437,"id":1867,"parentId":1730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-switch@1.2.6_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react_e3738c514c10df2ef7e24af5ee461853/node_modules/@radix-ui/react-switch/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155823,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2979,"timestamp":6658785398075,"id":1868,"parentId":1730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-toggle@1.1.10_@types+react-dom@19.2.3_@types+react@19.2.14__@types+reac_63d136f11f5f79b42c1373b9162ffc86/node_modules/@radix-ui/react-toggle/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155824,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":7146,"timestamp":6658785395759,"id":1866,"parentId":1730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-slider@1.3.6_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react_c6a3fae91eb6750caf661d179680cb4a/node_modules/@radix-ui/react-slider/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155822,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":3514,"timestamp":6658785421944,"id":1870,"parentId":1730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-toggle-group@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.14__@type_0c124bdbaa351e80a671757a596f81ce/node_modules/@radix-ui/react-toggle-group/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155848,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2747,"timestamp":6658785423791,"id":1871,"parentId":1730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-tabs@1.1.13_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react@_2ad0945e3cb98dc5bbfaaf29c105e977/node_modules/@radix-ui/react-tabs/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155850,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":7075,"timestamp":6658785423886,"id":1872,"parentId":1730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react_4581e89c6ba13e4159ce65546c8b2a16/node_modules/@radix-ui/react-toast/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155850,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":533,"timestamp":6658785449039,"id":1875,"parentId":1730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-visually-hidden@1.2.3_@types+react-dom@19.2.3_@types+react@19.2.14__@ty_fa89646d7248b32d1762bf88948f6339/node_modules/@radix-ui/react-visually-hidden/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155875,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":3610,"timestamp":6658785446940,"id":1873,"parentId":1730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-toolbar@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.14__@types+rea_0c21b1d71c2cf2b659e30aa892e5950d/node_modules/@radix-ui/react-toolbar/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155873,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":5467,"timestamp":6658785447738,"id":1874,"parentId":1730,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-tooltip@1.2.8_@types+react-dom@19.2.3_@types+react@19.2.14__@types+reac_9074d9fb06315b089b2bee17c4c65951/node_modules/@radix-ui/react-tooltip/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155874,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1426,"timestamp":6658785471567,"id":1877,"parentId":1812,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/scheduler@0.27.0/node_modules/scheduler/cjs/scheduler.production.js","layer":"pages-dir-browser"},"startTime":1778050155898,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2076,"timestamp":6658785471678,"id":1879,"parentId":1763,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/process/browser.js","layer":"pages-dir-browser"},"startTime":1778050155898,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2847,"timestamp":6658785471419,"id":1876,"parentId":1749,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/index.js","layer":"app-pages-browser"},"startTime":1778050155897,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2957,"timestamp":6658785471604,"id":1878,"parentId":1819,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/index.js","layer":"app-pages-browser"},"startTime":1778050155898,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3369,"timestamp":6658785471701,"id":1880,"parentId":1764,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/process/browser.js","layer":"app-pages-browser"},"startTime":1778050155898,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":1868746,"timestamp":6658783613497,"id":1307,"parentId":1299,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1778050154040,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1740,"timestamp":6658785482020,"id":1881,"parentId":1824,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/unstable-rethrow.browser.js","layer":"app-pages-browser"},"startTime":1778050155908,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1469,"timestamp":6658785484149,"id":1883,"parentId":1784,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/path-to-regexp/index.js","layer":"pages-dir-browser"},"startTime":1778050155910,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":1872117,"timestamp":6658783613736,"id":1319,"parentId":1299,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fdemo%2F%5Bscenario%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1778050154040,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2312,"timestamp":6658785483990,"id":1882,"parentId":1827,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/hash.js","layer":"app-pages-browser"},"startTime":1778050155910,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":1873632,"timestamp":6658783613378,"id":1302,"parentId":1299,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1778050154039,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":1873676,"timestamp":6658783613350,"id":1301,"parentId":1299,"tags":{"request":"./node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/app-next.js"},"startTime":1778050154039,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":951,"timestamp":6658785486374,"id":1884,"parentId":1830,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/shared/src/utils/toCamelCase.mjs","layer":"app-pages-browser"},"startTime":1778050155912,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":946,"timestamp":6658785486531,"id":1885,"parentId":1828,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/interception-prefix-from-param-type.js","layer":"pages-dir-browser"},"startTime":1778050155913,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":632,"timestamp":6658785488963,"id":1890,"parentId":1835,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-compose-refs@1.1.2_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155915,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":3111,"timestamp":6658785486744,"id":1887,"parentId":1834,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/arrow-down.mjs","layer":"app-pages-browser"},"startTime":1778050155913,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":3154,"timestamp":6658785486865,"id":1888,"parentId":1834,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/lucide-react@1.12.0_react@19.2.4/node_modules/lucide-react/dist/esm/icons/arrow-up.mjs","layer":"app-pages-browser"},"startTime":1778050155913,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3752,"timestamp":6658785486638,"id":1886,"parentId":1832,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/get-segment-param.js","layer":"pages-dir-browser"},"startTime":1778050155913,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":1878295,"timestamp":6658783612896,"id":1300,"parentId":1299,"tags":{"request":"./node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/next.js"},"startTime":1778050154039,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":936,"timestamp":6658785490852,"id":1891,"parentId":1835,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+primitive@1.1.3/node_modules/@radix-ui/primitive/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155917,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1533,"timestamp":6658785490949,"id":1892,"parentId":1835,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-use-controllable-state@1.2.2_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155917,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1978,"timestamp":6658785491030,"id":1893,"parentId":1835,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-context@1.1.2_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-context/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155917,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2224,"timestamp":6658785491100,"id":1894,"parentId":1835,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-primitive@2.1.3_@types+react-dom@19.2.3_@types+react@19.2.14__@types+re_1181ea5061ec9212248424669240e4ec/node_modules/@radix-ui/react-primitive/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155917,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":7584,"timestamp":6658785488860,"id":1889,"parentId":1835,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-collection@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.14__@types+r_161926fa2509d0b7370b60b8bb4eb8b0/node_modules/@radix-ui/react-collection/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155915,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":540,"timestamp":6658785501979,"id":1895,"parentId":1835,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-id@1.1.1_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-id/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155928,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":367,"timestamp":6658785503758,"id":1896,"parentId":1842,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-use-callback-ref@1.1.1_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155930,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":327,"timestamp":6658785504563,"id":1897,"parentId":1842,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-use-layout-effect@1.1.1_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155931,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":516,"timestamp":6658785505888,"id":1898,"parentId":1842,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-use-is-hydrated@0.1.0_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-is-hydrated/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155932,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1307,"timestamp":6658785505977,"id":1899,"parentId":1845,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-use-previous@1.1.1_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-previous/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155932,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":492,"timestamp":6658785508272,"id":1900,"parentId":1845,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-use-size@1.1.1_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-size/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155934,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":4059,"timestamp":6658785511133,"id":1901,"parentId":1845,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-presence@1.1.5_@types+react-dom@19.2.3_@types+react@19.2.14__@types+rea_c01c26c80b5ab5e3ecefbda6eca51ad1/node_modules/@radix-ui/react-presence/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155937,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":2700,"timestamp":6658785513160,"id":1905,"parentId":1849,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-focus-guards@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-focus-guards/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155939,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":4785,"timestamp":6658785513075,"id":1904,"parentId":1849,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-focus-scope@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.14__@types+_f62f3af4ca2ba305a7aecf04c8534604/node_modules/@radix-ui/react-focus-scope/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155939,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":7013,"timestamp":6658785512975,"id":1903,"parentId":1849,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-dismissable-layer@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.14___3d3960154a4c07d09bb90cb341135fc5/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155939,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":13025,"timestamp":6658785512853,"id":1902,"parentId":1847,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react@_73ff7391b7be14d4dbff03af4dbac090/node_modules/@radix-ui/react-menu/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155939,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":840,"timestamp":6658785546314,"id":1906,"parentId":1849,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll@2.7.2_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1778050155972,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":964,"timestamp":6658785547546,"id":1907,"parentId":1849,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/aria-hidden@1.2.6/node_modules/aria-hidden/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1778050155974,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":428,"timestamp":6658785550446,"id":1910,"parentId":1857,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+number@1.1.1/node_modules/@radix-ui/number/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155976,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":436,"timestamp":6658785551413,"id":1911,"parentId":1857,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-use-effect-event@0.0.2_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-effect-event/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155977,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":4275,"timestamp":6658785549099,"id":1908,"parentId":1852,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-popper@1.2.8_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react_13e0521d8aea7ebfbfb8bee1fb615c05/node_modules/@radix-ui/react-popper/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155975,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":4346,"timestamp":6658785550354,"id":1909,"parentId":1855,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-roving-focus@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.14__@type_4eeb29c998b846c35358e2f929e7490e/node_modules/@radix-ui/react-roving-focus/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050155976,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1072,"timestamp":6658785567806,"id":1912,"parentId":1878,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/errors.js","layer":"app-pages-browser"},"startTime":1778050155994,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1575,"timestamp":6658785569127,"id":1913,"parentId":1878,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/compose/composer.js","layer":"app-pages-browser"},"startTime":1778050155995,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1751,"timestamp":6658785572240,"id":1914,"parentId":1878,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/doc/Document.js","layer":"app-pages-browser"},"startTime":1778050155998,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2435,"timestamp":6658785582857,"id":1915,"parentId":1878,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/Schema.js","layer":"app-pages-browser"},"startTime":1778050156009,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3041,"timestamp":6658785582984,"id":1916,"parentId":1878,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/nodes/Alias.js","layer":"app-pages-browser"},"startTime":1778050156009,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3328,"timestamp":6658785583077,"id":1917,"parentId":1878,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/nodes/identity.js","layer":"app-pages-browser"},"startTime":1778050156009,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3537,"timestamp":6658785583151,"id":1918,"parentId":1878,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/nodes/Scalar.js","layer":"app-pages-browser"},"startTime":1778050156009,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3829,"timestamp":6658785583222,"id":1919,"parentId":1878,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/nodes/Pair.js","layer":"app-pages-browser"},"startTime":1778050156009,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4622,"timestamp":6658785583296,"id":1920,"parentId":1878,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/nodes/YAMLMap.js","layer":"app-pages-browser"},"startTime":1778050156009,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4742,"timestamp":6658785583365,"id":1921,"parentId":1876,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/external.js","layer":"app-pages-browser"},"startTime":1778050156009,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5330,"timestamp":6658785583432,"id":1922,"parentId":1878,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/nodes/YAMLSeq.js","layer":"app-pages-browser"},"startTime":1778050156009,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":5644,"timestamp":6658785583503,"id":1923,"parentId":1878,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/parse/cst.js","layer":"app-pages-browser"},"startTime":1778050156010,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":8338,"timestamp":6658785583569,"id":1924,"parentId":1878,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/parse/lexer.js","layer":"app-pages-browser"},"startTime":1778050156010,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":8635,"timestamp":6658785583636,"id":1925,"parentId":1878,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/parse/line-counter.js","layer":"app-pages-browser"},"startTime":1778050156010,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":12053,"timestamp":6658785583707,"id":1926,"parentId":1878,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/parse/parser.js","layer":"app-pages-browser"},"startTime":1778050156010,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1248,"timestamp":6658785604852,"id":1927,"parentId":1878,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/public-api.js","layer":"app-pages-browser"},"startTime":1778050156031,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1248,"timestamp":6658785607489,"id":1928,"parentId":1878,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/visit.js","layer":"app-pages-browser"},"startTime":1778050156034,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":411,"timestamp":6658785610377,"id":1929,"parentId":1898,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sync-external-store@1.6.0_react@19.2.4/node_modules/use-sync-external-store/shim/index.js","layer":"app-pages-browser"},"startTime":1778050156036,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":393,"timestamp":6658785613540,"id":1930,"parentId":1903,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-use-escape-keydown@1.1.1_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-escape-keydown/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050156040,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":424,"timestamp":6658785616850,"id":1931,"parentId":1906,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll@2.7.2_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll/dist/es2015/Combination.js","layer":"app-pages-browser"},"startTime":1778050156043,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1328,"timestamp":6658785620486,"id":1932,"parentId":1913,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/doc/directives.js","layer":"app-pages-browser"},"startTime":1778050156047,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1721,"timestamp":6658785620585,"id":1933,"parentId":1913,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/compose/compose-doc.js","layer":"app-pages-browser"},"startTime":1778050156047,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":716,"timestamp":6658785623489,"id":1934,"parentId":1913,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/compose/resolve-end.js","layer":"app-pages-browser"},"startTime":1778050156050,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1227,"timestamp":6658785624408,"id":1935,"parentId":1914,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/nodes/Collection.js","layer":"app-pages-browser"},"startTime":1778050156050,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1410,"timestamp":6658785624507,"id":1936,"parentId":1914,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/nodes/toJS.js","layer":"app-pages-browser"},"startTime":1778050156051,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1758,"timestamp":6658785624588,"id":1937,"parentId":1914,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/doc/anchors.js","layer":"app-pages-browser"},"startTime":1778050156051,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":674,"timestamp":6658785630702,"id":1938,"parentId":1914,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/doc/applyReviver.js","layer":"app-pages-browser"},"startTime":1778050156057,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1076,"timestamp":6658785630812,"id":1939,"parentId":1914,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/stringify/stringifyDocument.js","layer":"app-pages-browser"},"startTime":1778050156057,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":938,"timestamp":6658785632128,"id":1940,"parentId":1914,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/doc/createNode.js","layer":"app-pages-browser"},"startTime":1778050156058,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":509,"timestamp":6658785634565,"id":1941,"parentId":1921,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/errors.js","layer":"app-pages-browser"},"startTime":1778050156061,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":678,"timestamp":6658785634659,"id":1942,"parentId":1908,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@radix-ui+react-arrow@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react@_e05f2c19a58a99fddf374207b5e3778c/node_modules/@radix-ui/react-arrow/dist/index.mjs","layer":"app-pages-browser"},"startTime":1778050156061,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1047,"timestamp":6658785635711,"id":1943,"parentId":1915,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/tags.js","layer":"app-pages-browser"},"startTime":1778050156062,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1268,"timestamp":6658785635800,"id":1944,"parentId":1916,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/nodes/Node.js","layer":"app-pages-browser"},"startTime":1778050156062,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1952,"timestamp":6658785635880,"id":1945,"parentId":1919,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/stringify/stringifyPair.js","layer":"app-pages-browser"},"startTime":1778050156062,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1035,"timestamp":6658785638956,"id":1946,"parentId":1919,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/nodes/addPairToJSMap.js","layer":"app-pages-browser"},"startTime":1778050156065,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1119,"timestamp":6658785640546,"id":1947,"parentId":1920,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/stringify/stringifyCollection.js","layer":"app-pages-browser"},"startTime":1778050156067,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1926,"timestamp":6658785644083,"id":1948,"parentId":1923,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/parse/cst-scalar.js","layer":"app-pages-browser"},"startTime":1778050156070,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2778,"timestamp":6658785644180,"id":1949,"parentId":1921,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/ZodError.js","layer":"app-pages-browser"},"startTime":1778050156070,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":25734,"timestamp":6658785644253,"id":1950,"parentId":1921,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.js","layer":"app-pages-browser"},"startTime":1778050156070,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":27194,"timestamp":6658785644319,"id":1951,"parentId":1908,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@floating-ui+react-dom@2.1.8_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.mjs","layer":"app-pages-browser"},"startTime":1778050156070,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1115,"timestamp":6658785674292,"id":1952,"parentId":1923,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/parse/cst-stringify.js","layer":"app-pages-browser"},"startTime":1778050156100,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":650,"timestamp":6658785675620,"id":1953,"parentId":1915,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/common/map.js","layer":"app-pages-browser"},"startTime":1778050156102,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":733,"timestamp":6658785675729,"id":1954,"parentId":1915,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/common/seq.js","layer":"app-pages-browser"},"startTime":1778050156102,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":820,"timestamp":6658785675811,"id":1955,"parentId":1915,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/common/string.js","layer":"app-pages-browser"},"startTime":1778050156102,"traceId":"5115c684d0e0ffd7"}]
|
|
18
|
+
[{"name":"build-module-js","duration":958,"timestamp":6658785678342,"id":1956,"parentId":1923,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/parse/cst-visit.js","layer":"app-pages-browser"},"startTime":1778050156104,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1523,"timestamp":6658785678440,"id":1957,"parentId":1921,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js","layer":"app-pages-browser"},"startTime":1778050156104,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1545,"timestamp":6658785678514,"id":1958,"parentId":1921,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/typeAliases.js","layer":"app-pages-browser"},"startTime":1778050156105,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2047,"timestamp":6658785678581,"id":1959,"parentId":1921,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/util.js","layer":"app-pages-browser"},"startTime":1778050156105,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":364,"timestamp":6658785684421,"id":1960,"parentId":1927,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/log.js","layer":"app-pages-browser"},"startTime":1778050156110,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":723,"timestamp":6658785684977,"id":1961,"parentId":1931,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll@2.7.2_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll/dist/es2015/UI.js","layer":"app-pages-browser"},"startTime":1778050156111,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1022,"timestamp":6658785685086,"id":1962,"parentId":1929,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sync-external-store@1.6.0_react@19.2.4/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js","layer":"app-pages-browser"},"startTime":1778050156111,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":639,"timestamp":6658785687981,"id":1963,"parentId":1931,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll@2.7.2_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll/dist/es2015/sidecar.js","layer":"app-pages-browser"},"startTime":1778050156114,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1143,"timestamp":6658785688082,"id":1964,"parentId":1933,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/compose/resolve-props.js","layer":"app-pages-browser"},"startTime":1778050156114,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1648,"timestamp":6658785688162,"id":1965,"parentId":1933,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/compose/compose-node.js","layer":"app-pages-browser"},"startTime":1778050156114,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1263,"timestamp":6658785690782,"id":1966,"parentId":1939,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/stringify/stringify.js","layer":"app-pages-browser"},"startTime":1778050156117,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":605,"timestamp":6658785692545,"id":1967,"parentId":1939,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/stringify/stringifyComment.js","layer":"app-pages-browser"},"startTime":1778050156119,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":526,"timestamp":6658785694327,"id":1968,"parentId":1943,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/common/null.js","layer":"app-pages-browser"},"startTime":1778050156120,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":3345,"timestamp":6658785694416,"id":1969,"parentId":1931,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.es6.mjs","layer":"app-pages-browser"},"startTime":1778050156120,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1066,"timestamp":6658785699096,"id":1970,"parentId":1941,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/locales/en.js","layer":"app-pages-browser"},"startTime":1778050156125,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":927,"timestamp":6658785701869,"id":1971,"parentId":1943,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/core/bool.js","layer":"app-pages-browser"},"startTime":1778050156128,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1201,"timestamp":6658785701965,"id":1972,"parentId":1943,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/core/float.js","layer":"app-pages-browser"},"startTime":1778050156128,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1450,"timestamp":6658785702049,"id":1973,"parentId":1943,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/core/int.js","layer":"app-pages-browser"},"startTime":1778050156128,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1548,"timestamp":6658785702119,"id":1974,"parentId":1943,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/core/schema.js","layer":"app-pages-browser"},"startTime":1778050156128,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1929,"timestamp":6658785702190,"id":1975,"parentId":1943,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/json/schema.js","layer":"app-pages-browser"},"startTime":1778050156128,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1820,"timestamp":6658785704817,"id":1976,"parentId":1943,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/yaml-1.1/binary.js","layer":"app-pages-browser"},"startTime":1778050156131,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2181,"timestamp":6658785704913,"id":1977,"parentId":1943,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/yaml-1.1/merge.js","layer":"app-pages-browser"},"startTime":1778050156131,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":947,"timestamp":6658785707424,"id":1978,"parentId":1943,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/yaml-1.1/omap.js","layer":"app-pages-browser"},"startTime":1778050156133,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1375,"timestamp":6658785710444,"id":1979,"parentId":1943,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/yaml-1.1/pairs.js","layer":"app-pages-browser"},"startTime":1778050156136,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1809,"timestamp":6658785710537,"id":1980,"parentId":1943,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/yaml-1.1/set.js","layer":"app-pages-browser"},"startTime":1778050156137,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1975,"timestamp":6658785710617,"id":1981,"parentId":1943,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/yaml-1.1/schema.js","layer":"app-pages-browser"},"startTime":1778050156137,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2505,"timestamp":6658785710688,"id":1982,"parentId":1943,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/yaml-1.1/timestamp.js","layer":"app-pages-browser"},"startTime":1778050156137,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3566,"timestamp":6658785710758,"id":1983,"parentId":1948,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/compose/resolve-flow-scalar.js","layer":"app-pages-browser"},"startTime":1778050156137,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4384,"timestamp":6658785710828,"id":1984,"parentId":1948,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/compose/resolve-block-scalar.js","layer":"app-pages-browser"},"startTime":1778050156137,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":4487,"timestamp":6658785710894,"id":1985,"parentId":1950,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.js","layer":"app-pages-browser"},"startTime":1778050156137,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3133,"timestamp":6658785716946,"id":1986,"parentId":1948,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/stringify/stringifyString.js","layer":"app-pages-browser"},"startTime":1778050156143,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":802,"timestamp":6658785722063,"id":1987,"parentId":1961,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll@2.7.2_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll/dist/es2015/medium.js","layer":"app-pages-browser"},"startTime":1778050156148,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1091,"timestamp":6658785723988,"id":1988,"parentId":1965,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/compose/compose-collection.js","layer":"app-pages-browser"},"startTime":1778050156150,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1473,"timestamp":6658785724100,"id":1989,"parentId":1965,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/compose/compose-scalar.js","layer":"app-pages-browser"},"startTime":1778050156150,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1583,"timestamp":6658785724175,"id":1990,"parentId":1965,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/compose/util-empty-scalar-position.js","layer":"app-pages-browser"},"startTime":1778050156150,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2367,"timestamp":6658785724242,"id":1991,"parentId":1963,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll@2.7.2_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll/dist/es2015/SideEffect.js","layer":"app-pages-browser"},"startTime":1778050156150,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":423,"timestamp":6658785728762,"id":1992,"parentId":1972,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/stringify/stringifyNumber.js","layer":"app-pages-browser"},"startTime":1778050156155,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":549,"timestamp":6658785730180,"id":1993,"parentId":1981,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/yaml-1.1/bool.js","layer":"app-pages-browser"},"startTime":1778050156156,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":711,"timestamp":6658785730989,"id":1994,"parentId":1981,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/yaml-1.1/float.js","layer":"app-pages-browser"},"startTime":1778050156157,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1480,"timestamp":6658785731090,"id":1995,"parentId":1981,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/schema/yaml-1.1/int.js","layer":"app-pages-browser"},"startTime":1778050156157,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1528,"timestamp":6658785734424,"id":1996,"parentId":1988,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/compose/resolve-block-map.js","layer":"app-pages-browser"},"startTime":1778050156160,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2066,"timestamp":6658785734527,"id":1997,"parentId":1986,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/stringify/foldFlowLines.js","layer":"app-pages-browser"},"startTime":1778050156161,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2855,"timestamp":6658785734629,"id":1998,"parentId":1988,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/compose/resolve-flow-collection.js","layer":"app-pages-browser"},"startTime":1778050156161,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3090,"timestamp":6658785734702,"id":1999,"parentId":1988,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/compose/resolve-block-seq.js","layer":"app-pages-browser"},"startTime":1778050156161,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3504,"timestamp":6658785734784,"id":2000,"parentId":1991,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll@2.7.2_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll/dist/es2015/handleScroll.js","layer":"app-pages-browser"},"startTime":1778050156161,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":3621,"timestamp":6658785734856,"id":2001,"parentId":1991,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll@2.7.2_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js","layer":"app-pages-browser"},"startTime":1778050156161,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":6287,"timestamp":6658785734922,"id":2002,"parentId":1951,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@floating-ui+dom@1.7.6/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs","layer":"app-pages-browser"},"startTime":1778050156161,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":392,"timestamp":6658785745412,"id":2003,"parentId":1961,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1778050156171,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":318,"timestamp":6658785746992,"id":2004,"parentId":1963,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/use-sidecar/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1778050156173,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":899,"timestamp":6658785750161,"id":2005,"parentId":1996,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/compose/util-flow-indent-check.js","layer":"app-pages-browser"},"startTime":1778050156176,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1017,"timestamp":6658785750256,"id":2006,"parentId":1996,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/compose/util-contains-newline.js","layer":"app-pages-browser"},"startTime":1778050156176,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1134,"timestamp":6658785750332,"id":2007,"parentId":1996,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/dist/compose/util-map-includes.js","layer":"app-pages-browser"},"startTime":1778050156176,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1196,"timestamp":6658785750413,"id":2008,"parentId":1961,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll-bar/dist/es2015/constants.js","layer":"app-pages-browser"},"startTime":1778050156176,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1254,"timestamp":6658785750482,"id":2009,"parentId":1991,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll-bar/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1778050156177,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1107,"timestamp":6658785754063,"id":2010,"parentId":2003,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/assignRef.js","layer":"app-pages-browser"},"startTime":1778050156180,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1174,"timestamp":6658785754158,"id":2011,"parentId":2003,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/createRef.js","layer":"app-pages-browser"},"startTime":1778050156180,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1256,"timestamp":6658785754233,"id":2012,"parentId":2003,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/mergeRef.js","layer":"app-pages-browser"},"startTime":1778050156180,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1502,"timestamp":6658785754307,"id":2013,"parentId":2003,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/useMergeRef.js","layer":"app-pages-browser"},"startTime":1778050156180,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1667,"timestamp":6658785754373,"id":2014,"parentId":2003,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/useRef.js","layer":"app-pages-browser"},"startTime":1778050156180,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1741,"timestamp":6658785754438,"id":2015,"parentId":2003,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/useTransformRef.js","layer":"app-pages-browser"},"startTime":1778050156180,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1805,"timestamp":6658785754509,"id":2016,"parentId":2003,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/transformRef.js","layer":"app-pages-browser"},"startTime":1778050156181,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1947,"timestamp":6658785754573,"id":2017,"parentId":2003,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.2.14_react@19.2.4/node_modules/use-callback-ref/dist/es2015/refToCallback.js","layer":"app-pages-browser"},"startTime":1778050156181,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":317,"timestamp":6658785758772,"id":2018,"parentId":1991,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.2.14_react@19.2.4/node_modules/react-style-singleton/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1778050156185,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":718,"timestamp":6658785760515,"id":2019,"parentId":2004,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/use-sidecar/dist/es2015/hoc.js","layer":"app-pages-browser"},"startTime":1778050156187,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":793,"timestamp":6658785760787,"id":2020,"parentId":2004,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/use-sidecar/dist/es2015/hook.js","layer":"app-pages-browser"},"startTime":1778050156187,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1265,"timestamp":6658785761900,"id":2021,"parentId":2004,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/use-sidecar/dist/es2015/config.js","layer":"app-pages-browser"},"startTime":1778050156188,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1386,"timestamp":6658785761985,"id":2022,"parentId":2004,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/use-sidecar/dist/es2015/exports.js","layer":"app-pages-browser"},"startTime":1778050156188,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1686,"timestamp":6658785762084,"id":2023,"parentId":2004,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/use-sidecar/dist/es2015/medium.js","layer":"app-pages-browser"},"startTime":1778050156188,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":2060,"timestamp":6658785762157,"id":2024,"parentId":2004,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/use-sidecar/dist/es2015/renderProp.js","layer":"app-pages-browser"},"startTime":1778050156188,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1116,"timestamp":6658785765376,"id":2025,"parentId":2002,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@floating-ui+utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.mjs","layer":"app-pages-browser"},"startTime":1778050156191,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":871,"timestamp":6658785768655,"id":2026,"parentId":2009,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll-bar/dist/es2015/component.js","layer":"app-pages-browser"},"startTime":1778050156195,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":1030,"timestamp":6658785768749,"id":2027,"parentId":2009,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.2.14_react@19.2.4/node_modules/react-remove-scroll-bar/dist/es2015/utils.js","layer":"app-pages-browser"},"startTime":1778050156195,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":1622,"timestamp":6658785768820,"id":2028,"parentId":2002,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@floating-ui+utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs","layer":"app-pages-browser"},"startTime":1778050156195,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":271,"timestamp":6658785771602,"id":2029,"parentId":2020,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.2.14_react@19.2.4/node_modules/use-sidecar/dist/es2015/env.js","layer":"app-pages-browser"},"startTime":1778050156198,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":548,"timestamp":6658785772642,"id":2030,"parentId":2018,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.2.14_react@19.2.4/node_modules/react-style-singleton/dist/es2015/component.js","layer":"app-pages-browser"},"startTime":1778050156199,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":733,"timestamp":6658785772730,"id":2031,"parentId":2018,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.2.14_react@19.2.4/node_modules/react-style-singleton/dist/es2015/singleton.js","layer":"app-pages-browser"},"startTime":1778050156199,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":816,"timestamp":6658785772804,"id":2032,"parentId":2018,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.2.14_react@19.2.4/node_modules/react-style-singleton/dist/es2015/hook.js","layer":"app-pages-browser"},"startTime":1778050156199,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-mjs","duration":3976,"timestamp":6658785774893,"id":2033,"parentId":2002,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/@floating-ui+core@1.7.5/node_modules/@floating-ui/core/dist/floating-ui.core.mjs","layer":"app-pages-browser"},"startTime":1778050156201,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":294,"timestamp":6658785782032,"id":2034,"parentId":2029,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/detect-node-es@1.1.0/node_modules/detect-node-es/esm/browser.js","layer":"app-pages-browser"},"startTime":1778050156208,"traceId":"5115c684d0e0ffd7"},{"name":"build-module-js","duration":388,"timestamp":6658785783546,"id":2035,"parentId":2031,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/get-nonce@1.0.1/node_modules/get-nonce/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1778050156210,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":2170425,"timestamp":6658783613717,"id":1316,"parentId":1299,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fsettings%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1778050154040,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":2170511,"timestamp":6658783613695,"id":1313,"parentId":1299,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fnew%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1778050154040,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":2170509,"timestamp":6658783613704,"id":1314,"parentId":1299,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fonboarding%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1778050154040,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":2170488,"timestamp":6658783613731,"id":1318,"parentId":1299,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fopenrouter-card.tsx%22%2C%22ids%22%3A%5B%22OpenRouterCard%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Forchestrator-card.tsx%22%2C%22ids%22%3A%5B%22OrchestratorCard%22%5D%7D&server=false!"},"startTime":1778050154040,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":2170412,"timestamp":6658783613811,"id":1320,"parentId":1299,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fruns-table.tsx%22%2C%22ids%22%3A%5B%22RunsTable%22%5D%7D&server=false!"},"startTime":1778050154040,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":2170396,"timestamp":6658783613830,"id":1321,"parentId":1299,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Flucide-react%401.12.0_react%4019.2.4%2Fnode_modules%2Flucide-react%2Fdist%2Fesm%2FIcon.mjs%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fnode_modules%2F.pnpm%2Fnext%4016.2.4_%40babel%2Bcore%407.29.0_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fapp-dir%2Flink.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Flineage-fleet-card.tsx%22%2C%22ids%22%3A%5B%22LineageFleetCard%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fopencode-fleet-card.tsx%22%2C%22ids%22%3A%5B%22OpencodeFleetCard%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fopenrouter-fleet-card.tsx%22%2C%22ids%22%3A%5B%22OpenRouterFleetCard%22%5D%7D&server=false!"},"startTime":1778050154040,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":2170388,"timestamp":6658783613841,"id":1322,"parentId":1299,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fsettings%2Fpermissions%2Fpermissions-form.tsx%22%2C%22ids%22%3A%5B%22PermissionsForm%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&server=false!"},"startTime":1778050154040,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":2170385,"timestamp":6658783613846,"id":1323,"parentId":1299,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fapp-sidebar.tsx%22%2C%22ids%22%3A%5B%22AppSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Flive-run-real%2Findex.tsx%22%2C%22ids%22%3A%5B%22LiveRunReal%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fcomponents%2Fmobile-top-bar.tsx%22%2C%22ids%22%3A%5B%22MobileTopBar%22%5D%7D&server=false!"},"startTime":1778050154040,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":2170512,"timestamp":6658783613725,"id":1317,"parentId":1299,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Ftemplates%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1778050154040,"traceId":"5115c684d0e0ffd7"},{"name":"add-entry","duration":2170529,"timestamp":6658783613712,"id":1315,"parentId":1299,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fubuntu%2Fdev%2Fchorus%2Fsrc%2Fapp%2Fpersonas%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1778050154040,"traceId":"5115c684d0e0ffd7"},{"name":"make","duration":2171822,"timestamp":6658783612570,"id":1299,"parentId":1298,"tags":{},"startTime":1778050154039,"traceId":"5115c684d0e0ffd7"},{"name":"chunk-graph","duration":14269,"timestamp":6658785834692,"id":2037,"parentId":2036,"tags":{},"startTime":1778050156261,"traceId":"5115c684d0e0ffd7"},{"name":"optimize-modules","duration":23,"timestamp":6658785849069,"id":2039,"parentId":2036,"tags":{},"startTime":1778050156275,"traceId":"5115c684d0e0ffd7"},{"name":"optimize-chunks","duration":19890,"timestamp":6658785850557,"id":2041,"parentId":2036,"tags":{},"startTime":1778050156277,"traceId":"5115c684d0e0ffd7"},{"name":"optimize-tree","duration":124,"timestamp":6658785870522,"id":2042,"parentId":2036,"tags":{},"startTime":1778050156297,"traceId":"5115c684d0e0ffd7"},{"name":"optimize-chunk-modules","duration":23104,"timestamp":6658785870728,"id":2043,"parentId":2036,"tags":{},"startTime":1778050156297,"traceId":"5115c684d0e0ffd7"},{"name":"optimize","duration":44886,"timestamp":6658785849025,"id":2038,"parentId":2036,"tags":{},"startTime":1778050156275,"traceId":"5115c684d0e0ffd7"},{"name":"module-hash","duration":18992,"timestamp":6658785907534,"id":2044,"parentId":2036,"tags":{},"startTime":1778050156334,"traceId":"5115c684d0e0ffd7"},{"name":"code-generation","duration":197983,"timestamp":6658785926594,"id":2045,"parentId":2036,"tags":{},"startTime":1778050156353,"traceId":"5115c684d0e0ffd7"},{"name":"hash","duration":7510,"timestamp":6658786127933,"id":2046,"parentId":2036,"tags":{},"startTime":1778050156554,"traceId":"5115c684d0e0ffd7"},{"name":"code-generation-jobs","duration":396,"timestamp":6658786135439,"id":2047,"parentId":2036,"tags":{},"startTime":1778050156561,"traceId":"5115c684d0e0ffd7"}]
|
|
19
|
+
[{"name":"module-assets","duration":556,"timestamp":6658786135785,"id":2048,"parentId":2036,"tags":{},"startTime":1778050156562,"traceId":"5115c684d0e0ffd7"},{"name":"create-chunk-assets","duration":15126,"timestamp":6658786136354,"id":2049,"parentId":2036,"tags":{},"startTime":1778050156562,"traceId":"5115c684d0e0ffd7"},{"name":"NextJsBuildManifest-generateClientManifest","duration":1128,"timestamp":6658786154231,"id":2051,"parentId":1298,"tags":{},"startTime":1778050156580,"traceId":"5115c684d0e0ffd7"},{"name":"NextJsBuildManifest-createassets","duration":1858,"timestamp":6658786153512,"id":2050,"parentId":1298,"tags":{},"startTime":1778050156580,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":80226,"timestamp":6658786198941,"id":2056,"parentId":2052,"tags":{"name":"static/chunks/app/_global-error/page-82f9fc3a5601f410.js","cache":"MISS"},"startTime":1778050156625,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":80684,"timestamp":6658786198521,"id":2054,"parentId":2052,"tags":{"name":"static/chunks/main-app-088f5a0218755ea2.js","cache":"MISS"},"startTime":1778050156625,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":80164,"timestamp":6658786199058,"id":2057,"parentId":2052,"tags":{"name":"static/chunks/next/dist/client/components/builtin/not-found-ee6e06b877051347.js","cache":"MISS"},"startTime":1778050156625,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":80101,"timestamp":6658786199135,"id":2058,"parentId":2052,"tags":{"name":"static/chunks/app/layout-4185f952697ffedc.js","cache":"MISS"},"startTime":1778050156625,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":79984,"timestamp":6658786199268,"id":2059,"parentId":2052,"tags":{"name":"static/chunks/next/dist/client/components/builtin/global-error-6e53b916eb3ccd9a.js","cache":"MISS"},"startTime":1778050156625,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":79811,"timestamp":6658786199453,"id":2061,"parentId":2052,"tags":{"name":"static/chunks/next/dist/client/components/builtin/unauthorized-f846767830031ea7.js","cache":"MISS"},"startTime":1778050156625,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":79934,"timestamp":6658786199341,"id":2060,"parentId":2052,"tags":{"name":"static/chunks/next/dist/client/components/builtin/forbidden-1d8ce7cb96664f93.js","cache":"MISS"},"startTime":1778050156625,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":79764,"timestamp":6658786199525,"id":2062,"parentId":2052,"tags":{"name":"static/chunks/next/dist/client/components/builtin/app-error-474e741dc950d78f.js","cache":"MISS"},"startTime":1778050156626,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":79639,"timestamp":6658786199666,"id":2063,"parentId":2052,"tags":{"name":"static/chunks/app/api/run-artifacts/[chatId]/route-5e72310a803875c7.js","cache":"MISS"},"startTime":1778050156626,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":80660,"timestamp":6658786198710,"id":2055,"parentId":2052,"tags":{"name":"static/chunks/app/_not-found/page-e65d2cb1e1266ad5.js","cache":"MISS"},"startTime":1778050156625,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":79641,"timestamp":6658786199753,"id":2064,"parentId":2052,"tags":{"name":"static/chunks/app/api/daemon/[...path]/route-0943409ff2a9de2c.js","cache":"MISS"},"startTime":1778050156626,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":79598,"timestamp":6658786199824,"id":2065,"parentId":2052,"tags":{"name":"static/chunks/app/new/page-43dc8cbfb4bf5ffd.js","cache":"MISS"},"startTime":1778050156626,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":75463,"timestamp":6658786203994,"id":2067,"parentId":2052,"tags":{"name":"static/chunks/app/personas/page-a6b136ce1a20e467.js","cache":"MISS"},"startTime":1778050156630,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":78199,"timestamp":6658786201310,"id":2066,"parentId":2052,"tags":{"name":"static/chunks/app/onboarding/page-b05b0727420029bf.js","cache":"MISS"},"startTime":1778050156627,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":73832,"timestamp":6658786205728,"id":2068,"parentId":2052,"tags":{"name":"static/chunks/app/settings/page-6e7652332d9cb47b.js","cache":"MISS"},"startTime":1778050156632,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":66222,"timestamp":6658786213374,"id":2070,"parentId":2052,"tags":{"name":"static/chunks/app/connect/page-56cf05c36ff31007.js","cache":"MISS"},"startTime":1778050156639,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":65314,"timestamp":6658786214327,"id":2071,"parentId":2052,"tags":{"name":"static/chunks/app/demo/[scenario]/page-6e4e7a400126154a.js","cache":"MISS"},"startTime":1778050156640,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":64386,"timestamp":6658786215275,"id":2072,"parentId":2052,"tags":{"name":"static/chunks/app/runs/page-8c82d8f857499ab5.js","cache":"MISS"},"startTime":1778050156641,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":63129,"timestamp":6658786216550,"id":2074,"parentId":2052,"tags":{"name":"static/chunks/app/settings/permissions/page-2ad88de77dde1965.js","cache":"MISS"},"startTime":1778050156643,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":62488,"timestamp":6658786217205,"id":2075,"parentId":2052,"tags":{"name":"static/chunks/app/runs/[runId]/page-41d066ad760eca87.js","cache":"MISS"},"startTime":1778050156643,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":64113,"timestamp":6658786215598,"id":2073,"parentId":2052,"tags":{"name":"static/chunks/app/page-70315abe18618143.js","cache":"MISS"},"startTime":1778050156642,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":62356,"timestamp":6658786217372,"id":2076,"parentId":2052,"tags":{"name":"static/chunks/webpack-34faa5a99a7eab27.js","cache":"MISS"},"startTime":1778050156643,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":101139,"timestamp":6658786178814,"id":2053,"parentId":2052,"tags":{"name":"static/chunks/main-b8cd6912c957fde4.js","cache":"MISS"},"startTime":1778050156605,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":71664,"timestamp":6658786208375,"id":2069,"parentId":2052,"tags":{"name":"static/chunks/app/templates/page-cd2c6749b06aed61.js","cache":"MISS"},"startTime":1778050156634,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":34021,"timestamp":6658786252510,"id":2080,"parentId":2052,"tags":{"name":"static/chunks/720-0b5dbaaba3d021cc.js","cache":"MISS"},"startTime":1778050156679,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":83266,"timestamp":6658786241785,"id":2079,"parentId":2052,"tags":{"name":"static/chunks/116-5b9052d123aed7db.js","cache":"MISS"},"startTime":1778050156668,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":117936,"timestamp":6658786217686,"id":2077,"parentId":2052,"tags":{"name":"static/chunks/framework-a2d34d570177755f.js","cache":"MISS"},"startTime":1778050156644,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":66400,"timestamp":6658786274089,"id":2083,"parentId":2052,"tags":{"name":"static/chunks/344-e7eb9ed207c5849e.js","cache":"MISS"},"startTime":1778050156700,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":77874,"timestamp":6658786270829,"id":2082,"parentId":2052,"tags":{"name":"static/chunks/15-8c630f8c641ea76a.js","cache":"MISS"},"startTime":1778050156697,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":74420,"timestamp":6658786274829,"id":2084,"parentId":2052,"tags":{"name":"static/chunks/977-3ab8a58b4b69cecd.js","cache":"MISS"},"startTime":1778050156701,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":70796,"timestamp":6658786278649,"id":2086,"parentId":2052,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"MISS"},"startTime":1778050156705,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":70698,"timestamp":6658786278767,"id":2087,"parentId":2052,"tags":{"name":"static/i0LC5zObFeek7b2zwUxsX/_ssgManifest.js","cache":"MISS"},"startTime":1778050156705,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":70691,"timestamp":6658786278811,"id":2088,"parentId":2052,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1778050156705,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":71025,"timestamp":6658786278867,"id":2089,"parentId":2052,"tags":{"name":"static/i0LC5zObFeek7b2zwUxsX/_buildManifest.js","cache":"MISS"},"startTime":1778050156705,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":71000,"timestamp":6658786278910,"id":2090,"parentId":2052,"tags":{"name":"server/next-font-manifest.js","cache":"MISS"},"startTime":1778050156705,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":72055,"timestamp":6658786278335,"id":2085,"parentId":2052,"tags":{"name":"static/chunks/744-33f0071b3610d66a.js","cache":"MISS"},"startTime":1778050156704,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":136208,"timestamp":6658786226364,"id":2078,"parentId":2052,"tags":{"name":"static/chunks/ed64ccb0-2cda4ad5ac02747e.js","cache":"MISS"},"startTime":1778050156652,"traceId":"5115c684d0e0ffd7"},{"name":"minify-js","duration":137096,"timestamp":6658786256815,"id":2081,"parentId":2052,"tags":{"name":"static/chunks/128-0d369f3710b7b440.js","cache":"MISS"},"startTime":1778050156683,"traceId":"5115c684d0e0ffd7"},{"name":"minify-webpack-plugin-optimize","duration":236560,"timestamp":6658786157377,"id":2052,"parentId":1298,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1778050156583,"traceId":"5115c684d0e0ffd7"},{"name":"minify-css","duration":288289,"timestamp":6658786394302,"id":2092,"parentId":2091,"tags":{"file":"static/css/8ae8ecaf7379edc6.css","cache":"MISS"},"startTime":1778050156820,"traceId":"5115c684d0e0ffd7"},{"name":"css-minimizer-plugin","duration":288476,"timestamp":6658786394128,"id":2091,"parentId":1298,"tags":{},"startTime":1778050156820,"traceId":"5115c684d0e0ffd7"},{"name":"seal","duration":883531,"timestamp":6658785811561,"id":2036,"parentId":1298,"tags":{},"startTime":1778050156238,"traceId":"5115c684d0e0ffd7"},{"name":"webpack-compilation","duration":3088677,"timestamp":6658783606648,"id":1298,"parentId":1295,"tags":{"name":"client"},"startTime":1778050154033,"traceId":"5115c684d0e0ffd7"},{"name":"emit","duration":5933,"timestamp":6658786695567,"id":2093,"parentId":1295,"tags":{},"startTime":1778050157122,"traceId":"5115c684d0e0ffd7"},{"name":"webpack-close","duration":367449,"timestamp":6658786702301,"id":2094,"parentId":1295,"tags":{"name":"client"},"startTime":1778050157128,"traceId":"5115c684d0e0ffd7"},{"name":"webpack-generate-error-stats","duration":1948,"timestamp":6658787069828,"id":2095,"parentId":2094,"tags":{},"startTime":1778050157496,"traceId":"5115c684d0e0ffd7"},{"name":"run-webpack-compiler","duration":3767629,"timestamp":6658783304328,"id":1295,"parentId":1294,"tags":{},"startTime":1778050153730,"traceId":"5115c684d0e0ffd7"},{"name":"format-webpack-messages","duration":75,"timestamp":6658787071964,"id":2096,"parentId":1294,"tags":{},"startTime":1778050157498,"traceId":"5115c684d0e0ffd7"},{"name":"worker-main-client","duration":3768087,"timestamp":6658783304066,"id":1294,"parentId":1,"tags":{},"startTime":1778050153730,"traceId":"5115c684d0e0ffd7"},{"name":"run-webpack","duration":10419198,"timestamp":6658776711390,"id":14,"parentId":1,"tags":{},"startTime":1778050147137,"traceId":"5115c684d0e0ffd7"},{"name":"run-typescript","duration":5419352,"timestamp":6658787134854,"id":2099,"parentId":1,"tags":{},"startTime":1778050157561,"traceId":"5115c684d0e0ffd7"},{"name":"generate-required-server-files","duration":1159,"timestamp":6658792554732,"id":2101,"parentId":1,"tags":{},"startTime":1778050162981,"traceId":"5115c684d0e0ffd7"},{"name":"check-static-error-page","duration":5262,"timestamp":6658792597766,"id":2103,"parentId":2102,"tags":{},"startTime":1778050163024,"traceId":"5115c684d0e0ffd7"},{"name":"is-page-static","duration":236523,"timestamp":6658792605289,"id":2122,"parentId":2105,"tags":{},"startTime":1778050163031,"traceId":"5115c684d0e0ffd7"},{"name":"check-page","duration":242678,"timestamp":6658792599233,"id":2105,"parentId":2102,"tags":{"page":"/_global-error"},"startTime":1778050163025,"traceId":"5115c684d0e0ffd7"},{"name":"is-page-static","duration":298605,"timestamp":6658792605339,"id":2123,"parentId":2107,"tags":{},"startTime":1778050163031,"traceId":"5115c684d0e0ffd7"},{"name":"check-page","duration":303072,"timestamp":6658792600950,"id":2107,"parentId":2102,"tags":{"page":"/api/run-artifacts/[chatId]"},"startTime":1778050163027,"traceId":"5115c684d0e0ffd7"},{"name":"is-page-static","duration":303421,"timestamp":6658792605124,"id":2121,"parentId":2104,"tags":{},"startTime":1778050163031,"traceId":"5115c684d0e0ffd7"},{"name":"check-page","duration":310116,"timestamp":6658792598487,"id":2104,"parentId":2102,"tags":{"page":"/_not-found"},"startTime":1778050163025,"traceId":"5115c684d0e0ffd7"},{"name":"is-page-static","duration":315068,"timestamp":6658792608676,"id":2126,"parentId":2106,"tags":{},"startTime":1778050163035,"traceId":"5115c684d0e0ffd7"},{"name":"check-page","duration":324427,"timestamp":6658792599369,"id":2106,"parentId":2102,"tags":{"page":"/api/daemon/[...path]"},"startTime":1778050163025,"traceId":"5115c684d0e0ffd7"},{"name":"is-page-static","duration":315823,"timestamp":6658792618200,"id":2134,"parentId":2114,"tags":{},"startTime":1778050163044,"traceId":"5115c684d0e0ffd7"},{"name":"check-page","duration":332253,"timestamp":6658792601818,"id":2114,"parentId":2102,"tags":{"page":"/"},"startTime":1778050163028,"traceId":"5115c684d0e0ffd7"},{"name":"is-page-static","duration":331799,"timestamp":6658792605375,"id":2124,"parentId":2110,"tags":{},"startTime":1778050163031,"traceId":"5115c684d0e0ffd7"},{"name":"check-page","duration":335832,"timestamp":6658792601382,"id":2110,"parentId":2102,"tags":{"page":"/favicon.ico"},"startTime":1778050163027,"traceId":"5115c684d0e0ffd7"},{"name":"is-page-static","duration":319651,"timestamp":6658792617980,"id":2130,"parentId":2118,"tags":{},"startTime":1778050163044,"traceId":"5115c684d0e0ffd7"},{"name":"check-page","duration":335165,"timestamp":6658792602486,"id":2118,"parentId":2102,"tags":{"page":"/settings"},"startTime":1778050163029,"traceId":"5115c684d0e0ffd7"},{"name":"is-page-static","duration":320432,"timestamp":6658792618221,"id":2136,"parentId":2117,"tags":{},"startTime":1778050163044,"traceId":"5115c684d0e0ffd7"},{"name":"check-page","duration":336368,"timestamp":6658792602301,"id":2117,"parentId":2102,"tags":{"page":"/runs"},"startTime":1778050163028,"traceId":"5115c684d0e0ffd7"},{"name":"is-page-static","duration":339936,"timestamp":6658792618187,"id":2133,"parentId":2109,"tags":{},"startTime":1778050163044,"traceId":"5115c684d0e0ffd7"},{"name":"check-page","duration":356952,"timestamp":6658792601219,"id":2109,"parentId":2102,"tags":{"page":"/demo/[scenario]"},"startTime":1778050163027,"traceId":"5115c684d0e0ffd7"},{"name":"is-page-static","duration":353918,"timestamp":6658792605415,"id":2125,"parentId":2111,"tags":{},"startTime":1778050163031,"traceId":"5115c684d0e0ffd7"},{"name":"check-page","duration":357840,"timestamp":6658792601515,"id":2111,"parentId":2102,"tags":{"page":"/icon.svg"},"startTime":1778050163028,"traceId":"5115c684d0e0ffd7"},{"name":"is-page-static","duration":342766,"timestamp":6658792617852,"id":2128,"parentId":2113,"tags":{},"startTime":1778050163044,"traceId":"5115c684d0e0ffd7"},{"name":"check-page","duration":358937,"timestamp":6658792601696,"id":2113,"parentId":2102,"tags":{"page":"/onboarding"},"startTime":1778050163028,"traceId":"5115c684d0e0ffd7"},{"name":"is-page-static","duration":344860,"timestamp":6658792618212,"id":2135,"parentId":2119,"tags":{},"startTime":1778050163044,"traceId":"5115c684d0e0ffd7"},{"name":"check-page","duration":360324,"timestamp":6658792602763,"id":2119,"parentId":2102,"tags":{"page":"/settings/permissions"},"startTime":1778050163029,"traceId":"5115c684d0e0ffd7"},{"name":"is-page-static","duration":345800,"timestamp":6658792618063,"id":2131,"parentId":2120,"tags":{},"startTime":1778050163044,"traceId":"5115c684d0e0ffd7"},{"name":"check-page","duration":360983,"timestamp":6658792602899,"id":2120,"parentId":2102,"tags":{"page":"/templates"},"startTime":1778050163029,"traceId":"5115c684d0e0ffd7"},{"name":"is-page-static","duration":353520,"timestamp":6658792617668,"id":2127,"parentId":2112,"tags":{},"startTime":1778050163044,"traceId":"5115c684d0e0ffd7"},{"name":"check-page","duration":369645,"timestamp":6658792601566,"id":2112,"parentId":2102,"tags":{"page":"/new"},"startTime":1778050163028,"traceId":"5115c684d0e0ffd7"},{"name":"is-page-static","duration":353404,"timestamp":6658792618164,"id":2132,"parentId":2108,"tags":{},"startTime":1778050163044,"traceId":"5115c684d0e0ffd7"},{"name":"check-page","duration":370515,"timestamp":6658792601065,"id":2108,"parentId":2102,"tags":{"page":"/connect"},"startTime":1778050163027,"traceId":"5115c684d0e0ffd7"},{"name":"is-page-static","duration":365821,"timestamp":6658792617921,"id":2129,"parentId":2115,"tags":{},"startTime":1778050163044,"traceId":"5115c684d0e0ffd7"},{"name":"check-page","duration":381816,"timestamp":6658792601955,"id":2115,"parentId":2102,"tags":{"page":"/personas"},"startTime":1778050163028,"traceId":"5115c684d0e0ffd7"},{"name":"is-page-static","duration":369642,"timestamp":6658792618229,"id":2137,"parentId":2116,"tags":{},"startTime":1778050163044,"traceId":"5115c684d0e0ffd7"},{"name":"check-page","duration":385764,"timestamp":6658792602125,"id":2116,"parentId":2102,"tags":{"page":"/runs/[runId]"},"startTime":1778050163028,"traceId":"5115c684d0e0ffd7"},{"name":"static-check","duration":390737,"timestamp":6658792597174,"id":2102,"parentId":1,"tags":{},"startTime":1778050163023,"traceId":"5115c684d0e0ffd7"},{"name":"write-routes-manifest","duration":2256,"timestamp":6658793120697,"id":2141,"parentId":1,"tags":{},"startTime":1778050163547,"traceId":"5115c684d0e0ffd7"},{"name":"load-dotenv","duration":28,"timestamp":6658793399438,"id":2144,"parentId":2143,"tags":{},"startTime":1778050163825,"traceId":"5115c684d0e0ffd7"},{"name":"run-export-path-map","duration":318,"timestamp":6658793966229,"id":2145,"parentId":2143,"tags":{},"startTime":1778050164392,"traceId":"5115c684d0e0ffd7"},{"name":"next-export","duration":855366,"timestamp":6658793398611,"id":2143,"parentId":1,"tags":{},"startTime":1778050163825,"traceId":"5115c684d0e0ffd7"},{"name":"move-exported-app-not-found-","duration":44441,"timestamp":6658794255009,"id":2146,"parentId":2142,"tags":{},"startTime":1778050164681,"traceId":"5115c684d0e0ffd7"},{"name":"move-exported-app-global-error-","duration":42165,"timestamp":6658794299529,"id":2147,"parentId":2142,"tags":{},"startTime":1778050164726,"traceId":"5115c684d0e0ffd7"},{"name":"static-generation","duration":1204125,"timestamp":6658793394989,"id":2142,"parentId":1,"tags":{},"startTime":1778050163821,"traceId":"5115c684d0e0ffd7"},{"name":"write-routes-manifest","duration":16541,"timestamp":6658794599331,"id":2148,"parentId":1,"tags":{},"startTime":1778050165025,"traceId":"5115c684d0e0ffd7"},{"name":"node-file-trace-build","duration":6048848,"timestamp":6658793116574,"id":2140,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1778050163543,"traceId":"5115c684d0e0ffd7"}]
|
|
20
|
+
[{"name":"apply-include-excludes","duration":406,"timestamp":6658799165592,"id":2149,"parentId":1,"tags":{},"startTime":1778050169592,"traceId":"5115c684d0e0ffd7"},{"name":"collect-build-traces","duration":6177682,"timestamp":6658792988338,"id":2139,"parentId":1,"tags":{},"startTime":1778050163414,"traceId":"5115c684d0e0ffd7"},{"name":"print-tree-view","duration":1526,"timestamp":6658799166121,"id":2150,"parentId":1,"tags":{},"startTime":1778050169592,"traceId":"5115c684d0e0ffd7"},{"name":"telemetry-flush","duration":33,"timestamp":6658799167659,"id":2151,"parentId":1,"tags":{},"startTime":1778050169594,"traceId":"5115c684d0e0ffd7"},{"name":"next-build","duration":22541245,"timestamp":6658776626460,"id":1,"tags":{"buildMode":"default","version":"16.2.4","bundler":"webpack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1778050147052,"traceId":"5115c684d0e0ffd7"}]
|