chorus-codes 0.7.4 → 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 +1 -0
- 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 +1 -0
- 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/{fRcji-LCH-qqfsUepgR1t → 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 +2 -2
- package/.next/cache/.previewinfo +0 -1
- package/.next/cache/.rscinfo +0 -1
- package/.next/cache/.tsbuildinfo +0 -1
- package/.next/cache/webpack/client-production/0.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack +0 -0
- package/.next/cache/webpack/edge-server-production/0.pack +0 -0
- package/.next/cache/webpack/edge-server-production/index.pack +0 -0
- package/.next/cache/webpack/server-production/0.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack +0 -0
- package/.next/server/chunks/418.js +0 -1
- package/.next/static/chunks/app/runs/[runId]/page-aa118bfeb6508779.js +0 -1
- /package/.next/static/{fRcji-LCH-qqfsUepgR1t → i0LC5zObFeek7b2zwUxsX}/_ssgManifest.js +0 -0
package/.next/trace
CHANGED
|
@@ -1,19 +1,20 @@
|
|
|
1
|
-
[{"name":"build-module-js","duration":12220,"timestamp":6592312235703,"id":131,"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":1777983682662,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":16791,"timestamp":6592312232091,"id":124,"parentId":47,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/page.tsx","layer":"rsc"},"startTime":1777983682658,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":14601,"timestamp":6592312235146,"id":126,"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/client/components/client-segment.js","layer":"rsc"},"startTime":1777983682661,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":15107,"timestamp":6592312234933,"id":125,"parentId":48,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/templates/page.tsx","layer":"rsc"},"startTime":1777983682661,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":15152,"timestamp":6592312235362,"id":128,"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/client/components/hooks-server-context.js","layer":"rsc"},"startTime":1777983682661,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":5574,"timestamp":6592312263918,"id":132,"parentId":49,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/connect/page.tsx","layer":"rsc"},"startTime":1777983682690,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2892,"timestamp":6592312267275,"id":134,"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":1777983682693,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3063,"timestamp":6592312267409,"id":135,"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/client/components/http-access-fallback/error-boundary.js","layer":"rsc"},"startTime":1777983682693,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":3801,"timestamp":6592312267042,"id":133,"parentId":50,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/runs/page.tsx","layer":"rsc"},"startTime":1777983682693,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":4580,"timestamp":6592312286556,"id":136,"parentId":52,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/permissions/page.tsx","layer":"rsc"},"startTime":1777983682713,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8681,"timestamp":6592312291530,"id":138,"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/lib/metadata/metadata.js","layer":"rsc"},"startTime":1777983682718,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":11137,"timestamp":6592312291627,"id":139,"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/lib/framework/boundary-components.js","layer":"rsc"},"startTime":1777983682718,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":12644,"timestamp":6592312291293,"id":137,"parentId":53,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/runs/[runId]/page.tsx","layer":"rsc"},"startTime":1777983682717,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2200,"timestamp":6592312319059,"id":140,"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/server/app-render/rsc/preloads.js","layer":"rsc"},"startTime":1777983682745,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2218,"timestamp":6592312319211,"id":141,"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/server/app-render/rsc/postpone.js","layer":"rsc"},"startTime":1777983682745,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2756,"timestamp":6592312319296,"id":142,"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/server/app-render/rsc/taint.js","layer":"rsc"},"startTime":1777983682745,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4546,"timestamp":6592312319771,"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":1777983682746,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5189,"timestamp":6592312319375,"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":1777983682745,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5300,"timestamp":6592312319652,"id":145,"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/size-limit.js","layer":"rsc"},"startTime":1777983682746,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":6649,"timestamp":6592312319537,"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":1777983682746,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3143,"timestamp":6592312328930,"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":1777983682755,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3552,"timestamp":6592312329077,"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/clone-response.js","layer":"rsc"},"startTime":1777983682755,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4717,"timestamp":6592312329178,"id":155,"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":1777983682755,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5228,"timestamp":6592312329255,"id":156,"parentId":109,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682755,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8134,"timestamp":6592312328145,"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":1777983682754,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8346,"timestamp":6592312328391,"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/app-paths.js","layer":"rsc"},"startTime":1777983682754,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8465,"timestamp":6592312328502,"id":150,"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":1777983682755,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8576,"timestamp":6592312328615,"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/path-has-prefix.js","layer":"rsc"},"startTime":1777983682755,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":13631,"timestamp":6592312328788,"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":1777983682755,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1250,"timestamp":6592312345693,"id":157,"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/lib/batcher.js","layer":"rsc"},"startTime":1777983682772,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2533,"timestamp":6592312345822,"id":158,"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":1777983682772,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1417,"timestamp":6592312349339,"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/response-cache/utils.js","layer":"rsc"},"startTime":1777983682775,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1783,"timestamp":6592312349439,"id":160,"parentId":89,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682775,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2688,"timestamp":6592312349525,"id":161,"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/lib/lru-cache.js","layer":"rsc"},"startTime":1777983682776,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1047,"timestamp":6592312355251,"id":163,"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/response-cache/types.js","layer":"rsc"},"startTime":1777983682781,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2787,"timestamp":6592312355355,"id":164,"parentId":89,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983682781,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2818,"timestamp":6592312358995,"id":165,"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":1777983682785,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2888,"timestamp":6592312359104,"id":166,"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/get-short-dynamic-param-type.js","layer":"rsc"},"startTime":1777983682785,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3367,"timestamp":6592312359446,"id":169,"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/web/spec-extension/request.js","layer":"rsc"},"startTime":1777983682785,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":11927,"timestamp":6592312359537,"id":170,"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":1777983682786,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":11918,"timestamp":6592312359720,"id":172,"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/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server.js","layer":"rsc"},"startTime":1777983682786,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":12016,"timestamp":6592312359809,"id":173,"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/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-static.js","layer":"rsc"},"startTime":1777983682786,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":14393,"timestamp":6592312359326,"id":168,"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":1777983682785,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":15215,"timestamp":6592312359195,"id":167,"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":1777983682785,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":15424,"timestamp":6592312359884,"id":174,"parentId":89,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983682786,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1875,"timestamp":6592312379375,"id":175,"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/build/output/log.js","layer":"rsc"},"startTime":1777983682805,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3705,"timestamp":6592312379511,"id":176,"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/build/static-paths/utils.js","layer":"rsc"},"startTime":1777983682806,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3929,"timestamp":6592312379747,"id":178,"parentId":109,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682806,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4638,"timestamp":6592312379838,"id":179,"parentId":127,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682806,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5151,"timestamp":6592312379918,"id":180,"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/build/static-paths/app/extract-pathname-route-param-segments-from-loader-tree.js","layer":"rsc"},"startTime":1777983682806,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":6031,"timestamp":6592312380024,"id":181,"parentId":127,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682806,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7669,"timestamp":6592312379597,"id":177,"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/shared/lib/router/routes/app.js","layer":"rsc"},"startTime":1777983682806,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":60564,"timestamp":6592312328294,"id":148,"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":1777983682754,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4441,"timestamp":6592312394863,"id":183,"parentId":129,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983682821,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4978,"timestamp":6592312394730,"id":182,"parentId":127,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682821,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":768,"timestamp":6592312400123,"id":186,"parentId":127,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682826,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1121,"timestamp":6592312400229,"id":187,"parentId":129,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682826,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":52204,"timestamp":6592312349601,"id":162,"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/api/navigation.react-server.js","layer":"rsc"},"startTime":1777983682776,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":6903,"timestamp":6592312395893,"id":185,"parentId":129,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983682822,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7857,"timestamp":6592312395791,"id":184,"parentId":129,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682822,"traceId":"830cd2f4279724fa"},{"name":"build-module-external","duration":28,"timestamp":6592312407661,"id":193,"parentId":130,"tags":{"name":"../app-render/dynamic-access-async-storage.external","layer":null},"startTime":1777983682834,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1604,"timestamp":6592312407114,"id":188,"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":1777983682833,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3201,"timestamp":6592312407359,"id":190,"parentId":127,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682833,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3705,"timestamp":6592312407569,"id":192,"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/lib/metadata/get-metadata-route.js","layer":"rsc"},"startTime":1777983682834,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5182,"timestamp":6592312407218,"id":189,"parentId":127,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983682833,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5228,"timestamp":6592312407453,"id":191,"parentId":129,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983682833,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5506,"timestamp":6592312407702,"id":194,"parentId":129,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983682834,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1424,"timestamp":6592312418219,"id":195,"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":1777983682844,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1424,"timestamp":6592312418432,"id":196,"parentId":131,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682844,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1432,"timestamp":6592312421113,"id":197,"parentId":129,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682847,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":3321,"timestamp":6592312421218,"id":198,"parentId":105,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/app-shell.tsx","layer":"rsc"},"startTime":1777983682847,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":3657,"timestamp":6592312421624,"id":200,"parentId":105,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/home-stats-cards.tsx","layer":"rsc"},"startTime":1777983682848,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":4789,"timestamp":6592312421432,"id":199,"parentId":105,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/cli-status-panel.tsx","layer":"rsc"},"startTime":1777983682847,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":69791,"timestamp":6592312359614,"id":171,"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/client/app-dir/link.react-server.js","layer":"rsc"},"startTime":1777983682786,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1384,"timestamp":6592312431519,"id":202,"parentId":138,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682858,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":5292,"timestamp":6592312431271,"id":201,"parentId":105,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/page-header.tsx","layer":"rsc"},"startTime":1777983682857,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":9709,"timestamp":6592312431620,"id":203,"parentId":138,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682858,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":6210,"timestamp":6592312436910,"id":204,"parentId":138,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983682863,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1225,"timestamp":6592312453457,"id":206,"parentId":138,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682879,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1142,"timestamp":6592312453729,"id":208,"parentId":129,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682880,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1358,"timestamp":6592312453823,"id":209,"parentId":138,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682880,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":3518,"timestamp":6592312453186,"id":205,"parentId":136,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/permissions/permissions-form.tsx","layer":"rsc"},"startTime":1777983682879,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2974,"timestamp":6592312453916,"id":210,"parentId":138,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682880,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":3625,"timestamp":6592312453552,"id":207,"parentId":132,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/orchestrator-card.tsx","layer":"rsc"},"startTime":1777983682880,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3307,"timestamp":6592312457881,"id":213,"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":1777983682884,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3800,"timestamp":6592312457760,"id":212,"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":1777983682884,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":4210,"timestamp":6592312457554,"id":211,"parentId":132,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/openrouter-card.tsx","layer":"rsc"},"startTime":1777983682884,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":825,"timestamp":6592312461864,"id":214,"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/server/route-modules/app-page/vendored/rsc/react.js","layer":"rsc"},"startTime":1777983682888,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":924,"timestamp":6592312461968,"id":215,"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":1777983682888,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1507,"timestamp":6592312462062,"id":216,"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/shared/lib/router/utils/parse-path.js","layer":"rsc"},"startTime":1777983682888,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":413,"timestamp":6592312463650,"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/server/app-render/instant-validation/boundary-constants.js","layer":"rsc"},"startTime":1777983682890,"traceId":"830cd2f4279724fa"},{"name":"build-module-css","duration":399,"timestamp":6592312466682,"id":220,"parentId":103,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/globals.css","layer":"rsc"},"startTime":1777983682893,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1108,"timestamp":6592312466427,"id":218,"parentId":158,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983682892,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1154,"timestamp":6592312466564,"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/page-path/ensure-leading-slash.js","layer":"rsc"},"startTime":1777983682893,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2164,"timestamp":6592312467952,"id":222,"parentId":192,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983682894,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":2626,"timestamp":6592312467756,"id":221,"parentId":133,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/runs-table.tsx","layer":"rsc"},"startTime":1777983682894,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2589,"timestamp":6592312468082,"id":223,"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":1777983682894,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1188,"timestamp":6592312472945,"id":224,"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/server/web/error.js","layer":"rsc"},"startTime":1777983682899,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2101,"timestamp":6592312473065,"id":225,"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/server/web/next-url.js","layer":"rsc"},"startTime":1777983682899,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2805,"timestamp":6592312473147,"id":226,"parentId":165,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682899,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":3521,"timestamp":6592312473223,"id":227,"parentId":132,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/client.ts","layer":"rsc"},"startTime":1777983682899,"traceId":"830cd2f4279724fa"}]
|
|
2
|
-
[{"name":"build-module-mjs","duration":1894,"timestamp":6592312697614,"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/clock.mjs","layer":"rsc"},"startTime":1777983683124,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1223,"timestamp":6592312699583,"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/coins.mjs","layer":"rsc"},"startTime":1777983683126,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1242,"timestamp":6592312699766,"id":336,"parentId":256,"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":1777983683126,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2602,"timestamp":6592312699951,"id":337,"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":1777983683126,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2627,"timestamp":6592312700145,"id":338,"parentId":256,"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":1777983683126,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1888,"timestamp":6592312701071,"id":339,"parentId":256,"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":1777983683127,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2102,"timestamp":6592312701213,"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":1777983683127,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2193,"timestamp":6592312701335,"id":341,"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":1777983683127,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2334,"timestamp":6592312701456,"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":1777983683127,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":991499,"timestamp":6592311712823,"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":1777983682139,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1295,"timestamp":6592312704655,"id":343,"parentId":307,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983683131,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4312,"timestamp":6592312704796,"id":344,"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/shared/lib/router/utils/route-match-utils.js","layer":"rsc"},"startTime":1777983683131,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4190,"timestamp":6592312705231,"id":345,"parentId":312,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983683131,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1555,"timestamp":6592312709633,"id":346,"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":1777983683136,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":417,"timestamp":6592312711735,"id":347,"parentId":328,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983683138,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8328,"timestamp":6592312712885,"id":348,"parentId":292,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983683139,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":1008677,"timestamp":6592311712867,"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":1777983682139,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":1008714,"timestamp":6592311712841,"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":1777983682139,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":1008703,"timestamp":6592311712858,"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":1777983682139,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1005,"timestamp":6592312722942,"id":350,"parentId":344,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983683149,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1945,"timestamp":6592312722754,"id":349,"parentId":346,"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":1777983683149,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2494,"timestamp":6592312728512,"id":351,"parentId":310,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983683155,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2926,"timestamp":6592312733602,"id":352,"parentId":346,"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":1777983683160,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2922,"timestamp":6592312733788,"id":353,"parentId":346,"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":1777983683160,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2993,"timestamp":6592312733927,"id":354,"parentId":346,"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":1777983683160,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":902,"timestamp":6592312740677,"id":356,"parentId":323,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/index.js","layer":"rsc"},"startTime":1777983683167,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1293,"timestamp":6592312740500,"id":355,"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":1777983683167,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1080,"timestamp":6592312744459,"id":357,"parentId":356,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/errors.js","layer":"rsc"},"startTime":1777983683170,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1275,"timestamp":6592312746349,"id":358,"parentId":356,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/visit.js","layer":"rsc"},"startTime":1777983683172,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1851,"timestamp":6592312746446,"id":359,"parentId":356,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/public-api.js","layer":"rsc"},"startTime":1777983683172,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1859,"timestamp":6592312748571,"id":360,"parentId":356,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/composer.js","layer":"rsc"},"startTime":1777983683175,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3142,"timestamp":6592312748675,"id":361,"parentId":356,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/Document.js","layer":"rsc"},"startTime":1777983683175,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3430,"timestamp":6592312748758,"id":362,"parentId":356,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/Schema.js","layer":"rsc"},"startTime":1777983683175,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":27,"timestamp":6592312758529,"id":363,"parentId":360,"tags":{"name":"process","layer":null},"startTime":1777983683185,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1155,"timestamp":6592312758570,"id":364,"parentId":356,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Alias.js","layer":"rsc"},"startTime":1777983683185,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1414,"timestamp":6592312758676,"id":365,"parentId":356,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/identity.js","layer":"rsc"},"startTime":1777983683185,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1673,"timestamp":6592312758763,"id":366,"parentId":356,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Pair.js","layer":"rsc"},"startTime":1777983683185,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2047,"timestamp":6592312760761,"id":367,"parentId":356,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLMap.js","layer":"rsc"},"startTime":1777983683187,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2558,"timestamp":6592312760860,"id":368,"parentId":356,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLSeq.js","layer":"rsc"},"startTime":1777983683187,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2706,"timestamp":6592312760946,"id":369,"parentId":356,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Scalar.js","layer":"rsc"},"startTime":1777983683187,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3090,"timestamp":6592312761031,"id":370,"parentId":356,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/cst.js","layer":"rsc"},"startTime":1777983683187,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":6152,"timestamp":6592312761107,"id":371,"parentId":356,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/lexer.js","layer":"rsc"},"startTime":1777983683187,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":6348,"timestamp":6592312761204,"id":372,"parentId":356,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/line-counter.js","layer":"rsc"},"startTime":1777983683187,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3786,"timestamp":6592312770388,"id":373,"parentId":356,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/parser.js","layer":"rsc"},"startTime":1777983683196,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":596,"timestamp":6592312776800,"id":374,"parentId":359,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/log.js","layer":"rsc"},"startTime":1777983683203,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1366,"timestamp":6592312779290,"id":375,"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":1777983683205,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1515,"timestamp":6592312779397,"id":376,"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":1777983683205,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1720,"timestamp":6592312779492,"id":377,"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":1777983683206,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1397,"timestamp":6592312781733,"id":378,"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":1777983683208,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1773,"timestamp":6592312781833,"id":379,"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":1777983683208,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2391,"timestamp":6592312781915,"id":380,"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":1777983683208,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2811,"timestamp":6592312781996,"id":381,"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":1777983683208,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3040,"timestamp":6592312782082,"id":382,"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":1777983683208,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1317,"timestamp":6592312785752,"id":383,"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":1777983683212,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":849,"timestamp":6592312789942,"id":384,"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":1777983683216,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":931,"timestamp":6592312790054,"id":385,"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":1777983683216,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1304,"timestamp":6592312791642,"id":386,"parentId":364,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Node.js","layer":"rsc"},"startTime":1777983683218,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1607,"timestamp":6592312791743,"id":387,"parentId":366,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/addPairToJSMap.js","layer":"rsc"},"startTime":1777983683218,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2266,"timestamp":6592312791836,"id":388,"parentId":366,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyPair.js","layer":"rsc"},"startTime":1777983683218,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2356,"timestamp":6592312791916,"id":389,"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":1777983683218,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2435,"timestamp":6592312791990,"id":390,"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":1777983683218,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1733,"timestamp":6592312796640,"id":391,"parentId":367,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyCollection.js","layer":"rsc"},"startTime":1777983683223,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1188,"timestamp":6592312799745,"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":1777983683226,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":844,"timestamp":6592312801227,"id":393,"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":1777983683227,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1136,"timestamp":6592312801328,"id":394,"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":1777983683227,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":850,"timestamp":6592312803327,"id":395,"parentId":377,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-props.js","layer":"rsc"},"startTime":1777983683229,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1349,"timestamp":6592312803428,"id":396,"parentId":377,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/compose-node.js","layer":"rsc"},"startTime":1777983683229,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":397,"timestamp":6592312806779,"id":397,"parentId":383,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/common/null.js","layer":"rsc"},"startTime":1777983683233,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1005,"timestamp":6592312807694,"id":398,"parentId":383,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/core/bool.js","layer":"rsc"},"startTime":1777983683234,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1237,"timestamp":6592312807795,"id":399,"parentId":383,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/core/float.js","layer":"rsc"},"startTime":1777983683234,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1463,"timestamp":6592312807877,"id":400,"parentId":383,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/core/int.js","layer":"rsc"},"startTime":1777983683234,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1552,"timestamp":6592312807953,"id":401,"parentId":383,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/core/schema.js","layer":"rsc"},"startTime":1777983683234,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1818,"timestamp":6592312808038,"id":402,"parentId":383,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/json/schema.js","layer":"rsc"},"startTime":1777983683234,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1236,"timestamp":6592312810401,"id":403,"parentId":383,"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":1777983683236,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":792,"timestamp":6592312816418,"id":404,"parentId":383,"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":1777983683242,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":38,"timestamp":6592312817988,"id":405,"parentId":403,"tags":{"name":"buffer","layer":null},"startTime":1777983683244,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1792,"timestamp":6592312818040,"id":406,"parentId":384,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringify.js","layer":"rsc"},"startTime":1777983683244,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1910,"timestamp":6592312818139,"id":407,"parentId":384,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyComment.js","layer":"rsc"},"startTime":1777983683244,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2314,"timestamp":6592312818228,"id":408,"parentId":383,"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":1777983683244,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2669,"timestamp":6592312818305,"id":409,"parentId":383,"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":1777983683244,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2862,"timestamp":6592312818379,"id":410,"parentId":383,"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":1777983683244,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3281,"timestamp":6592312818457,"id":411,"parentId":383,"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":1777983683244,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3801,"timestamp":6592312818530,"id":412,"parentId":383,"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":1777983683245,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3518,"timestamp":6592312823269,"id":413,"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":1777983683249,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4361,"timestamp":6592312823374,"id":414,"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":1777983683249,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1327,"timestamp":6592312832279,"id":415,"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":1777983683258,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1243,"timestamp":6592312838494,"id":416,"parentId":396,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/compose-collection.js","layer":"rsc"},"startTime":1777983683265,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1318,"timestamp":6592312838621,"id":417,"parentId":396,"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":1777983683265,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1756,"timestamp":6592312838718,"id":418,"parentId":396,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/compose-scalar.js","layer":"rsc"},"startTime":1777983683265,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":484,"timestamp":6592312843386,"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":1777983683269,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":979,"timestamp":6592312844963,"id":420,"parentId":410,"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":1777983683271,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1372,"timestamp":6592312845075,"id":421,"parentId":410,"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":1777983683271,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1565,"timestamp":6592312845165,"id":422,"parentId":410,"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":1777983683271,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1131,"timestamp":6592312846895,"id":423,"parentId":413,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/foldFlowLines.js","layer":"rsc"},"startTime":1777983683273,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1427,"timestamp":6592312848766,"id":424,"parentId":416,"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":1777983683275,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2281,"timestamp":6592312848904,"id":425,"parentId":416,"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":1777983683275,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2455,"timestamp":6592312849030,"id":426,"parentId":416,"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":1777983683275,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":388,"timestamp":6592312854017,"id":427,"parentId":424,"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":1777983683280,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":584,"timestamp":6592312854471,"id":428,"parentId":424,"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":1777983683281,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":657,"timestamp":6592312854586,"id":429,"parentId":424,"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":1777983683281,"traceId":"830cd2f4279724fa"},{"name":"font-loader","duration":552929,"timestamp":6592312611967,"id":280,"parentId":279,"tags":{},"startTime":1777983683038,"traceId":"830cd2f4279724fa"}]
|
|
3
|
-
[{"name":"build-module-ts","duration":3946,"timestamp":6592312473412,"id":228,"parentId":136,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/settings.ts","layer":"rsc"},"startTime":1777983682899,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":807,"timestamp":6592312477577,"id":229,"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/server/web/spec-extension/cookies.js","layer":"rsc"},"startTime":1777983682904,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1143,"timestamp":6592312482876,"id":231,"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":1777983682909,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2264,"timestamp":6592312482710,"id":230,"parentId":168,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983682909,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1373,"timestamp":6592312485041,"id":232,"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/lib/picocolors.js","layer":"rsc"},"startTime":1777983682911,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1572,"timestamp":6592312485141,"id":233,"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/server/route-modules/checks.js","layer":"rsc"},"startTime":1777983682911,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2548,"timestamp":6592312487135,"id":234,"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/shared/lib/router/utils/parse-loader-tree.js","layer":"rsc"},"startTime":1777983682913,"traceId":"830cd2f4279724fa"},{"name":"build-module-external","duration":24,"timestamp":6592312490497,"id":235,"parentId":182,"tags":{"name":"../app-render/after-task-async-storage.external","layer":null},"startTime":1777983682917,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":803,"timestamp":6592312491148,"id":240,"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/server/web/exports/index.js","layer":"rsc"},"startTime":1777983682917,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2353,"timestamp":6592312490661,"id":237,"parentId":203,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983682917,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2868,"timestamp":6592312490792,"id":238,"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/shared/lib/router/utils/resolve-param-value.js","layer":"rsc"},"startTime":1777983682917,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3504,"timestamp":6592312490963,"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/shared/lib/router/utils/interception-routes.js","layer":"rsc"},"startTime":1777983682917,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4517,"timestamp":6592312490534,"id":236,"parentId":184,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682917,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1602,"timestamp":6592312495383,"id":241,"parentId":184,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682921,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1903,"timestamp":6592312495483,"id":242,"parentId":184,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682922,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":499,"timestamp":6592312500434,"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/server/app-render/react-large-shell-error.js","layer":"rsc"},"startTime":1777983682926,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3535,"timestamp":6592312503662,"id":244,"parentId":192,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682930,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4426,"timestamp":6592312504056,"id":247,"parentId":192,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682930,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4588,"timestamp":6592312504203,"id":248,"parentId":184,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682930,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5235,"timestamp":6592312504513,"id":250,"parentId":190,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682931,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":6530,"timestamp":6592312503913,"id":246,"parentId":184,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983682930,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7123,"timestamp":6592312503763,"id":245,"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":1777983682930,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":6922,"timestamp":6592312504349,"id":249,"parentId":190,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983682930,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3515,"timestamp":6592312512204,"id":251,"parentId":192,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983682938,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5369,"timestamp":6592312512393,"id":252,"parentId":192,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983682938,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2323,"timestamp":6592312522248,"id":258,"parentId":203,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682948,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2555,"timestamp":6592312522465,"id":260,"parentId":203,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682948,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":4965,"timestamp":6592312522052,"id":257,"parentId":198,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/mobile-top-bar.tsx","layer":"rsc"},"startTime":1777983682948,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":5863,"timestamp":6592312521474,"id":253,"parentId":198,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/app-sidebar.tsx","layer":"rsc"},"startTime":1777983682948,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5095,"timestamp":6592312522555,"id":261,"parentId":192,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983682949,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5534,"timestamp":6592312522342,"id":259,"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":1777983682948,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":3433,"timestamp":6592312529977,"id":262,"parentId":199,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/opencode-fleet-card.tsx","layer":"rsc"},"startTime":1777983682956,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":3383,"timestamp":6592312530365,"id":263,"parentId":199,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/lineage-fleet-card.tsx","layer":"rsc"},"startTime":1777983682956,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":5444,"timestamp":6592312533857,"id":264,"parentId":199,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/openrouter-fleet-card.tsx","layer":"rsc"},"startTime":1777983682960,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":26037,"timestamp":6592312521854,"id":254,"parentId":105,"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":1777983682948,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2127,"timestamp":6592312548058,"id":265,"parentId":203,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682974,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2337,"timestamp":6592312548190,"id":266,"parentId":203,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682974,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3532,"timestamp":6592312548283,"id":267,"parentId":203,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682974,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3809,"timestamp":6592312548365,"id":268,"parentId":203,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682974,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4516,"timestamp":6592312548445,"id":269,"parentId":165,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682974,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":31290,"timestamp":6592312521928,"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":1777983682948,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":31389,"timestamp":6592312521985,"id":256,"parentId":199,"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":1777983682948,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":5158,"timestamp":6592312548534,"id":270,"parentId":105,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/index.ts","layer":"rsc"},"startTime":1777983682975,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1319,"timestamp":6592312561959,"id":271,"parentId":203,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682988,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1356,"timestamp":6592312562189,"id":272,"parentId":203,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682988,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":49822,"timestamp":6592312565930,"id":274,"parentId":199,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/lineage-maps.ts","layer":"rsc"},"startTime":1777983682992,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":65572,"timestamp":6592312562285,"id":273,"parentId":208,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983682988,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1268,"timestamp":6592312630218,"id":281,"parentId":184,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983683056,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1784,"timestamp":6592312630378,"id":282,"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/shared/lib/get-hostname.js","layer":"rsc"},"startTime":1777983683056,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1928,"timestamp":6592312630553,"id":283,"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/shared/lib/router/utils/format-next-pathname-info.js","layer":"rsc"},"startTime":1777983683057,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":27,"timestamp":6592312633037,"id":285,"parentId":273,"tags":{"name":"util","layer":null},"startTime":1777983683059,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2957,"timestamp":6592312630744,"id":284,"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/shared/lib/router/utils/get-next-pathname-info.js","layer":"rsc"},"startTime":1777983683057,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1628,"timestamp":6592312639611,"id":286,"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":1777983683066,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2276,"timestamp":6592312639835,"id":288,"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/shared/lib/i18n/detect-domain-locale.js","layer":"rsc"},"startTime":1777983683066,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2965,"timestamp":6592312639750,"id":287,"parentId":240,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983683066,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1850,"timestamp":6592312643030,"id":289,"parentId":240,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983683069,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1921,"timestamp":6592312643135,"id":290,"parentId":240,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983683069,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1987,"timestamp":6592312643218,"id":291,"parentId":240,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983683069,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2447,"timestamp":6592312643303,"id":292,"parentId":240,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983683069,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2990,"timestamp":6592312646533,"id":294,"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/interception-prefix-from-param-type.js","layer":"rsc"},"startTime":1777983683073,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":3550,"timestamp":6592312646275,"id":293,"parentId":137,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/live-run-real/index.tsx","layer":"rsc"},"startTime":1777983683072,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1355,"timestamp":6592312651416,"id":295,"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/lib/url.js","layer":"rsc"},"startTime":1777983683077,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1395,"timestamp":6592312651526,"id":296,"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/lib/is-app-route-route.js","layer":"rsc"},"startTime":1777983683078,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1348,"timestamp":6592312651732,"id":298,"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/server/lib/decode-query-path-parameter.js","layer":"rsc"},"startTime":1777983683078,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1326,"timestamp":6592312651826,"id":299,"parentId":203,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983683078,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3565,"timestamp":6592312651609,"id":297,"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/shared/lib/is-plain-object.js","layer":"rsc"},"startTime":1777983683078,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1704,"timestamp":6592312655306,"id":300,"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/client/components/readonly-url-search-params.js","layer":"rsc"},"startTime":1777983683081,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1861,"timestamp":6592312655586,"id":302,"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/client/components/redirect-error.js","layer":"rsc"},"startTime":1777983683082,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2022,"timestamp":6592312655709,"id":303,"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/shared/lib/i18n/normalize-locale-path.js","layer":"rsc"},"startTime":1777983683082,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2968,"timestamp":6592312655460,"id":301,"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/client/components/redirect.js","layer":"rsc"},"startTime":1777983683081,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1999,"timestamp":6592312658638,"id":304,"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/client/components/not-found.js","layer":"rsc"},"startTime":1777983683085,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2278,"timestamp":6592312658780,"id":305,"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/client/components/forbidden.js","layer":"rsc"},"startTime":1777983683085,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":757,"timestamp":6592312661214,"id":306,"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":1777983683087,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1400,"timestamp":6592312663496,"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/client/components/unstable-rethrow.js","layer":"rsc"},"startTime":1777983683090,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1626,"timestamp":6592312663632,"id":308,"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/client/components/unauthorized.js","layer":"rsc"},"startTime":1777983683090,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1622,"timestamp":6592312666231,"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/shared/lib/action-revalidation-kind.js","layer":"rsc"},"startTime":1777983683092,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1796,"timestamp":6592312666385,"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/shared/lib/router/utils/path-match.js","layer":"rsc"},"startTime":1777983683092,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1921,"timestamp":6592312666564,"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/shared/lib/router/utils/route-matcher.js","layer":"rsc"},"startTime":1777983683093,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1762,"timestamp":6592312666910,"id":313,"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/shared/lib/router/utils/remove-trailing-slash.js","layer":"rsc"},"startTime":1777983683093,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3438,"timestamp":6592312667046,"id":314,"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/shared/lib/router/utils/format-url.js","layer":"rsc"},"startTime":1777983683093,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1962,"timestamp":6592312668802,"id":315,"parentId":252,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983683095,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2284,"timestamp":6592312668943,"id":316,"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/querystring.js","layer":"rsc"},"startTime":1777983683095,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7445,"timestamp":6592312666741,"id":312,"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/shared/lib/router/utils/prepare-destination.js","layer":"rsc"},"startTime":1777983683093,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2505,"timestamp":6592312674460,"id":317,"parentId":252,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983683100,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1016,"timestamp":6592312677135,"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":1777983683103,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1714,"timestamp":6592312677244,"id":319,"parentId":265,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983683103,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2626,"timestamp":6592312680159,"id":322,"parentId":229,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983683106,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3800,"timestamp":6592312679976,"id":321,"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":1777983683106,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":4481,"timestamp":6592312679760,"id":320,"parentId":270,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/chats.ts","layer":"rsc"},"startTime":1777983683106,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":971689,"timestamp":6592311712791,"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":1777983682139,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":2649,"timestamp":6592312685602,"id":324,"parentId":270,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/orchestrators.ts","layer":"rsc"},"startTime":1777983683112,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":3764,"timestamp":6592312685390,"id":323,"parentId":270,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/templates.ts","layer":"rsc"},"startTime":1777983683111,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1551,"timestamp":6592312689248,"id":328,"parentId":240,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983683115,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":4986,"timestamp":6592312687077,"id":325,"parentId":270,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/personas.ts","layer":"rsc"},"startTime":1777983683113,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":4953,"timestamp":6592312687276,"id":326,"parentId":270,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/stats.ts","layer":"rsc"},"startTime":1777983683113,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":5178,"timestamp":6592312687468,"id":327,"parentId":270,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/voices.ts","layer":"rsc"},"startTime":1777983683113,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3668,"timestamp":6592312689353,"id":329,"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/plus.mjs","layer":"rsc"},"startTime":1777983683115,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3736,"timestamp":6592312689487,"id":330,"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/sparkles.mjs","layer":"rsc"},"startTime":1777983683116,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3798,"timestamp":6592312689618,"id":331,"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/users.mjs","layer":"rsc"},"startTime":1777983683116,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3850,"timestamp":6592312689737,"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/activity.mjs","layer":"rsc"},"startTime":1777983683116,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1458,"timestamp":6592312697822,"id":334,"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":1777983683124,"traceId":"830cd2f4279724fa"}]
|
|
4
|
-
[{"name":"generate-buildid","duration":150,"timestamp":6592311009271,"id":4,"parentId":1,"tags":{},"startTime":1777983681435,"traceId":"830cd2f4279724fa"},{"name":"load-custom-routes","duration":266,"timestamp":6592311009507,"id":5,"parentId":1,"tags":{},"startTime":1777983681436,"traceId":"830cd2f4279724fa"},{"name":"create-dist-dir","duration":5288,"timestamp":6592311009798,"id":6,"parentId":1,"tags":{},"startTime":1777983681436,"traceId":"830cd2f4279724fa"},{"name":"clean","duration":260,"timestamp":6592311015559,"id":7,"parentId":1,"tags":{},"startTime":1777983681442,"traceId":"830cd2f4279724fa"},{"name":"discover-routes","duration":4290,"timestamp":6592311063142,"id":8,"parentId":1,"tags":{},"startTime":1777983681489,"traceId":"830cd2f4279724fa"},{"name":"create-root-mapping","duration":41,"timestamp":6592311067460,"id":9,"parentId":1,"tags":{},"startTime":1777983681493,"traceId":"830cd2f4279724fa"},{"name":"generate-route-types","duration":7663,"timestamp":6592311068407,"id":10,"parentId":1,"tags":{},"startTime":1777983681494,"traceId":"830cd2f4279724fa"},{"name":"public-dir-conflict-check","duration":54,"timestamp":6592311076145,"id":11,"parentId":1,"tags":{},"startTime":1777983681502,"traceId":"830cd2f4279724fa"},{"name":"generate-routes-manifest","duration":1665,"timestamp":6592311076262,"id":12,"parentId":1,"tags":{},"startTime":1777983681502,"traceId":"830cd2f4279724fa"},{"name":"create-entrypoints","duration":12202,"timestamp":6592311423647,"id":17,"parentId":15,"tags":{},"startTime":1777983681850,"traceId":"830cd2f4279724fa"},{"name":"generate-webpack-config","duration":205597,"timestamp":6592311435983,"id":18,"parentId":16,"tags":{},"startTime":1777983681862,"traceId":"830cd2f4279724fa"},{"name":"next-trace-entrypoint-plugin","duration":1646,"timestamp":6592311706575,"id":20,"parentId":19,"tags":{},"startTime":1777983682133,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":39593,"timestamp":6592311770513,"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":1777983682197,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":51088,"timestamp":6592311770571,"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":1777983682197,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":56363,"timestamp":6592311770628,"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":1777983682197,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":60312,"timestamp":6592311770680,"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":1777983682197,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":145,"timestamp":6592311833793,"id":54,"parentId":40,"tags":{"name":"next/dist/shared/lib/router/utils/app-paths","layer":null},"startTime":1777983682260,"traceId":"830cd2f4279724fa"},{"name":"build-module-external","duration":23,"timestamp":6592311833985,"id":55,"parentId":40,"tags":{"name":"next/dist/shared/lib/no-fallback-error.external","layer":null},"startTime":1777983682260,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":105205,"timestamp":6592311770435,"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":1777983682196,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":202149,"timestamp":6592311764781,"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":1777983682191,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":195682,"timestamp":6592311771362,"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=%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":1777983682197,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":230235,"timestamp":6592311770737,"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":1777983682197,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":236913,"timestamp":6592311770796,"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":1777983682197,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":243076,"timestamp":6592311770858,"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":1777983682197,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":254969,"timestamp":6592311771019,"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":1777983682197,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":257562,"timestamp":6592311771122,"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":1777983682197,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":259834,"timestamp":6592311771220,"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":1777983682197,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":261930,"timestamp":6592311771283,"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":1777983682197,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":268626,"timestamp":6592311771408,"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=%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":1777983682197,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":271688,"timestamp":6592311771451,"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":1777983682197,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":50,"timestamp":6592312088430,"id":56,"parentId":39,"tags":{"name":"next/dist/shared/lib/router/utils/is-bot","layer":null},"startTime":1777983682514,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":15,"timestamp":6592312088522,"id":57,"parentId":39,"tags":{"name":"next/dist/shared/lib/size-limit","layer":null},"startTime":1777983682515,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":17,"timestamp":6592312088956,"id":60,"parentId":39,"tags":{"name":"next/dist/shared/lib/invariant-error","layer":null},"startTime":1777983682515,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":9,"timestamp":6592312088985,"id":61,"parentId":39,"tags":{"name":"next/dist/shared/lib/router/utils/interception-routes","layer":null},"startTime":1777983682515,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":12,"timestamp":6592312089013,"id":62,"parentId":39,"tags":{"name":"next/dist/shared/lib/router/utils/get-segment-param","layer":null},"startTime":1777983682515,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":8,"timestamp":6592312089034,"id":63,"parentId":39,"tags":{"name":"path","layer":null},"startTime":1777983682515,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":12278,"timestamp":6592312089054,"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":1777983682515,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":11543,"timestamp":6592312090797,"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":1777983682517,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":12929,"timestamp":6592312090918,"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":1777983682517,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":15270,"timestamp":6592312091028,"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":1777983682517,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":16193,"timestamp":6592312091135,"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":1777983682517,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":16447,"timestamp":6592312091362,"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":1777983682517,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":16803,"timestamp":6592312091448,"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":1777983682517,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":17283,"timestamp":6592312091535,"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/server-action-request-meta.js","layer":"rsc"},"startTime":1777983682518,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":18215,"timestamp":6592312091628,"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/postponed-request-body.js","layer":"rsc"},"startTime":1777983682518,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":22585,"timestamp":6592312091772,"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":1777983682518,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":23796,"timestamp":6592312091870,"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":1777983682518,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":23845,"timestamp":6592312092051,"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":1777983682518,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":24049,"timestamp":6592312092140,"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":1777983682518,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":24130,"timestamp":6592312093789,"id":81,"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":1777983682520,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":25023,"timestamp":6592312094196,"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":1777983682520,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":26235,"timestamp":6592312094340,"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":1777983682520,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":27766,"timestamp":6592312094442,"id":84,"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":1777983682520,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":28424,"timestamp":6592312094536,"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/lib/fallback.js","layer":"rsc"},"startTime":1777983682521,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":28637,"timestamp":6592312094632,"id":86,"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":1777983682521,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":28935,"timestamp":6592312095022,"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":1777983682521,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":32693,"timestamp":6592312093442,"id":80,"parentId":43,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/api/daemon/[...path]/route.ts","layer":"rsc"},"startTime":1777983682519,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":36325,"timestamp":6592312092221,"id":79,"parentId":40,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/api/run-artifacts/[chatId]/route.ts","layer":"rsc"},"startTime":1777983682518,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":38908,"timestamp":6592312091956,"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":1777983682518,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":45929,"timestamp":6592312091266,"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":1777983682517,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":71835,"timestamp":6592312088566,"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":1777983682515,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3582,"timestamp":6592312161212,"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/stream-utils/encoded-tags.js","layer":"rsc"},"startTime":1777983682587,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8808,"timestamp":6592312161354,"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/node-web-streams-helper.js","layer":"rsc"},"startTime":1777983682587,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":10619,"timestamp":6592312161438,"id":90,"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":1777983682587,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":11113,"timestamp":6592312161520,"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/lib/scheduler.js","layer":"rsc"},"startTime":1777983682588,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":11641,"timestamp":6592312161594,"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":1777983682588,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":12088,"timestamp":6592312161668,"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/request/fallback-params.js","layer":"rsc"},"startTime":1777983682588,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":12399,"timestamp":6592312161745,"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/server/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1777983682588,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":12858,"timestamp":6592312162218,"id":97,"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":1777983682588,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":13311,"timestamp":6592312162957,"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/compiled/bytes/index.js","layer":"rsc"},"startTime":1777983682589,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":15405,"timestamp":6592312162070,"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/redirect-status-code.js","layer":"rsc"},"startTime":1777983682588,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":16381,"timestamp":6592312161824,"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/client/components/app-router-headers.js","layer":"rsc"},"startTime":1777983682588,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":16424,"timestamp":6592312162312,"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":1777983682588,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":16760,"timestamp":6592312162599,"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":1777983682589,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":18485,"timestamp":6592312162789,"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":1777983682589,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":96485,"timestamp":6592312088880,"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":1777983682515,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7123,"timestamp":6592312186447,"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/unauthorized.js","layer":"rsc"},"startTime":1777983682612,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":7448,"timestamp":6592312186778,"id":103,"parentId":38,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/layout.tsx","layer":"rsc"},"startTime":1777983682613,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":17600,"timestamp":6592312194561,"id":104,"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":1777983682621,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":5028,"timestamp":6592312209784,"id":105,"parentId":51,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/page.tsx","layer":"rsc"},"startTime":1777983682636,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":30,"timestamp":6592312216692,"id":106,"parentId":92,"tags":{"name":"next/dist/compiled/next-server/app-route.runtime.prod.js","layer":null},"startTime":1777983682643,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":1117,"timestamp":6592312216739,"id":107,"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":1777983682643,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":20,"timestamp":6592312219906,"id":108,"parentId":94,"tags":{"name":"next/dist/compiled/next-server/app-page.runtime.prod.js","layer":null},"startTime":1777983682646,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1145,"timestamp":6592312219940,"id":109,"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":1777983682646,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1086,"timestamp":6592312223131,"id":110,"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":1777983682649,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":18,"timestamp":6592312226055,"id":114,"parentId":79,"tags":{"name":"node:fs","layer":null},"startTime":1777983682652,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":11,"timestamp":6592312226082,"id":115,"parentId":79,"tags":{"name":"node:path","layer":null},"startTime":1777983682652,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":12,"timestamp":6592312226099,"id":116,"parentId":79,"tags":{"name":"node:os","layer":null},"startTime":1777983682652,"traceId":"830cd2f4279724fa"},{"name":"build-module-external","duration":70,"timestamp":6592312226117,"id":117,"parentId":81,"tags":{"name":"../app-render/work-async-storage.external","layer":null},"startTime":1777983682652,"traceId":"830cd2f4279724fa"},{"name":"build-module-external","duration":16,"timestamp":6592312226816,"id":121,"parentId":81,"tags":{"name":"./work-unit-async-storage.external","layer":null},"startTime":1777983682653,"traceId":"830cd2f4279724fa"},{"name":"build-module-external","duration":9,"timestamp":6592312226841,"id":122,"parentId":81,"tags":{"name":"../app-render/action-async-storage.external","layer":null},"startTime":1777983682653,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2106,"timestamp":6592312225600,"id":111,"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":1777983682652,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4655,"timestamp":6592312225903,"id":113,"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/client/components/render-from-template-context.js","layer":"rsc"},"startTime":1777983682652,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5148,"timestamp":6592312225703,"id":112,"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/client/components/layout-router.js","layer":"rsc"},"startTime":1777983682652,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":4939,"timestamp":6592312226197,"id":118,"parentId":44,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/new/page.tsx","layer":"rsc"},"startTime":1777983682652,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4509,"timestamp":6592312226860,"id":123,"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/client/components/client-page.js","layer":"rsc"},"startTime":1777983682653,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":5241,"timestamp":6592312226401,"id":119,"parentId":45,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/page.tsx","layer":"rsc"},"startTime":1777983682652,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":5299,"timestamp":6592312226585,"id":120,"parentId":46,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/personas/page.tsx","layer":"rsc"},"startTime":1777983682653,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3806,"timestamp":6592312235274,"id":127,"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/server/request/search-params.js","layer":"rsc"},"startTime":1777983682661,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":6813,"timestamp":6592312235480,"id":129,"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/server/app-render/collect-segment-data.js","layer":"rsc"},"startTime":1777983682662,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":11830,"timestamp":6592312235616,"id":130,"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/server/request/params.js","layer":"rsc"},"startTime":1777983682662,"traceId":"830cd2f4279724fa"}]
|
|
5
|
-
[{"name":"build-module-js","duration":17672,"timestamp":6592313803690,"id":833,"parentId":773,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/Schema.js","layer":"ssr"},"startTime":1777983684230,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":18193,"timestamp":6592313803763,"id":834,"parentId":773,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Alias.js","layer":"ssr"},"startTime":1777983684230,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":18436,"timestamp":6592313803826,"id":835,"parentId":773,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/identity.js","layer":"ssr"},"startTime":1777983684230,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":18656,"timestamp":6592313803894,"id":836,"parentId":773,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Pair.js","layer":"ssr"},"startTime":1777983684230,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":18793,"timestamp":6592313803962,"id":837,"parentId":773,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Scalar.js","layer":"ssr"},"startTime":1777983684230,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":19387,"timestamp":6592313804046,"id":838,"parentId":773,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLMap.js","layer":"ssr"},"startTime":1777983684230,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":19820,"timestamp":6592313804115,"id":839,"parentId":773,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLSeq.js","layer":"ssr"},"startTime":1777983684230,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":26665,"timestamp":6592313798985,"id":813,"parentId":673,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/utils.ts","layer":"ssr"},"startTime":1777983684225,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":27440,"timestamp":6592313798417,"id":811,"parentId":662,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/types.ts","layer":"ssr"},"startTime":1777983684224,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":27389,"timestamp":6592313798745,"id":812,"parentId":664,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/persona-duplicate-id.ts","layer":"ssr"},"startTime":1777983684225,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":27234,"timestamp":6592313799175,"id":814,"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":1777983684225,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":27118,"timestamp":6592313799468,"id":816,"parentId":704,"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":1777983684225,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":27113,"timestamp":6592313799636,"id":817,"parentId":704,"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":1777983684226,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":27609,"timestamp":6592313799299,"id":815,"parentId":704,"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":1777983684225,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":27277,"timestamp":6592313799800,"id":818,"parentId":703,"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":1777983684226,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":27295,"timestamp":6592313799961,"id":819,"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":1777983684226,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":26884,"timestamp":6592313800738,"id":826,"parentId":674,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/chat-title.ts","layer":"ssr"},"startTime":1777983684227,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":36559,"timestamp":6592313800235,"id":821,"parentId":756,"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":1777983684226,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":36646,"timestamp":6592313800370,"id":823,"parentId":761,"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":1777983684226,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":37027,"timestamp":6592313800150,"id":820,"parentId":757,"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":1777983684226,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":37028,"timestamp":6592313800299,"id":822,"parentId":759,"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":1777983684226,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":37107,"timestamp":6592313800524,"id":824,"parentId":764,"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":1777983684227,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":37218,"timestamp":6592313800573,"id":825,"parentId":763,"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":1777983684227,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":34826,"timestamp":6592313803223,"id":827,"parentId":774,"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":1777983684229,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":9980,"timestamp":6592313846500,"id":840,"parentId":773,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/cst.js","layer":"ssr"},"startTime":1777983684273,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":13759,"timestamp":6592313846769,"id":841,"parentId":773,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/lexer.js","layer":"ssr"},"startTime":1777983684273,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":13993,"timestamp":6592313846917,"id":842,"parentId":773,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/line-counter.js","layer":"ssr"},"startTime":1777983684273,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":19015,"timestamp":6592313847055,"id":843,"parentId":773,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/parser.js","layer":"ssr"},"startTime":1777983684273,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":20409,"timestamp":6592313849201,"id":856,"parentId":801,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983684275,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":19871,"timestamp":6592313849963,"id":861,"parentId":829,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/log.js","layer":"ssr"},"startTime":1777983684276,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":20523,"timestamp":6592313850082,"id":862,"parentId":831,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/directives.js","layer":"ssr"},"startTime":1777983684276,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":20687,"timestamp":6592313850182,"id":863,"parentId":831,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/compose-doc.js","layer":"ssr"},"startTime":1777983684276,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":20801,"timestamp":6592313850289,"id":864,"parentId":831,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-end.js","layer":"ssr"},"startTime":1777983684276,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":25603,"timestamp":6592313850396,"id":865,"parentId":832,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Collection.js","layer":"ssr"},"startTime":1777983684276,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":25832,"timestamp":6592313850501,"id":866,"parentId":832,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/toJS.js","layer":"ssr"},"startTime":1777983684277,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":26167,"timestamp":6592313850607,"id":867,"parentId":832,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyDocument.js","layer":"ssr"},"startTime":1777983684277,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":26440,"timestamp":6592313850716,"id":868,"parentId":832,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/anchors.js","layer":"ssr"},"startTime":1777983684277,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":26617,"timestamp":6592313850811,"id":869,"parentId":832,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/applyReviver.js","layer":"ssr"},"startTime":1777983684277,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":26942,"timestamp":6592313850910,"id":870,"parentId":832,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/createNode.js","layer":"ssr"},"startTime":1777983684277,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":27773,"timestamp":6592313851018,"id":871,"parentId":833,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/tags.js","layer":"ssr"},"startTime":1777983684277,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":27859,"timestamp":6592313851113,"id":872,"parentId":833,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/common/map.js","layer":"ssr"},"startTime":1777983684277,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":27922,"timestamp":6592313851210,"id":873,"parentId":833,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/common/seq.js","layer":"ssr"},"startTime":1777983684277,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":27970,"timestamp":6592313851308,"id":874,"parentId":833,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/common/string.js","layer":"ssr"},"startTime":1777983684277,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":26848,"timestamp":6592313852588,"id":881,"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":1777983684279,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":26857,"timestamp":6592313852707,"id":882,"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/app-router-context.js","layer":"ssr"},"startTime":1777983684279,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":34469,"timestamp":6592313847460,"id":845,"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":1777983684273,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":35065,"timestamp":6592313847197,"id":844,"parentId":772,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983684273,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":34642,"timestamp":6592313847894,"id":847,"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":1777983684274,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":35171,"timestamp":6592313847612,"id":846,"parentId":672,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/openrouter.ts","layer":"ssr"},"startTime":1777983684274,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":34927,"timestamp":6592313848058,"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-close.mjs","layer":"ssr"},"startTime":1777983684274,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":34805,"timestamp":6592313848367,"id":850,"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":1777983684274,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":35130,"timestamp":6592313848218,"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/layout-dashboard.mjs","layer":"ssr"},"startTime":1777983684274,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":34989,"timestamp":6592313848523,"id":851,"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":1777983684275,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":34800,"timestamp":6592313848888,"id":854,"parentId":781,"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":1777983684275,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":35562,"timestamp":6592313848671,"id":852,"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":1777983684275,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":35383,"timestamp":6592313849043,"id":855,"parentId":781,"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":1777983684275,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":35322,"timestamp":6592313849313,"id":857,"parentId":803,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983684275,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":35410,"timestamp":6592313849452,"id":858,"parentId":792,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983684275,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":35781,"timestamp":6592313849587,"id":859,"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/shared/lib/router/utils/interception-routes.js","layer":"ssr"},"startTime":1777983684276,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":35925,"timestamp":6592313849719,"id":860,"parentId":674,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/badge.tsx","layer":"ssr"},"startTime":1777983684276,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":34559,"timestamp":6592313851405,"id":875,"parentId":664,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/card.tsx","layer":"ssr"},"startTime":1777983684277,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":35127,"timestamp":6592313851650,"id":876,"parentId":663,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/button.tsx","layer":"ssr"},"startTime":1777983684278,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":35123,"timestamp":6592313851901,"id":877,"parentId":676,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/sidebar-collapsed-storage.ts","layer":"ssr"},"startTime":1777983684278,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":35347,"timestamp":6592313852156,"id":878,"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":1777983684278,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":35616,"timestamp":6592313852446,"id":880,"parentId":713,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983684278,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":36665,"timestamp":6592313852310,"id":879,"parentId":721,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983684278,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":59487,"timestamp":6592313848819,"id":853,"parentId":790,"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":1777983684275,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4121,"timestamp":6592313909358,"id":883,"parentId":834,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Node.js","layer":"ssr"},"startTime":1777983684335,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":6613,"timestamp":6592313909572,"id":884,"parentId":836,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyPair.js","layer":"ssr"},"startTime":1777983684336,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7009,"timestamp":6592313909708,"id":885,"parentId":836,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/addPairToJSMap.js","layer":"ssr"},"startTime":1777983684336,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8064,"timestamp":6592313909834,"id":886,"parentId":838,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyCollection.js","layer":"ssr"},"startTime":1777983684336,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":15556,"timestamp":6592313909968,"id":887,"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/client/components/match-segments.js","layer":"ssr"},"startTime":1777983684336,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4931,"timestamp":6592313926441,"id":889,"parentId":840,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/cst-scalar.js","layer":"ssr"},"startTime":1777983684352,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5132,"timestamp":6592313926530,"id":890,"parentId":840,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/cst-stringify.js","layer":"ssr"},"startTime":1777983684353,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5447,"timestamp":6592313926604,"id":891,"parentId":840,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/cst-visit.js","layer":"ssr"},"startTime":1777983684353,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5887,"timestamp":6592313926673,"id":892,"parentId":863,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/compose-node.js","layer":"ssr"},"startTime":1777983684353,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":6325,"timestamp":6592313926739,"id":893,"parentId":863,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-props.js","layer":"ssr"},"startTime":1777983684353,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":6827,"timestamp":6592313926809,"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":1777983684353,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":6981,"timestamp":6592313926877,"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":1777983684353,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":9517,"timestamp":6592313926944,"id":896,"parentId":874,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyString.js","layer":"ssr"},"startTime":1777983684353,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":9704,"timestamp":6592313927027,"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":1777983684353,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":9957,"timestamp":6592313927098,"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":1777983684353,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":10223,"timestamp":6592313927164,"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":1777983684353,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":10458,"timestamp":6592313927232,"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":1777983684353,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":10552,"timestamp":6592313927297,"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":1777983684353,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":10767,"timestamp":6592313927432,"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":1777983684353,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":11069,"timestamp":6592313927510,"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":1777983684354,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":11358,"timestamp":6592313927576,"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":1777983684354,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":15067,"timestamp":6592313927640,"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":1777983684354,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":15819,"timestamp":6592313927704,"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":1777983684354,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":15976,"timestamp":6592313927770,"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":1777983684354,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":16902,"timestamp":6592313927831,"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":1777983684354,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":17467,"timestamp":6592313927894,"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":1777983684354,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":30135,"timestamp":6592313926203,"id":888,"parentId":855,"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":1777983684352,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":29542,"timestamp":6592313927967,"id":910,"parentId":858,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983684354,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":13187,"timestamp":6592313959340,"id":911,"parentId":879,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983684385,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":6216,"timestamp":6592313973731,"id":914,"parentId":734,"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":1777983684400,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":8164,"timestamp":6592313972960,"id":912,"parentId":701,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/live-run-real/header-actions.tsx","layer":"ssr"},"startTime":1777983684399,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":8703,"timestamp":6592313973445,"id":913,"parentId":701,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/live-run-real/phase-progress.tsx","layer":"ssr"},"startTime":1777983684399,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8470,"timestamp":6592313974098,"id":916,"parentId":880,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983684400,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":10237,"timestamp":6592313973914,"id":915,"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/client/components/use-action-queue.js","layer":"ssr"},"startTime":1777983684400,"traceId":"830cd2f4279724fa"}]
|
|
6
|
-
[{"name":"build-module-js","duration":9951,"timestamp":6592313974594,"id":919,"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/client/components/router-reducer/is-navigating-to-new-root-layout.js","layer":"ssr"},"startTime":1777983684401,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":14944,"timestamp":6592313987107,"id":921,"parentId":889,"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":1777983684413,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":15879,"timestamp":6592313987330,"id":922,"parentId":889,"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":1777983684413,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":16420,"timestamp":6592313987463,"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":1777983684413,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":17097,"timestamp":6592313987592,"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":1777983684414,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":17267,"timestamp":6592313987677,"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":1777983684414,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":17816,"timestamp":6592313987756,"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":1777983684414,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":17986,"timestamp":6592313987834,"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":1777983684414,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":18215,"timestamp":6592313987914,"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":1777983684414,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":18582,"timestamp":6592313987987,"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":1777983684414,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":17242,"timestamp":6592313990059,"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":1777983684416,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":47066,"timestamp":6592313974269,"id":917,"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/client/components/router-reducer/fetch-server-response.js","layer":"ssr"},"startTime":1777983684400,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":50504,"timestamp":6592313974429,"id":918,"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/client/components/segment-cache/navigation.js","layer":"ssr"},"startTime":1777983684400,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":66972,"timestamp":6592313974795,"id":920,"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/client/components/segment-cache/cache.js","layer":"ssr"},"startTime":1777983684401,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":52892,"timestamp":6592313990157,"id":931,"parentId":701,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/live-run-real/enrich-rounds.ts","layer":"ssr"},"startTime":1777983684416,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":46913,"timestamp":6592314071319,"id":934,"parentId":911,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983684497,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":47767,"timestamp":6592314071035,"id":933,"parentId":911,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983684497,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":51862,"timestamp":6592314071836,"id":936,"parentId":911,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983684498,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":51957,"timestamp":6592314072206,"id":939,"parentId":915,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983684498,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":51885,"timestamp":6592314072667,"id":941,"parentId":734,"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":1777983684499,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":51980,"timestamp":6592314072844,"id":942,"parentId":734,"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":1777983684499,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":57637,"timestamp":6592314070676,"id":932,"parentId":911,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983684497,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":55912,"timestamp":6592314073272,"id":944,"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/client/components/segment-cache/vary-path.js","layer":"ssr"},"startTime":1777983684499,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":57978,"timestamp":6592314071691,"id":935,"parentId":911,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983684498,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":57125,"timestamp":6592314073658,"id":946,"parentId":701,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/run-viewer/brief-heading.tsx","layer":"ssr"},"startTime":1777983684500,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":58374,"timestamp":6592314073069,"id":943,"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/client/components/segment-cache/bfcache.js","layer":"ssr"},"startTime":1777983684499,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":57915,"timestamp":6592314073967,"id":947,"parentId":701,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/run-viewer/round-view.tsx","layer":"ssr"},"startTime":1777983684500,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":65149,"timestamp":6592314073462,"id":945,"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/client/components/segment-cache/optimistic-routes.js","layer":"ssr"},"startTime":1777983684499,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":79085,"timestamp":6592314072371,"id":940,"parentId":701,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/live-run-real/helpers.ts","layer":"ssr"},"startTime":1777983684498,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":79838,"timestamp":6592314072134,"id":938,"parentId":913,"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":1777983684498,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":80249,"timestamp":6592314072036,"id":937,"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":1777983684498,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":10460,"timestamp":6592314165902,"id":948,"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":1777983684592,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":10701,"timestamp":6592314166158,"id":949,"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":1777983684592,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":13113,"timestamp":6592314166298,"id":950,"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":1777983684592,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":15013,"timestamp":6592314166407,"id":951,"parentId":920,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983684592,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2962,"timestamp":6592314190072,"id":953,"parentId":948,"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":1777983684616,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3076,"timestamp":6592314190183,"id":954,"parentId":948,"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":1777983684616,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3188,"timestamp":6592314190262,"id":955,"parentId":948,"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":1777983684616,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4561,"timestamp":6592314189483,"id":952,"parentId":936,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983684616,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":4355,"timestamp":6592314190339,"id":956,"parentId":737,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/billing-section.tsx","layer":"ssr"},"startTime":1777983684616,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":4351,"timestamp":6592314191033,"id":959,"parentId":737,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/telemetry-section.tsx","layer":"ssr"},"startTime":1777983684617,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":5569,"timestamp":6592314190737,"id":958,"parentId":664,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/persona-dialog/index.tsx","layer":"ssr"},"startTime":1777983684617,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":4729,"timestamp":6592314191842,"id":962,"parentId":753,"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":1777983684618,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":4717,"timestamp":6592314192024,"id":963,"parentId":787,"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":1777983684618,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":5729,"timestamp":6592314191569,"id":961,"parentId":737,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/transport-section.tsx","layer":"ssr"},"startTime":1777983684618,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":7946,"timestamp":6592314190547,"id":957,"parentId":737,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/preview-sections.tsx","layer":"ssr"},"startTime":1777983684617,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":6660,"timestamp":6592314192187,"id":964,"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/client/components/router-reducer/reducers/committed-state.js","layer":"ssr"},"startTime":1777983684618,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":8921,"timestamp":6592314191282,"id":960,"parentId":667,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/index.tsx","layer":"ssr"},"startTime":1777983684617,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3192,"timestamp":6592314218837,"id":969,"parentId":952,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983684645,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":4406,"timestamp":6592314218909,"id":970,"parentId":762,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/helpers.ts","layer":"ssr"},"startTime":1777983684645,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":8975,"timestamp":6592314218606,"id":965,"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":1777983684645,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":9339,"timestamp":6592314218704,"id":966,"parentId":959,"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":1777983684645,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":9452,"timestamp":6592314218750,"id":967,"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":1777983684645,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":9711,"timestamp":6592314218791,"id":968,"parentId":957,"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":1777983684645,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":4310,"timestamp":6592314224810,"id":974,"parentId":820,"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":1777983684651,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":4373,"timestamp":6592314224931,"id":975,"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/dollar-sign.mjs","layer":"ssr"},"startTime":1777983684651,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5171,"timestamp":6592314224691,"id":973,"parentId":792,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.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":1777983684651,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":4903,"timestamp":6592314225139,"id":976,"parentId":827,"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":1777983684651,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5044,"timestamp":6592314225311,"id":977,"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/has-base-path.js","layer":"ssr"},"startTime":1777983684651,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5214,"timestamp":6592314225458,"id":978,"parentId":879,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983684651,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5166,"timestamp":6592314225742,"id":980,"parentId":794,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983684652,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":10570,"timestamp":6592314224553,"id":971,"parentId":958,"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":1777983684651,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":10656,"timestamp":6592314224639,"id":972,"parentId":960,"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":1777983684651,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":13222,"timestamp":6592314225577,"id":979,"parentId":794,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983684652,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1798,"timestamp":6592314246361,"id":981,"parentId":968,"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":1777983684672,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1796,"timestamp":6592314246588,"id":982,"parentId":973,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983684673,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3825,"timestamp":6592314246725,"id":983,"parentId":977,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983684673,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":4138,"timestamp":6592314246851,"id":984,"parentId":761,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/input.tsx","layer":"ssr"},"startTime":1777983684673,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2930,"timestamp":6592314248455,"id":985,"parentId":971,"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":1777983684674,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2936,"timestamp":6592314248779,"id":987,"parentId":917,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.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":1777983684675,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":3602,"timestamp":6592314248597,"id":986,"parentId":774,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/sheet.tsx","layer":"ssr"},"startTime":1777983684675,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3627,"timestamp":6592314249022,"id":989,"parentId":917,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.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":1777983684675,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3896,"timestamp":6592314249187,"id":990,"parentId":917,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983684675,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4140,"timestamp":6592314249343,"id":991,"parentId":917,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983684675,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5355,"timestamp":6592314248899,"id":988,"parentId":917,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.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":1777983684675,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":9372,"timestamp":6592314249502,"id":992,"parentId":918,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983684676,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":9755,"timestamp":6592314249824,"id":994,"parentId":918,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983684676,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":10716,"timestamp":6592314249672,"id":993,"parentId":920,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983684676,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1571,"timestamp":6592314263021,"id":996,"parentId":991,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983684689,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1878,"timestamp":6592314263161,"id":997,"parentId":920,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983684689,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":4748,"timestamp":6592314262935,"id":995,"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":1777983684689,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2473,"timestamp":6592314265427,"id":999,"parentId":937,"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":1777983684691,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2535,"timestamp":6592314265554,"id":1000,"parentId":937,"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":1777983684692,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2649,"timestamp":6592314265737,"id":1001,"parentId":917,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.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":1777983684692,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2784,"timestamp":6592314265903,"id":1002,"parentId":918,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.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":1777983684692,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":8055,"timestamp":6592314265215,"id":998,"parentId":947,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/run-viewer/participant-card.tsx","layer":"ssr"},"startTime":1777983684691,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2976,"timestamp":6592314273461,"id":1003,"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/shared/lib/hash.js","layer":"ssr"},"startTime":1777983684699,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1797,"timestamp":6592314278107,"id":1006,"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/terminal.mjs","layer":"ssr"},"startTime":1777983684704,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2194,"timestamp":6592314277924,"id":1005,"parentId":965,"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":1777983684704,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3204,"timestamp":6592314277787,"id":1004,"parentId":998,"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":1777983684704,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1894,"timestamp":6592314281145,"id":1007,"parentId":968,"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":1777983684707,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":324,"timestamp":6592314285062,"id":1014,"parentId":917,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983684711,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1793,"timestamp":6592314284153,"id":1008,"parentId":968,"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":1777983684710,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1866,"timestamp":6592314284298,"id":1009,"parentId":968,"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":1777983684710,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1934,"timestamp":6592314284429,"id":1010,"parentId":968,"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":1777983684710,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1811,"timestamp":6592314284721,"id":1012,"parentId":968,"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":1777983684711,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2164,"timestamp":6592314284548,"id":1011,"parentId":968,"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":1777983684711,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2007,"timestamp":6592314284890,"id":1013,"parentId":968,"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":1777983684711,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":5823,"timestamp":6592314287638,"id":1015,"parentId":813,"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":1777983684714,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":6222,"timestamp":6592314287733,"id":1016,"parentId":813,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs","layer":"ssr"},"startTime":1777983684714,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":2304,"timestamp":6592314297108,"id":1017,"parentId":958,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/persona-dialog/form-body.tsx","layer":"ssr"},"startTime":1777983684723,"traceId":"830cd2f4279724fa"}]
|
|
7
|
-
[{"name":"build-module-tsx","duration":2471,"timestamp":6592314297352,"id":1018,"parentId":958,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/persona-dialog/footer.tsx","layer":"ssr"},"startTime":1777983684723,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":2748,"timestamp":6592314297546,"id":1019,"parentId":958,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/persona-dialog/helpers.tsx","layer":"ssr"},"startTime":1777983684724,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":819,"timestamp":6592314305815,"id":1027,"parentId":879,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983684732,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":2981,"timestamp":6592314304394,"id":1021,"parentId":960,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/yaml-panel.tsx","layer":"ssr"},"startTime":1777983684730,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":2885,"timestamp":6592314304757,"id":1023,"parentId":960,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/primitives.tsx","layer":"ssr"},"startTime":1777983684731,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":3424,"timestamp":6592314304586,"id":1022,"parentId":960,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/constants.ts","layer":"ssr"},"startTime":1777983684731,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":4650,"timestamp":6592314304178,"id":1020,"parentId":960,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/form-panel.tsx","layer":"ssr"},"startTime":1777983684730,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":4404,"timestamp":6592314305058,"id":1024,"parentId":960,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/emit.ts","layer":"ssr"},"startTime":1777983684731,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3715,"timestamp":6592314305949,"id":1028,"parentId":972,"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":1777983684732,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":5276,"timestamp":6592314305333,"id":1025,"parentId":960,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/parse.ts","layer":"ssr"},"startTime":1777983684731,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":5429,"timestamp":6592314305604,"id":1026,"parentId":913,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-stepper.tsx","layer":"ssr"},"startTime":1777983684732,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":12823,"timestamp":6592314306136,"id":1029,"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/segment-cache/lru.js","layer":"ssr"},"startTime":1777983684732,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":7920,"timestamp":6592314311405,"id":1030,"parentId":1017,"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":1777983684737,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":7999,"timestamp":6592314311465,"id":1031,"parentId":1018,"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":1777983684737,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1418,"timestamp":6592314319705,"id":1032,"parentId":860,"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":1777983684746,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2563,"timestamp":6592314322505,"id":1036,"parentId":860,"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":1777983684749,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":5361,"timestamp":6592314322351,"id":1033,"parentId":1022,"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":1777983684748,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":5431,"timestamp":6592314322423,"id":1034,"parentId":1020,"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":1777983684748,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":5585,"timestamp":6592314322468,"id":1035,"parentId":1026,"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":1777983684748,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":2101,"timestamp":6592314326115,"id":1038,"parentId":960,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/template-live-yaml.ts","layer":"ssr"},"startTime":1777983684752,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":2179,"timestamp":6592314326294,"id":1039,"parentId":998,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/run-viewer/state-badge.tsx","layer":"ssr"},"startTime":1777983684752,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":3072,"timestamp":6592314325900,"id":1037,"parentId":958,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/dialog.tsx","layer":"ssr"},"startTime":1777983684752,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":7023,"timestamp":6592314326469,"id":1040,"parentId":960,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/template-validation.ts","layer":"ssr"},"startTime":1777983684752,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":6793,"timestamp":6592314326964,"id":1042,"parentId":1004,"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":1777983684753,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":7282,"timestamp":6592314326645,"id":1041,"parentId":998,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/run-viewer/lineage-gradient.ts","layer":"ssr"},"startTime":1777983684753,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2100,"timestamp":6592314337126,"id":1043,"parentId":1039,"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":1777983684763,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1687,"timestamp":6592314342078,"id":1045,"parentId":1035,"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":1777983684768,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2082,"timestamp":6592314341905,"id":1044,"parentId":1033,"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":1777983684768,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1940,"timestamp":6592314342259,"id":1046,"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/chevron-left.mjs","layer":"ssr"},"startTime":1777983684768,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1941,"timestamp":6592314342428,"id":1047,"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/chevron-right.mjs","layer":"ssr"},"startTime":1777983684768,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1856,"timestamp":6592314342708,"id":1048,"parentId":1035,"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":1777983684769,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3542,"timestamp":6592314342838,"id":1049,"parentId":1035,"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":1777983684769,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3708,"timestamp":6592314342960,"id":1050,"parentId":1035,"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":1777983684769,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":3615,"timestamp":6592314344680,"id":1051,"parentId":1020,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/basics-step.tsx","layer":"ssr"},"startTime":1777983684771,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":4145,"timestamp":6592314344881,"id":1052,"parentId":1020,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/policy-step.tsx","layer":"ssr"},"startTime":1777983684771,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":5498,"timestamp":6592314346739,"id":1053,"parentId":1020,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/fallback-step.tsx","layer":"ssr"},"startTime":1777983684773,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":15582,"timestamp":6592314356364,"id":1054,"parentId":1053,"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":1777983684782,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":16124,"timestamp":6592314357491,"id":1055,"parentId":1040,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/template-schema.ts","layer":"ssr"},"startTime":1777983684784,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":2529,"timestamp":6592314382708,"id":1056,"parentId":1020,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/index.tsx","layer":"ssr"},"startTime":1777983684809,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2071,"timestamp":6592314389507,"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":1777983684816,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":3142,"timestamp":6592314428388,"id":1059,"parentId":1056,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/hooks.ts","layer":"ssr"},"startTime":1777983684854,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":4415,"timestamp":6592314428081,"id":1058,"parentId":1056,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/phase-card.tsx","layer":"ssr"},"startTime":1777983684854,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":7264,"timestamp":6592314430356,"id":1060,"parentId":1056,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/primitives.tsx","layer":"ssr"},"startTime":1777983684856,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1286,"timestamp":6592314437991,"id":1061,"parentId":1055,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/index.js","layer":"ssr"},"startTime":1777983684864,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1502,"timestamp":6592314438088,"id":1062,"parentId":1036,"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":1777983684864,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2829,"timestamp":6592314442542,"id":1063,"parentId":1058,"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":1777983684869,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":4626,"timestamp":6592314442601,"id":1064,"parentId":1036,"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":1777983684869,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":5156,"timestamp":6592314444540,"id":1065,"parentId":1036,"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":1777983684871,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":782,"timestamp":6592314449997,"id":1066,"parentId":1036,"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":1777983684876,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3577,"timestamp":6592314450100,"id":1067,"parentId":1036,"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":1777983684876,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":4907,"timestamp":6592314451951,"id":1068,"parentId":1036,"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":1777983684878,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3661,"timestamp":6592314454869,"id":1069,"parentId":1036,"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":1777983684881,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":766,"timestamp":6592314459261,"id":1071,"parentId":1036,"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":1777983684885,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":7173,"timestamp":6592314459336,"id":1072,"parentId":1036,"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":1777983684885,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":8849,"timestamp":6592314459171,"id":1070,"parentId":1036,"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":1777983684885,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":9298,"timestamp":6592314460713,"id":1073,"parentId":1036,"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":1777983684887,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":9080,"timestamp":6592314463130,"id":1074,"parentId":1036,"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":1777983684889,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":9311,"timestamp":6592314502958,"id":1075,"parentId":1036,"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":1777983684929,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":8242,"timestamp":6592314505162,"id":1076,"parentId":1036,"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":1777983684931,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":11121,"timestamp":6592314505270,"id":1077,"parentId":1036,"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":1777983684931,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":13478,"timestamp":6592314506560,"id":1078,"parentId":1036,"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":1777983684933,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":19138,"timestamp":6592314506652,"id":1079,"parentId":1036,"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":1777983684933,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":6509,"timestamp":6592314638831,"id":1080,"parentId":1036,"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":1777983685065,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":6216,"timestamp":6592314641848,"id":1081,"parentId":1036,"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":1777983685068,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3132,"timestamp":6592314671015,"id":1082,"parentId":1036,"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":1777983685097,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1116,"timestamp":6592314677583,"id":1086,"parentId":1036,"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":1777983685104,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1987,"timestamp":6592314677650,"id":1087,"parentId":1036,"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":1777983685104,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3774,"timestamp":6592314677517,"id":1085,"parentId":1036,"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":1777983685104,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":5015,"timestamp":6592314677437,"id":1084,"parentId":1036,"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":1777983685103,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":11627,"timestamp":6592314677327,"id":1083,"parentId":1036,"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":1777983685103,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":7944,"timestamp":6592314723173,"id":1088,"parentId":1036,"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":1777983685149,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":4674,"timestamp":6592314726675,"id":1090,"parentId":1063,"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":1777983685153,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":4684,"timestamp":6592314726833,"id":1091,"parentId":1063,"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":1777983685153,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":5871,"timestamp":6592314726958,"id":1092,"parentId":1036,"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":1777983685153,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":6546,"timestamp":6592314727079,"id":1093,"parentId":1036,"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":1777983685153,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":12360,"timestamp":6592314726556,"id":1089,"parentId":1036,"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":1777983685153,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3609,"timestamp":6592314828906,"id":1095,"parentId":1036,"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":1777983685255,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":2574,"timestamp":6592314830500,"id":1096,"parentId":1059,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/constants.ts","layer":"ssr"},"startTime":1777983685257,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":4607,"timestamp":6592314830717,"id":1097,"parentId":1058,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/phase-card-sections.tsx","layer":"ssr"},"startTime":1777983685257,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":12166,"timestamp":6592314828755,"id":1094,"parentId":1036,"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":1777983685255,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":394,"timestamp":6592314853076,"id":1098,"parentId":1061,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/external.js","layer":"ssr"},"startTime":1777983685279,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3356,"timestamp":6592314861568,"id":1099,"parentId":1036,"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":1777983685288,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":470,"timestamp":6592314870768,"id":1100,"parentId":1036,"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":1777983685297,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1050,"timestamp":6592314881148,"id":1103,"parentId":1064,"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":1777983685307,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":4706,"timestamp":6592314878810,"id":1101,"parentId":1036,"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":1777983685305,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":7387,"timestamp":6592314878920,"id":1102,"parentId":1036,"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":1777983685305,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":758,"timestamp":6592314917031,"id":1104,"parentId":1064,"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":1777983685343,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1046,"timestamp":6592314918260,"id":1105,"parentId":1064,"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":1777983685344,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1515,"timestamp":6592314921882,"id":1107,"parentId":1064,"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":1777983685348,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1734,"timestamp":6592314922029,"id":1108,"parentId":1064,"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":1777983685348,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1875,"timestamp":6592314922146,"id":1109,"parentId":1064,"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":1777983685348,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":10084,"timestamp":6592314918368,"id":1106,"parentId":1064,"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":1777983685344,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":538,"timestamp":6592314932216,"id":1110,"parentId":1067,"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":1777983685358,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":638,"timestamp":6592314932308,"id":1111,"parentId":1067,"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":1777983685358,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":643,"timestamp":6592314933899,"id":1112,"parentId":1067,"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":1777983685360,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3307,"timestamp":6592314933989,"id":1113,"parentId":1068,"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":1777983685360,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":497,"timestamp":6592314944373,"id":1114,"parentId":1068,"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":1777983685370,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":473,"timestamp":6592314956836,"id":1115,"parentId":1068,"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":1777983685383,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":853,"timestamp":6592314960913,"id":1120,"parentId":1070,"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":1777983685387,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2171,"timestamp":6592314960846,"id":1119,"parentId":1070,"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":1777983685387,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1203,"timestamp":6592314964273,"id":1121,"parentId":1070,"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":1777983685390,"traceId":"830cd2f4279724fa"}]
|
|
8
|
-
[{"name":"build-module-mjs","duration":6126,"timestamp":6592314960771,"id":1118,"parentId":1070,"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":1777983685387,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":7286,"timestamp":6592314960683,"id":1117,"parentId":1070,"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":1777983685387,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":12176,"timestamp":6592314959406,"id":1116,"parentId":1072,"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":1777983685385,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":4674,"timestamp":6592315007465,"id":1122,"parentId":1074,"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":1777983685433,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":610,"timestamp":6592315021302,"id":1124,"parentId":1077,"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":1777983685447,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":864,"timestamp":6592315022457,"id":1125,"parentId":1077,"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":1777983685448,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":5357,"timestamp":6592315021158,"id":1123,"parentId":1077,"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":1777983685447,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":4220,"timestamp":6592315022555,"id":1126,"parentId":1096,"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":1777983685449,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":573,"timestamp":6592315043995,"id":1129,"parentId":1098,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/errors.js","layer":"ssr"},"startTime":1777983685470,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":4154,"timestamp":6592315043451,"id":1127,"parentId":1097,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/selects.tsx","layer":"ssr"},"startTime":1777983685469,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":4911,"timestamp":6592315043776,"id":1128,"parentId":1097,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/reviewer-slots.tsx","layer":"ssr"},"startTime":1777983685470,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1512,"timestamp":6592315053079,"id":1130,"parentId":1098,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js","layer":"ssr"},"startTime":1777983685479,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2333,"timestamp":6592315053216,"id":1131,"parentId":1098,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/util.js","layer":"ssr"},"startTime":1777983685479,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2369,"timestamp":6592315053297,"id":1132,"parentId":1098,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/typeAliases.js","layer":"ssr"},"startTime":1777983685479,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1905,"timestamp":6592315056862,"id":1133,"parentId":1098,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/ZodError.js","layer":"ssr"},"startTime":1777983685483,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":22494,"timestamp":6592315056954,"id":1134,"parentId":1098,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.js","layer":"ssr"},"startTime":1777983685483,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":985,"timestamp":6592315084307,"id":1135,"parentId":1112,"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":1777983685510,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3192,"timestamp":6592315086553,"id":1136,"parentId":1128,"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":1777983685513,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1056,"timestamp":6592315136457,"id":1137,"parentId":1120,"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":1777983685562,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2030,"timestamp":6592315136631,"id":1138,"parentId":1129,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/locales/en.js","layer":"ssr"},"startTime":1777983685563,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":529,"timestamp":6592315152214,"id":1139,"parentId":1134,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.js","layer":"ssr"},"startTime":1777983685578,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":801,"timestamp":6592315153799,"id":1140,"parentId":1135,"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":1777983685580,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":476,"timestamp":6592315165937,"id":1141,"parentId":1117,"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":1777983685592,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":730,"timestamp":6592315171576,"id":1142,"parentId":1137,"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":1777983685598,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":801,"timestamp":6592315171675,"id":1143,"parentId":1137,"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":1777983685598,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":428,"timestamp":6592315178359,"id":1144,"parentId":1122,"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":1777983685604,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1708,"timestamp":6592315179994,"id":1145,"parentId":1122,"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":1777983685606,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":319,"timestamp":6592315184302,"id":1146,"parentId":1142,"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":1777983685610,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1258,"timestamp":6592315184732,"id":1147,"parentId":1143,"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":1777983685611,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":496,"timestamp":6592315191788,"id":1148,"parentId":1147,"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":1777983685618,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1087,"timestamp":6592315191882,"id":1149,"parentId":1147,"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":1777983685618,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":6368,"timestamp":6592315202191,"id":1150,"parentId":1137,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.es6.mjs","layer":"ssr"},"startTime":1777983685628,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":399,"timestamp":6592315216047,"id":1151,"parentId":1143,"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":1777983685642,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":372,"timestamp":6592315217391,"id":1152,"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":1777983685643,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":382,"timestamp":6592315217970,"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":1777983685644,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":324,"timestamp":6592315219083,"id":1154,"parentId":1147,"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":1777983685645,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1029,"timestamp":6592315224547,"id":1155,"parentId":1147,"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":1777983685651,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":4667,"timestamp":6592315224635,"id":1156,"parentId":1145,"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":1777983685651,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4859,"timestamp":6592315224708,"id":1157,"parentId":1151,"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":1777983685651,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5162,"timestamp":6592315224773,"id":1158,"parentId":1151,"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":1777983685651,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5463,"timestamp":6592315224840,"id":1159,"parentId":1151,"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":1777983685651,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5549,"timestamp":6592315224902,"id":1160,"parentId":1151,"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":1777983685651,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5968,"timestamp":6592315224964,"id":1161,"parentId":1151,"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":1777983685651,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":695,"timestamp":6592315233113,"id":1162,"parentId":1151,"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":1777983685659,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":667,"timestamp":6592315235656,"id":1163,"parentId":1152,"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":1777983685662,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":722,"timestamp":6592315235747,"id":1164,"parentId":1152,"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":1777983685662,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":841,"timestamp":6592315235823,"id":1165,"parentId":1152,"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":1777983685662,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":941,"timestamp":6592315235886,"id":1166,"parentId":1152,"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":1777983685662,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1189,"timestamp":6592315236991,"id":1167,"parentId":1152,"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":1777983685663,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1238,"timestamp":6592315237086,"id":1168,"parentId":1152,"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":1777983685663,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1313,"timestamp":6592315237153,"id":1169,"parentId":1152,"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":1777983685663,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1446,"timestamp":6592315237221,"id":1170,"parentId":1152,"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":1777983685663,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":861,"timestamp":6592315241132,"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":1777983685667,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1022,"timestamp":6592315241244,"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":1777983685667,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":618,"timestamp":6592315242471,"id":1173,"parentId":1158,"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":1777983685669,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":843,"timestamp":6592315245609,"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/component.js","layer":"ssr"},"startTime":1777983685672,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1002,"timestamp":6592315245743,"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/singleton.js","layer":"ssr"},"startTime":1777983685672,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1093,"timestamp":6592315245821,"id":1176,"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":1777983685672,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1280,"timestamp":6592315259200,"id":1177,"parentId":1156,"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":1777983685685,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":911,"timestamp":6592315262743,"id":1178,"parentId":1156,"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":1777983685689,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":330,"timestamp":6592315265451,"id":1179,"parentId":1173,"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":1777983685691,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":4888,"timestamp":6592315266229,"id":1180,"parentId":1156,"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":1777983685692,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":421,"timestamp":6592315271962,"id":1181,"parentId":1175,"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":1777983685698,"traceId":"830cd2f4279724fa"},{"name":"make","duration":3574401,"timestamp":6592311712154,"id":21,"parentId":19,"tags":{},"startTime":1777983682138,"traceId":"830cd2f4279724fa"},{"name":"get-entries","duration":850,"timestamp":6592315287554,"id":1183,"parentId":1182,"tags":{},"startTime":1777983685714,"traceId":"830cd2f4279724fa"},{"name":"node-file-trace-plugin","duration":129100,"timestamp":6592315292179,"id":1184,"parentId":1182,"tags":{"traceEntryCount":"28"},"startTime":1777983685718,"traceId":"830cd2f4279724fa"},{"name":"collect-traced-files","duration":864,"timestamp":6592315421295,"id":1185,"parentId":1182,"tags":{},"startTime":1777983685847,"traceId":"830cd2f4279724fa"},{"name":"finish-modules","duration":134745,"timestamp":6592315287418,"id":1182,"parentId":20,"tags":{},"startTime":1777983685713,"traceId":"830cd2f4279724fa"},{"name":"chunk-graph","duration":22119,"timestamp":6592315475854,"id":1187,"parentId":1186,"tags":{},"startTime":1777983685902,"traceId":"830cd2f4279724fa"},{"name":"optimize-modules","duration":23,"timestamp":6592315498091,"id":1189,"parentId":1186,"tags":{},"startTime":1777983685924,"traceId":"830cd2f4279724fa"},{"name":"optimize-chunks","duration":40661,"timestamp":6592315498170,"id":1190,"parentId":1186,"tags":{},"startTime":1777983685924,"traceId":"830cd2f4279724fa"},{"name":"optimize-tree","duration":115,"timestamp":6592315538917,"id":1191,"parentId":1186,"tags":{},"startTime":1777983685965,"traceId":"830cd2f4279724fa"},{"name":"optimize-chunk-modules","duration":27802,"timestamp":6592315539103,"id":1192,"parentId":1186,"tags":{},"startTime":1777983685965,"traceId":"830cd2f4279724fa"},{"name":"optimize","duration":68951,"timestamp":6592315498046,"id":1188,"parentId":1186,"tags":{},"startTime":1777983685924,"traceId":"830cd2f4279724fa"},{"name":"module-hash","duration":29255,"timestamp":6592315598471,"id":1193,"parentId":1186,"tags":{},"startTime":1777983686025,"traceId":"830cd2f4279724fa"},{"name":"code-generation","duration":304238,"timestamp":6592315627783,"id":1194,"parentId":1186,"tags":{},"startTime":1777983686054,"traceId":"830cd2f4279724fa"},{"name":"hash","duration":7038,"timestamp":6592315937083,"id":1195,"parentId":1186,"tags":{},"startTime":1777983686363,"traceId":"830cd2f4279724fa"},{"name":"code-generation-jobs","duration":552,"timestamp":6592315944118,"id":1196,"parentId":1186,"tags":{},"startTime":1777983686370,"traceId":"830cd2f4279724fa"},{"name":"module-assets","duration":386,"timestamp":6592315944587,"id":1197,"parentId":1186,"tags":{},"startTime":1777983686371,"traceId":"830cd2f4279724fa"},{"name":"create-chunk-assets","duration":8421,"timestamp":6592315944986,"id":1198,"parentId":1186,"tags":{},"startTime":1777983686371,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":142300,"timestamp":6592315989981,"id":1203,"parentId":1199,"tags":{"name":"../app/favicon.ico/route.js","cache":"MISS"},"startTime":1777983686416,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":143228,"timestamp":6592315989132,"id":1202,"parentId":1199,"tags":{"name":"../app/api/run-artifacts/[chatId]/route.js","cache":"MISS"},"startTime":1777983686415,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":154043,"timestamp":6592315978382,"id":1200,"parentId":1199,"tags":{"name":"../app/_not-found/page.js","cache":"MISS"},"startTime":1777983686404,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":141764,"timestamp":6592315990684,"id":1204,"parentId":1199,"tags":{"name":"../app/icon.svg/route.js","cache":"MISS"},"startTime":1777983686417,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":140790,"timestamp":6592315991679,"id":1205,"parentId":1199,"tags":{"name":"../app/api/daemon/[...path]/route.js","cache":"MISS"},"startTime":1777983686418,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":145603,"timestamp":6592315986942,"id":1201,"parentId":1199,"tags":{"name":"../app/_global-error/page.js","cache":"MISS"},"startTime":1777983686413,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":139830,"timestamp":6592315992810,"id":1206,"parentId":1199,"tags":{"name":"../app/new/page.js","cache":"MISS"},"startTime":1777983686419,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":129520,"timestamp":6592316003182,"id":1208,"parentId":1199,"tags":{"name":"../app/personas/page.js","cache":"MISS"},"startTime":1777983686429,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":134543,"timestamp":6592315998240,"id":1207,"parentId":1199,"tags":{"name":"../app/onboarding/page.js","cache":"MISS"},"startTime":1777983686424,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":125245,"timestamp":6592316007636,"id":1209,"parentId":1199,"tags":{"name":"../app/settings/page.js","cache":"MISS"},"startTime":1777983686434,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":103795,"timestamp":6592316029162,"id":1212,"parentId":1199,"tags":{"name":"../app/runs/page.js","cache":"MISS"},"startTime":1777983686455,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":101948,"timestamp":6592316031105,"id":1213,"parentId":1199,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1777983686457,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":106271,"timestamp":6592316026895,"id":1211,"parentId":1199,"tags":{"name":"../app/connect/page.js","cache":"MISS"},"startTime":1777983686453,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":96549,"timestamp":6592316036663,"id":1214,"parentId":1199,"tags":{"name":"../app/settings/permissions/page.js","cache":"MISS"},"startTime":1777983686463,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":86872,"timestamp":6592316046368,"id":1216,"parentId":1199,"tags":{"name":"../webpack-runtime.js","cache":"MISS"},"startTime":1777983686472,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":93034,"timestamp":6592316040298,"id":1215,"parentId":1199,"tags":{"name":"../app/runs/[runId]/page.js","cache":"MISS"},"startTime":1777983686466,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":119965,"timestamp":6592316013779,"id":1210,"parentId":1199,"tags":{"name":"../app/templates/page.js","cache":"MISS"},"startTime":1777983686440,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":39682,"timestamp":6592316094092,"id":1219,"parentId":1199,"tags":{"name":"504.js","cache":"MISS"},"startTime":1777983686520,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":27780,"timestamp":6592316106028,"id":1221,"parentId":1199,"tags":{"name":"557.js","cache":"MISS"},"startTime":1777983686532,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":90687,"timestamp":6592316046971,"id":1217,"parentId":1199,"tags":{"name":"332.js","cache":"MISS"},"startTime":1777983686473,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":41460,"timestamp":6592316118267,"id":1223,"parentId":1199,"tags":{"name":"498.js","cache":"MISS"},"startTime":1777983686544,"traceId":"830cd2f4279724fa"}]
|
|
9
|
-
[{"name":"postcss","duration":3235,"timestamp":6592313232271,"id":430,"parentId":279,"tags":{},"startTime":1777983683658,"traceId":"830cd2f4279724fa"},{"name":"next-font-loader","duration":624052,"timestamp":6592312611926,"id":279,"parentId":276,"tags":{},"startTime":1777983683038,"traceId":"830cd2f4279724fa"},{"name":"css-loader","duration":21318,"timestamp":6592313235674,"id":431,"parentId":276,"tags":{"astUsed":"true"},"startTime":1777983683662,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":689713,"timestamp":6592312567714,"id":276,"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":1777983682994,"traceId":"830cd2f4279724fa"},{"name":"font-loader","duration":667490,"timestamp":6592312590995,"id":278,"parentId":277,"tags":{},"startTime":1777983683017,"traceId":"830cd2f4279724fa"},{"name":"postcss","duration":341,"timestamp":6592313258527,"id":432,"parentId":277,"tags":{},"startTime":1777983683685,"traceId":"830cd2f4279724fa"},{"name":"next-font-loader","duration":691056,"timestamp":6592312567847,"id":277,"parentId":275,"tags":{},"startTime":1777983682994,"traceId":"830cd2f4279724fa"},{"name":"css-loader","duration":927,"timestamp":6592313258889,"id":433,"parentId":275,"tags":{"astUsed":"true"},"startTime":1777983683685,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":693897,"timestamp":6592312566164,"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\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":"rsc"},"startTime":1777983682992,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":1547753,"timestamp":6592311712373,"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":1777983682138,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":1547113,"timestamp":6592311713020,"id":35,"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":1777983682139,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":1547262,"timestamp":6592311712877,"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":1777983682139,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":1547258,"timestamp":6592311712885,"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":1777983682139,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":1547258,"timestamp":6592311712894,"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":1777983682139,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":1547207,"timestamp":6592311712949,"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":1777983682139,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":1547184,"timestamp":6592311712975,"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":1777983682139,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":1547175,"timestamp":6592311712988,"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":1777983682139,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":1547167,"timestamp":6592311712999,"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":1777983682139,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":1547140,"timestamp":6592311713029,"id":36,"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":1777983682139,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":1547139,"timestamp":6592311713035,"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":1777983682139,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":1014,"timestamp":6592313394917,"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":1777983683821,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":101,"timestamp":6592313395968,"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":1777983683822,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":181,"timestamp":6592313396092,"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":1777983683822,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":140,"timestamp":6592313396287,"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":1777983683822,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":407,"timestamp":6592313396441,"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":1777983683822,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":174,"timestamp":6592313396864,"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":1777983683823,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":455,"timestamp":6592313397066,"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":1777983683823,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":477,"timestamp":6592313397534,"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":1777983683824,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":160,"timestamp":6592313398023,"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":1777983683824,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":146,"timestamp":6592313398193,"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":1777983683824,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":141,"timestamp":6592313398348,"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":1777983683824,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":153,"timestamp":6592313398498,"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":1777983683825,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":153,"timestamp":6592313398661,"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":1777983683825,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":142,"timestamp":6592313398823,"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":1777983683825,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":159,"timestamp":6592313398974,"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":1777983683825,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":134,"timestamp":6592313399144,"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":1777983683825,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":189,"timestamp":6592313407440,"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":1777983683833,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":136,"timestamp":6592313407647,"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":1777983683834,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":370,"timestamp":6592313407792,"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":1777983683834,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":218,"timestamp":6592313408172,"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":1777983683834,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":225,"timestamp":6592313408400,"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":1777983683834,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":475,"timestamp":6592313408634,"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":1777983683835,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":359,"timestamp":6592313409121,"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%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":1777983683835,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":271,"timestamp":6592313409490,"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%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":1777983683836,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":203,"timestamp":6592313409771,"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%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":1777983683836,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":191,"timestamp":6592313409982,"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%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":1777983683836,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":268,"timestamp":6592313414473,"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":1777983683841,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":226,"timestamp":6592313414756,"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":1777983683841,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":4228,"timestamp":6592313427321,"id":665,"parentId":648,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/page.tsx","layer":"ssr"},"startTime":1777983683853,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":8910,"timestamp":6592313425660,"id":662,"parentId":642,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/new/page.tsx","layer":"ssr"},"startTime":1777983683852,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":21593,"timestamp":6592313427505,"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":1777983683854,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":25035,"timestamp":6592313426597,"id":663,"parentId":644,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/page.tsx","layer":"ssr"},"startTime":1777983683853,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":24166,"timestamp":6592313428177,"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":1777983683854,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":24594,"timestamp":6592313428294,"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":1777983683854,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":28461,"timestamp":6592313426816,"id":664,"parentId":646,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/personas/page.tsx","layer":"ssr"},"startTime":1777983683853,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":27139,"timestamp":6592313428534,"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":1777983683855,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":29514,"timestamp":6592313427959,"id":667,"parentId":650,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/templates/page.tsx","layer":"ssr"},"startTime":1777983683854,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":32376,"timestamp":6592313428415,"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":1777983683854,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":33645,"timestamp":6592313428823,"id":673,"parentId":652,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/orchestrator-card.tsx","layer":"ssr"},"startTime":1777983683855,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":34460,"timestamp":6592313428993,"id":674,"parentId":654,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/runs-table.tsx","layer":"ssr"},"startTime":1777983683855,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":37044,"timestamp":6592313428655,"id":672,"parentId":652,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/openrouter-card.tsx","layer":"ssr"},"startTime":1777983683855,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":31793,"timestamp":6592313436048,"id":676,"parentId":652,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/app-sidebar.tsx","layer":"ssr"},"startTime":1777983683862,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":32610,"timestamp":6592313435925,"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":1777983683862,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":7202,"timestamp":6592313504651,"id":679,"parentId":652,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/mobile-top-bar.tsx","layer":"ssr"},"startTime":1777983683931,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8506,"timestamp":6592313504308,"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":1777983683930,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":8825,"timestamp":6592313505014,"id":681,"parentId":656,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/opencode-fleet-card.tsx","layer":"ssr"},"startTime":1777983683931,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":9794,"timestamp":6592313504833,"id":680,"parentId":656,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/lineage-fleet-card.tsx","layer":"ssr"},"startTime":1777983683931,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":10290,"timestamp":6592313504561,"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":1777983683931,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":9824,"timestamp":6592313505186,"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":1777983683931,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":3914,"timestamp":6592313542238,"id":685,"parentId":665,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/page-header.tsx","layer":"ssr"},"startTime":1777983683968,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":4421,"timestamp":6592313541974,"id":684,"parentId":665,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/app-shell.tsx","layer":"ssr"},"startTime":1777983683968,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":5225,"timestamp":6592313542599,"id":687,"parentId":662,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/index.ts","layer":"ssr"},"startTime":1777983683969,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":6426,"timestamp":6592313542419,"id":686,"parentId":662,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/settings.ts","layer":"ssr"},"startTime":1777983683968,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":7221,"timestamp":6592313541852,"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":1777983683968,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1885,"timestamp":6592313555750,"id":691,"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":1777983683982,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1698,"timestamp":6592313556177,"id":692,"parentId":670,"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":1777983683982,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":7589,"timestamp":6592313555169,"id":688,"parentId":656,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/openrouter-fleet-card.tsx","layer":"ssr"},"startTime":1777983683981,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":8753,"timestamp":6592313555413,"id":689,"parentId":658,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/permissions/permissions-form.tsx","layer":"ssr"},"startTime":1777983683981,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":11319,"timestamp":6592313555628,"id":690,"parentId":656,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.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":1777983683982,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":18605,"timestamp":6592313556301,"id":694,"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":1777983683982,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":18784,"timestamp":6592313556258,"id":693,"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":1777983683982,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":11975,"timestamp":6592313575860,"id":696,"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":1777983684002,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":16045,"timestamp":6592313575940,"id":697,"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/params.js","layer":"ssr"},"startTime":1777983684002,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":20119,"timestamp":6592313576909,"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":1777983684003,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":27126,"timestamp":6592313576183,"id":699,"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":1777983684002,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":27987,"timestamp":6592313576026,"id":698,"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":1777983684002,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":28225,"timestamp":6592313576295,"id":700,"parentId":664,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/lineage-maps.ts","layer":"ssr"},"startTime":1777983684002,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":28095,"timestamp":6592313576985,"id":707,"parentId":656,"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":1777983684003,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":28533,"timestamp":6592313577100,"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":1777983684003,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":34149,"timestamp":6592313576476,"id":701,"parentId":660,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/live-run-real/index.tsx","layer":"ssr"},"startTime":1777983684003,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":34380,"timestamp":6592313576821,"id":704,"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":1777983684003,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":34785,"timestamp":6592313576652,"id":702,"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":1777983684003,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":35836,"timestamp":6592313575737,"id":695,"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":1777983684002,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":34982,"timestamp":6592313576709,"id":703,"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":1777983684003,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":35003,"timestamp":6592313576869,"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":1777983684003,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":5710,"timestamp":6592313624037,"id":710,"parentId":681,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/client.ts","layer":"ssr"},"startTime":1777983684050,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5561,"timestamp":6592313624755,"id":714,"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":1777983684051,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7127,"timestamp":6592313624920,"id":715,"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":1777983684051,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8322,"timestamp":6592313624599,"id":713,"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":1777983684051,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":9445,"timestamp":6592313624444,"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":1777983684050,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":10200,"timestamp":6592313623912,"id":709,"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":1777983684050,"traceId":"830cd2f4279724fa"}]
|
|
10
|
-
[{"name":"build-module-mjs","duration":9894,"timestamp":6592313624362,"id":711,"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":1777983684050,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2885,"timestamp":6592313640052,"id":719,"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":1777983684066,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3533,"timestamp":6592313639731,"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/shared/lib/router/utils/disable-smooth-scroll.js","layer":"ssr"},"startTime":1777983684066,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4414,"timestamp":6592313639459,"id":716,"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":1777983684065,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":4327,"timestamp":6592313639855,"id":718,"parentId":663,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/orchestrators.ts","layer":"ssr"},"startTime":1777983684066,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":4391,"timestamp":6592313640166,"id":720,"parentId":663,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/voices.ts","layer":"ssr"},"startTime":1777983684066,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":4530,"timestamp":6592313640429,"id":722,"parentId":687,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/chats.ts","layer":"ssr"},"startTime":1777983684066,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":7658,"timestamp":6592313640589,"id":723,"parentId":687,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/templates.ts","layer":"ssr"},"startTime":1777983684067,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":4541,"timestamp":6592313645313,"id":724,"parentId":687,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/personas.ts","layer":"ssr"},"startTime":1777983684071,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2769,"timestamp":6592313650938,"id":729,"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":1777983684077,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2792,"timestamp":6592313651030,"id":730,"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":1777983684077,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":14854,"timestamp":6592313640349,"id":721,"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":1777983684066,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":8270,"timestamp":6592313650095,"id":725,"parentId":687,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/stats.ts","layer":"ssr"},"startTime":1777983684076,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":8030,"timestamp":6592313650568,"id":726,"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":1777983684077,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7998,"timestamp":6592313650827,"id":728,"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/shared/lib/utils/warn-once.js","layer":"ssr"},"startTime":1777983684077,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":10106,"timestamp":6592313651109,"id":731,"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":1777983684077,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":10904,"timestamp":6592313650701,"id":727,"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":1777983684077,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":15488,"timestamp":6592313651222,"id":732,"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":1777983684077,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":15734,"timestamp":6592313651342,"id":733,"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":1777983684077,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":16669,"timestamp":6592313651395,"id":734,"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":1777983684077,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2780,"timestamp":6592313681378,"id":739,"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/dynamic-rendering-utils.js","layer":"ssr"},"startTime":1777983684107,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3441,"timestamp":6592313681472,"id":740,"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/create-deduped-by-callsite-server-error-logger.js","layer":"ssr"},"startTime":1777983684108,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":4682,"timestamp":6592313681244,"id":738,"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":1777983684107,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5859,"timestamp":6592313680737,"id":736,"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":1777983684107,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":6138,"timestamp":6592313680854,"id":737,"parentId":665,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/form-view.tsx","layer":"ssr"},"startTime":1777983684107,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7375,"timestamp":6592313680511,"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.js","layer":"ssr"},"startTime":1777983684107,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3677,"timestamp":6592313694107,"id":741,"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/app-render/vary-params.js","layer":"ssr"},"startTime":1777983684120,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3581,"timestamp":6592313695416,"id":745,"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/app-render/staged-rendering.js","layer":"ssr"},"startTime":1777983684121,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5140,"timestamp":6592313695612,"id":747,"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/app-render/instant-validation/instant-samples.js","layer":"ssr"},"startTime":1777983684122,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7161,"timestamp":6592313695065,"id":743,"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/shared/lib/invariant-error.js","layer":"ssr"},"startTime":1777983684121,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7088,"timestamp":6592313695490,"id":746,"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/shared/lib/utils/reflect-utils.js","layer":"ssr"},"startTime":1777983684122,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7601,"timestamp":6592313695329,"id":744,"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/utils.js","layer":"ssr"},"startTime":1777983684121,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":13334,"timestamp":6592313694854,"id":742,"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/app-render/dynamic-rendering.js","layer":"ssr"},"startTime":1777983684121,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1293,"timestamp":6592313714422,"id":749,"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/web/spec-extension/adapters/reflect.js","layer":"ssr"},"startTime":1777983684140,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3416,"timestamp":6592313714169,"id":748,"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/segment.js","layer":"ssr"},"startTime":1777983684140,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5941,"timestamp":6592313718922,"id":750,"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/page-path/ensure-leading-slash.js","layer":"ssr"},"startTime":1777983684145,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":5906,"timestamp":6592313719240,"id":752,"parentId":702,"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":1777983684145,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":6215,"timestamp":6592313719107,"id":751,"parentId":704,"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":1777983684145,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":6072,"timestamp":6592313719413,"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/plus.mjs","layer":"ssr"},"startTime":1777983684145,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":6130,"timestamp":6592313719526,"id":755,"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":1777983684146,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":6295,"timestamp":6592313719810,"id":757,"parentId":665,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/yaml-view.tsx","layer":"ssr"},"startTime":1777983684146,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":6395,"timestamp":6592313719980,"id":758,"parentId":662,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/new/picker.tsx","layer":"ssr"},"startTime":1777983684146,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":7362,"timestamp":6592313719635,"id":756,"parentId":665,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/primitives.tsx","layer":"ssr"},"startTime":1777983684146,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":7083,"timestamp":6592313720326,"id":760,"parentId":662,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/new/helpers.ts","layer":"ssr"},"startTime":1777983684146,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":8134,"timestamp":6592313720155,"id":759,"parentId":662,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/new/prompt-card.tsx","layer":"ssr"},"startTime":1777983684146,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":8243,"timestamp":6592313720664,"id":762,"parentId":663,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/submit.ts","layer":"ssr"},"startTime":1777983684147,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":9372,"timestamp":6592313720496,"id":761,"parentId":663,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/api-keys-section.tsx","layer":"ssr"},"startTime":1777983684147,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":9049,"timestamp":6592313721166,"id":765,"parentId":713,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983684147,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":9707,"timestamp":6592313720987,"id":764,"parentId":663,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/permissions-section.tsx","layer":"ssr"},"startTime":1777983684147,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":11461,"timestamp":6592313719360,"id":753,"parentId":701,"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":1777983684145,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":11271,"timestamp":6592313720827,"id":763,"parentId":663,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/cli-section.tsx","layer":"ssr"},"startTime":1777983684147,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3452,"timestamp":6592313753396,"id":773,"parentId":723,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/index.js","layer":"ssr"},"startTime":1777983684179,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":6605,"timestamp":6592313752929,"id":769,"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/clock.mjs","layer":"ssr"},"startTime":1777983684179,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":6952,"timestamp":6592313752803,"id":768,"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":1777983684179,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7508,"timestamp":6592313752678,"id":767,"parentId":713,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983684179,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8207,"timestamp":6592313752445,"id":766,"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":1777983684178,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7738,"timestamp":6592313753279,"id":772,"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/client/components/redirect-error.js","layer":"ssr"},"startTime":1777983684179,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8376,"timestamp":6592313753058,"id":770,"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":1777983684179,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":8226,"timestamp":6592313753478,"id":774,"parentId":679,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/mobile-nav.tsx","layer":"ssr"},"startTime":1777983684180,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":9064,"timestamp":6592313753173,"id":771,"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/client/components/redirect.js","layer":"ssr"},"startTime":1777983684179,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":8765,"timestamp":6592313753643,"id":775,"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":1777983684180,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":8597,"timestamp":6592313753982,"id":778,"parentId":694,"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":1777983684180,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":8980,"timestamp":6592313753760,"id":776,"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":1777983684180,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":9028,"timestamp":6592313753873,"id":777,"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":1777983684180,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3767,"timestamp":6592313771834,"id":783,"parentId":729,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983684198,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3785,"timestamp":6592313771923,"id":784,"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":1777983684198,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4626,"timestamp":6592313771997,"id":785,"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/lib/constants.js","layer":"ssr"},"startTime":1777983684198,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3550,"timestamp":6592313773800,"id":801,"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":1777983684200,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3744,"timestamp":6592313773885,"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/app-render/instant-validation/instant-validation-error.js","layer":"ssr"},"startTime":1777983684200,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4422,"timestamp":6592313773956,"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/web/spec-extension/adapters/request-cookies.js","layer":"ssr"},"startTime":1777983684200,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5014,"timestamp":6592313774029,"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/headers.js","layer":"ssr"},"startTime":1777983684200,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":9777,"timestamp":6592313771261,"id":779,"parentId":694,"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":1777983684197,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":9754,"timestamp":6592313771471,"id":780,"parentId":694,"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":1777983684198,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":9899,"timestamp":6592313771594,"id":781,"parentId":726,"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":1777983684198,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":10009,"timestamp":6592313771718,"id":782,"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/app-router-types.js","layer":"ssr"},"startTime":1777983684198,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":9832,"timestamp":6592313772079,"id":786,"parentId":694,"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":1777983684198,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":10039,"timestamp":6592313772245,"id":788,"parentId":736,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983684198,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":9767,"timestamp":6592313772688,"id":791,"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/arrow-right.mjs","layer":"ssr"},"startTime":1777983684199,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":10312,"timestamp":6592313772342,"id":789,"parentId":676,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/triad-logo.tsx","layer":"ssr"},"startTime":1777983684198,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":10271,"timestamp":6592313772803,"id":792,"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":1777983684199,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":10828,"timestamp":6592313772518,"id":790,"parentId":664,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/code-block.tsx","layer":"ssr"},"startTime":1777983684199,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":10789,"timestamp":6592313772912,"id":793,"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":1777983684199,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":10779,"timestamp":6592313773141,"id":795,"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":1777983684199,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":10809,"timestamp":6592313773350,"id":797,"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":1777983684199,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":10882,"timestamp":6592313773452,"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/shared/lib/promise-with-resolvers.js","layer":"ssr"},"startTime":1777983684199,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":11439,"timestamp":6592313773244,"id":796,"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":1777983684199,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":11451,"timestamp":6592313773556,"id":799,"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/static-generation-bailout.js","layer":"ssr"},"startTime":1777983684200,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":11673,"timestamp":6592313773658,"id":800,"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":1777983684200,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":11204,"timestamp":6592313774299,"id":807,"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":1777983684200,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":11791,"timestamp":6592313774101,"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/shared/lib/router/utils/get-segment-param.js","layer":"ssr"},"startTime":1777983684200,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":15729,"timestamp":6592313773031,"id":794,"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":1777983684199,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":14988,"timestamp":6592313774197,"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/parse-relative-url.js","layer":"ssr"},"startTime":1777983684200,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":17174,"timestamp":6592313772192,"id":787,"parentId":737,"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":1777983684198,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4182,"timestamp":6592313790425,"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":1777983684216,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":6964,"timestamp":6592313790578,"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/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"ssr"},"startTime":1777983684217,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":12725,"timestamp":6592313798254,"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/server/app-render/instant-validation/boundary-constants.js","layer":"ssr"},"startTime":1777983684224,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":14093,"timestamp":6592313803294,"id":828,"parentId":773,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/errors.js","layer":"ssr"},"startTime":1777983684229,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":14840,"timestamp":6592313803402,"id":829,"parentId":773,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/public-api.js","layer":"ssr"},"startTime":1777983684229,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":15449,"timestamp":6592313803474,"id":830,"parentId":773,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/visit.js","layer":"ssr"},"startTime":1777983684230,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":16355,"timestamp":6592313803551,"id":831,"parentId":773,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/composer.js","layer":"ssr"},"startTime":1777983684230,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":17432,"timestamp":6592313803623,"id":832,"parentId":773,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/Document.js","layer":"ssr"},"startTime":1777983684230,"traceId":"830cd2f4279724fa"}]
|
|
11
|
-
[{"name":"minify-js","duration":43223,"timestamp":6592316119442,"id":1224,"parentId":1199,"tags":{"name":"681.js","cache":"MISS"},"startTime":1777983686545,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":68457,"timestamp":6592316096070,"id":1220,"parentId":1199,"tags":{"name":"668.js","cache":"MISS"},"startTime":1777983686522,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":44474,"timestamp":6592316120561,"id":1225,"parentId":1199,"tags":{"name":"95.js","cache":"MISS"},"startTime":1777983686547,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":44095,"timestamp":6592316121892,"id":1226,"parentId":1199,"tags":{"name":"946.js","cache":"MISS"},"startTime":1777983686548,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":44686,"timestamp":6592316122674,"id":1227,"parentId":1199,"tags":{"name":"429.js","cache":"MISS"},"startTime":1777983686549,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":44310,"timestamp":6592316123842,"id":1228,"parentId":1199,"tags":{"name":"418.js","cache":"MISS"},"startTime":1777983686550,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":65870,"timestamp":6592316111118,"id":1222,"parentId":1199,"tags":{"name":"144.js","cache":"MISS"},"startTime":1777983686537,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":201758,"timestamp":6592316057442,"id":1218,"parentId":1199,"tags":{"name":"451.js","cache":"MISS"},"startTime":1777983686483,"traceId":"830cd2f4279724fa"},{"name":"minify-webpack-plugin-optimize","duration":298803,"timestamp":6592315960420,"id":1199,"parentId":19,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1777983686386,"traceId":"830cd2f4279724fa"},{"name":"css-minimizer-plugin","duration":154,"timestamp":6592316259410,"id":1229,"parentId":19,"tags":{},"startTime":1777983686685,"traceId":"830cd2f4279724fa"},{"name":"create-trace-assets","duration":1819,"timestamp":6592316259750,"id":1230,"parentId":20,"tags":{},"startTime":1777983686686,"traceId":"830cd2f4279724fa"},{"name":"seal","duration":818256,"timestamp":6592315451450,"id":1186,"parentId":19,"tags":{},"startTime":1777983685877,"traceId":"830cd2f4279724fa"},{"name":"webpack-compilation","duration":4583085,"timestamp":6592311705278,"id":19,"parentId":16,"tags":{"name":"server"},"startTime":1777983682131,"traceId":"830cd2f4279724fa"},{"name":"emit","duration":6787,"timestamp":6592316288711,"id":1231,"parentId":16,"tags":{},"startTime":1777983686715,"traceId":"830cd2f4279724fa"},{"name":"webpack-close","duration":559074,"timestamp":6592316296649,"id":1232,"parentId":16,"tags":{"name":"server"},"startTime":1777983686723,"traceId":"830cd2f4279724fa"},{"name":"webpack-generate-error-stats","duration":1911,"timestamp":6592316855778,"id":1233,"parentId":1232,"tags":{},"startTime":1777983687282,"traceId":"830cd2f4279724fa"},{"name":"run-webpack-compiler","duration":5434279,"timestamp":6592311423642,"id":16,"parentId":15,"tags":{},"startTime":1777983681850,"traceId":"830cd2f4279724fa"},{"name":"format-webpack-messages","duration":66,"timestamp":6592316857930,"id":1234,"parentId":15,"tags":{},"startTime":1777983687284,"traceId":"830cd2f4279724fa"},{"name":"worker-main-server","duration":5434756,"timestamp":6592311423367,"id":15,"parentId":1,"tags":{},"startTime":1777983681849,"traceId":"830cd2f4279724fa"},{"name":"create-entrypoints","duration":10121,"timestamp":6592317271762,"id":1237,"parentId":1235,"tags":{},"startTime":1777983687698,"traceId":"830cd2f4279724fa"},{"name":"generate-webpack-config","duration":206640,"timestamp":6592317282059,"id":1238,"parentId":1236,"tags":{},"startTime":1777983687708,"traceId":"830cd2f4279724fa"},{"name":"make","duration":716,"timestamp":6592317559014,"id":1240,"parentId":1239,"tags":{},"startTime":1777983687985,"traceId":"830cd2f4279724fa"},{"name":"chunk-graph","duration":544,"timestamp":6592317561991,"id":1242,"parentId":1241,"tags":{},"startTime":1777983687988,"traceId":"830cd2f4279724fa"},{"name":"optimize-modules","duration":33,"timestamp":6592317562654,"id":1244,"parentId":1241,"tags":{},"startTime":1777983687989,"traceId":"830cd2f4279724fa"},{"name":"optimize-chunks","duration":665,"timestamp":6592317562764,"id":1245,"parentId":1241,"tags":{},"startTime":1777983687989,"traceId":"830cd2f4279724fa"},{"name":"optimize-tree","duration":92,"timestamp":6592317563493,"id":1246,"parentId":1241,"tags":{},"startTime":1777983687990,"traceId":"830cd2f4279724fa"},{"name":"optimize-chunk-modules","duration":391,"timestamp":6592317563749,"id":1247,"parentId":1241,"tags":{},"startTime":1777983687990,"traceId":"830cd2f4279724fa"},{"name":"optimize","duration":1691,"timestamp":6592317562598,"id":1243,"parentId":1241,"tags":{},"startTime":1777983687989,"traceId":"830cd2f4279724fa"},{"name":"module-hash","duration":71,"timestamp":6592317565111,"id":1248,"parentId":1241,"tags":{},"startTime":1777983687991,"traceId":"830cd2f4279724fa"},{"name":"code-generation","duration":163,"timestamp":6592317565226,"id":1249,"parentId":1241,"tags":{},"startTime":1777983687991,"traceId":"830cd2f4279724fa"},{"name":"hash","duration":319,"timestamp":6592317565638,"id":1250,"parentId":1241,"tags":{},"startTime":1777983687992,"traceId":"830cd2f4279724fa"},{"name":"code-generation-jobs","duration":134,"timestamp":6592317565956,"id":1251,"parentId":1241,"tags":{},"startTime":1777983687992,"traceId":"830cd2f4279724fa"},{"name":"module-assets","duration":76,"timestamp":6592317566064,"id":1252,"parentId":1241,"tags":{},"startTime":1777983687992,"traceId":"830cd2f4279724fa"},{"name":"create-chunk-assets","duration":149,"timestamp":6592317566153,"id":1253,"parentId":1241,"tags":{},"startTime":1777983687992,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":1028,"timestamp":6592317572363,"id":1255,"parentId":1254,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"MISS"},"startTime":1777983687998,"traceId":"830cd2f4279724fa"},{"name":"minify-webpack-plugin-optimize","duration":2213,"timestamp":6592317571184,"id":1254,"parentId":1239,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1777983687997,"traceId":"830cd2f4279724fa"},{"name":"css-minimizer-plugin","duration":78,"timestamp":6592317573468,"id":1256,"parentId":1239,"tags":{},"startTime":1777983687999,"traceId":"830cd2f4279724fa"},{"name":"seal","duration":14228,"timestamp":6592317561523,"id":1241,"parentId":1239,"tags":{},"startTime":1777983687988,"traceId":"830cd2f4279724fa"},{"name":"webpack-compilation","duration":22550,"timestamp":6592317553477,"id":1239,"parentId":1236,"tags":{"name":"edge-server"},"startTime":1777983687980,"traceId":"830cd2f4279724fa"},{"name":"emit","duration":2011,"timestamp":6592317576362,"id":1257,"parentId":1236,"tags":{},"startTime":1777983688002,"traceId":"830cd2f4279724fa"},{"name":"webpack-close","duration":7178,"timestamp":6592317578978,"id":1258,"parentId":1236,"tags":{"name":"edge-server"},"startTime":1777983688005,"traceId":"830cd2f4279724fa"},{"name":"webpack-generate-error-stats","duration":1883,"timestamp":6592317586196,"id":1259,"parentId":1258,"tags":{},"startTime":1777983688012,"traceId":"830cd2f4279724fa"},{"name":"run-webpack-compiler","duration":316399,"timestamp":6592317271757,"id":1236,"parentId":1235,"tags":{},"startTime":1777983687698,"traceId":"830cd2f4279724fa"},{"name":"format-webpack-messages","duration":59,"timestamp":6592317588164,"id":1260,"parentId":1235,"tags":{},"startTime":1777983688014,"traceId":"830cd2f4279724fa"},{"name":"worker-main-edge-server","duration":316843,"timestamp":6592317271484,"id":1235,"parentId":1,"tags":{},"startTime":1777983687698,"traceId":"830cd2f4279724fa"},{"name":"create-entrypoints","duration":10005,"timestamp":6592317957776,"id":1263,"parentId":1261,"tags":{},"startTime":1777983688384,"traceId":"830cd2f4279724fa"},{"name":"generate-webpack-config","duration":203878,"timestamp":6592317967907,"id":1264,"parentId":1262,"tags":{},"startTime":1777983688394,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":7751,"timestamp":6592318270686,"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":1777983688697,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":293,"timestamp":6592318278561,"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":1777983688705,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":1016,"timestamp":6592318278883,"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":1777983688705,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":350,"timestamp":6592318279922,"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":1777983688706,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":340,"timestamp":6592318280336,"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":1777983688706,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":388,"timestamp":6592318280699,"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":1777983688707,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":323,"timestamp":6592318281108,"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":1777983688707,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":365,"timestamp":6592318281452,"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":1777983688707,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":408,"timestamp":6592318281895,"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":1777983688708,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":729,"timestamp":6592318282381,"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":1777983688708,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":488,"timestamp":6592318283170,"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":1777983688709,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":803,"timestamp":6592318283717,"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%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":1777983688710,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":343,"timestamp":6592318284580,"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%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":1777983688711,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":406,"timestamp":6592318284976,"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":1777983688711,"traceId":"830cd2f4279724fa"},{"name":"next-client-pages-loader","duration":203,"timestamp":6592318285852,"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":1777983688712,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":4038,"timestamp":6592318285399,"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":1777983688711,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":46089,"timestamp":6592318243908,"id":1271,"parentId":1266,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777983688670,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":46101,"timestamp":6592318243920,"id":1272,"parentId":1266,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777983688670,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":46077,"timestamp":6592318243948,"id":1275,"parentId":1266,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777983688670,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":46063,"timestamp":6592318243966,"id":1276,"parentId":1266,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777983688670,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":46044,"timestamp":6592318243987,"id":1277,"parentId":1266,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777983688670,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":45988,"timestamp":6592318244046,"id":1278,"parentId":1266,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777983688670,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":45977,"timestamp":6592318244059,"id":1279,"parentId":1266,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777983688670,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":9329,"timestamp":6592318300710,"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":1777983688727,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8395,"timestamp":6592318303404,"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":1777983688729,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4034,"timestamp":6592318319144,"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":1777983688745,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2841,"timestamp":6592318324884,"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":1777983688751,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4353,"timestamp":6592318325111,"id":1310,"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":1777983688751,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5370,"timestamp":6592318325278,"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/webpack.js","layer":"pages-dir-browser"},"startTime":1777983688751,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":11513,"timestamp":6592318325458,"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-bootstrap.js","layer":"app-pages-browser"},"startTime":1777983688751,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":19405,"timestamp":6592318325621,"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":1777983688752,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":31019,"timestamp":6592318325764,"id":1314,"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":1777983688752,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":892,"timestamp":6592318358681,"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":1777983688785,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4562,"timestamp":6592318358911,"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":1777983688785,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3356,"timestamp":6592318366598,"id":1317,"parentId":1310,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.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":1777983688793,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3256,"timestamp":6592318381159,"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":1777983688807,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3646,"timestamp":6592318381512,"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":1777983688808,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3915,"timestamp":6592318381755,"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/render-from-template-context.js","layer":"app-pages-browser"},"startTime":1777983688808,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":6482,"timestamp":6592318382223,"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/builtin/global-error.js","layer":"app-pages-browser"},"startTime":1777983688808,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":13403,"timestamp":6592318382022,"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/layout-router.js","layer":"app-pages-browser"},"startTime":1777983688808,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":17816,"timestamp":6592318382380,"id":1323,"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":1777983688808,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4303,"timestamp":6592318420656,"id":1324,"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":1777983688847,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4159,"timestamp":6592318421502,"id":1325,"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":1777983688848,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5796,"timestamp":6592318421773,"id":1327,"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":1777983688848,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":9670,"timestamp":6592318421648,"id":1326,"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-dir/link.js","layer":"app-pages-browser"},"startTime":1777983688848,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":13660,"timestamp":6592318421901,"id":1328,"parentId":1294,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/new/page.tsx","layer":"app-pages-browser"},"startTime":1777983688848,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":15662,"timestamp":6592318422578,"id":1329,"parentId":1295,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/page.tsx","layer":"app-pages-browser"},"startTime":1777983688849,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":3611,"timestamp":6592318459924,"id":1331,"parentId":1297,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/page.tsx","layer":"app-pages-browser"},"startTime":1777983688886,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":7732,"timestamp":6592318459572,"id":1330,"parentId":1296,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/personas/page.tsx","layer":"app-pages-browser"},"startTime":1777983688886,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":11188,"timestamp":6592318460147,"id":1332,"parentId":1298,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/templates/page.tsx","layer":"app-pages-browser"},"startTime":1777983688886,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":11206,"timestamp":6592318460516,"id":1334,"parentId":1299,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/mobile-top-bar.tsx","layer":"app-pages-browser"},"startTime":1777983688887,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":14773,"timestamp":6592318460332,"id":1333,"parentId":1299,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/app-sidebar.tsx","layer":"app-pages-browser"},"startTime":1777983688886,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":15340,"timestamp":6592318461100,"id":1337,"parentId":1300,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/runs-table.tsx","layer":"app-pages-browser"},"startTime":1777983688887,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":17822,"timestamp":6592318460914,"id":1336,"parentId":1299,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/orchestrator-card.tsx","layer":"app-pages-browser"},"startTime":1777983688887,"traceId":"830cd2f4279724fa"}]
|
|
12
|
-
[{"name":"build-module-tsx","duration":25272,"timestamp":6592318460737,"id":1335,"parentId":1299,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/openrouter-card.tsx","layer":"app-pages-browser"},"startTime":1777983688887,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":26297,"timestamp":6592318461293,"id":1338,"parentId":1301,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/lineage-fleet-card.tsx","layer":"app-pages-browser"},"startTime":1777983688887,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":3831,"timestamp":6592318513500,"id":1339,"parentId":1301,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/opencode-fleet-card.tsx","layer":"app-pages-browser"},"startTime":1777983688940,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":4582,"timestamp":6592318514479,"id":1340,"parentId":1301,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/openrouter-fleet-card.tsx","layer":"app-pages-browser"},"startTime":1777983688941,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":7769,"timestamp":6592318514747,"id":1341,"parentId":1302,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/permissions/permissions-form.tsx","layer":"app-pages-browser"},"startTime":1777983688941,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":10938,"timestamp":6592318515029,"id":1342,"parentId":1303,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/live-run-real/index.tsx","layer":"app-pages-browser"},"startTime":1777983688941,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2025,"timestamp":6592318535908,"id":1345,"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":1777983688962,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2581,"timestamp":6592318536042,"id":1346,"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":1777983688962,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3535,"timestamp":6592318535736,"id":1344,"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/asset-prefix.js","layer":"app-pages-browser"},"startTime":1777983688962,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3763,"timestamp":6592318536159,"id":1347,"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/set-attributes-from-props.js","layer":"app-pages-browser"},"startTime":1777983688962,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":6397,"timestamp":6592318536275,"id":1348,"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":1777983688962,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7430,"timestamp":6592318535607,"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":1777983688962,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8107,"timestamp":6592318536437,"id":1349,"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":1777983688962,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4651,"timestamp":6592318540419,"id":1350,"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":1777983688966,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5765,"timestamp":6592318540592,"id":1351,"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/head-manager.js","layer":"pages-dir-browser"},"startTime":1777983688967,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1548,"timestamp":6592318547193,"id":1354,"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/lib/is-error.js","layer":"pages-dir-browser"},"startTime":1777983688973,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5801,"timestamp":6592318546905,"id":1352,"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/route-announcer.js","layer":"pages-dir-browser"},"startTime":1777983688973,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7257,"timestamp":6592318547078,"id":1353,"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/page-loader.js","layer":"pages-dir-browser"},"startTime":1777983688973,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8385,"timestamp":6592318547235,"id":1355,"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/router.js","layer":"pages-dir-browser"},"startTime":1777983688973,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8514,"timestamp":6592318547552,"id":1357,"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/has-base-path.js","layer":"pages-dir-browser"},"startTime":1777983688974,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8905,"timestamp":6592318547693,"id":1358,"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/remove-base-path.js","layer":"pages-dir-browser"},"startTime":1777983688974,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":11752,"timestamp":6592318547377,"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/components/app-router-instance.js","layer":"app-pages-browser"},"startTime":1777983688973,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1091,"timestamp":6592318567487,"id":1367,"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/polyfills/polyfill-module.js","layer":"pages-dir-browser"},"startTime":1777983688994,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4647,"timestamp":6592318564537,"id":1359,"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/components/is-next-router-error.js","layer":"pages-dir-browser"},"startTime":1777983688991,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5075,"timestamp":6592318564863,"id":1361,"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":1777983688991,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7084,"timestamp":6592318564725,"id":1360,"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/script.js","layer":"pages-dir-browser"},"startTime":1777983688991,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5940,"timestamp":6592318566664,"id":1362,"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/react-client-callbacks/on-recoverable-error.js","layer":"pages-dir-browser"},"startTime":1777983688993,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":6197,"timestamp":6592318566916,"id":1364,"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/remove-base-path.js","layer":"app-pages-browser"},"startTime":1777983688993,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7250,"timestamp":6592318566794,"id":1363,"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":1777983688993,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7365,"timestamp":6592318567100,"id":1365,"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/has-base-path.js","layer":"app-pages-browser"},"startTime":1777983688993,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8154,"timestamp":6592318567265,"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/client/components/router-reducer/create-initial-router-state.js","layer":"app-pages-browser"},"startTime":1777983688993,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8617,"timestamp":6592318567529,"id":1368,"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/tracing/tracer.js","layer":"pages-dir-browser"},"startTime":1777983688994,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":315,"timestamp":6592318586123,"id":1371,"parentId":1315,"tags":{"layer":null},"startTime":1777983689012,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3730,"timestamp":6592318585979,"id":1370,"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/pages/_app.js","layer":"pages-dir-browser"},"startTime":1777983689012,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4733,"timestamp":6592318585777,"id":1369,"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/pages/_error.js","layer":"pages-dir-browser"},"startTime":1777983689012,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4579,"timestamp":6592318586454,"id":1372,"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":1777983689012,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4490,"timestamp":6592318586745,"id":1374,"parentId":1310,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983689013,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5088,"timestamp":6592318586568,"id":1373,"parentId":1310,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983689013,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5031,"timestamp":6592318586906,"id":1375,"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":1777983689013,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5118,"timestamp":6592318587073,"id":1376,"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/shared/lib/head-manager-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1777983689013,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3801,"timestamp":6592318592882,"id":1377,"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":1777983689019,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4001,"timestamp":6592318593034,"id":1378,"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/shared/lib/app-router-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1777983689019,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4144,"timestamp":6592318593190,"id":1379,"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/shared/lib/mitt.js","layer":"pages-dir-browser"},"startTime":1777983689019,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4203,"timestamp":6592318593338,"id":1380,"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/shared/lib/router-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1777983689019,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5970,"timestamp":6592318593484,"id":1381,"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/shared/lib/utils.js","layer":"pages-dir-browser"},"startTime":1777983689020,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3635,"timestamp":6592318600043,"id":1383,"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/shared/lib/image-config-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1777983689026,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3929,"timestamp":6592318600148,"id":1384,"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/shared/lib/hooks-client-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1777983689026,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4218,"timestamp":6592318600246,"id":1385,"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":1777983689026,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5795,"timestamp":6592318599895,"id":1382,"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/shared/lib/utils.js","layer":"app-pages-browser"},"startTime":1777983689026,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5491,"timestamp":6592318600506,"id":1387,"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/shared/lib/router/utils/disable-smooth-scroll.js","layer":"pages-dir-browser"},"startTime":1777983689027,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":6329,"timestamp":6592318600360,"id":1386,"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/shared/lib/router/adapters.js","layer":"pages-dir-browser"},"startTime":1777983689026,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":6418,"timestamp":6592318600714,"id":1388,"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/shared/lib/router/utils/is-dynamic.js","layer":"pages-dir-browser"},"startTime":1777983689027,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":6783,"timestamp":6592318600862,"id":1389,"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/shared/lib/router/utils/querystring.js","layer":"pages-dir-browser"},"startTime":1777983689027,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":6919,"timestamp":6592318601021,"id":1390,"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/shared/lib/router/utils/disable-smooth-scroll.js","layer":"app-pages-browser"},"startTime":1777983689027,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7233,"timestamp":6592318601189,"id":1391,"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/portal/index.js","layer":"pages-dir-browser"},"startTime":1777983689027,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":8298,"timestamp":6592318601339,"id":1392,"parentId":1301,"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":1777983689027,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8672,"timestamp":6592318611120,"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/route-params.js","layer":"app-pages-browser"},"startTime":1777983689037,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":6171,"timestamp":6592318621301,"id":1396,"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":1777983689047,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5562,"timestamp":6592318622214,"id":1397,"parentId":1314,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react@19.2.4/node_modules/react/jsx-runtime.js","layer":"pages-dir-browser"},"startTime":1777983689048,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":6030,"timestamp":6592318622244,"id":1398,"parentId":1314,"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":1777983689048,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":6389,"timestamp":6592318622379,"id":1399,"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":1777983689048,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":6640,"timestamp":6592318622416,"id":1400,"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":1777983689048,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4710,"timestamp":6592318624536,"id":1402,"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":1777983689051,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":10508,"timestamp":6592318620994,"id":1395,"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/params.browser.js","layer":"app-pages-browser"},"startTime":1777983689047,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":11318,"timestamp":6592318620709,"id":1394,"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":1777983689047,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7888,"timestamp":6592318624664,"id":1403,"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/client/components/unresolved-thenable.js","layer":"app-pages-browser"},"startTime":1777983689051,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8521,"timestamp":6592318625023,"id":1404,"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/handle-isr-error.js","layer":"app-pages-browser"},"startTime":1777983689051,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":13407,"timestamp":6592318625191,"id":1405,"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/builtin/error-styles.js","layer":"app-pages-browser"},"startTime":1777983689051,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":14622,"timestamp":6592318625386,"id":1406,"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/client/components/error-boundary.js","layer":"app-pages-browser"},"startTime":1777983689051,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":15253,"timestamp":6592318625683,"id":1407,"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/client/components/redirect-boundary.js","layer":"app-pages-browser"},"startTime":1777983689052,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":15454,"timestamp":6592318625979,"id":1408,"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/client/components/router-reducer/create-router-cache-key.js","layer":"app-pages-browser"},"startTime":1777983689052,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":15899,"timestamp":6592318626242,"id":1409,"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/client/components/bfcache-state-manager.js","layer":"app-pages-browser"},"startTime":1777983689052,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":16318,"timestamp":6592318626452,"id":1410,"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/shared/lib/router/utils/app-paths.js","layer":"app-pages-browser"},"startTime":1777983689052,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1456,"timestamp":6592318647302,"id":1413,"parentId":1314,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/react@19.2.4/node_modules/react/index.js","layer":"pages-dir-browser"},"startTime":1777983689073,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":6970,"timestamp":6592318647160,"id":1412,"parentId":1328,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983689073,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":37388,"timestamp":6592318626662,"id":1411,"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/client/components/router-reducer/ppr-navigations.js","layer":"app-pages-browser"},"startTime":1777983689053,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":18259,"timestamp":6592318647757,"id":1417,"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/router-reducer/create-href-from-url.js","layer":"app-pages-browser"},"startTime":1777983689074,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":18759,"timestamp":6592318647879,"id":1418,"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/app-router-announcer.js","layer":"app-pages-browser"},"startTime":1777983689074,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":19860,"timestamp":6592318647596,"id":1416,"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/use-action-queue.js","layer":"app-pages-browser"},"startTime":1777983689074,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":19720,"timestamp":6592318648303,"id":1420,"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/nav-failure-handler.js","layer":"app-pages-browser"},"startTime":1777983689074,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":20910,"timestamp":6592318647995,"id":1419,"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/router-reducer/router-reducer-types.js","layer":"app-pages-browser"},"startTime":1777983689074,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":432,"timestamp":6592318677431,"id":1427,"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/compiled/react-dom/index.js","layer":"app-pages-browser"},"startTime":1777983689103,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2814,"timestamp":6592318675520,"id":1421,"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/router-reducer/reducers/committed-state.js","layer":"app-pages-browser"},"startTime":1777983689102,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3094,"timestamp":6592318675750,"id":1422,"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/router-reducer/reducers/find-head-in-cache.js","layer":"app-pages-browser"},"startTime":1777983689102,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3668,"timestamp":6592318676045,"id":1424,"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/redirect.js","layer":"app-pages-browser"},"startTime":1777983689102,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5023,"timestamp":6592318675901,"id":1423,"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/router-reducer/compute-changed-path.js","layer":"app-pages-browser"},"startTime":1777983689102,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4403,"timestamp":6592318677139,"id":1425,"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/redirect-error.js","layer":"app-pages-browser"},"startTime":1777983689103,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8345,"timestamp":6592318677298,"id":1426,"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/links.js","layer":"app-pages-browser"},"startTime":1777983689103,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":760,"timestamp":6592318686904,"id":1430,"parentId":1314,"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":1777983689113,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":962,"timestamp":6592318687260,"id":1431,"parentId":1314,"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":1777983689113,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2263,"timestamp":6592318686806,"id":1429,"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":1777983689113,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2223,"timestamp":6592318687285,"id":1432,"parentId":1320,"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":1777983689113,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3821,"timestamp":6592318686655,"id":1428,"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/errors/root-error-boundary.js","layer":"app-pages-browser"},"startTime":1777983689113,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4109,"timestamp":6592318690871,"id":1433,"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/navigation-untracked.js","layer":"app-pages-browser"},"startTime":1777983689117,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4502,"timestamp":6592318691023,"id":1434,"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/http-access-fallback.js","layer":"app-pages-browser"},"startTime":1777983689117,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4825,"timestamp":6592318691150,"id":1435,"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/add-base-path.js","layer":"app-pages-browser"},"startTime":1777983689117,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2079,"timestamp":6592318696967,"id":1436,"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/lib/framework/boundary-constants.js","layer":"app-pages-browser"},"startTime":1777983689123,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2260,"timestamp":6592318697784,"id":1440,"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/warn-once.js","layer":"app-pages-browser"},"startTime":1777983689124,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3279,"timestamp":6592318697236,"id":1437,"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/use-merged-ref.js","layer":"app-pages-browser"},"startTime":1777983689123,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3065,"timestamp":6592318697661,"id":1439,"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/shared/lib/utils/error-once.js","layer":"app-pages-browser"},"startTime":1777983689124,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4417,"timestamp":6592318697535,"id":1438,"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/shared/lib/router/utils/format-url.js","layer":"app-pages-browser"},"startTime":1777983689124,"traceId":"830cd2f4279724fa"}]
|
|
13
|
-
[{"name":"build-module-js","duration":4462,"timestamp":6592318697898,"id":1441,"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/shared/lib/router/utils/is-local-url.js","layer":"app-pages-browser"},"startTime":1777983689124,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4559,"timestamp":6592318698238,"id":1443,"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/client/components/styles/access-error-styles.js","layer":"app-pages-browser"},"startTime":1777983689124,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":5483,"timestamp":6592318698027,"id":1442,"parentId":1328,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/new/helpers.ts","layer":"app-pages-browser"},"startTime":1777983689124,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5665,"timestamp":6592318698354,"id":1444,"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/segment-cache/types.js","layer":"app-pages-browser"},"startTime":1777983689124,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5280,"timestamp":6592318704609,"id":1445,"parentId":1345,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983689131,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":6304,"timestamp":6592318704766,"id":1446,"parentId":1328,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/new/picker.tsx","layer":"app-pages-browser"},"startTime":1777983689131,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":7165,"timestamp":6592318705022,"id":1447,"parentId":1328,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/new/prompt-card.tsx","layer":"app-pages-browser"},"startTime":1777983689131,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":7211,"timestamp":6592318705236,"id":1448,"parentId":1328,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/page-header.tsx","layer":"app-pages-browser"},"startTime":1777983689131,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":5780,"timestamp":6592318706896,"id":1449,"parentId":1328,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/app-shell.tsx","layer":"app-pages-browser"},"startTime":1777983689133,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5938,"timestamp":6592318707243,"id":1450,"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/set-attributes-from-props.js","layer":"pages-dir-browser"},"startTime":1777983689133,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3505,"timestamp":6592318714312,"id":1451,"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/add-base-path.js","layer":"pages-dir-browser"},"startTime":1777983689140,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":6747,"timestamp":6592318714487,"id":1452,"parentId":1329,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/api-keys-section.tsx","layer":"app-pages-browser"},"startTime":1777983689141,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":9538,"timestamp":6592318714897,"id":1454,"parentId":1329,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/permissions-section.tsx","layer":"app-pages-browser"},"startTime":1777983689141,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":10451,"timestamp":6592318715098,"id":1455,"parentId":1329,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/submit.ts","layer":"app-pages-browser"},"startTime":1777983689141,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":11035,"timestamp":6592318715290,"id":1456,"parentId":1328,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/badge.tsx","layer":"app-pages-browser"},"startTime":1777983689141,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":22526,"timestamp":6592318714697,"id":1453,"parentId":1329,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/cli-section.tsx","layer":"app-pages-browser"},"startTime":1777983689141,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2638,"timestamp":6592318740178,"id":1461,"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/lib/is-error.js","layer":"app-pages-browser"},"startTime":1777983689166,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":5002,"timestamp":6592318738604,"id":1457,"parentId":1328,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/types.ts","layer":"app-pages-browser"},"startTime":1777983689165,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":5799,"timestamp":6592318739115,"id":1458,"parentId":1328,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/settings.ts","layer":"app-pages-browser"},"startTime":1777983689165,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":5682,"timestamp":6592318739807,"id":1460,"parentId":1331,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/form-view.tsx","layer":"app-pages-browser"},"startTime":1777983689166,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":6000,"timestamp":6592318740336,"id":1462,"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/redirect-error.js","layer":"pages-dir-browser"},"startTime":1777983689166,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":8232,"timestamp":6592318739466,"id":1459,"parentId":1331,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/primitives.tsx","layer":"app-pages-browser"},"startTime":1777983689165,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8017,"timestamp":6592318740547,"id":1463,"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/http-access-fallback/http-access-fallback.js","layer":"pages-dir-browser"},"startTime":1777983689167,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8362,"timestamp":6592318740698,"id":1464,"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/client/components/is-next-router-error.js","layer":"app-pages-browser"},"startTime":1777983689167,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":9041,"timestamp":6592318740875,"id":1465,"parentId":1331,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/yaml-view.tsx","layer":"app-pages-browser"},"startTime":1777983689167,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":4052,"timestamp":6592318756307,"id":1466,"parentId":1329,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/button.tsx","layer":"app-pages-browser"},"startTime":1777983689182,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":3979,"timestamp":6592318756723,"id":1467,"parentId":1329,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/triad-logo.tsx","layer":"app-pages-browser"},"startTime":1777983689183,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":4082,"timestamp":6592318757047,"id":1468,"parentId":1329,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/orchestrators.ts","layer":"app-pages-browser"},"startTime":1777983689183,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":3948,"timestamp":6592318757659,"id":1470,"parentId":1328,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/index.ts","layer":"app-pages-browser"},"startTime":1777983689184,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":4886,"timestamp":6592318757363,"id":1469,"parentId":1329,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/voices.ts","layer":"app-pages-browser"},"startTime":1777983689183,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":5599,"timestamp":6592318764248,"id":1471,"parentId":1334,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/mobile-nav.tsx","layer":"app-pages-browser"},"startTime":1777983689190,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":5995,"timestamp":6592318764611,"id":1472,"parentId":1330,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/card.tsx","layer":"app-pages-browser"},"startTime":1777983689191,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":6542,"timestamp":6592318764925,"id":1473,"parentId":1330,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/lineage-maps.ts","layer":"app-pages-browser"},"startTime":1777983689191,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":6589,"timestamp":6592318765231,"id":1474,"parentId":1330,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/persona-duplicate-id.ts","layer":"app-pages-browser"},"startTime":1777983689191,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":6678,"timestamp":6592318765540,"id":1475,"parentId":1330,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/code-block.tsx","layer":"app-pages-browser"},"startTime":1777983689192,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":60804,"timestamp":6592318773661,"id":1476,"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/utils/warn-once.js","layer":"pages-dir-browser"},"startTime":1777983689200,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":61095,"timestamp":6592318773949,"id":1477,"parentId":1333,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/chat-title.ts","layer":"app-pages-browser"},"startTime":1777983689200,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":61021,"timestamp":6592318774257,"id":1478,"parentId":1333,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/utils.ts","layer":"app-pages-browser"},"startTime":1777983689200,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":60769,"timestamp":6592318774803,"id":1480,"parentId":1335,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/openrouter.ts","layer":"app-pages-browser"},"startTime":1777983689201,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":61280,"timestamp":6592318774540,"id":1479,"parentId":1333,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/sidebar-collapsed-storage.ts","layer":"app-pages-browser"},"startTime":1777983689201,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":61835,"timestamp":6592318775073,"id":1481,"parentId":1330,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/persona-dialog/index.tsx","layer":"app-pages-browser"},"startTime":1777983689201,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":59014,"timestamp":6592318778527,"id":1485,"parentId":1342,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/live-run-real/header-actions.tsx","layer":"app-pages-browser"},"startTime":1777983689205,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":59190,"timestamp":6592318779168,"id":1487,"parentId":1338,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/client.ts","layer":"app-pages-browser"},"startTime":1777983689205,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":58844,"timestamp":6592318779779,"id":1489,"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":1777983689206,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":61222,"timestamp":6592318778842,"id":1486,"parentId":1332,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/index.tsx","layer":"app-pages-browser"},"startTime":1777983689205,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":61278,"timestamp":6592318779470,"id":1488,"parentId":1342,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/live-run-real/enrich-rounds.ts","layer":"app-pages-browser"},"startTime":1777983689206,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":61109,"timestamp":6592318779968,"id":1490,"parentId":1342,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/run-viewer/brief-heading.tsx","layer":"app-pages-browser"},"startTime":1777983689206,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":61242,"timestamp":6592318780287,"id":1491,"parentId":1342,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/live-run-real/helpers.ts","layer":"app-pages-browser"},"startTime":1777983689206,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":61353,"timestamp":6592318780595,"id":1492,"parentId":1342,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/run-viewer/round-view.tsx","layer":"app-pages-browser"},"startTime":1777983689207,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":61019,"timestamp":6592318781401,"id":1495,"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/add-locale.js","layer":"pages-dir-browser"},"startTime":1777983689207,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":62422,"timestamp":6592318780896,"id":1493,"parentId":1342,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/live-run-real/phase-progress.tsx","layer":"app-pages-browser"},"startTime":1777983689207,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":67042,"timestamp":6592318781220,"id":1494,"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/segment.js","layer":"app-pages-browser"},"startTime":1777983689207,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":66987,"timestamp":6592318781711,"id":1497,"parentId":1355,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.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":1777983689208,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":67086,"timestamp":6592318781868,"id":1498,"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/shared/lib/is-plain-object.js","layer":"pages-dir-browser"},"startTime":1777983689208,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":66818,"timestamp":6592318782350,"id":1501,"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/is-thenable.js","layer":"app-pages-browser"},"startTime":1777983689208,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":69337,"timestamp":6592318781558,"id":1496,"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-loader.js","layer":"pages-dir-browser"},"startTime":1777983689208,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":69884,"timestamp":6592318782190,"id":1500,"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/constants.js","layer":"pages-dir-browser"},"startTime":1777983689208,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":70037,"timestamp":6592318782523,"id":1502,"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/interpolate-as.js","layer":"pages-dir-browser"},"startTime":1777983689209,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":70287,"timestamp":6592318782679,"id":1503,"parentId":1438,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983689209,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":70426,"timestamp":6592318782845,"id":1504,"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/get-asset-path-from-route.js","layer":"pages-dir-browser"},"startTime":1777983689209,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":70475,"timestamp":6592318782998,"id":1505,"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/shared/lib/router/utils/path-has-prefix.js","layer":"pages-dir-browser"},"startTime":1777983689209,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":70515,"timestamp":6592318783162,"id":1506,"parentId":1365,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983689209,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":80524,"timestamp":6592318782032,"id":1499,"parentId":1355,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983689208,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2851,"timestamp":6592318894860,"id":1512,"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/remove-trailing-slash.js","layer":"pages-dir-browser"},"startTime":1777983689321,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3823,"timestamp":6592318898194,"id":1513,"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/parse-relative-url.js","layer":"pages-dir-browser"},"startTime":1777983689324,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3923,"timestamp":6592318898568,"id":1515,"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/segment-cache/prefetch.js","layer":"app-pages-browser"},"startTime":1777983689325,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4642,"timestamp":6592318898394,"id":1514,"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/router-reducer.js","layer":"app-pages-browser"},"startTime":1777983689324,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5821,"timestamp":6592318899217,"id":1519,"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/dist/shared/lib/is-plain-object.js","layer":"app-pages-browser"},"startTime":1777983689325,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":6350,"timestamp":6592318899077,"id":1518,"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/lib/promise.js","layer":"pages-dir-browser"},"startTime":1777983689325,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":6674,"timestamp":6592318899389,"id":1520,"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/lib/javascript-url.js","layer":"app-pages-browser"},"startTime":1777983689325,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8749,"timestamp":6592318898905,"id":1517,"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/segment-cache/optimistic-routes.js","layer":"app-pages-browser"},"startTime":1777983689325,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":11818,"timestamp":6592318898744,"id":1516,"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/segment-cache/navigation.js","layer":"app-pages-browser"},"startTime":1777983689325,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":6444,"timestamp":6592318994713,"id":1524,"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/react-client-callbacks/report-global-error.js","layer":"app-pages-browser"},"startTime":1777983689421,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7994,"timestamp":6592318994248,"id":1522,"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/request-idle-callback.js","layer":"pages-dir-browser"},"startTime":1777983689420,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8971,"timestamp":6592318994524,"id":1523,"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/app-router-utils.js","layer":"app-pages-browser"},"startTime":1777983689421,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":9150,"timestamp":6592318994893,"id":1525,"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/client/react-client-callbacks/report-global-error.js","layer":"pages-dir-browser"},"startTime":1777983689421,"traceId":"830cd2f4279724fa"},{"name":"postcss-process","duration":206540,"timestamp":6592318973353,"id":1521,"parentId":1507,"tags":{},"startTime":1777983689399,"traceId":"830cd2f4279724fa"},{"name":"postcss-loader","duration":396600,"timestamp":6592318783493,"id":1507,"parentId":1482,"tags":{},"startTime":1777983689210,"traceId":"830cd2f4279724fa"},{"name":"css-loader","duration":27036,"timestamp":6592319180257,"id":1536,"parentId":1482,"tags":{"astUsed":"true"},"startTime":1777983689606,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":245294,"timestamp":6592318995147,"id":1527,"parentId":1329,"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":1777983689421,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":250439,"timestamp":6592318995213,"id":1528,"parentId":1331,"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":1777983689421,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":251185,"timestamp":6592318995288,"id":1529,"parentId":1330,"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":1777983689421,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":251556,"timestamp":6592318995062,"id":1526,"parentId":1328,"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":1777983689421,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":23621,"timestamp":6592319223596,"id":1537,"parentId":1339,"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":1777983689650,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":258666,"timestamp":6592318995357,"id":1530,"parentId":1332,"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":1777983689421,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":249575,"timestamp":6592319004698,"id":1531,"parentId":1333,"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":1777983689431,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":249575,"timestamp":6592319004838,"id":1532,"parentId":1337,"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":1777983689431,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":249633,"timestamp":6592319004935,"id":1533,"parentId":1336,"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":1777983689431,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":249741,"timestamp":6592319005008,"id":1534,"parentId":1335,"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":1777983689431,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":249913,"timestamp":6592319005078,"id":1535,"parentId":1338,"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":1777983689431,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":4020,"timestamp":6592319269445,"id":1538,"parentId":1340,"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":1777983689695,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2282,"timestamp":6592319271425,"id":1539,"parentId":1341,"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":1777983689697,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3753,"timestamp":6592319276136,"id":1540,"parentId":1342,"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":1777983689702,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":14444,"timestamp":6592319277778,"id":1541,"parentId":1447,"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":1777983689704,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":15122,"timestamp":6592319277854,"id":1542,"parentId":1452,"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":1777983689704,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8166,"timestamp":6592319285746,"id":1549,"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/lazy-dynamic/bailout-to-csr.js","layer":"app-pages-browser"},"startTime":1777983689712,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":23099,"timestamp":6592319285555,"id":1548,"parentId":1366,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983689712,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":23564,"timestamp":6592319285316,"id":1544,"parentId":1453,"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":1777983689711,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":23636,"timestamp":6592319285387,"id":1545,"parentId":1460,"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":1777983689711,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":23719,"timestamp":6592319285450,"id":1546,"parentId":1459,"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":1777983689711,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":24111,"timestamp":6592319285187,"id":1543,"parentId":1454,"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":1777983689711,"traceId":"830cd2f4279724fa"}]
|
|
14
|
-
[{"name":"build-module-mjs","duration":26157,"timestamp":6592319285503,"id":1547,"parentId":1465,"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":1777983689712,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3426,"timestamp":6592319315777,"id":1550,"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/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"pages-dir-browser"},"startTime":1777983689742,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":5549,"timestamp":6592319316103,"id":1552,"parentId":1475,"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":1777983689742,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":5761,"timestamp":6592319316012,"id":1551,"parentId":1471,"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":1777983689742,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3448,"timestamp":6592319319287,"id":1553,"parentId":1366,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983689745,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7556,"timestamp":6592319319435,"id":1554,"parentId":1366,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983689745,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":5999,"timestamp":6592319323036,"id":1555,"parentId":1485,"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":1777983689749,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":994,"timestamp":6592319330729,"id":1557,"parentId":1392,"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":1777983689757,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2710,"timestamp":6592319330577,"id":1556,"parentId":1369,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983689757,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2565,"timestamp":6592319331809,"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/image-config.js","layer":"pages-dir-browser"},"startTime":1777983689758,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1072,"timestamp":6592319335755,"id":1559,"parentId":1392,"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":1777983689762,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1500,"timestamp":6592319337079,"id":1560,"parentId":1493,"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":1777983689763,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1019,"timestamp":6592319341128,"id":1561,"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/encode-uri-path.js","layer":"pages-dir-browser"},"startTime":1777983689767,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1410,"timestamp":6592319342289,"id":1562,"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/readonly-url-search-params.js","layer":"pages-dir-browser"},"startTime":1777983689768,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1062,"timestamp":6592319343847,"id":1563,"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/client/components/readonly-url-search-params.js","layer":"app-pages-browser"},"startTime":1777983689770,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1154,"timestamp":6592319344026,"id":1564,"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/shared/lib/router/utils/as-path-to-search-params.js","layer":"pages-dir-browser"},"startTime":1777983689770,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1859,"timestamp":6592319345240,"id":1566,"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/shared/lib/router/utils/interception-routes.js","layer":"pages-dir-browser"},"startTime":1777983689771,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4661,"timestamp":6592319344294,"id":1565,"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/shared/lib/router/utils/route-regex.js","layer":"pages-dir-browser"},"startTime":1777983689770,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4262,"timestamp":6592319345367,"id":1567,"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/router/utils/interception-routes.js","layer":"app-pages-browser"},"startTime":1777983689771,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2215,"timestamp":6592319351740,"id":1568,"parentId":1481,"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":1777983689778,"traceId":"830cd2f4279724fa"},{"name":"font-loader","duration":536230,"timestamp":6592318830977,"id":1511,"parentId":1510,"tags":{},"startTime":1777983689257,"traceId":"830cd2f4279724fa"},{"name":"postcss","duration":1011,"timestamp":6592319367414,"id":1569,"parentId":1510,"tags":{},"startTime":1777983689793,"traceId":"830cd2f4279724fa"},{"name":"next-font-loader","duration":537562,"timestamp":6592318830921,"id":1510,"parentId":1484,"tags":{},"startTime":1777983689257,"traceId":"830cd2f4279724fa"},{"name":"css-loader","duration":7276,"timestamp":6592319368450,"id":1570,"parentId":1484,"tags":{"astUsed":"true"},"startTime":1777983689794,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":597686,"timestamp":6592318778457,"id":1484,"parentId":1415,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@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":1777983689204,"traceId":"830cd2f4279724fa"},{"name":"font-loader","duration":568698,"timestamp":6592318809157,"id":1509,"parentId":1508,"tags":{},"startTime":1777983689235,"traceId":"830cd2f4279724fa"},{"name":"postcss","duration":275,"timestamp":6592319377888,"id":1571,"parentId":1508,"tags":{},"startTime":1777983689804,"traceId":"830cd2f4279724fa"},{"name":"next-font-loader","duration":593724,"timestamp":6592318784469,"id":1508,"parentId":1483,"tags":{},"startTime":1777983689211,"traceId":"830cd2f4279724fa"},{"name":"css-loader","duration":1189,"timestamp":6592319378181,"id":1572,"parentId":1483,"tags":{"astUsed":"true"},"startTime":1777983689804,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":602239,"timestamp":6592318777373,"id":1483,"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\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":null},"startTime":1777983689203,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":823,"timestamp":6592319390658,"id":1584,"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/compiled/react/cjs/react-jsx-runtime.production.js","layer":"app-pages-browser"},"startTime":1777983689817,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":4650,"timestamp":6592319387421,"id":1573,"parentId":1486,"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":1777983689813,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2933,"timestamp":6592319389519,"id":1577,"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/router/utils/is-local-url.js","layer":"pages-dir-browser"},"startTime":1777983689816,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3491,"timestamp":6592319389387,"id":1576,"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/request/params.browser.prod.js","layer":"app-pages-browser"},"startTime":1777983689815,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4402,"timestamp":6592319389266,"id":1575,"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/components/app-router-headers.js","layer":"app-pages-browser"},"startTime":1777983689815,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5500,"timestamp":6592319389128,"id":1574,"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/router/utils/format-url.js","layer":"pages-dir-browser"},"startTime":1777983689815,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5235,"timestamp":6592319389865,"id":1579,"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/router/utils/is-bot.js","layer":"app-pages-browser"},"startTime":1777983689816,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5283,"timestamp":6592319390174,"id":1581,"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/client/request/search-params.browser.prod.js","layer":"app-pages-browser"},"startTime":1777983689816,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5890,"timestamp":6592319390030,"id":1580,"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/router/utils/is-bot.js","layer":"pages-dir-browser"},"startTime":1777983689816,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":6067,"timestamp":6592319390346,"id":1582,"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/client/lib/javascript-url.js","layer":"pages-dir-browser"},"startTime":1777983689816,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8079,"timestamp":6592319389684,"id":1578,"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/client/components/navigation.js","layer":"app-pages-browser"},"startTime":1777983689816,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7912,"timestamp":6592319390492,"id":1583,"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/segment-cache/segment-value-encoding.js","layer":"app-pages-browser"},"startTime":1777983689817,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":1156036,"timestamp":6592318243888,"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":1777983688670,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3924,"timestamp":6592319401496,"id":1585,"parentId":1402,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983689828,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":97578,"timestamp":6592319401730,"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/compiled/react-dom/cjs/react-dom-client.production.js","layer":"app-pages-browser"},"startTime":1777983689828,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":103484,"timestamp":6592319401941,"id":1589,"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/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js","layer":"app-pages-browser"},"startTime":1777983689828,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":105704,"timestamp":6592319401547,"id":1586,"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/app-router-types.js","layer":"app-pages-browser"},"startTime":1777983689828,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":105778,"timestamp":6592319401771,"id":1588,"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/components/match-segments.js","layer":"app-pages-browser"},"startTime":1777983689828,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2401,"timestamp":6592319509081,"id":1592,"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/lib/constants.js","layer":"pages-dir-browser"},"startTime":1777983689935,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3062,"timestamp":6592319509357,"id":1595,"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/compiled/react-dom/cjs/react-dom.production.js","layer":"app-pages-browser"},"startTime":1777983689935,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":64499,"timestamp":6592319510013,"id":1599,"parentId":1398,"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":1777983689936,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":64475,"timestamp":6592319510367,"id":1602,"parentId":1397,"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":1777983689936,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":66003,"timestamp":6592319510411,"id":1603,"parentId":1413,"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":1777983689936,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":70865,"timestamp":6592319508974,"id":1591,"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/lib/constants.js","layer":"app-pages-browser"},"startTime":1777983689935,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":72065,"timestamp":6592319509115,"id":1593,"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/page-path/ensure-leading-slash.js","layer":"app-pages-browser"},"startTime":1777983689935,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":72778,"timestamp":6592319508741,"id":1590,"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/components/router-reducer/is-navigating-to-new-root-layout.js","layer":"app-pages-browser"},"startTime":1777983689935,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":72324,"timestamp":6592319509397,"id":1596,"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/shared/lib/router/utils/index.js","layer":"pages-dir-browser"},"startTime":1777983689935,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":72408,"timestamp":6592319509546,"id":1597,"parentId":1392,"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":1777983689936,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":72412,"timestamp":6592319509722,"id":1598,"parentId":1392,"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":1777983689936,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":73483,"timestamp":6592319509229,"id":1594,"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/components/segment-cache/vary-path.js","layer":"app-pages-browser"},"startTime":1777983689935,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":72905,"timestamp":6592319510058,"id":1600,"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/client/components/redirect-status-code.js","layer":"app-pages-browser"},"startTime":1777983689936,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":72971,"timestamp":6592319510218,"id":1601,"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/dist/client/components/redirect-status-code.js","layer":"pages-dir-browser"},"startTime":1777983689936,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":6628,"timestamp":6592319585230,"id":1604,"parentId":1360,"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":1777983690011,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7939,"timestamp":6592319585280,"id":1605,"parentId":1426,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983690011,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8055,"timestamp":6592319585691,"id":1608,"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/normalize-trailing-slash.js","layer":"app-pages-browser"},"startTime":1777983690012,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8684,"timestamp":6592319585577,"id":1607,"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/errors/graceful-degrade-boundary.js","layer":"app-pages-browser"},"startTime":1777983690012,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8752,"timestamp":6592319585877,"id":1609,"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/normalize-trailing-slash.js","layer":"pages-dir-browser"},"startTime":1777983690012,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8785,"timestamp":6592319586046,"id":1610,"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/shared/lib/router/utils/add-path-prefix.js","layer":"app-pages-browser"},"startTime":1777983690012,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8827,"timestamp":6592319586208,"id":1611,"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/shared/lib/router/utils/add-path-prefix.js","layer":"pages-dir-browser"},"startTime":1777983690012,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":9167,"timestamp":6592319586349,"id":1612,"parentId":1455,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/onboarding/helpers.ts","layer":"app-pages-browser"},"startTime":1777983690012,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":9138,"timestamp":6592319586943,"id":1614,"parentId":1460,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/billing-section.tsx","layer":"app-pages-browser"},"startTime":1777983690013,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":10648,"timestamp":6592319586652,"id":1613,"parentId":1460,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/preview-sections.tsx","layer":"app-pages-browser"},"startTime":1777983690013,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":10687,"timestamp":6592319587159,"id":1615,"parentId":1460,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/telemetry-section.tsx","layer":"app-pages-browser"},"startTime":1777983690013,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":10465,"timestamp":6592319587758,"id":1617,"parentId":1470,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/chats.ts","layer":"app-pages-browser"},"startTime":1777983690014,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":15574,"timestamp":6592319585452,"id":1606,"parentId":1426,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983690011,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":14102,"timestamp":6592319587460,"id":1616,"parentId":1460,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/settings/transport-section.tsx","layer":"app-pages-browser"},"startTime":1777983690013,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":13421,"timestamp":6592319588433,"id":1619,"parentId":1470,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/personas.ts","layer":"app-pages-browser"},"startTime":1777983690014,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":14366,"timestamp":6592319588112,"id":1618,"parentId":1470,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/templates.ts","layer":"app-pages-browser"},"startTime":1777983690014,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":13913,"timestamp":6592319588723,"id":1620,"parentId":1470,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/api/stats.ts","layer":"app-pages-browser"},"startTime":1777983690015,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":13695,"timestamp":6592319589156,"id":1622,"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/shared/lib/entry-constants.js","layer":"pages-dir-browser"},"startTime":1777983690015,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":14082,"timestamp":6592319589031,"id":1621,"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/client/trusted-types.js","layer":"pages-dir-browser"},"startTime":1777983690015,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":13755,"timestamp":6592319589474,"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/shared/lib/modern-browserslist-target.js","layer":"pages-dir-browser"},"startTime":1777983690016,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":14168,"timestamp":6592319589321,"id":1623,"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/shared/lib/router/utils/route-matcher.js","layer":"pages-dir-browser"},"startTime":1777983690015,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":14244,"timestamp":6592319589633,"id":1625,"parentId":1481,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/persona-dialog/footer.tsx","layer":"app-pages-browser"},"startTime":1777983690016,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":14491,"timestamp":6592319589822,"id":1626,"parentId":1481,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/persona-dialog/form-body.tsx","layer":"app-pages-browser"},"startTime":1777983690016,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":14482,"timestamp":6592319590319,"id":1628,"parentId":1481,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/persona-dialog/helpers.tsx","layer":"app-pages-browser"},"startTime":1777983690016,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":14497,"timestamp":6592319590612,"id":1629,"parentId":1486,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/primitives.tsx","layer":"app-pages-browser"},"startTime":1777983690017,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":15976,"timestamp":6592319590007,"id":1627,"parentId":1486,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/form-panel.tsx","layer":"app-pages-browser"},"startTime":1777983690016,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":15127,"timestamp":6592319591081,"id":1631,"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/router/utils/parse-path.js","layer":"pages-dir-browser"},"startTime":1777983690017,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":15171,"timestamp":6592319591241,"id":1632,"parentId":1506,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983690017,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":15873,"timestamp":6592319590885,"id":1630,"parentId":1486,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/yaml-panel.tsx","layer":"app-pages-browser"},"startTime":1777983690017,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1051,"timestamp":6592319614928,"id":1642,"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/lib/is-api-route.js","layer":"pages-dir-browser"},"startTime":1777983690041,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":8840,"timestamp":6592319611811,"id":1633,"parentId":1486,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/emit.ts","layer":"app-pages-browser"},"startTime":1777983690038,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":8915,"timestamp":6592319612132,"id":1634,"parentId":1486,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/constants.ts","layer":"app-pages-browser"},"startTime":1777983690038,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7572,"timestamp":6592319613748,"id":1636,"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/client/detect-domain-locale.js","layer":"pages-dir-browser"},"startTime":1777983690040,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7446,"timestamp":6592319614173,"id":1638,"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/client/remove-locale.js","layer":"pages-dir-browser"},"startTime":1777983690040,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":9024,"timestamp":6592319613536,"id":1635,"parentId":1486,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/parse.ts","layer":"app-pages-browser"},"startTime":1777983690040,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8261,"timestamp":6592319614485,"id":1640,"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/page-path/denormalize-page-path.js","layer":"pages-dir-browser"},"startTime":1777983690041,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8977,"timestamp":6592319614335,"id":1639,"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/client/resolve-href.js","layer":"pages-dir-browser"},"startTime":1777983690040,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":8871,"timestamp":6592319614642,"id":1641,"parentId":1452,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/input.tsx","layer":"app-pages-browser"},"startTime":1777983690041,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":8890,"timestamp":6592319614973,"id":1643,"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/router/utils/get-next-pathname-info.js","layer":"pages-dir-browser"},"startTime":1777983690041,"traceId":"830cd2f4279724fa"}]
|
|
15
|
-
[{"name":"build-module-js","duration":8643,"timestamp":6592319615386,"id":1645,"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/router/utils/omit.js","layer":"pages-dir-browser"},"startTime":1777983690041,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":9017,"timestamp":6592319615226,"id":1644,"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/router/utils/compare-states.js","layer":"pages-dir-browser"},"startTime":1777983690041,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":11755,"timestamp":6592319613871,"id":1637,"parentId":1492,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/run-viewer/participant-card.tsx","layer":"app-pages-browser"},"startTime":1777983690040,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":10333,"timestamp":6592319615557,"id":1646,"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/router/utils/format-next-pathname-info.js","layer":"pages-dir-browser"},"startTime":1777983690042,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1530,"timestamp":6592319635875,"id":1662,"parentId":1456,"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":1777983690062,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2129,"timestamp":6592319636014,"id":1663,"parentId":1456,"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":1777983690062,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":6297,"timestamp":6592319632929,"id":1648,"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/i18n/normalize-locale-path.js","layer":"pages-dir-browser"},"startTime":1777983690059,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7129,"timestamp":6592319632749,"id":1647,"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/bloom-filter.js","layer":"pages-dir-browser"},"startTime":1777983690059,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7283,"timestamp":6592319633059,"id":1649,"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/client/components/router-reducer/reducers/navigate-reducer.js","layer":"app-pages-browser"},"startTime":1777983690059,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7462,"timestamp":6592319633238,"id":1650,"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/client/components/router-reducer/reducers/server-patch-reducer.js","layer":"app-pages-browser"},"startTime":1777983690059,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7680,"timestamp":6592319633398,"id":1651,"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/client/components/router-reducer/reducers/restore-reducer.js","layer":"app-pages-browser"},"startTime":1777983690059,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7983,"timestamp":6592319633558,"id":1652,"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/client/components/router-reducer/reducers/refresh-reducer.js","layer":"app-pages-browser"},"startTime":1777983690060,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7727,"timestamp":6592319634052,"id":1654,"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/client/components/router-reducer/reducers/hmr-refresh-reducer.js","layer":"app-pages-browser"},"startTime":1777983690060,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":8584,"timestamp":6592319633706,"id":1653,"parentId":1471,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/sheet.tsx","layer":"app-pages-browser"},"startTime":1777983690060,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":8060,"timestamp":6592319634388,"id":1656,"parentId":1486,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/template-live-yaml.ts","layer":"app-pages-browser"},"startTime":1777983690060,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":8087,"timestamp":6592319634695,"id":1657,"parentId":1486,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/template-validation.ts","layer":"app-pages-browser"},"startTime":1777983690061,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7902,"timestamp":6592319635272,"id":1659,"parentId":1566,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983690061,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":8709,"timestamp":6592319634987,"id":1658,"parentId":1481,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/ui/dialog.tsx","layer":"app-pages-browser"},"startTime":1777983690061,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":10818,"timestamp":6592319634224,"id":1655,"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/client/components/router-reducer/reducers/server-action-reducer.js","layer":"app-pages-browser"},"startTime":1777983690060,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":10121,"timestamp":6592319635422,"id":1660,"parentId":1493,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-stepper.tsx","layer":"app-pages-browser"},"startTime":1777983690061,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":9647,"timestamp":6592319636103,"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/arrow-right.mjs","layer":"app-pages-browser"},"startTime":1777983690062,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":9686,"timestamp":6592319636229,"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":1777983690062,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":10939,"timestamp":6592319635701,"id":1661,"parentId":1516,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983690062,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":10478,"timestamp":6592319636346,"id":1666,"parentId":1528,"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":1777983690062,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2947,"timestamp":6592319669491,"id":1667,"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/pencil.mjs","layer":"app-pages-browser"},"startTime":1777983690096,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2238,"timestamp":6592319670681,"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/copy.mjs","layer":"app-pages-browser"},"startTime":1777983690097,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2277,"timestamp":6592319670832,"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/info.mjs","layer":"app-pages-browser"},"startTime":1777983690097,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2322,"timestamp":6592319670961,"id":1670,"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/layers.mjs","layer":"app-pages-browser"},"startTime":1777983690097,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2362,"timestamp":6592319671114,"id":1671,"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/trash-2.mjs","layer":"app-pages-browser"},"startTime":1777983690097,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2399,"timestamp":6592319671233,"id":1672,"parentId":1528,"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":1777983690097,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3632,"timestamp":6592319671356,"id":1673,"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/triangle-alert.mjs","layer":"app-pages-browser"},"startTime":1777983690097,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2841,"timestamp":6592319673863,"id":1674,"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/check.mjs","layer":"app-pages-browser"},"startTime":1777983690100,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2841,"timestamp":6592319674070,"id":1675,"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/circle-check.mjs","layer":"app-pages-browser"},"startTime":1777983690100,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":5231,"timestamp":6592319674259,"id":1676,"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/chevron-down.mjs","layer":"app-pages-browser"},"startTime":1777983690100,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3131,"timestamp":6592319677046,"id":1677,"parentId":1614,"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":1777983690103,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3298,"timestamp":6592319677111,"id":1678,"parentId":1613,"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":1777983690103,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":5127,"timestamp":6592319684252,"id":1679,"parentId":1615,"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":1777983690110,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":5170,"timestamp":6592319684321,"id":1680,"parentId":1616,"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":1777983690110,"traceId":"830cd2f4279724fa"},{"name":"build-module-css","duration":914795,"timestamp":6592318775336,"id":1482,"parentId":1401,"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":1777983689201,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":5167,"timestamp":6592319686936,"id":1681,"parentId":1625,"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":1777983690113,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":5164,"timestamp":6592319687069,"id":1683,"parentId":1627,"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":1777983690113,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":5322,"timestamp":6592319687015,"id":1682,"parentId":1626,"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":1777983690113,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2992,"timestamp":6592319690348,"id":1684,"parentId":1608,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983690116,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3143,"timestamp":6592319690542,"id":1686,"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/list-checks.mjs","layer":"app-pages-browser"},"startTime":1777983690117,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":5031,"timestamp":6592319690485,"id":1685,"parentId":1634,"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":1777983690117,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":5183,"timestamp":6592319694532,"id":1687,"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/panel-left-open.mjs","layer":"app-pages-browser"},"startTime":1777983690121,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":5496,"timestamp":6592319694896,"id":1689,"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/plus.mjs","layer":"app-pages-browser"},"startTime":1777983690121,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":6246,"timestamp":6592319694717,"id":1688,"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/panel-left-close.mjs","layer":"app-pages-browser"},"startTime":1777983690121,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":6119,"timestamp":6592319695075,"id":1690,"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/settings.mjs","layer":"app-pages-browser"},"startTime":1777983690121,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":5816,"timestamp":6592319696058,"id":1691,"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":1777983690122,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":5898,"timestamp":6592319696191,"id":1692,"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/layout-dashboard.mjs","layer":"app-pages-browser"},"startTime":1777983690122,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":4256,"timestamp":6592319699892,"id":1693,"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/users.mjs","layer":"app-pages-browser"},"startTime":1777983690126,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":4338,"timestamp":6592319700054,"id":1694,"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/search.mjs","layer":"app-pages-browser"},"startTime":1777983690126,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2887,"timestamp":6592319702311,"id":1696,"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/x.mjs","layer":"app-pages-browser"},"startTime":1777983690128,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":3163,"timestamp":6592319702445,"id":1697,"parentId":1627,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/basics-step.tsx","layer":"app-pages-browser"},"startTime":1777983690128,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3525,"timestamp":6592319702247,"id":1695,"parentId":1637,"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":1777983690128,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":913,"timestamp":6592319710257,"id":1701,"parentId":1478,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs","layer":"app-pages-browser"},"startTime":1777983690136,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":4308,"timestamp":6592319707836,"id":1699,"parentId":1627,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/policy-step.tsx","layer":"app-pages-browser"},"startTime":1777983690134,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":5356,"timestamp":6592319707616,"id":1698,"parentId":1627,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/template-dialog/fallback-step.tsx","layer":"app-pages-browser"},"startTime":1777983690134,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":3824,"timestamp":6592319710050,"id":1700,"parentId":1637,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/run-viewer/state-badge.tsx","layer":"app-pages-browser"},"startTime":1777983690136,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":3716,"timestamp":6592319710342,"id":1702,"parentId":1637,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/run-viewer/lineage-gradient.ts","layer":"app-pages-browser"},"startTime":1777983690136,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":7553,"timestamp":6592319715276,"id":1706,"parentId":1478,"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":1777983690141,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":9112,"timestamp":6592319715103,"id":1704,"parentId":1659,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983690141,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":9142,"timestamp":6592319715351,"id":1707,"parentId":1534,"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":1777983690141,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":10131,"timestamp":6592319714974,"id":1703,"parentId":1659,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983690141,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":9845,"timestamp":6592319715475,"id":1708,"parentId":1535,"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":1777983690142,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":11057,"timestamp":6592319715597,"id":1709,"parentId":1657,"tags":{"name":"/home/ubuntu/dev/chorus/src/lib/template-schema.ts","layer":"app-pages-browser"},"startTime":1777983690142,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":12185,"timestamp":6592319715219,"id":1705,"parentId":1653,"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":1777983690141,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3354,"timestamp":6592319728015,"id":1710,"parentId":1539,"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":1777983690154,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3310,"timestamp":6592319728250,"id":1711,"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/arrow-left.mjs","layer":"app-pages-browser"},"startTime":1777983690154,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3366,"timestamp":6592319728383,"id":1712,"parentId":1539,"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":1777983690154,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3396,"timestamp":6592319728519,"id":1713,"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":1777983690155,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3459,"timestamp":6592319728641,"id":1714,"parentId":1539,"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":1777983690155,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":7094,"timestamp":6592319728767,"id":1715,"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":1777983690155,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2241,"timestamp":6592319734150,"id":1716,"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/shared/lib/segment-cache/vary-params-decoding.js","layer":"app-pages-browser"},"startTime":1777983690160,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2146,"timestamp":6592319734470,"id":1718,"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/shared/lib/promise-with-resolvers.js","layer":"app-pages-browser"},"startTime":1777983690161,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2202,"timestamp":6592319734594,"id":1719,"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/shield.mjs","layer":"app-pages-browser"},"startTime":1777983690161,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3524,"timestamp":6592319737562,"id":1720,"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/build/polyfills/process.js","layer":"pages-dir-browser"},"startTime":1777983690164,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2022,"timestamp":6592319739456,"id":1735,"parentId":1484,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983690165,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2356,"timestamp":6592319739907,"id":1740,"parentId":1604,"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":1777983690166,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5626,"timestamp":6592319737598,"id":1721,"parentId":1487,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983690164,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":10972,"timestamp":6592319734340,"id":1717,"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/segment-cache/cache-map.js","layer":"app-pages-browser"},"startTime":1777983690160,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":8734,"timestamp":6592319737682,"id":1722,"parentId":1547,"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":1777983690164,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":8797,"timestamp":6592319737813,"id":1723,"parentId":1551,"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":1777983690164,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":8855,"timestamp":6592319737935,"id":1724,"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":1777983690164,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":8558,"timestamp":6592319738388,"id":1726,"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":1777983690164,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":9164,"timestamp":6592319738224,"id":1725,"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/client/components/router-reducer/set-cache-busting-search-param.js","layer":"app-pages-browser"},"startTime":1777983690164,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":9170,"timestamp":6592319738521,"id":1727,"parentId":1556,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983690165,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":9273,"timestamp":6592319738627,"id":1728,"parentId":1565,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983690165,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":9270,"timestamp":6592319738827,"id":1730,"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/sparkles.mjs","layer":"app-pages-browser"},"startTime":1777983690165,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":9306,"timestamp":6592319738964,"id":1731,"parentId":1573,"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":1777983690165,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":9411,"timestamp":6592319739101,"id":1732,"parentId":1578,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983690165,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":9657,"timestamp":6592319739220,"id":1733,"parentId":1578,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983690165,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":9845,"timestamp":6592319739344,"id":1734,"parentId":1578,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983690165,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":9942,"timestamp":6592319739596,"id":1737,"parentId":1580,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983690166,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":10400,"timestamp":6592319739492,"id":1736,"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/router/utils/html-bots.js","layer":"app-pages-browser"},"startTime":1777983690166,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":11867,"timestamp":6592319738725,"id":1729,"parentId":1565,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983690165,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":10710,"timestamp":6592319740038,"id":1742,"parentId":1640,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983690166,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":11463,"timestamp":6592319739795,"id":1739,"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/client/components/segment-cache/lru.js","layer":"app-pages-browser"},"startTime":1777983690166,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":12521,"timestamp":6592319739695,"id":1738,"parentId":1596,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983690166,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":12741,"timestamp":6592319739940,"id":1741,"parentId":1623,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983690166,"traceId":"830cd2f4279724fa"}]
|
|
16
|
-
[{"name":"build-module-js","duration":12732,"timestamp":6592319740134,"id":1743,"parentId":1643,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983690166,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":12821,"timestamp":6592319740233,"id":1744,"parentId":1646,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983690166,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":12836,"timestamp":6592319740426,"id":1747,"parentId":1646,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983690166,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":13108,"timestamp":6592319740512,"id":1748,"parentId":1652,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983690167,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":13313,"timestamp":6592319740626,"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":1777983690167,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":13939,"timestamp":6592319740326,"id":1745,"parentId":1698,"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":1777983690166,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":1115337,"timestamp":6592318647511,"id":1415,"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":1777983689074,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":1115961,"timestamp":6592318647339,"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\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":"app-pages-browser"},"startTime":1777983689073,"traceId":"830cd2f4279724fa"},{"name":"build-module-css","duration":1145990,"timestamp":6592318622445,"id":1401,"parentId":1292,"tags":{"name":"/home/ubuntu/dev/chorus/src/app/globals.css","layer":"app-pages-browser"},"startTime":1777983689048,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":31482,"timestamp":6592319740382,"id":1746,"parentId":1700,"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":1777983690166,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":16127,"timestamp":6592319756594,"id":1751,"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":1777983690183,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":16629,"timestamp":6592319756425,"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":1777983690182,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":16643,"timestamp":6592319756726,"id":1752,"parentId":1664,"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":1777983690183,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2066,"timestamp":6592319774465,"id":1753,"parentId":1677,"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":1777983690200,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1698,"timestamp":6592319775688,"id":1755,"parentId":1678,"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":1777983690202,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2037,"timestamp":6592319775565,"id":1754,"parentId":1729,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983690202,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1959,"timestamp":6592319775816,"id":1756,"parentId":1678,"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":1777983690202,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":73,"timestamp":6592319778099,"id":1758,"parentId":1415,"tags":{},"startTime":1777983690204,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":14,"timestamp":6592319778180,"id":1759,"parentId":1414,"tags":{},"startTime":1777983690204,"traceId":"830cd2f4279724fa"},{"name":"build-module","duration":22,"timestamp":6592319778200,"id":1760,"parentId":1401,"tags":{},"startTime":1777983690204,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2801,"timestamp":6592319775933,"id":1757,"parentId":1678,"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":1777983690202,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":1535165,"timestamp":6592318243930,"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":1777983688670,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2032,"timestamp":6592319778230,"id":1761,"parentId":1678,"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":1777983690204,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2280,"timestamp":6592319778369,"id":1762,"parentId":1678,"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":1777983690204,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1958,"timestamp":6592319779222,"id":1763,"parentId":1678,"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":1777983690205,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2762,"timestamp":6592319779358,"id":1764,"parentId":1678,"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":1777983690205,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3068,"timestamp":6592319779480,"id":1765,"parentId":1678,"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":1777983690206,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":393,"timestamp":6592319784636,"id":1766,"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/compiled/scheduler/index.js","layer":"app-pages-browser"},"startTime":1777983690211,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":1870,"timestamp":6592319785324,"id":1767,"parentId":1627,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/index.tsx","layer":"app-pages-browser"},"startTime":1777983690211,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2841,"timestamp":6592319792188,"id":1771,"parentId":1599,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/scheduler@0.27.0/node_modules/scheduler/index.js","layer":"pages-dir-browser"},"startTime":1777983690218,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":986,"timestamp":6592319794667,"id":1786,"parentId":1741,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983690221,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":5170,"timestamp":6592319791758,"id":1768,"parentId":1680,"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":1777983690218,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":5208,"timestamp":6592319791901,"id":1769,"parentId":1683,"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":1777983690218,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":5202,"timestamp":6592319792064,"id":1770,"parentId":1683,"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":1777983690218,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":5218,"timestamp":6592319792224,"id":1772,"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":1777983690218,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":5272,"timestamp":6592319792333,"id":1773,"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":1777983690218,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":5324,"timestamp":6592319792455,"id":1774,"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/clipboard-list.mjs","layer":"app-pages-browser"},"startTime":1777983690218,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":5380,"timestamp":6592319792568,"id":1775,"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/flask-conical.mjs","layer":"app-pages-browser"},"startTime":1777983690219,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":5389,"timestamp":6592319792736,"id":1777,"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/git-pull-request.mjs","layer":"app-pages-browser"},"startTime":1777983690219,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":5328,"timestamp":6592319792957,"id":1779,"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/test-tube-diagonal.mjs","layer":"app-pages-browser"},"startTime":1777983690219,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5747,"timestamp":6592319792838,"id":1778,"parentId":1733,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983690219,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5842,"timestamp":6592319793075,"id":1780,"parentId":1733,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983690219,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":6065,"timestamp":6592319793199,"id":1781,"parentId":1733,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983690219,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7518,"timestamp":6592319793680,"id":1782,"parentId":1733,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983690220,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":7353,"timestamp":6592319794241,"id":1784,"parentId":1767,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/primitives.tsx","layer":"app-pages-browser"},"startTime":1777983690220,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":7097,"timestamp":6592319794701,"id":1787,"parentId":1725,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983690221,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":7770,"timestamp":6592319794471,"id":1785,"parentId":1767,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/hooks.ts","layer":"app-pages-browser"},"startTime":1777983690221,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":9218,"timestamp":6592319793860,"id":1783,"parentId":1767,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/phase-card.tsx","layer":"app-pages-browser"},"startTime":1777983690220,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2292,"timestamp":6592319805012,"id":1788,"parentId":1618,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/browser/index.js","layer":"app-pages-browser"},"startTime":1777983690231,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":15091,"timestamp":6592319792681,"id":1776,"parentId":1767,"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":1777983690219,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2879,"timestamp":6592319805134,"id":1789,"parentId":1729,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983690231,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2884,"timestamp":6592319805355,"id":1791,"parentId":1752,"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":1777983690231,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3458,"timestamp":6592319805253,"id":1790,"parentId":1729,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983690231,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1649,"timestamp":6592319809676,"id":1793,"parentId":1752,"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":1777983690236,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1991,"timestamp":6592319809804,"id":1794,"parentId":1729,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983690236,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3365,"timestamp":6592319809612,"id":1792,"parentId":1783,"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":1777983690236,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":468,"timestamp":6592319815338,"id":1797,"parentId":1662,"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":1777983690241,"traceId":"830cd2f4279724fa"},{"name":"build-module-ts","duration":1793,"timestamp":6592319815131,"id":1796,"parentId":1785,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/constants.ts","layer":"app-pages-browser"},"startTime":1777983690241,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":5836,"timestamp":6592319814865,"id":1795,"parentId":1783,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/phase-card-sections.tsx","layer":"app-pages-browser"},"startTime":1777983690241,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":5955,"timestamp":6592319818236,"id":1799,"parentId":1796,"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":1777983690244,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":7643,"timestamp":6592319817871,"id":1798,"parentId":1662,"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":1777983690244,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3564,"timestamp":6592319827118,"id":1800,"parentId":1662,"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":1777983690253,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":2647,"timestamp":6592319829233,"id":1801,"parentId":1795,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/selects.tsx","layer":"app-pages-browser"},"startTime":1777983690255,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3405,"timestamp":6592319829481,"id":1802,"parentId":1662,"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":1777983690256,"traceId":"830cd2f4279724fa"},{"name":"build-module-tsx","duration":3428,"timestamp":6592319831024,"id":1803,"parentId":1795,"tags":{"name":"/home/ubuntu/dev/chorus/src/components/phase-editor/reviewer-slots.tsx","layer":"app-pages-browser"},"startTime":1777983690257,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1062,"timestamp":6592319835437,"id":1805,"parentId":1662,"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":1777983690261,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2752,"timestamp":6592319835373,"id":1804,"parentId":1803,"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":1777983690261,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3022,"timestamp":6592319839226,"id":1806,"parentId":1662,"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":1777983690265,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2984,"timestamp":6592319843951,"id":1807,"parentId":1662,"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":1777983690270,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":4274,"timestamp":6592319844855,"id":1808,"parentId":1662,"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":1777983690271,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":4364,"timestamp":6592319850235,"id":1809,"parentId":1662,"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":1777983690276,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":639,"timestamp":6592319883607,"id":1810,"parentId":1662,"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":1777983690310,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1452,"timestamp":6592319887695,"id":1812,"parentId":1662,"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":1777983690314,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3845,"timestamp":6592319886732,"id":1811,"parentId":1662,"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":1777983690313,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":5353,"timestamp":6592319898917,"id":1813,"parentId":1662,"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":1777983690325,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":10168,"timestamp":6592319899029,"id":1814,"parentId":1662,"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":1777983690325,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":10251,"timestamp":6592319900762,"id":1817,"parentId":1662,"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":1777983690327,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":12156,"timestamp":6592319900626,"id":1816,"parentId":1662,"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":1777983690327,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":17399,"timestamp":6592319899117,"id":1815,"parentId":1662,"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":1777983690325,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":17050,"timestamp":6592319900896,"id":1818,"parentId":1662,"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":1777983690327,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":19037,"timestamp":6592319901026,"id":1819,"parentId":1662,"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":1777983690327,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2322,"timestamp":6592319981513,"id":1820,"parentId":1662,"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":1777983690408,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3350,"timestamp":6592319982806,"id":1821,"parentId":1662,"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":1777983690409,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2774,"timestamp":6592319984634,"id":1822,"parentId":1662,"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":1777983690411,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":523,"timestamp":6592319997063,"id":1825,"parentId":1662,"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":1777983690423,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":6821,"timestamp":6592319994913,"id":1823,"parentId":1662,"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":1777983690421,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":10926,"timestamp":6592319996233,"id":1824,"parentId":1662,"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":1777983690422,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1779,"timestamp":6592320034323,"id":1827,"parentId":1662,"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":1777983690460,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3590,"timestamp":6592320034409,"id":1828,"parentId":1662,"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":1777983690460,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":6268,"timestamp":6592320034178,"id":1826,"parentId":1662,"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":1777983690460,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":8600,"timestamp":6592320034486,"id":1829,"parentId":1662,"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":1777983690461,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1092,"timestamp":6592320067591,"id":1833,"parentId":1662,"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":1777983690494,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3042,"timestamp":6592320066423,"id":1830,"parentId":1662,"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":1777983690492,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":4445,"timestamp":6592320067403,"id":1831,"parentId":1662,"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":1777983690493,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":5164,"timestamp":6592320067499,"id":1832,"parentId":1662,"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":1777983690494,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2944,"timestamp":6592320084986,"id":1834,"parentId":1662,"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":1777983690511,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":4685,"timestamp":6592320085667,"id":1835,"parentId":1662,"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":1777983690512,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1709,"timestamp":6592320108765,"id":1836,"parentId":1766,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983690535,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":576,"timestamp":6592320112131,"id":1838,"parentId":1709,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/zod@3.25.76/node_modules/zod/index.js","layer":"app-pages-browser"},"startTime":1777983690538,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2667,"timestamp":6592320110864,"id":1837,"parentId":1782,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983690537,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1375,"timestamp":6592320116507,"id":1840,"parentId":1720,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983690543,"traceId":"830cd2f4279724fa"}]
|
|
17
|
-
[{"name":"build-module-js","duration":2943,"timestamp":6592320116633,"id":1842,"parentId":1741,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983690543,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3664,"timestamp":6592320116546,"id":1841,"parentId":1721,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.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":1777983690543,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4992,"timestamp":6592320115655,"id":1839,"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/shared/lib/hash.js","layer":"app-pages-browser"},"startTime":1777983690542,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4151,"timestamp":6592320116659,"id":1843,"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":1777983690543,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4390,"timestamp":6592320116769,"id":1844,"parentId":1794,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/next@16.2.4_@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":1777983690543,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":1878040,"timestamp":6592318243938,"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":1777983688670,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1579,"timestamp":6592320121743,"id":1848,"parentId":1771,"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":1777983690548,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":1879504,"timestamp":6592318243831,"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":1777983688670,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":1879550,"timestamp":6592318243799,"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":1777983688670,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2080,"timestamp":6592320121773,"id":1849,"parentId":1788,"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":1777983690548,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":2661,"timestamp":6592320121855,"id":1850,"parentId":1798,"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":1777983690548,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":4057,"timestamp":6592320121341,"id":1845,"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/icons/arrow-up.mjs","layer":"app-pages-browser"},"startTime":1777983690547,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":4074,"timestamp":6592320121496,"id":1846,"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/icons/arrow-down.mjs","layer":"app-pages-browser"},"startTime":1777983690548,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":4135,"timestamp":6592320121624,"id":1847,"parentId":1793,"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":1777983690548,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":1882399,"timestamp":6592318244099,"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":1777983688670,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":1883152,"timestamp":6592318243369,"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":1777983688669,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":942,"timestamp":6592320132290,"id":1851,"parentId":1798,"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":1777983690558,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1056,"timestamp":6592320134141,"id":1853,"parentId":1798,"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":1777983690560,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1265,"timestamp":6592320134233,"id":1854,"parentId":1798,"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":1777983690560,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":6419,"timestamp":6592320132418,"id":1852,"parentId":1798,"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":1777983690558,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":750,"timestamp":6592320143851,"id":1855,"parentId":1798,"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":1777983690570,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":504,"timestamp":6592320145960,"id":1856,"parentId":1798,"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":1777983690572,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":426,"timestamp":6592320148501,"id":1857,"parentId":1802,"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":1777983690575,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":525,"timestamp":6592320149271,"id":1858,"parentId":1802,"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":1777983690575,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1587,"timestamp":6592320151697,"id":1860,"parentId":1806,"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":1777983690578,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1788,"timestamp":6592320151777,"id":1861,"parentId":1806,"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":1777983690578,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1944,"timestamp":6592320151849,"id":1862,"parentId":1806,"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":1777983690578,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3870,"timestamp":6592320151596,"id":1859,"parentId":1802,"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":1777983690578,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":6097,"timestamp":6592320151998,"id":1864,"parentId":1809,"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":1777983690578,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":7294,"timestamp":6592320152079,"id":1865,"parentId":1809,"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":1777983690578,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":12785,"timestamp":6592320151926,"id":1863,"parentId":1808,"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":1777983690578,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":553,"timestamp":6592320189275,"id":1867,"parentId":1809,"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":1777983690615,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1455,"timestamp":6592320189378,"id":1868,"parentId":1809,"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":1777983690615,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":4219,"timestamp":6592320187657,"id":1866,"parentId":1809,"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":1777983690614,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":617,"timestamp":6592320192229,"id":1870,"parentId":1817,"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":1777983690618,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3986,"timestamp":6592320192131,"id":1869,"parentId":1813,"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":1777983690618,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":343,"timestamp":6592320203898,"id":1872,"parentId":1819,"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":1777983690630,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":933,"timestamp":6592320204716,"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":1777983690631,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1019,"timestamp":6592320204811,"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":1777983690631,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":4053,"timestamp":6592320203239,"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":1777983690629,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1670,"timestamp":6592320214879,"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":1777983690641,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1792,"timestamp":6592320219525,"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":1777983690646,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2420,"timestamp":6592320223745,"id":1877,"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":1777983690650,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2703,"timestamp":6592320223847,"id":1878,"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":1777983690650,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3007,"timestamp":6592320223927,"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":1777983690650,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3310,"timestamp":6592320224010,"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":1777983690650,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3884,"timestamp":6592320224090,"id":1881,"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":1777983690650,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4057,"timestamp":6592320224186,"id":1882,"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":1777983690650,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":4954,"timestamp":6592320224263,"id":1883,"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":1777983690650,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":5258,"timestamp":6592320224341,"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":1777983690650,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3871,"timestamp":6592320236430,"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":1777983690662,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1228,"timestamp":6592320241753,"id":1886,"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":1777983690668,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2060,"timestamp":6592320241856,"id":1887,"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":1777983690668,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2269,"timestamp":6592320241936,"id":1888,"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":1777983690668,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3519,"timestamp":6592320245234,"id":1889,"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":1777983690671,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":406,"timestamp":6592320251581,"id":1890,"parentId":1862,"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":1777983690678,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":426,"timestamp":6592320255503,"id":1891,"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":1777983690682,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":420,"timestamp":6592320261340,"id":1892,"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":1777983690687,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":361,"timestamp":6592320263108,"id":1893,"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":1777983690689,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1808,"timestamp":6592320264554,"id":1894,"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":1777983690691,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":25659,"timestamp":6592320264647,"id":1895,"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":1777983690691,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":26385,"timestamp":6592320264731,"id":1896,"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":1777983690691,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":776,"timestamp":6592320292625,"id":1897,"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":1777983690719,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1292,"timestamp":6592320292773,"id":1898,"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":1777983690719,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1613,"timestamp":6592320297103,"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":1777983690723,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1860,"timestamp":6592320297200,"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":1777983690723,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2053,"timestamp":6592320297278,"id":1901,"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":1777983690723,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2223,"timestamp":6592320297357,"id":1902,"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":1777983690723,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2890,"timestamp":6592320297427,"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":1777983690723,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1001,"timestamp":6592320301277,"id":1904,"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":1777983690727,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1225,"timestamp":6592320301373,"id":1905,"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":1777983690727,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":744,"timestamp":6592320304211,"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":1777983690730,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":789,"timestamp":6592320306429,"id":1907,"parentId":1877,"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":1777983690732,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1209,"timestamp":6592320306525,"id":1908,"parentId":1878,"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":1777983690733,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1370,"timestamp":6592320306604,"id":1909,"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":1777983690733,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":720,"timestamp":6592320310016,"id":1910,"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":1777983690736,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1777,"timestamp":6592320313815,"id":1911,"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":1777983690740,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2163,"timestamp":6592320313908,"id":1912,"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":1777983690740,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2825,"timestamp":6592320313984,"id":1913,"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":1777983690740,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3552,"timestamp":6592320314073,"id":1914,"parentId":1881,"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":1777983690740,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":925,"timestamp":6592320318307,"id":1915,"parentId":1878,"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":1777983690744,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1003,"timestamp":6592320318399,"id":1916,"parentId":1878,"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":1777983690744,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1572,"timestamp":6592320319670,"id":1917,"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":1777983690746,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1654,"timestamp":6592320319761,"id":1918,"parentId":1878,"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":1777983690746,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":760,"timestamp":6592320322612,"id":1919,"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":1777983690749,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":817,"timestamp":6592320322703,"id":1920,"parentId":1886,"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":1777983690749,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1103,"timestamp":6592320322783,"id":1921,"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":1777983690749,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":984,"timestamp":6592320328842,"id":1922,"parentId":1892,"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":1777983690755,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1086,"timestamp":6592320328958,"id":1923,"parentId":1892,"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":1777983690755,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1562,"timestamp":6592320329065,"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":1777983690755,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1052,"timestamp":6592320332654,"id":1925,"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":1777983690759,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1123,"timestamp":6592320332754,"id":1926,"parentId":1895,"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":1777983690759,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1708,"timestamp":6592320332830,"id":1927,"parentId":1893,"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":1777983690759,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":526,"timestamp":6592320336177,"id":1928,"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":1777983690762,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":963,"timestamp":6592320336273,"id":1929,"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":1777983690762,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3226,"timestamp":6592320338328,"id":1930,"parentId":1892,"tags":{"name":"/home/ubuntu/dev/chorus/node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.es6.mjs","layer":"app-pages-browser"},"startTime":1777983690764,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3391,"timestamp":6592320338423,"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":1777983690764,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":861,"timestamp":6592320343127,"id":1932,"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":1777983690769,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1120,"timestamp":6592320343224,"id":1933,"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":1777983690769,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1281,"timestamp":6592320343298,"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":1777983690769,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1621,"timestamp":6592320343373,"id":1935,"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":1777983690769,"traceId":"830cd2f4279724fa"}]
|
|
18
|
-
[{"name":"build-module-js","duration":963,"timestamp":6592320348448,"id":1936,"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":1777983690774,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1269,"timestamp":6592320348559,"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":1777983690775,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1662,"timestamp":6592320348636,"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/omap.js","layer":"app-pages-browser"},"startTime":1777983690775,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2014,"timestamp":6592320348711,"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/pairs.js","layer":"app-pages-browser"},"startTime":1777983690775,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1232,"timestamp":6592320353009,"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/timestamp.js","layer":"app-pages-browser"},"startTime":1777983690779,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1359,"timestamp":6592320353109,"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/schema.js","layer":"app-pages-browser"},"startTime":1777983690779,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1476,"timestamp":6592320353192,"id":1942,"parentId":1912,"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":1777983690779,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1922,"timestamp":6592320353262,"id":1943,"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":1777983690779,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2454,"timestamp":6592320353329,"id":1944,"parentId":1910,"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":1777983690779,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1428,"timestamp":6592320358935,"id":1945,"parentId":1917,"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":1777983690785,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2309,"timestamp":6592320359042,"id":1946,"parentId":1917,"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":1777983690785,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2378,"timestamp":6592320359120,"id":1947,"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":1777983690785,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3989,"timestamp":6592320359193,"id":1948,"parentId":1917,"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":1777983690785,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1617,"timestamp":6592320365617,"id":1949,"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":1777983690792,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1955,"timestamp":6592320365770,"id":1950,"parentId":1925,"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":1777983690792,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2064,"timestamp":6592320365850,"id":1951,"parentId":1925,"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":1777983690792,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2499,"timestamp":6592320365927,"id":1952,"parentId":1925,"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":1777983690792,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":423,"timestamp":6592320371077,"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":1777983690797,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":586,"timestamp":6592320372639,"id":1954,"parentId":1941,"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":1777983690799,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1124,"timestamp":6592320373469,"id":1955,"parentId":1941,"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":1777983690800,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1532,"timestamp":6592320373567,"id":1956,"parentId":1941,"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":1777983690800,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":808,"timestamp":6592320375947,"id":1957,"parentId":1948,"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":1777983690802,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3180,"timestamp":6592320377982,"id":1958,"parentId":1911,"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":1777983690804,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1132,"timestamp":6592320381427,"id":1959,"parentId":1950,"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":1777983690807,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1248,"timestamp":6592320381529,"id":1960,"parentId":1949,"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":1777983690808,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1756,"timestamp":6592320381606,"id":1961,"parentId":1950,"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":1777983690808,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2569,"timestamp":6592320381684,"id":1962,"parentId":1949,"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":1777983690808,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":3538,"timestamp":6592320381768,"id":1963,"parentId":1950,"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":1777983690808,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":445,"timestamp":6592320390598,"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":1777983690817,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":359,"timestamp":6592320392161,"id":1965,"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":1777983690818,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1186,"timestamp":6592320394705,"id":1966,"parentId":1959,"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":1777983690821,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1332,"timestamp":6592320394805,"id":1967,"parentId":1961,"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":1777983690821,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1471,"timestamp":6592320394887,"id":1968,"parentId":1961,"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":1777983690821,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1542,"timestamp":6592320394983,"id":1969,"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":1777983690821,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1602,"timestamp":6592320395067,"id":1970,"parentId":1949,"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":1777983690821,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":2153174,"timestamp":6592318244179,"id":1287,"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":1777983688670,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":2153221,"timestamp":6592318244201,"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":1777983688670,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":2153317,"timestamp":6592318244111,"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":1777983688670,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":2153240,"timestamp":6592318244193,"id":1288,"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":1777983688670,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":302,"timestamp":6592320399010,"id":1971,"parentId":1949,"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":1777983690825,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":932,"timestamp":6592320400665,"id":1972,"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":1777983690827,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1231,"timestamp":6592320400763,"id":1973,"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":1777983690827,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1312,"timestamp":6592320400840,"id":1974,"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":1777983690827,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1637,"timestamp":6592320400912,"id":1975,"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":1777983690827,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1936,"timestamp":6592320400985,"id":1976,"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":1777983690827,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1097,"timestamp":6592320403600,"id":1977,"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":1777983690830,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1230,"timestamp":6592320406212,"id":1978,"parentId":1965,"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":1777983690832,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1351,"timestamp":6592320406306,"id":1979,"parentId":1965,"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":1777983690832,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1421,"timestamp":6592320406379,"id":1980,"parentId":1965,"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":1777983690832,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1648,"timestamp":6592320406457,"id":1981,"parentId":1965,"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":1777983690832,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1734,"timestamp":6592320406527,"id":1982,"parentId":1965,"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":1777983690833,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1806,"timestamp":6592320406596,"id":1983,"parentId":1965,"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":1777983690833,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1870,"timestamp":6592320406667,"id":1984,"parentId":1965,"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":1777983690833,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2024,"timestamp":6592320406733,"id":1985,"parentId":1965,"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":1777983690833,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":1969,"timestamp":6592320411521,"id":1986,"parentId":1958,"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":1777983690838,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2027,"timestamp":6592320417130,"id":1987,"parentId":1970,"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":1777983690843,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":1992,"timestamp":6592320417340,"id":1988,"parentId":1973,"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":1777983690843,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":2209,"timestamp":6592320417439,"id":1989,"parentId":1970,"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":1777983690843,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3403,"timestamp":6592320417568,"id":1990,"parentId":1958,"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":1777983690844,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":687,"timestamp":6592320422793,"id":1991,"parentId":1971,"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":1777983690849,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":864,"timestamp":6592320422916,"id":1992,"parentId":1971,"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":1777983690849,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":935,"timestamp":6592320422994,"id":1993,"parentId":1971,"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":1777983690849,"traceId":"830cd2f4279724fa"},{"name":"build-module-mjs","duration":3971,"timestamp":6592320425431,"id":1994,"parentId":1958,"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":1777983690851,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":417,"timestamp":6592320432968,"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":1777983690859,"traceId":"830cd2f4279724fa"},{"name":"build-module-js","duration":526,"timestamp":6592320434685,"id":1996,"parentId":1992,"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":1777983690861,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":2191322,"timestamp":6592318244092,"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":1777983688670,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":2191318,"timestamp":6592318244107,"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":1777983688670,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":2191311,"timestamp":6592318244118,"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":1777983688670,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":2191367,"timestamp":6592318244075,"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":1777983688670,"traceId":"830cd2f4279724fa"},{"name":"add-entry","duration":2191358,"timestamp":6592318244087,"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":1777983688670,"traceId":"830cd2f4279724fa"},{"name":"make","duration":2192553,"timestamp":6592318243054,"id":1266,"parentId":1265,"tags":{},"startTime":1777983688669,"traceId":"830cd2f4279724fa"},{"name":"chunk-graph","duration":15449,"timestamp":6592320485751,"id":1998,"parentId":1997,"tags":{},"startTime":1777983690912,"traceId":"830cd2f4279724fa"},{"name":"optimize-modules","duration":113,"timestamp":6592320501307,"id":2000,"parentId":1997,"tags":{},"startTime":1777983690927,"traceId":"830cd2f4279724fa"},{"name":"optimize-chunks","duration":20309,"timestamp":6592320503086,"id":2002,"parentId":1997,"tags":{},"startTime":1777983690929,"traceId":"830cd2f4279724fa"},{"name":"optimize-tree","duration":97,"timestamp":6592320523469,"id":2003,"parentId":1997,"tags":{},"startTime":1777983690949,"traceId":"830cd2f4279724fa"},{"name":"optimize-chunk-modules","duration":20464,"timestamp":6592320523668,"id":2004,"parentId":1997,"tags":{},"startTime":1777983690950,"traceId":"830cd2f4279724fa"},{"name":"optimize","duration":42949,"timestamp":6592320501263,"id":1999,"parentId":1997,"tags":{},"startTime":1777983690927,"traceId":"830cd2f4279724fa"},{"name":"module-hash","duration":15343,"timestamp":6592320556700,"id":2005,"parentId":1997,"tags":{},"startTime":1777983690983,"traceId":"830cd2f4279724fa"},{"name":"code-generation","duration":255333,"timestamp":6592320572094,"id":2006,"parentId":1997,"tags":{},"startTime":1777983690998,"traceId":"830cd2f4279724fa"},{"name":"hash","duration":12179,"timestamp":6592320832302,"id":2007,"parentId":1997,"tags":{},"startTime":1777983691258,"traceId":"830cd2f4279724fa"},{"name":"code-generation-jobs","duration":437,"timestamp":6592320844477,"id":2008,"parentId":1997,"tags":{},"startTime":1777983691271,"traceId":"830cd2f4279724fa"},{"name":"module-assets","duration":1324,"timestamp":6592320844864,"id":2009,"parentId":1997,"tags":{},"startTime":1777983691271,"traceId":"830cd2f4279724fa"},{"name":"create-chunk-assets","duration":9960,"timestamp":6592320846201,"id":2010,"parentId":1997,"tags":{},"startTime":1777983691272,"traceId":"830cd2f4279724fa"},{"name":"NextJsBuildManifest-generateClientManifest","duration":997,"timestamp":6592320858528,"id":2012,"parentId":1265,"tags":{},"startTime":1777983691285,"traceId":"830cd2f4279724fa"},{"name":"NextJsBuildManifest-createassets","duration":1576,"timestamp":6592320857958,"id":2011,"parentId":1265,"tags":{},"startTime":1777983691284,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":42630,"timestamp":6592320884185,"id":2017,"parentId":2013,"tags":{"name":"static/chunks/app/_global-error/page-82f9fc3a5601f410.js","cache":"MISS"},"startTime":1777983691310,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":42975,"timestamp":6592320883891,"id":2015,"parentId":2013,"tags":{"name":"static/chunks/main-app-088f5a0218755ea2.js","cache":"MISS"},"startTime":1777983691310,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":42632,"timestamp":6592320884254,"id":2018,"parentId":2013,"tags":{"name":"static/chunks/next/dist/client/components/builtin/not-found-ee6e06b877051347.js","cache":"MISS"},"startTime":1777983691310,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":42588,"timestamp":6592320884315,"id":2019,"parentId":2013,"tags":{"name":"static/chunks/app/layout-4185f952697ffedc.js","cache":"MISS"},"startTime":1777983691310,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":42511,"timestamp":6592320884407,"id":2020,"parentId":2013,"tags":{"name":"static/chunks/next/dist/client/components/builtin/global-error-6e53b916eb3ccd9a.js","cache":"MISS"},"startTime":1777983691310,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":42463,"timestamp":6592320884471,"id":2021,"parentId":2013,"tags":{"name":"static/chunks/next/dist/client/components/builtin/forbidden-1d8ce7cb96664f93.js","cache":"MISS"},"startTime":1777983691311,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":42426,"timestamp":6592320884525,"id":2022,"parentId":2013,"tags":{"name":"static/chunks/next/dist/client/components/builtin/unauthorized-f846767830031ea7.js","cache":"MISS"},"startTime":1777983691311,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":42380,"timestamp":6592320884589,"id":2023,"parentId":2013,"tags":{"name":"static/chunks/next/dist/client/components/builtin/app-error-474e741dc950d78f.js","cache":"MISS"},"startTime":1777983691311,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":42287,"timestamp":6592320884702,"id":2024,"parentId":2013,"tags":{"name":"static/chunks/app/api/run-artifacts/[chatId]/route-5e72310a803875c7.js","cache":"MISS"},"startTime":1777983691311,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":42974,"timestamp":6592320884042,"id":2016,"parentId":2013,"tags":{"name":"static/chunks/app/_not-found/page-e65d2cb1e1266ad5.js","cache":"MISS"},"startTime":1777983691310,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":42252,"timestamp":6592320884783,"id":2025,"parentId":2013,"tags":{"name":"static/chunks/app/api/daemon/[...path]/route-0943409ff2a9de2c.js","cache":"MISS"},"startTime":1777983691311,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":42272,"timestamp":6592320884842,"id":2026,"parentId":2013,"tags":{"name":"static/chunks/app/new/page-eec7773204038b48.js","cache":"MISS"},"startTime":1777983691311,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":39859,"timestamp":6592320887303,"id":2028,"parentId":2013,"tags":{"name":"static/chunks/app/personas/page-fbdaa7c54c80094f.js","cache":"MISS"},"startTime":1777983691313,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":41554,"timestamp":6592320885664,"id":2027,"parentId":2013,"tags":{"name":"static/chunks/app/onboarding/page-77fc6343a4f7e6e6.js","cache":"MISS"},"startTime":1777983691312,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":38922,"timestamp":6592320888350,"id":2029,"parentId":2013,"tags":{"name":"static/chunks/app/settings/page-e6816b5207e09eca.js","cache":"MISS"},"startTime":1777983691314,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":34400,"timestamp":6592320892909,"id":2031,"parentId":2013,"tags":{"name":"static/chunks/app/connect/page-888fcae4137e9953.js","cache":"MISS"},"startTime":1777983691319,"traceId":"830cd2f4279724fa"}]
|
|
19
|
-
[{"name":"minify-js","duration":33901,"timestamp":6592320893436,"id":2032,"parentId":2013,"tags":{"name":"static/chunks/app/runs/page-f21e09319609185c.js","cache":"MISS"},"startTime":1777983691319,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":33141,"timestamp":6592320894216,"id":2034,"parentId":2013,"tags":{"name":"static/chunks/app/settings/permissions/page-55c4efb58a21594c.js","cache":"MISS"},"startTime":1777983691320,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":33765,"timestamp":6592320893613,"id":2033,"parentId":2013,"tags":{"name":"static/chunks/app/page-1f35a0e92b1d45a3.js","cache":"MISS"},"startTime":1777983691320,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":31717,"timestamp":6592320895680,"id":2036,"parentId":2013,"tags":{"name":"static/chunks/webpack-34faa5a99a7eab27.js","cache":"MISS"},"startTime":1777983691322,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":37411,"timestamp":6592320890062,"id":2030,"parentId":2013,"tags":{"name":"static/chunks/app/templates/page-206b6ed45fbf5eb7.js","cache":"MISS"},"startTime":1777983691316,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":32972,"timestamp":6592320894550,"id":2035,"parentId":2013,"tags":{"name":"static/chunks/app/runs/[runId]/page-1afe72d0a051ca3b.js","cache":"MISS"},"startTime":1777983691321,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":68792,"timestamp":6592320873054,"id":2014,"parentId":2013,"tags":{"name":"static/chunks/main-b8cd6912c957fde4.js","cache":"MISS"},"startTime":1777983691299,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":69824,"timestamp":6592320905501,"id":2040,"parentId":2013,"tags":{"name":"static/chunks/720-d15754f0235fea5d.js","cache":"MISS"},"startTime":1777983691332,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":99115,"timestamp":6592320901685,"id":2039,"parentId":2013,"tags":{"name":"static/chunks/116-217edd0d685c99a5.js","cache":"MISS"},"startTime":1777983691328,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":122200,"timestamp":6592320895837,"id":2037,"parentId":2013,"tags":{"name":"static/chunks/framework-a2d34d570177755f.js","cache":"MISS"},"startTime":1777983691322,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":98564,"timestamp":6592320924961,"id":2043,"parentId":2013,"tags":{"name":"static/chunks/344-ce7179ac49de8efa.js","cache":"MISS"},"startTime":1777983691351,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":99461,"timestamp":6592320925810,"id":2044,"parentId":2013,"tags":{"name":"static/chunks/744-624ca24e0d10014a.js","cache":"MISS"},"startTime":1777983691352,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":99232,"timestamp":6592320926110,"id":2045,"parentId":2013,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"MISS"},"startTime":1777983691352,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":99093,"timestamp":6592320926284,"id":2046,"parentId":2013,"tags":{"name":"static/fRcji-LCH-qqfsUepgR1t/_ssgManifest.js","cache":"MISS"},"startTime":1777983691352,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":99104,"timestamp":6592320926345,"id":2047,"parentId":2013,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1777983691352,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":102552,"timestamp":6592320923014,"id":2042,"parentId":2013,"tags":{"name":"static/chunks/15-8c630f8c641ea76a.js","cache":"MISS"},"startTime":1777983691349,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":99125,"timestamp":6592320926467,"id":2049,"parentId":2013,"tags":{"name":"server/next-font-manifest.js","cache":"MISS"},"startTime":1777983691352,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":99384,"timestamp":6592320926408,"id":2048,"parentId":2013,"tags":{"name":"static/fRcji-LCH-qqfsUepgR1t/_buildManifest.js","cache":"MISS"},"startTime":1777983691352,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":170502,"timestamp":6592320898949,"id":2038,"parentId":2013,"tags":{"name":"static/chunks/ed64ccb0-018a78a13bd5699c.js","cache":"MISS"},"startTime":1777983691325,"traceId":"830cd2f4279724fa"},{"name":"minify-js","duration":164712,"timestamp":6592320907758,"id":2041,"parentId":2013,"tags":{"name":"static/chunks/128-b3ce6610832f6d57.js","cache":"MISS"},"startTime":1777983691334,"traceId":"830cd2f4279724fa"},{"name":"minify-webpack-plugin-optimize","duration":211521,"timestamp":6592320860965,"id":2013,"parentId":1265,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1777983691287,"traceId":"830cd2f4279724fa"},{"name":"minify-css","duration":295048,"timestamp":6592321072857,"id":2051,"parentId":2050,"tags":{"file":"static/css/8ae8ecaf7379edc6.css","cache":"MISS"},"startTime":1777983691499,"traceId":"830cd2f4279724fa"},{"name":"css-minimizer-plugin","duration":295250,"timestamp":6592321072671,"id":2050,"parentId":1265,"tags":{},"startTime":1777983691499,"traceId":"830cd2f4279724fa"},{"name":"seal","duration":916227,"timestamp":6592320463626,"id":1997,"parentId":1265,"tags":{},"startTime":1777983690890,"traceId":"830cd2f4279724fa"},{"name":"webpack-compilation","duration":3142182,"timestamp":6592318237906,"id":1265,"parentId":1262,"tags":{"name":"client"},"startTime":1777983688664,"traceId":"830cd2f4279724fa"},{"name":"emit","duration":6514,"timestamp":6592321380333,"id":2052,"parentId":1262,"tags":{},"startTime":1777983691806,"traceId":"830cd2f4279724fa"},{"name":"webpack-close","duration":390118,"timestamp":6592321387640,"id":2053,"parentId":1262,"tags":{"name":"client"},"startTime":1777983691814,"traceId":"830cd2f4279724fa"},{"name":"webpack-generate-error-stats","duration":1912,"timestamp":6592321777812,"id":2054,"parentId":2053,"tags":{},"startTime":1777983692204,"traceId":"830cd2f4279724fa"},{"name":"run-webpack-compiler","duration":3822136,"timestamp":6592317957772,"id":1262,"parentId":1261,"tags":{},"startTime":1777983688384,"traceId":"830cd2f4279724fa"},{"name":"format-webpack-messages","duration":66,"timestamp":6592321779914,"id":2055,"parentId":1261,"tags":{},"startTime":1777983692206,"traceId":"830cd2f4279724fa"},{"name":"worker-main-client","duration":3822597,"timestamp":6592317957507,"id":1261,"parentId":1,"tags":{},"startTime":1777983688384,"traceId":"830cd2f4279724fa"},{"name":"run-webpack","duration":10761054,"timestamp":6592311080484,"id":14,"parentId":1,"tags":{},"startTime":1777983681507,"traceId":"830cd2f4279724fa"},{"name":"run-typescript","duration":5284544,"timestamp":6592321844904,"id":2058,"parentId":1,"tags":{},"startTime":1777983692271,"traceId":"830cd2f4279724fa"},{"name":"generate-required-server-files","duration":1223,"timestamp":6592327129975,"id":2060,"parentId":1,"tags":{},"startTime":1777983697556,"traceId":"830cd2f4279724fa"},{"name":"check-static-error-page","duration":5240,"timestamp":6592327171368,"id":2062,"parentId":2061,"tags":{},"startTime":1777983697597,"traceId":"830cd2f4279724fa"},{"name":"is-page-static","duration":230678,"timestamp":6592327177782,"id":2080,"parentId":2064,"tags":{},"startTime":1777983697604,"traceId":"830cd2f4279724fa"},{"name":"check-page","duration":235682,"timestamp":6592327172891,"id":2064,"parentId":2061,"tags":{"page":"/_global-error"},"startTime":1777983697599,"traceId":"830cd2f4279724fa"},{"name":"is-page-static","duration":325211,"timestamp":6592327177984,"id":2083,"parentId":2069,"tags":{},"startTime":1777983697604,"traceId":"830cd2f4279724fa"},{"name":"check-page","duration":328176,"timestamp":6592327175078,"id":2069,"parentId":2061,"tags":{"page":"/icon.svg"},"startTime":1777983697601,"traceId":"830cd2f4279724fa"},{"name":"is-page-static","duration":325530,"timestamp":6592327177862,"id":2081,"parentId":2066,"tags":{},"startTime":1777983697604,"traceId":"830cd2f4279724fa"},{"name":"check-page","duration":328755,"timestamp":6592327174662,"id":2066,"parentId":2061,"tags":{"page":"/api/run-artifacts/[chatId]"},"startTime":1777983697601,"traceId":"830cd2f4279724fa"},{"name":"is-page-static","duration":329017,"timestamp":6592327180408,"id":2084,"parentId":2065,"tags":{},"startTime":1777983697606,"traceId":"830cd2f4279724fa"},{"name":"check-page","duration":336415,"timestamp":6592327173053,"id":2065,"parentId":2061,"tags":{"page":"/api/daemon/[...path]"},"startTime":1777983697599,"traceId":"830cd2f4279724fa"},{"name":"is-page-static","duration":322838,"timestamp":6592327192960,"id":2086,"parentId":2071,"tags":{},"startTime":1777983697619,"traceId":"830cd2f4279724fa"},{"name":"check-page","duration":341412,"timestamp":6592327175259,"id":2071,"parentId":2061,"tags":{"page":"/onboarding"},"startTime":1777983697601,"traceId":"830cd2f4279724fa"},{"name":"is-page-static","duration":339697,"timestamp":6592327177924,"id":2082,"parentId":2068,"tags":{},"startTime":1777983697604,"traceId":"830cd2f4279724fa"},{"name":"check-page","duration":342731,"timestamp":6592327174918,"id":2068,"parentId":2061,"tags":{"page":"/favicon.ico"},"startTime":1777983697601,"traceId":"830cd2f4279724fa"},{"name":"is-page-static","duration":341204,"timestamp":6592327177572,"id":2079,"parentId":2063,"tags":{},"startTime":1777983697604,"traceId":"830cd2f4279724fa"},{"name":"check-page","duration":346706,"timestamp":6592327172092,"id":2063,"parentId":2061,"tags":{"page":"/_not-found"},"startTime":1777983697598,"traceId":"830cd2f4279724fa"},{"name":"is-page-static","duration":325828,"timestamp":6592327193142,"id":2088,"parentId":2076,"tags":{},"startTime":1777983697619,"traceId":"830cd2f4279724fa"},{"name":"check-page","duration":342948,"timestamp":6592327176042,"id":2076,"parentId":2061,"tags":{"page":"/settings"},"startTime":1777983697602,"traceId":"830cd2f4279724fa"},{"name":"is-page-static","duration":340470,"timestamp":6592327193309,"id":2090,"parentId":2067,"tags":{},"startTime":1777983697619,"traceId":"830cd2f4279724fa"},{"name":"check-page","duration":359059,"timestamp":6592327174773,"id":2067,"parentId":2061,"tags":{"page":"/connect"},"startTime":1777983697601,"traceId":"830cd2f4279724fa"},{"name":"is-page-static","duration":341447,"timestamp":6592327193067,"id":2087,"parentId":2073,"tags":{},"startTime":1777983697619,"traceId":"830cd2f4279724fa"},{"name":"check-page","duration":358988,"timestamp":6592327175547,"id":2073,"parentId":2061,"tags":{"page":"/personas"},"startTime":1777983697602,"traceId":"830cd2f4279724fa"},{"name":"is-page-static","duration":346695,"timestamp":6592327190042,"id":2085,"parentId":2070,"tags":{},"startTime":1777983697616,"traceId":"830cd2f4279724fa"},{"name":"check-page","duration":361615,"timestamp":6592327175141,"id":2070,"parentId":2061,"tags":{"page":"/new"},"startTime":1777983697601,"traceId":"830cd2f4279724fa"},{"name":"is-page-static","duration":344064,"timestamp":6592327193217,"id":2089,"parentId":2078,"tags":{},"startTime":1777983697619,"traceId":"830cd2f4279724fa"},{"name":"check-page","duration":360805,"timestamp":6592327176492,"id":2078,"parentId":2061,"tags":{"page":"/templates"},"startTime":1777983697603,"traceId":"830cd2f4279724fa"},{"name":"is-page-static","duration":344150,"timestamp":6592327193366,"id":2094,"parentId":2074,"tags":{},"startTime":1777983697619,"traceId":"830cd2f4279724fa"},{"name":"check-page","duration":361893,"timestamp":6592327175696,"id":2074,"parentId":2061,"tags":{"page":"/runs/[runId]"},"startTime":1777983697602,"traceId":"830cd2f4279724fa"},{"name":"is-page-static","duration":349482,"timestamp":6592327193359,"id":2093,"parentId":2077,"tags":{},"startTime":1777983697619,"traceId":"830cd2f4279724fa"},{"name":"check-page","duration":366736,"timestamp":6592327176119,"id":2077,"parentId":2061,"tags":{"page":"/settings/permissions"},"startTime":1777983697602,"traceId":"830cd2f4279724fa"},{"name":"is-page-static","duration":356849,"timestamp":6592327193350,"id":2092,"parentId":2075,"tags":{},"startTime":1777983697619,"traceId":"830cd2f4279724fa"},{"name":"check-page","duration":374302,"timestamp":6592327175913,"id":2075,"parentId":2061,"tags":{"page":"/runs"},"startTime":1777983697602,"traceId":"830cd2f4279724fa"},{"name":"is-page-static","duration":359940,"timestamp":6592327193335,"id":2091,"parentId":2072,"tags":{},"startTime":1777983697619,"traceId":"830cd2f4279724fa"},{"name":"check-page","duration":377900,"timestamp":6592327175388,"id":2072,"parentId":2061,"tags":{"page":"/"},"startTime":1777983697601,"traceId":"830cd2f4279724fa"},{"name":"static-check","duration":382508,"timestamp":6592327170799,"id":2061,"parentId":1,"tags":{},"startTime":1777983697597,"traceId":"830cd2f4279724fa"},{"name":"write-routes-manifest","duration":2221,"timestamp":6592327692303,"id":2098,"parentId":1,"tags":{},"startTime":1777983698118,"traceId":"830cd2f4279724fa"},{"name":"load-dotenv","duration":23,"timestamp":6592327725357,"id":2101,"parentId":2100,"tags":{},"startTime":1777983698151,"traceId":"830cd2f4279724fa"},{"name":"run-export-path-map","duration":329,"timestamp":6592328483180,"id":2102,"parentId":2100,"tags":{},"startTime":1777983698909,"traceId":"830cd2f4279724fa"},{"name":"next-export","duration":1032993,"timestamp":6592327724752,"id":2100,"parentId":1,"tags":{},"startTime":1777983698151,"traceId":"830cd2f4279724fa"},{"name":"move-exported-app-not-found-","duration":5786,"timestamp":6592328758771,"id":2103,"parentId":2099,"tags":{},"startTime":1777983699185,"traceId":"830cd2f4279724fa"},{"name":"move-exported-app-global-error-","duration":46230,"timestamp":6592328764613,"id":2104,"parentId":2099,"tags":{},"startTime":1777983699191,"traceId":"830cd2f4279724fa"},{"name":"static-generation","duration":1338645,"timestamp":6592327721986,"id":2099,"parentId":1,"tags":{},"startTime":1777983698148,"traceId":"830cd2f4279724fa"},{"name":"write-routes-manifest","duration":49105,"timestamp":6592329060837,"id":2105,"parentId":1,"tags":{},"startTime":1777983699487,"traceId":"830cd2f4279724fa"},{"name":"node-file-trace-build","duration":5959325,"timestamp":6592327688300,"id":2097,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1777983698114,"traceId":"830cd2f4279724fa"},{"name":"apply-include-excludes","duration":401,"timestamp":6592333647646,"id":2106,"parentId":1,"tags":{},"startTime":1777983704074,"traceId":"830cd2f4279724fa"},{"name":"collect-build-traces","duration":6094323,"timestamp":6592327553738,"id":2096,"parentId":1,"tags":{},"startTime":1777983697980,"traceId":"830cd2f4279724fa"},{"name":"print-tree-view","duration":1490,"timestamp":6592333648165,"id":2107,"parentId":1,"tags":{},"startTime":1777983704074,"traceId":"830cd2f4279724fa"},{"name":"telemetry-flush","duration":33,"timestamp":6592333649668,"id":2108,"parentId":1,"tags":{},"startTime":1777983704076,"traceId":"830cd2f4279724fa"},{"name":"next-build","duration":22677154,"timestamp":6592310972556,"id":1,"tags":{"buildMode":"default","version":"16.2.4","bundler":"webpack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1777983681399,"traceId":"830cd2f4279724fa"}]
|
|
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"}]
|