@envin/cli 1.1.9 → 1.1.11
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/CHANGELOG.md +18 -0
- package/dist/cli/index.mjs +21 -30
- package/dist/preview/.next/BUILD_ID +1 -1
- package/dist/preview/.next/app-path-routes-manifest.json +1 -0
- package/dist/preview/.next/build/chunks/[root-of-the-server]__6e020478._.js +441 -0
- package/dist/preview/.next/build/chunks/[root-of-the-server]__6e020478._.js.map +7 -0
- package/dist/preview/.next/build/chunks/[root-of-the-server]__b9a30b01._.js +233 -0
- package/dist/preview/.next/build/chunks/[root-of-the-server]__b9a30b01._.js.map +8 -0
- package/dist/preview/.next/build/chunks/[root-of-the-server]__c7ae8543._.js +500 -0
- package/dist/preview/.next/build/chunks/[root-of-the-server]__c7ae8543._.js.map +11 -0
- package/dist/preview/.next/build/chunks/[root-of-the-server]__e1331f3c._.js +500 -0
- package/dist/preview/.next/build/chunks/[root-of-the-server]__e1331f3c._.js.map +11 -0
- package/dist/preview/.next/build/chunks/[turbopack-node]_transforms_postcss_ts_f8ac0875._.js +13 -0
- package/dist/preview/.next/build/chunks/[turbopack-node]_transforms_postcss_ts_f8ac0875._.js.map +5 -0
- package/dist/preview/.next/build/chunks/[turbopack-node]_transforms_webpack-loaders_ts_c84aa21a._.js +12 -0
- package/dist/preview/.next/build/chunks/[turbopack-node]_transforms_webpack-loaders_ts_c84aa21a._.js.map +5 -0
- package/dist/preview/.next/build/chunks/[turbopack]_runtime.js +770 -0
- package/dist/preview/.next/build/chunks/[turbopack]_runtime.js.map +10 -0
- package/dist/preview/.next/build/chunks/node_modules_fe693df6._.js +6758 -0
- package/dist/preview/.next/build/chunks/node_modules_fe693df6._.js.map +47 -0
- package/dist/preview/.next/build/package.json +1 -0
- package/dist/preview/.next/build/postcss.js +6 -0
- package/dist/preview/.next/build/postcss.js.map +5 -0
- package/dist/preview/.next/build/webpack-loaders.js +6 -0
- package/dist/preview/.next/build/webpack-loaders.js.map +5 -0
- package/dist/preview/.next/build-manifest.json +13 -26
- package/dist/preview/.next/diagnostics/build-diagnostics.json +1 -1
- package/dist/preview/.next/diagnostics/framework.json +1 -1
- package/dist/preview/.next/fallback-build-manifest.json +12 -0
- package/dist/preview/.next/images-manifest.json +12 -3
- package/dist/preview/.next/next-minimal-server.js.nft.json +1 -1
- package/dist/preview/.next/next-server.js.nft.json +1 -1
- package/dist/preview/.next/prerender-manifest.json +56 -4
- package/dist/preview/.next/required-server-files.json +69 -68
- package/dist/preview/.next/routes-manifest.json +14 -5
- package/dist/preview/.next/server/app/_global-error/page/app-paths-manifest.json +3 -0
- package/dist/preview/.next/server/app/_global-error/page/build-manifest.json +17 -0
- package/dist/preview/.next/server/app/_global-error/page/next-font-manifest.json +6 -0
- package/dist/preview/.next/server/app/_global-error/page/server-reference-manifest.json +4 -0
- package/dist/preview/.next/server/app/_global-error/page.js +11 -0
- package/dist/preview/.next/server/app/_global-error/page.js.map +5 -0
- package/dist/preview/.next/server/app/_global-error/page.js.nft.json +1 -0
- package/dist/preview/.next/server/app/_global-error/page_client-reference-manifest.js +2 -0
- package/dist/preview/.next/server/app/_global-error.html +2 -0
- package/dist/preview/.next/server/app/_global-error.meta +15 -0
- package/dist/preview/.next/server/app/_global-error.rsc +13 -0
- package/dist/preview/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +5 -0
- package/dist/preview/.next/server/app/_global-error.segments/_full.segment.rsc +13 -0
- package/dist/preview/.next/server/app/_global-error.segments/_head.segment.rsc +8 -0
- package/dist/preview/.next/server/app/_global-error.segments/_index.segment.rsc +4 -0
- package/dist/preview/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
- package/dist/preview/.next/server/app/_not-found/page/app-paths-manifest.json +3 -0
- package/dist/preview/.next/server/app/_not-found/page/build-manifest.json +17 -0
- package/dist/preview/.next/server/app/_not-found/page/next-font-manifest.json +11 -0
- package/dist/preview/.next/server/app/_not-found/page/react-loadable-manifest.json +1 -0
- package/dist/preview/.next/server/app/_not-found/page/server-reference-manifest.json +4 -0
- package/dist/preview/.next/server/app/_not-found/page.js +14 -2
- package/dist/preview/.next/server/app/_not-found/page.js.map +5 -0
- package/dist/preview/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/dist/preview/.next/server/app/_not-found/page_client-reference-manifest.js +2 -1
- package/dist/preview/.next/server/app/_not-found.html +1 -1
- package/dist/preview/.next/server/app/_not-found.meta +9 -1
- package/dist/preview/.next/server/app/_not-found.rsc +13 -17
- package/dist/preview/.next/server/app/_not-found.segments/_full.segment.rsc +14 -0
- package/dist/preview/.next/server/app/_not-found.segments/_head.segment.rsc +8 -0
- package/dist/preview/.next/server/app/_not-found.segments/_index.segment.rsc +5 -0
- package/dist/preview/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +5 -0
- package/dist/preview/.next/server/app/_not-found.segments/_not-found.segment.rsc +4 -0
- package/dist/preview/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -0
- package/dist/preview/.next/server/app/favicon.ico/route/app-paths-manifest.json +3 -0
- package/dist/preview/.next/server/app/favicon.ico/route/build-manifest.json +11 -0
- package/dist/preview/.next/server/app/favicon.ico/route.js +6 -1
- package/dist/preview/.next/server/app/favicon.ico/route.js.map +5 -0
- package/dist/preview/.next/server/app/favicon.ico/route.js.nft.json +1 -1
- package/dist/preview/.next/server/app/page/app-paths-manifest.json +3 -0
- package/dist/preview/.next/server/app/page/build-manifest.json +17 -0
- package/dist/preview/.next/server/app/page/next-font-manifest.json +11 -0
- package/dist/preview/.next/server/app/page/react-loadable-manifest.json +1 -0
- package/dist/preview/.next/server/app/page/server-reference-manifest.json +65 -0
- package/dist/preview/.next/server/app/page.js +17 -133
- package/dist/preview/.next/server/app/page.js.map +5 -0
- package/dist/preview/.next/server/app/page.js.nft.json +1 -1
- package/dist/preview/.next/server/app/page_client-reference-manifest.js +2 -1
- package/dist/preview/.next/server/app-paths-manifest.json +1 -0
- package/dist/preview/.next/server/chunks/[root-of-the-server]__838f166b._.js +21 -0
- package/dist/preview/.next/server/chunks/[root-of-the-server]__838f166b._.js.map +1 -0
- package/dist/preview/.next/server/chunks/[root-of-the-server]__a6d89067._.js +3 -0
- package/dist/preview/.next/server/chunks/[root-of-the-server]__a6d89067._.js.map +1 -0
- package/dist/preview/.next/server/chunks/[turbopack]_runtime.js +770 -0
- package/dist/preview/.next/server/chunks/[turbopack]_runtime.js.map +10 -0
- package/dist/preview/.next/server/chunks/packages_cli__next-internal_server_app_favicon_ico_route_actions_16935a63.js +3 -0
- package/dist/preview/.next/server/chunks/packages_cli__next-internal_server_app_favicon_ico_route_actions_16935a63.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/[externals]_node:readline_e1ac3fd6._.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/[externals]_node:readline_e1ac3fd6._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__02434b4b._.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__02434b4b._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__10e1b9ab._.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__10e1b9ab._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__302f9ef2._.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__302f9ef2._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__3aaf07ce._.js +29 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__3aaf07ce._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__568fcbd4._.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__568fcbd4._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__6583c525._.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__6583c525._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__9f74f2d1._.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__9f74f2d1._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__a457c799._.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__a457c799._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__b9356576._.js +4 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__b9356576._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__e2e728e5._.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__e2e728e5._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__e3d1c002._.js +55 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__e3d1c002._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__e874a6e0._.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__e874a6e0._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__ff7d2fa8._.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__ff7d2fa8._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/[turbopack]_runtime.js +770 -0
- package/dist/preview/.next/server/chunks/ssr/[turbopack]_runtime.js.map +10 -0
- package/dist/preview/.next/server/chunks/ssr/_5c101821._.js +4 -0
- package/dist/preview/.next/server/chunks/ssr/_5c101821._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/_73703b11._.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/_73703b11._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_423e7141._.js +6 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_423e7141._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_consola_dist_chunks_prompt_mjs_11acbe8c._.js +47 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_consola_dist_chunks_prompt_mjs_11acbe8c._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_consola_dist_chunks_prompt_mjs_bd2521b0._.js +47 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_consola_dist_chunks_prompt_mjs_bd2521b0._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_next_dist_43356b1f._.js +4 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_next_dist_43356b1f._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_next_dist_982e7503._.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_next_dist_982e7503._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_next_dist_client_components_9774470f._.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_next_dist_client_components_9774470f._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_45780354.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_45780354.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_ece394eb.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_ece394eb.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_15817684.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_15817684.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js +6 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_368abded.js +4 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_368abded.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/packages_cli__next-internal_server_app__global-error_page_actions_58b3e447.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/packages_cli__next-internal_server_app__global-error_page_actions_58b3e447.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/packages_cli__next-internal_server_app__not-found_page_actions_9e2ea381.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/packages_cli__next-internal_server_app__not-found_page_actions_9e2ea381.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/packages_cli_src_app_9ef401ea._.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/packages_cli_src_app_9ef401ea._.js.map +1 -0
- package/dist/preview/.next/server/middleware-build-manifest.js +21 -1
- package/dist/preview/.next/server/middleware-manifest.json +2 -2
- package/dist/preview/.next/server/next-font-manifest.js +1 -1
- package/dist/preview/.next/server/next-font-manifest.json +15 -1
- package/dist/preview/.next/server/pages/404.html +1 -1
- package/dist/preview/.next/server/pages/500.html +2 -1
- package/dist/preview/.next/server/pages-manifest.json +2 -4
- package/dist/preview/.next/server/server-reference-manifest.js +1 -1
- package/dist/preview/.next/server/server-reference-manifest.json +66 -1
- package/dist/preview/.next/static/chunks/17cd0f75d9eb7ad0.js +26 -0
- package/dist/preview/.next/static/chunks/30d1403f7c74b0a8.css +3 -0
- package/dist/preview/.next/static/chunks/73ff44ecd0b4dad4.js +4 -0
- package/dist/preview/.next/static/chunks/82d7580f2e728405.js +1 -0
- package/dist/preview/.next/static/chunks/bd4ab1517efdc1c3.js +1 -0
- package/dist/preview/.next/static/chunks/cbd55ab9639e1e66.js +1 -0
- package/dist/preview/.next/static/chunks/edda14529ded6063.js +2 -0
- package/dist/preview/.next/static/chunks/turbopack-3a0f146c672debbd.js +3 -0
- package/dist/preview/.next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2 +0 -0
- package/dist/preview/.next/static/media/favicon.5e7f5916.ico +0 -0
- package/dist/preview/.next/static/uJflanlbvalEUDtpddOXj/_buildManifest.js +11 -0
- package/dist/preview/.next/static/uJflanlbvalEUDtpddOXj/_clientMiddlewareManifest.json +1 -0
- package/dist/preview/.next/trace +1 -19
- package/dist/preview/.next/trace-build +1 -0
- package/dist/preview/.next/turbopack +0 -0
- package/dist/preview/.next/types/routes.d.ts +57 -0
- package/dist/preview/.next/types/validator.ts +61 -0
- package/next-env.d.ts +1 -0
- package/next.config.js +1 -16
- package/package.json +22 -31
- package/src/app/layout.tsx +1 -0
- package/src/components/ui/accordion.tsx +1 -1
- package/src/components/ui/form.tsx +1 -1
- package/src/components/ui/label.tsx +1 -1
- package/src/components/ui/scroll-area.tsx +1 -1
- package/src/components/ui/select.tsx +1 -1
- package/src/components/ui/toggle.tsx +1 -1
- package/src/components/ui/tooltip.tsx +1 -1
- package/tsconfig.json +8 -2
- package/dist/preview/.next/app-build-manifest.json +0 -27
- package/dist/preview/.next/server/chunks/155.js +0 -45
- package/dist/preview/.next/server/chunks/496.js +0 -6
- package/dist/preview/.next/server/chunks/55.js +0 -7
- package/dist/preview/.next/server/chunks/569.js +0 -45
- package/dist/preview/.next/server/chunks/692.js +0 -45
- package/dist/preview/.next/server/chunks/699.js +0 -22
- package/dist/preview/.next/server/middleware-react-loadable-manifest.js +0 -1
- package/dist/preview/.next/server/pages/_app.js +0 -1
- package/dist/preview/.next/server/pages/_app.js.nft.json +0 -1
- package/dist/preview/.next/server/pages/_document.js +0 -1
- package/dist/preview/.next/server/pages/_document.js.nft.json +0 -1
- package/dist/preview/.next/server/pages/_error.js +0 -19
- package/dist/preview/.next/server/pages/_error.js.nft.json +0 -1
- package/dist/preview/.next/server/webpack-runtime.js +0 -1
- package/dist/preview/.next/static/ZvEeNnQCdsowPRhsnLzyQ/_buildManifest.js +0 -1
- package/dist/preview/.next/static/chunks/442-41ca9bf0a86c9fdd.js +0 -22
- package/dist/preview/.next/static/chunks/87c73c54-1f4741035a95c140.js +0 -1
- package/dist/preview/.next/static/chunks/902-a1b735a0b0a65f38.js +0 -1
- package/dist/preview/.next/static/chunks/app/_not-found/page-4d317ef7aff02905.js +0 -1
- package/dist/preview/.next/static/chunks/app/layout-e5f42c1da65f0b8c.js +0 -1
- package/dist/preview/.next/static/chunks/app/page-9a7418754a1a178e.js +0 -1
- package/dist/preview/.next/static/chunks/framework-c638b7ce6a6487b4.js +0 -1
- package/dist/preview/.next/static/chunks/main-app-ef4fe5383916541f.js +0 -1
- package/dist/preview/.next/static/chunks/main-df3bdf5f1b8063cf.js +0 -1
- package/dist/preview/.next/static/chunks/pages/_app-a050a8e6e4fb04cf.js +0 -1
- package/dist/preview/.next/static/chunks/pages/_error-3e422ffd891594de.js +0 -1
- package/dist/preview/.next/static/chunks/webpack-6fd1f9e039b848f1.js +0 -1
- package/dist/preview/.next/static/css/0244da177bae1d09.css +0 -3
- package/dist/preview/.next/static/media/569ce4b8f30dc480-s.p.woff2 +0 -0
- package/dist/preview/.next/types/app/layout.ts +0 -84
- package/dist/preview/.next/types/app/page.ts +0 -84
- package/dist/preview/.next/types/cache-life.d.ts +0 -141
- package/dist/preview/.next/types/package.json +0 -1
- /package/dist/preview/.next/{react-loadable-manifest.json → server/app/_global-error/page/react-loadable-manifest.json} +0 -0
- /package/dist/preview/.next/static/chunks/{polyfills-42372ed130431b0a.js → a6dad97d9634a72d.js} +0 -0
- /package/dist/preview/.next/static/media/{9610d9e46709d722-s.woff2 → 4fa387ec64143e14-s.c1fdd6c2.woff2} +0 -0
- /package/dist/preview/.next/static/media/{ba015fad6dcf6784-s.woff2 → 7178b3e590c64307-s.b97b3418.woff2} +0 -0
- /package/dist/preview/.next/static/media/{93f479601ee12b01-s.p.woff2 → 797e433ab948586e-s.p.dbea232f.woff2} +0 -0
- /package/dist/preview/.next/static/media/{8d697b304b401681-s.woff2 → 8a480f0b521d4e75-s.8e0177b5.woff2} +0 -0
- /package/dist/preview/.next/static/media/{747892c23ea88013-s.woff2 → bbc41e54d2fcbd21-s.799d8ef8.woff2} +0 -0
- /package/dist/preview/.next/static/{ZvEeNnQCdsowPRhsnLzyQ → uJflanlbvalEUDtpddOXj}/_ssgManifest.js +0 -0
package/dist/preview/.next/trace
CHANGED
|
@@ -1,19 +1 @@
|
|
|
1
|
-
[{"name":"generate-buildid","duration":223,"timestamp":42063984,"id":4,"parentId":1,"tags":{},"startTime":1755772439599,"traceId":"2b0adf677a8714d2"},{"name":"load-custom-routes","duration":294,"timestamp":42064302,"id":5,"parentId":1,"tags":{},"startTime":1755772439599,"traceId":"2b0adf677a8714d2"},{"name":"create-dist-dir","duration":40116,"timestamp":42134033,"id":6,"parentId":1,"tags":{},"startTime":1755772439669,"traceId":"2b0adf677a8714d2"},{"name":"create-pages-mapping","duration":211,"timestamp":42178874,"id":7,"parentId":1,"tags":{},"startTime":1755772439714,"traceId":"2b0adf677a8714d2"},{"name":"collect-app-paths","duration":1557,"timestamp":42179111,"id":8,"parentId":1,"tags":{},"startTime":1755772439714,"traceId":"2b0adf677a8714d2"},{"name":"create-app-mapping","duration":1633,"timestamp":42180688,"id":9,"parentId":1,"tags":{},"startTime":1755772439716,"traceId":"2b0adf677a8714d2"},{"name":"public-dir-conflict-check","duration":475,"timestamp":42182583,"id":10,"parentId":1,"tags":{},"startTime":1755772439717,"traceId":"2b0adf677a8714d2"},{"name":"generate-routes-manifest","duration":1873,"timestamp":42183274,"id":11,"parentId":1,"tags":{},"startTime":1755772439718,"traceId":"2b0adf677a8714d2"},{"name":"create-entrypoints","duration":18315,"timestamp":42202159,"id":14,"parentId":1,"tags":{},"startTime":1755772439737,"traceId":"2b0adf677a8714d2"},{"name":"generate-webpack-config","duration":263916,"timestamp":42220507,"id":15,"parentId":13,"tags":{},"startTime":1755772439755,"traceId":"2b0adf677a8714d2"},{"name":"next-trace-entrypoint-plugin","duration":2019,"timestamp":42574205,"id":17,"parentId":16,"tags":{},"startTime":1755772440109,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":49517,"timestamp":42644849,"id":28,"parentId":22,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-route-loader/index.js?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!","layer":"pages-dir-node"},"startTime":1755772440180,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":62438,"timestamp":42644282,"id":26,"parentId":20,"tags":{"name":"/home/runner/work/envin/envin/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%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Fapp&appPaths=%2Ffavicon.ico&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1755772440179,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":65757,"timestamp":42646793,"id":29,"parentId":21,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/pages/_app.js","layer":"pages-dir-node"},"startTime":1755772440182,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":102403,"timestamp":42648723,"id":30,"parentId":24,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/pages/_document.js","layer":"pages-dir-node"},"startTime":1755772440184,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":300,"timestamp":42755970,"id":31,"parentId":28,"tags":{"name":"next/dist/shared/lib/router/utils/format-url","layer":null},"startTime":1755772440291,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":26,"timestamp":42756308,"id":32,"parentId":28,"tags":{"name":"next/dist/shared/lib/page-path/normalize-data-path","layer":null},"startTime":1755772440291,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":108,"timestamp":42756355,"id":33,"parentId":28,"tags":{"name":"next/dist/shared/lib/utils","layer":null},"startTime":1755772440291,"traceId":"2b0adf677a8714d2"},{"name":"build-module-external","duration":31,"timestamp":42756549,"id":34,"parentId":28,"tags":{"name":"next/dist/shared/lib/no-fallback-error.external","layer":null},"startTime":1755772440291,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":17,"timestamp":42756606,"id":35,"parentId":28,"tags":{"name":"next/dist/shared/lib/router/utils/is-bot","layer":null},"startTime":1755772440291,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":26,"timestamp":42756659,"id":36,"parentId":28,"tags":{"name":"next/dist/shared/lib/router/utils/add-path-prefix","layer":null},"startTime":1755772440291,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":16,"timestamp":42756698,"id":37,"parentId":28,"tags":{"name":"next/dist/shared/lib/router/utils/remove-trailing-slash","layer":null},"startTime":1755772440292,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":12,"timestamp":42756724,"id":38,"parentId":26,"tags":{"name":"next/dist/shared/lib/router/utils/app-paths","layer":null},"startTime":1755772440292,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":14,"timestamp":42756745,"id":39,"parentId":29,"tags":{"name":"react/jsx-runtime","layer":null},"startTime":1755772440292,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":31,"timestamp":42756863,"id":40,"parentId":29,"tags":{"name":"react","layer":null},"startTime":1755772440292,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":4877,"timestamp":42806276,"id":48,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"pages-dir-node"},"startTime":1755772440341,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":8688,"timestamp":42806201,"id":47,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/constants.js","layer":"pages-dir-node"},"startTime":1755772440341,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":12561,"timestamp":42805987,"id":46,"parentId":29,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils.js","layer":"pages-dir-node"},"startTime":1755772440341,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":37347,"timestamp":42785072,"id":42,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/htmlescape.js","layer":"pages-dir-node"},"startTime":1755772440320,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":38533,"timestamp":42784689,"id":41,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/get-page-files.js","layer":"pages-dir-node"},"startTime":1755772440320,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":39895,"timestamp":42785158,"id":43,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/utils.js","layer":"pages-dir-node"},"startTime":1755772440320,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":41242,"timestamp":42785359,"id":44,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/is-error.js","layer":"pages-dir-node"},"startTime":1755772440320,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":42186,"timestamp":42785472,"id":45,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/pretty-bytes.js","layer":"pages-dir-node"},"startTime":1755772440320,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":30108,"timestamp":42819752,"id":51,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/trace/utils.js","layer":"pages-dir-node"},"startTime":1755772440355,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":34247,"timestamp":42819672,"id":50,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/trace/tracer.js","layer":"pages-dir-node"},"startTime":1755772440355,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":2695,"timestamp":42854767,"id":52,"parentId":47,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":"pages-dir-node"},"startTime":1755772440390,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":4117,"timestamp":42857610,"id":53,"parentId":44,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"pages-dir-node"},"startTime":1755772440392,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":3358,"timestamp":42865371,"id":54,"parentId":41,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":"pages-dir-node"},"startTime":1755772440400,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":4043,"timestamp":42865455,"id":55,"parentId":41,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js","layer":"pages-dir-node"},"startTime":1755772440400,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":6142,"timestamp":42867484,"id":56,"parentId":50,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/is-thenable.js","layer":"pages-dir-node"},"startTime":1755772440402,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":28,"timestamp":42877534,"id":58,"parentId":55,"tags":{"name":"path","layer":null},"startTime":1755772440412,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":13121,"timestamp":42867571,"id":57,"parentId":50,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/trace/constants.js","layer":"pages-dir-node"},"startTime":1755772440402,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":74484,"timestamp":42806382,"id":49,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-metadata-route-loader.js?filePath=%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Fapp%2Ffavicon.ico&isDynamicRouteExtension=0!?__next_metadata_route__","layer":"rsc"},"startTime":1755772440341,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":246857,"timestamp":42635959,"id":25,"parentId":19,"tags":{"name":"/home/runner/work/envin/envin/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%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&appDir=%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Fapp&appPaths=%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1755772440171,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":238253,"timestamp":42644632,"id":27,"parentId":23,"tags":{"name":"/home/runner/work/envin/envin/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%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1755772440179,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":3188,"timestamp":42900346,"id":60,"parentId":55,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"pages-dir-node"},"startTime":1755772440435,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":4952,"timestamp":42900232,"id":59,"parentId":54,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":"pages-dir-node"},"startTime":1755772440435,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":6764,"timestamp":42900624,"id":65,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/pages/_error.js","layer":"pages-dir-node"},"startTime":1755772440435,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":18200,"timestamp":42900408,"id":61,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-kind.js","layer":"pages-dir-node"},"startTime":1755772440435,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":18918,"timestamp":42900468,"id":62,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request-meta.js","layer":"pages-dir-node"},"startTime":1755772440435,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":20684,"timestamp":42900588,"id":64,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/render-result.js","layer":"pages-dir-node"},"startTime":1755772440435,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":22154,"timestamp":42900534,"id":63,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/send-payload.js","layer":"pages-dir-node"},"startTime":1755772440435,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":22935,"timestamp":42900729,"id":67,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/redirect-status.js","layer":"pages-dir-node"},"startTime":1755772440436,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":23459,"timestamp":42900683,"id":66,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/cache-control.js","layer":"pages-dir-node"},"startTime":1755772440436,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":26004,"timestamp":42900791,"id":68,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/constants.js","layer":"pages-dir-node"},"startTime":1755772440436,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":26342,"timestamp":42900874,"id":70,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/instrumentation/utils.js","layer":"pages-dir-node"},"startTime":1755772440436,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":26778,"timestamp":42900843,"id":69,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/interop-default.js","layer":"pages-dir-node"},"startTime":1755772440436,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":28522,"timestamp":42900910,"id":71,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/response-cache/utils.js","layer":"pages-dir-node"},"startTime":1755772440436,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":31636,"timestamp":42900961,"id":72,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/templates/helpers.js","layer":"pages-dir-node"},"startTime":1755772440436,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":18705,"timestamp":42914764,"id":74,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-status-code.js","layer":"pages-dir-node"},"startTime":1755772440450,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":33198,"timestamp":42901028,"id":73,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/pages/module.compiled.js","layer":"pages-dir-node"},"startTime":1755772440436,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":26157,"timestamp":42914877,"id":75,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/pages/vendored/contexts/html-context.js","layer":"pages-dir-node"},"startTime":1755772440450,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":14,"timestamp":42943640,"id":78,"parentId":73,"tags":{"name":"next/dist/compiled/next-server/pages.runtime.prod.js","layer":null},"startTime":1755772440478,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11734,"timestamp":42943672,"id":79,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/trace/tracer.js","layer":"rsc"},"startTime":1755772440479,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":12230,"timestamp":42944397,"id":80,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/trace/constants.js","layer":"rsc"},"startTime":1755772440479,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":12356,"timestamp":42944570,"id":81,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-kind.js","layer":"rsc"},"startTime":1755772440479,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":12881,"timestamp":42944744,"id":82,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request-meta.js","layer":"rsc"},"startTime":1755772440480,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":13197,"timestamp":42945061,"id":84,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/cache-control.js","layer":"rsc"},"startTime":1755772440480,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15385,"timestamp":42945371,"id":86,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/constants.js","layer":"rsc"},"startTime":1755772440480,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15542,"timestamp":42945516,"id":87,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/instrumentation/utils.js","layer":"rsc"},"startTime":1755772440480,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16325,"timestamp":42945942,"id":90,"parentId":25,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/render-result.js","layer":"rsc"},"startTime":1755772440481,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":17055,"timestamp":42946115,"id":91,"parentId":25,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/send-payload.js","layer":"rsc"},"startTime":1755772440481,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":17221,"timestamp":42946269,"id":92,"parentId":25,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/interop-default.js","layer":"rsc"},"startTime":1755772440481,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":19052,"timestamp":42946553,"id":94,"parentId":25,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-status-code.js","layer":"rsc"},"startTime":1755772440481,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":21049,"timestamp":42946898,"id":97,"parentId":65,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/head.js","layer":"pages-dir-node"},"startTime":1755772440482,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":45292,"timestamp":42936391,"id":76,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/response-cache/index.js","layer":"pages-dir-node"},"startTime":1755772440471,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":37088,"timestamp":42946761,"id":96,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/response-cache/index.js","layer":"rsc"},"startTime":1755772440482,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":70957,"timestamp":42936457,"id":77,"parentId":50,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"pages-dir-node"},"startTime":1755772440471,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":39137,"timestamp":42969937,"id":100,"parentId":63,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/app-router-headers.js","layer":"pages-dir-node"},"startTime":1755772440505,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":40384,"timestamp":42969792,"id":99,"parentId":25,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/app-router-headers.js","layer":"rsc"},"startTime":1755772440505,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16538,"timestamp":43014099,"id":103,"parentId":79,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"rsc"},"startTime":1755772440549,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":88779,"timestamp":42944897,"id":83,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/send-response.js","layer":"rsc"},"startTime":1755772440480,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":90215,"timestamp":42945658,"id":88,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/base-http/node.js","layer":"rsc"},"startTime":1755772440480,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":90349,"timestamp":42946414,"id":93,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-route/module.compiled.js","layer":"rsc"},"startTime":1755772440481,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":92275,"timestamp":42946622,"id":95,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js","layer":"rsc"},"startTime":1755772440481,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":105098,"timestamp":42945206,"id":85,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/patch-fetch.js","layer":"rsc"},"startTime":1755772440480,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":105931,"timestamp":42945801,"id":89,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/utils.js","layer":"rsc"},"startTime":1755772440481,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":38891,"timestamp":43014613,"id":107,"parentId":79,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/is-thenable.js","layer":"rsc"},"startTime":1755772440549,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":41533,"timestamp":43014420,"id":105,"parentId":91,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils.js","layer":"rsc"},"startTime":1755772440549,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":4882,"timestamp":43057160,"id":116,"parentId":96,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/response-cache/utils.js","layer":"rsc"},"startTime":1755772440592,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":99485,"timestamp":42969683,"id":98,"parentId":64,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/pipe-readable.js","layer":"pages-dir-node"},"startTime":1755772440505,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":56472,"timestamp":43014295,"id":104,"parentId":90,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/pipe-readable.js","layer":"rsc"},"startTime":1755772440549,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":101738,"timestamp":42970062,"id":102,"parentId":63,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/etag.js","layer":"pages-dir-node"},"startTime":1755772440505,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":58341,"timestamp":43014490,"id":106,"parentId":91,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/etag.js","layer":"rsc"},"startTime":1755772440549,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":103415,"timestamp":42969996,"id":101,"parentId":71,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/response-cache/types.js","layer":"pages-dir-node"},"startTime":1755772440505,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16692,"timestamp":43057403,"id":117,"parentId":96,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/response-cache/types.js","layer":"rsc"},"startTime":1755772440592,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":18726,"timestamp":43057577,"id":118,"parentId":54,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"pages-dir-node"},"startTime":1755772440592,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":4977,"timestamp":43077844,"id":120,"parentId":25,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/builtin/global-error.js","layer":"rsc"},"startTime":1755772440613,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":5331,"timestamp":43077959,"id":121,"parentId":25,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/builtin/not-found.js","layer":"rsc"},"startTime":1755772440613,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":5653,"timestamp":43078050,"id":122,"parentId":25,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/builtin/forbidden.js","layer":"rsc"},"startTime":1755772440613,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":6008,"timestamp":43078122,"id":123,"parentId":25,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/builtin/unauthorized.js","layer":"rsc"},"startTime":1755772440613,"traceId":"2b0adf677a8714d2"}]
|
|
2
|
-
[{"name":"build-module-js","duration":6485,"timestamp":43078228,"id":125,"parentId":97,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/amp-mode.js","layer":"pages-dir-node"},"startTime":1755772440613,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":7149,"timestamp":43078186,"id":124,"parentId":97,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/side-effect.js","layer":"pages-dir-node"},"startTime":1755772440613,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":19,"timestamp":43086976,"id":126,"parentId":93,"tags":{"name":"next/dist/compiled/next-server/app-route.runtime.prod.js","layer":null},"startTime":1755772440622,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":75179,"timestamp":43014676,"id":108,"parentId":25,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/fallback.js","layer":"rsc"},"startTime":1755772440550,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":79651,"timestamp":43015588,"id":114,"parentId":64,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js","layer":"pages-dir-node"},"startTime":1755772440550,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":83849,"timestamp":43015640,"id":115,"parentId":90,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js","layer":"rsc"},"startTime":1755772440550,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":85702,"timestamp":43014916,"id":110,"parentId":25,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/streaming-metadata.js","layer":"rsc"},"startTime":1755772440550,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":86311,"timestamp":43015265,"id":112,"parentId":25,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/server-action-request-meta.js","layer":"rsc"},"startTime":1755772440550,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":87796,"timestamp":43015453,"id":113,"parentId":25,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/entry-base.js","layer":"rsc"},"startTime":1755772440550,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":89122,"timestamp":43015056,"id":111,"parentId":25,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/action-utils.js","layer":"rsc"},"startTime":1755772440550,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":1379,"timestamp":43108148,"id":134,"parentId":98,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js","layer":"pages-dir-node"},"startTime":1755772440643,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":102388,"timestamp":43014788,"id":109,"parentId":25,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/encryption-utils.js","layer":"rsc"},"startTime":1755772440550,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":59960,"timestamp":43057650,"id":119,"parentId":25,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/stream-utils/encoded-tags.js","layer":"rsc"},"startTime":1755772440592,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":13557,"timestamp":43108197,"id":135,"parentId":97,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"pages-dir-node"},"startTime":1755772440643,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":820,"timestamp":43128151,"id":143,"parentId":114,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/stream-utils/encoded-tags.js","layer":"pages-dir-node"},"startTime":1755772440663,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":43129,"timestamp":43087456,"id":130,"parentId":76,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/batcher.js","layer":"pages-dir-node"},"startTime":1755772440622,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":43676,"timestamp":43087518,"id":131,"parentId":96,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/batcher.js","layer":"rsc"},"startTime":1755772440622,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":44655,"timestamp":43087032,"id":127,"parentId":25,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1755772440622,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":45006,"timestamp":43087197,"id":128,"parentId":25,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/experimental/ppr.js","layer":"rsc"},"startTime":1755772440622,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":45398,"timestamp":43087317,"id":129,"parentId":25,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/fallback-params.js","layer":"rsc"},"startTime":1755772440622,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":45616,"timestamp":43087644,"id":132,"parentId":76,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/scheduler.js","layer":"pages-dir-node"},"startTime":1755772440622,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":46143,"timestamp":43087692,"id":133,"parentId":96,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/scheduler.js","layer":"rsc"},"startTime":1755772440623,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":1653,"timestamp":43140122,"id":150,"parentId":134,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/utils.js","layer":"pages-dir-node"},"startTime":1755772440675,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15515,"timestamp":43128579,"id":149,"parentId":118,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":"pages-dir-node"},"startTime":1755772440663,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":17552,"timestamp":43128530,"id":148,"parentId":118,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"pages-dir-node"},"startTime":1755772440663,"traceId":"2b0adf677a8714d2"},{"name":"build-module-external","duration":18,"timestamp":43147914,"id":157,"parentId":113,"tags":{"name":"../app-render/work-async-storage.external","layer":null},"startTime":1755772440683,"traceId":"2b0adf677a8714d2"},{"name":"build-module-external","duration":6,"timestamp":43147945,"id":158,"parentId":113,"tags":{"name":"./work-unit-async-storage.external","layer":null},"startTime":1755772440683,"traceId":"2b0adf677a8714d2"},{"name":"build-module-external","duration":4,"timestamp":43147958,"id":159,"parentId":113,"tags":{"name":"../app-render/action-async-storage.external","layer":null},"startTime":1755772440683,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":19083,"timestamp":43148738,"id":170,"parentId":25,"tags":{"name":"/home/runner/work/envin/envin/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/runner/work/envin/envin/packages/cli/src/app/favicon.ico?__next_metadata__","layer":"rsc"},"startTime":1755772440684,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":33044,"timestamp":43140180,"id":151,"parentId":134,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/base-http/helpers.js","layer":"pages-dir-node"},"startTime":1755772440675,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":49133,"timestamp":43124463,"id":136,"parentId":83,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/base-http/helpers.js","layer":"rsc"},"startTime":1755772440659,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":49430,"timestamp":43124752,"id":138,"parentId":88,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/base-http/index.js","layer":"rsc"},"startTime":1755772440660,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":51393,"timestamp":43124976,"id":140,"parentId":85,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/dedupe-fetch.js","layer":"rsc"},"startTime":1755772440660,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":52865,"timestamp":43124634,"id":137,"parentId":85,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"rsc"},"startTime":1755772440659,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":38819,"timestamp":43140223,"id":152,"parentId":134,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/request.js","layer":"pages-dir-node"},"startTime":1755772440675,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":54718,"timestamp":43125223,"id":142,"parentId":95,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/request.js","layer":"rsc"},"startTime":1755772440660,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":55336,"timestamp":43125114,"id":141,"parentId":85,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/clone-response.js","layer":"rsc"},"startTime":1755772440660,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":33090,"timestamp":43147848,"id":156,"parentId":113,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/render-from-template-context.js","layer":"rsc"},"startTime":1755772440683,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":33287,"timestamp":43147968,"id":160,"parentId":113,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/client-page.js","layer":"rsc"},"startTime":1755772440683,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":33535,"timestamp":43148055,"id":161,"parentId":113,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/client-segment.js","layer":"rsc"},"startTime":1755772440683,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":34186,"timestamp":43148328,"id":164,"parentId":113,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/hooks-server-context.js","layer":"rsc"},"startTime":1755772440683,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":37410,"timestamp":43147766,"id":155,"parentId":113,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/layout-router.js","layer":"rsc"},"startTime":1755772440683,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":37487,"timestamp":43148504,"id":166,"parentId":110,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"rsc"},"startTime":1755772440683,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":26,"timestamp":43187115,"id":171,"parentId":127,"tags":{"name":"next/dist/compiled/next-server/app-page.runtime.prod.js","layer":null},"startTime":1755772440722,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":42889,"timestamp":43148616,"id":168,"parentId":111,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"rsc"},"startTime":1755772440683,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":44156,"timestamp":43148562,"id":167,"parentId":111,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"rsc"},"startTime":1755772440683,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":44703,"timestamp":43148677,"id":169,"parentId":111,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"rsc"},"startTime":1755772440684,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":74937,"timestamp":43124863,"id":139,"parentId":85,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"rsc"},"startTime":1755772440660,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":71957,"timestamp":43128196,"id":144,"parentId":98,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/detached-promise.js","layer":"pages-dir-node"},"startTime":1755772440663,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":72285,"timestamp":43128236,"id":145,"parentId":104,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/detached-promise.js","layer":"rsc"},"startTime":1755772440663,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":72770,"timestamp":43128364,"id":146,"parentId":98,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/client-component-renderer-logger.js","layer":"pages-dir-node"},"startTime":1755772440663,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":73373,"timestamp":43128411,"id":147,"parentId":104,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/client-component-renderer-logger.js","layer":"rsc"},"startTime":1755772440663,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15616,"timestamp":43187158,"id":172,"parentId":113,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"rsc"},"startTime":1755772440722,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15680,"timestamp":43187412,"id":174,"parentId":109,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/invariant-error.js","layer":"rsc"},"startTime":1755772440722,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16620,"timestamp":43187313,"id":173,"parentId":121,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/http-access-fallback/error-fallback.js","layer":"rsc"},"startTime":1755772440722,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":8088,"timestamp":43205311,"id":177,"parentId":114,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/errors/constants.js","layer":"pages-dir-node"},"startTime":1755772440740,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":8418,"timestamp":43205365,"id":178,"parentId":115,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/errors/constants.js","layer":"rsc"},"startTime":1755772440740,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":9408,"timestamp":43205427,"id":179,"parentId":114,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/segment-cache/output-export-prefetch-encoding.js","layer":"pages-dir-node"},"startTime":1755772440740,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":11630,"timestamp":43204566,"id":175,"parentId":25,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/app/layout.tsx","layer":"rsc"},"startTime":1755772440739,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11151,"timestamp":43205636,"id":182,"parentId":113,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/metadata/metadata-boundary.js","layer":"rsc"},"startTime":1755772440740,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":12396,"timestamp":43205468,"id":180,"parentId":115,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/segment-cache/output-export-prefetch-encoding.js","layer":"rsc"},"startTime":1755772440740,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":13977,"timestamp":43205190,"id":176,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/app/page.tsx","layer":"rsc"},"startTime":1755772440740,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":78555,"timestamp":43147561,"id":153,"parentId":114,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/stream-utils/uint8array-helpers.js","layer":"pages-dir-node"},"startTime":1755772440682,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":79963,"timestamp":43147622,"id":154,"parentId":115,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/stream-utils/uint8array-helpers.js","layer":"rsc"},"startTime":1755772440682,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":84498,"timestamp":43148226,"id":163,"parentId":113,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/params.js","layer":"rsc"},"startTime":1755772440683,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":88422,"timestamp":43148387,"id":165,"parentId":113,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/collect-segment-data.js","layer":"rsc"},"startTime":1755772440683,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":102955,"timestamp":43148123,"id":162,"parentId":113,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/search-params.js","layer":"rsc"},"startTime":1755772440683,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":40320,"timestamp":43221161,"id":186,"parentId":129,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"rsc"},"startTime":1755772440756,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":43892,"timestamp":43221303,"id":187,"parentId":129,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"rsc"},"startTime":1755772440756,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11536,"timestamp":43255942,"id":188,"parentId":167,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"rsc"},"startTime":1755772440791,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":67705,"timestamp":43205695,"id":183,"parentId":113,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/rsc/preloads.js","layer":"rsc"},"startTime":1755772440741,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":67911,"timestamp":43205797,"id":184,"parentId":113,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/rsc/postpone.js","layer":"rsc"},"startTime":1755772440741,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":70267,"timestamp":43205530,"id":181,"parentId":113,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/metadata.js","layer":"rsc"},"startTime":1755772440740,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":70997,"timestamp":43205904,"id":185,"parentId":113,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/rsc/taint.js","layer":"rsc"},"startTime":1755772440741,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":9006,"timestamp":43268886,"id":201,"parentId":166,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"rsc"},"startTime":1755772440804,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10984,"timestamp":43267948,"id":191,"parentId":149,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"pages-dir-node"},"startTime":1755772440803,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10783,"timestamp":43279558,"id":202,"parentId":139,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"rsc"},"startTime":1755772440814,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11339,"timestamp":43279784,"id":204,"parentId":167,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/segment.js","layer":"rsc"},"startTime":1755772440815,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":12925,"timestamp":43279850,"id":205,"parentId":168,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"rsc"},"startTime":1755772440815,"traceId":"2b0adf677a8714d2"},{"name":"build-module-cjs","duration":39346,"timestamp":43256144,"id":189,"parentId":29,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/cjs/_interop_require_default.cjs","layer":"pages-dir-node"},"startTime":1755772440791,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":39618,"timestamp":43256225,"id":190,"parentId":49,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/api/server.js","layer":"rsc"},"startTime":1755772440791,"traceId":"2b0adf677a8714d2"},{"name":"add-entry","duration":715659,"timestamp":42581873,"id":21,"parentId":18,"tags":{"request":"next/dist/pages/_app"},"startTime":1755772440117,"traceId":"2b0adf677a8714d2"},{"name":"build-module-external","duration":19,"timestamp":43298955,"id":211,"parentId":163,"tags":{"name":"../app-render/dynamic-access-async-storage.external","layer":null},"startTime":1755772440834,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":8746,"timestamp":43293034,"id":206,"parentId":187,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"rsc"},"startTime":1755772440828,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":35062,"timestamp":43268046,"id":192,"parentId":97,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/pages/vendored/contexts/amp-context.js","layer":"pages-dir-node"},"startTime":1755772440803,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":36616,"timestamp":43268261,"id":195,"parentId":152,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/next-url.js","layer":"pages-dir-node"},"startTime":1755772440803,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":39365,"timestamp":43268317,"id":196,"parentId":142,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/next-url.js","layer":"rsc"},"startTime":1755772440803,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":39773,"timestamp":43268097,"id":193,"parentId":97,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/pages/vendored/contexts/head-manager-context.js","layer":"pages-dir-node"},"startTime":1755772440803,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":39995,"timestamp":43268502,"id":197,"parentId":152,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/error.js","layer":"pages-dir-node"},"startTime":1755772440803,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":40662,"timestamp":43268551,"id":198,"parentId":142,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/error.js","layer":"rsc"},"startTime":1755772440803,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":41018,"timestamp":43268666,"id":199,"parentId":152,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/cookies.js","layer":"pages-dir-node"},"startTime":1755772440803,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":41583,"timestamp":43268707,"id":200,"parentId":142,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/cookies.js","layer":"rsc"},"startTime":1755772440804,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":42723,"timestamp":43268137,"id":194,"parentId":138,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/api-utils/get-cookie-parser.js","layer":"rsc"},"startTime":1755772440803,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16992,"timestamp":43298773,"id":209,"parentId":173,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/styles/access-error-styles.js","layer":"rsc"},"startTime":1755772440834,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":17738,"timestamp":43298570,"id":207,"parentId":191,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"pages-dir-node"},"startTime":1755772440833,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":19393,"timestamp":43299238,"id":214,"parentId":163,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils/reflect-utils.js","layer":"rsc"},"startTime":1755772440834,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":19997,"timestamp":43299406,"id":216,"parentId":165,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js","layer":"rsc"},"startTime":1755772440834,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":40453,"timestamp":43279657,"id":203,"parentId":139,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/metadata-constants.js","layer":"rsc"},"startTime":1755772440814,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":7412,"timestamp":43313199,"id":217,"parentId":187,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"rsc"},"startTime":1755772440848,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":7888,"timestamp":43313307,"id":218,"parentId":187,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"rsc"},"startTime":1755772440848,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":5254,"timestamp":43322085,"id":225,"parentId":181,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/metadata/async-metadata.js","layer":"rsc"},"startTime":1755772440857,"traceId":"2b0adf677a8714d2"}]
|
|
3
|
-
[{"name":"build-module-js","duration":6268,"timestamp":43321998,"id":224,"parentId":181,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"rsc"},"startTime":1755772440857,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":37559,"timestamp":43298648,"id":208,"parentId":88,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/api-utils/index.js","layer":"rsc"},"startTime":1755772440833,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":40393,"timestamp":43299130,"id":213,"parentId":165,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/create-error-handler.js","layer":"rsc"},"startTime":1755772440834,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":40936,"timestamp":43299304,"id":215,"parentId":163,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"rsc"},"startTime":1755772440834,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":43097,"timestamp":43298841,"id":210,"parentId":163,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js","layer":"rsc"},"startTime":1755772440834,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":18,"timestamp":43348200,"id":227,"parentId":176,"tags":{"name":"node:path","layer":null},"startTime":1755772440883,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":56110,"timestamp":43298991,"id":212,"parentId":162,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/utils.js","layer":"rsc"},"startTime":1755772440834,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":8021,"timestamp":43348087,"id":226,"parentId":207,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/segment.js","layer":"pages-dir-node"},"startTime":1755772440883,"traceId":"2b0adf677a8714d2"},{"name":"add-entry","duration":775089,"timestamp":42581909,"id":24,"parentId":18,"tags":{"request":"next/dist/pages/_document"},"startTime":1755772440117,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":43517,"timestamp":43321444,"id":219,"parentId":63,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/fresh/index.js","layer":"pages-dir-node"},"startTime":1755772440856,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":44684,"timestamp":43321511,"id":220,"parentId":91,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/fresh/index.js","layer":"rsc"},"startTime":1755772440856,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":44948,"timestamp":43321657,"id":221,"parentId":120,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-loader/module-proxy.js","layer":"rsc"},"startTime":1755772440856,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":52338,"timestamp":43321779,"id":222,"parentId":181,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/resolve-metadata.js","layer":"rsc"},"startTime":1755772440857,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":53315,"timestamp":43321893,"id":223,"parentId":181,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/pathname.js","layer":"rsc"},"startTime":1755772440857,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":19726,"timestamp":43356600,"id":235,"parentId":195,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/get-hostname.js","layer":"pages-dir-node"},"startTime":1755772440891,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":20155,"timestamp":43356675,"id":236,"parentId":196,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/get-hostname.js","layer":"rsc"},"startTime":1755772440892,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":20675,"timestamp":43356815,"id":238,"parentId":196,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":"rsc"},"startTime":1755772440892,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":24526,"timestamp":43356879,"id":239,"parentId":195,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":"pages-dir-node"},"startTime":1755772440892,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":3104,"timestamp":43382662,"id":241,"parentId":213,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/is-error.js","layer":"rsc"},"startTime":1755772440917,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":31196,"timestamp":43356752,"id":237,"parentId":195,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":"pages-dir-node"},"startTime":1755772440892,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":31839,"timestamp":43356918,"id":240,"parentId":196,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":"rsc"},"startTime":1755772440892,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":48956,"timestamp":43348230,"id":228,"parentId":181,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/generate/basic.js","layer":"rsc"},"startTime":1755772440883,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":49905,"timestamp":43348372,"id":229,"parentId":181,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/generate/alternate.js","layer":"rsc"},"startTime":1755772440883,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":51831,"timestamp":43348488,"id":230,"parentId":181,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/generate/opengraph.js","layer":"rsc"},"startTime":1755772440883,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":52597,"timestamp":43348595,"id":231,"parentId":181,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/generate/icons.js","layer":"rsc"},"startTime":1755772440883,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":52932,"timestamp":43348809,"id":233,"parentId":181,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/router-utils/is-postpone.js","layer":"rsc"},"startTime":1755772440884,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":54704,"timestamp":43348706,"id":232,"parentId":181,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/generate/meta.js","layer":"rsc"},"startTime":1755772440884,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":13001,"timestamp":43391958,"id":246,"parentId":195,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js","layer":"pages-dir-node"},"startTime":1755772440927,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":13512,"timestamp":43392030,"id":247,"parentId":196,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js","layer":"rsc"},"startTime":1755772440927,"traceId":"2b0adf677a8714d2"},{"name":"build-module-cjs","duration":55057,"timestamp":43356529,"id":234,"parentId":97,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs","layer":"pages-dir-node"},"startTime":1755772440891,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":8955,"timestamp":43406350,"id":249,"parentId":239,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"pages-dir-node"},"startTime":1755772440941,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":9028,"timestamp":43406791,"id":252,"parentId":213,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/is-next-router-error.js","layer":"rsc"},"startTime":1755772440942,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10069,"timestamp":43406252,"id":248,"parentId":239,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"pages-dir-node"},"startTime":1755772440941,"traceId":"2b0adf677a8714d2"},{"name":"build-module-external","duration":19,"timestamp":43418891,"id":257,"parentId":212,"tags":{"name":"../app-render/after-task-async-storage.external","layer":null},"startTime":1755772440954,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":39537,"timestamp":43382841,"id":242,"parentId":170,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/get-metadata-route.js","layer":"rsc"},"startTime":1755772440918,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":4213,"timestamp":43418840,"id":256,"parentId":237,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"pages-dir-node"},"startTime":1755772440954,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":4721,"timestamp":43418730,"id":255,"parentId":241,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"rsc"},"startTime":1755772440954,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":39962,"timestamp":43391580,"id":243,"parentId":190,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/exports/index.js","layer":"rsc"},"startTime":1755772440926,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":40042,"timestamp":43391726,"id":244,"parentId":113,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server.js","layer":"rsc"},"startTime":1755772440927,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":40125,"timestamp":43391844,"id":245,"parentId":113,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-static.js","layer":"rsc"},"startTime":1755772440927,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":8962,"timestamp":43424343,"id":263,"parentId":239,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"pages-dir-node"},"startTime":1755772440959,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":9950,"timestamp":43423769,"id":258,"parentId":213,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"rsc"},"startTime":1755772440959,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":9729,"timestamp":43424387,"id":264,"parentId":240,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"rsc"},"startTime":1755772440959,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":9964,"timestamp":43424444,"id":265,"parentId":238,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"rsc"},"startTime":1755772440959,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10135,"timestamp":43424544,"id":267,"parentId":238,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"rsc"},"startTime":1755772440959,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10427,"timestamp":43424500,"id":266,"parentId":237,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"pages-dir-node"},"startTime":1755772440959,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10595,"timestamp":43424599,"id":268,"parentId":237,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"pages-dir-node"},"startTime":1755772440959,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10930,"timestamp":43424638,"id":269,"parentId":238,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"rsc"},"startTime":1755772440959,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11289,"timestamp":43424698,"id":270,"parentId":237,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"pages-dir-node"},"startTime":1755772440960,"traceId":"2b0adf677a8714d2"},{"name":"build-module-css","duration":450,"timestamp":43437184,"id":272,"parentId":175,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/app/globals.css","layer":"rsc"},"startTime":1755772440972,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":34600,"timestamp":43406612,"id":251,"parentId":213,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/error-telemetry-utils.js","layer":"rsc"},"startTime":1755772440941,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":36200,"timestamp":43407109,"id":254,"parentId":208,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/adapters/headers.js","layer":"rsc"},"startTime":1755772440942,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":36788,"timestamp":43406894,"id":253,"parentId":213,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/react-large-shell-error.js","layer":"rsc"},"startTime":1755772440942,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":7616,"timestamp":43437108,"id":271,"parentId":249,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"pages-dir-node"},"startTime":1755772440972,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":42115,"timestamp":43406427,"id":250,"parentId":213,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/format-server-error.js","layer":"rsc"},"startTime":1755772440941,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":5148,"timestamp":43444924,"id":273,"parentId":242,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":"rsc"},"startTime":1755772440980,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":5377,"timestamp":43445060,"id":274,"parentId":176,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/app/env.ts","layer":"rsc"},"startTime":1755772440980,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":29637,"timestamp":43423991,"id":260,"parentId":222,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/default-metadata.js","layer":"rsc"},"startTime":1755772440959,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":30145,"timestamp":43424129,"id":261,"parentId":222,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/app-dir-module.js","layer":"rsc"},"startTime":1755772440959,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":30710,"timestamp":43423867,"id":259,"parentId":222,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/interop-default.js","layer":"rsc"},"startTime":1755772440959,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":30845,"timestamp":43424236,"id":262,"parentId":222,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/generate/utils.js","layer":"rsc"},"startTime":1755772440959,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":8211,"timestamp":43451878,"id":285,"parentId":252,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-error.js","layer":"rsc"},"startTime":1755772440987,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":4613,"timestamp":43458306,"id":289,"parentId":242,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/hash.js","layer":"rsc"},"startTime":1755772440993,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":18432,"timestamp":43445297,"id":276,"parentId":113,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react.js","layer":"rsc"},"startTime":1755772440980,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":18905,"timestamp":43445184,"id":275,"parentId":165,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-runtime.js","layer":"rsc"},"startTime":1755772440980,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":20363,"timestamp":43445410,"id":277,"parentId":222,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/resolvers/resolve-opengraph.js","layer":"rsc"},"startTime":1755772440980,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":20828,"timestamp":43445518,"id":278,"parentId":222,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/resolvers/resolve-title.js","layer":"rsc"},"startTime":1755772440980,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":22909,"timestamp":43445621,"id":279,"parentId":222,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/resolvers/resolve-basics.js","layer":"rsc"},"startTime":1755772440980,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":22933,"timestamp":43445928,"id":282,"parentId":232,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/non-nullable.js","layer":"rsc"},"startTime":1755772440981,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":23262,"timestamp":43446044,"id":283,"parentId":228,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/constants.js","layer":"rsc"},"startTime":1755772440981,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":24379,"timestamp":43445727,"id":280,"parentId":222,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/resolvers/resolve-icons.js","layer":"rsc"},"startTime":1755772440981,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":26263,"timestamp":43445828,"id":281,"parentId":222,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/output/log.js","layer":"rsc"},"startTime":1755772440981,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":30512,"timestamp":43446153,"id":284,"parentId":231,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/generate/icon-mark.js","layer":"rsc"},"startTime":1755772440981,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":4204,"timestamp":43472851,"id":296,"parentId":242,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/isomorphic/path.js","layer":"rsc"},"startTime":1755772441008,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":21222,"timestamp":43457908,"id":286,"parentId":165,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react-server-dom-webpack/client.node.js","layer":"rsc"},"startTime":1755772440993,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":23975,"timestamp":43458077,"id":287,"parentId":242,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/server-utils.js","layer":"rsc"},"startTime":1755772440993,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":25120,"timestamp":43458198,"id":288,"parentId":242,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/is-metadata-route.js","layer":"rsc"},"startTime":1755772440993,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":27925,"timestamp":43461159,"id":292,"parentId":243,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/image-response.js","layer":"rsc"},"startTime":1755772440996,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":29307,"timestamp":43461269,"id":293,"parentId":243,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/response.js","layer":"rsc"},"startTime":1755772440996,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":30119,"timestamp":43461372,"id":294,"parentId":243,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/user-agent.js","layer":"rsc"},"startTime":1755772440996,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":30374,"timestamp":43461480,"id":295,"parentId":243,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/url-pattern.js","layer":"rsc"},"startTime":1755772440996,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":38486,"timestamp":43460861,"id":290,"parentId":243,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/connection.js","layer":"rsc"},"startTime":1755772440996,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":39419,"timestamp":43461028,"id":291,"parentId":243,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/root-params.js","layer":"rsc"},"startTime":1755772440996,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":2844,"timestamp":43510102,"id":310,"parentId":287,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/path-match.js","layer":"rsc"},"startTime":1755772441045,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":12779,"timestamp":43501628,"id":298,"parentId":287,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/url.js","layer":"rsc"},"startTime":1755772441036,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":14318,"timestamp":43501419,"id":297,"parentId":281,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/picocolors.js","layer":"rsc"},"startTime":1755772441036,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15386,"timestamp":43501751,"id":299,"parentId":281,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/lru-cache.js","layer":"rsc"},"startTime":1755772441037,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":17374,"timestamp":43501860,"id":300,"parentId":277,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/resolvers/resolve-url.js","layer":"rsc"},"startTime":1755772441037,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10358,"timestamp":43510231,"id":312,"parentId":287,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"rsc"},"startTime":1755772441045,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15799,"timestamp":43510170,"id":311,"parentId":287,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/prepare-destination.js","layer":"rsc"},"startTime":1755772441045,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":7776,"timestamp":43521119,"id":314,"parentId":287,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"rsc"},"startTime":1755772441056,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":61671,"timestamp":43509625,"id":306,"parentId":287,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/generate-interception-routes-rewrites.js","layer":"rsc"},"startTime":1755772441044,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":65985,"timestamp":43507167,"id":303,"parentId":183,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-dom.js","layer":"rsc"},"startTime":1755772441042,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":63701,"timestamp":43509755,"id":307,"parentId":287,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/decode-query-path-parameter.js","layer":"rsc"},"startTime":1755772441045,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":64118,"timestamp":43509867,"id":308,"parentId":287,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/parse-and-validate-flight-router-state.js","layer":"rsc"},"startTime":1755772441045,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":64440,"timestamp":43509972,"id":309,"parentId":288,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/is-app-route-route.js","layer":"rsc"},"startTime":1755772441045,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":45566,"timestamp":43529417,"id":315,"parentId":176,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/envin.tsx","layer":"rsc"},"startTime":1755772441064,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":46292,"timestamp":43529858,"id":317,"parentId":176,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/get-config-file.ts","layer":"rsc"},"startTime":1755772441065,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":89278,"timestamp":43507087,"id":302,"parentId":176,"tags":{"name":"__barrel_optimize__?names=Ban!=!/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"rsc"},"startTime":1755772441042,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":100376,"timestamp":43506951,"id":301,"parentId":175,"tags":{"name":"__barrel_optimize__?names=Shrub!=!/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"rsc"},"startTime":1755772441042,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":113035,"timestamp":43512211,"id":313,"parentId":286,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js","layer":"rsc"},"startTime":1755772441047,"traceId":"2b0adf677a8714d2"}]
|
|
4
|
-
[{"name":"build-module-js","duration":100042,"timestamp":43529662,"id":316,"parentId":194,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/cookie/index.js","layer":"rsc"},"startTime":1755772441064,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10511,"timestamp":43626172,"id":326,"parentId":312,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"rsc"},"startTime":1755772441161,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":60393,"timestamp":43576689,"id":322,"parentId":243,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/after/index.js","layer":"rsc"},"startTime":1755772441112,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":58008,"timestamp":43579680,"id":325,"parentId":213,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/string-hash/index.js","layer":"rsc"},"startTime":1755772441115,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":61628,"timestamp":43579492,"id":323,"parentId":199,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js","layer":"pages-dir-node"},"startTime":1755772441114,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":64623,"timestamp":43579543,"id":324,"parentId":200,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js","layer":"rsc"},"startTime":1755772441114,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":21,"timestamp":43644713,"id":331,"parentId":313,"tags":{"name":"util","layer":null},"startTime":1755772441180,"traceId":"2b0adf677a8714d2"},{"name":"add-entry","duration":1063027,"timestamp":42581887,"id":22,"parentId":18,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1755772440117,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11910,"timestamp":43633995,"id":330,"parentId":311,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/parse-url.js","layer":"rsc"},"startTime":1755772441169,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":12414,"timestamp":43633915,"id":329,"parentId":314,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/match-segments.js","layer":"rsc"},"startTime":1755772441169,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":28641,"timestamp":43626356,"id":327,"parentId":222,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/server-only/empty.js","layer":"rsc"},"startTime":1755772441161,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":23185,"timestamp":43633344,"id":328,"parentId":312,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"rsc"},"startTime":1755772441168,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15730,"timestamp":43644746,"id":332,"parentId":308,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/types.js","layer":"rsc"},"startTime":1755772441180,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":4221,"timestamp":43657039,"id":334,"parentId":301,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/shrub.js","layer":"rsc"},"startTime":1755772441192,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":4601,"timestamp":43656913,"id":333,"parentId":302,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/ban.js","layer":"rsc"},"startTime":1755772441192,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":2639,"timestamp":43664022,"id":336,"parentId":330,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":"rsc"},"startTime":1755772441199,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":6882,"timestamp":43663858,"id":335,"parentId":322,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/after/after.js","layer":"rsc"},"startTime":1755772441199,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":6031,"timestamp":43668535,"id":337,"parentId":334,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/createLucideIcon.js","layer":"rsc"},"startTime":1755772441203,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":3904,"timestamp":43684135,"id":341,"parentId":317,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/run-bundled-code.ts","layer":"rsc"},"startTime":1755772441219,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":20287,"timestamp":43668639,"id":338,"parentId":317,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-loader/server-reference.js","layer":"rsc"},"startTime":1755772441203,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":6482,"timestamp":43683951,"id":340,"parentId":176,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/variables/index.ts","layer":"rsc"},"startTime":1755772441219,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":19,"timestamp":43692247,"id":342,"parentId":317,"tags":{"name":"esbuild","layer":null},"startTime":1755772441227,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":30546,"timestamp":43668767,"id":339,"parentId":317,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-loader/action-validate.js","layer":"rsc"},"startTime":1755772441204,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":7821,"timestamp":43692438,"id":344,"parentId":337,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/Icon.js","layer":"rsc"},"startTime":1755772441227,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":52917,"timestamp":43692283,"id":343,"parentId":294,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/ua-parser-js/ua-parser.js","layer":"rsc"},"startTime":1755772441227,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":28901,"timestamp":43719568,"id":347,"parentId":317,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/cli/utils/logger.ts","layer":"rsc"},"startTime":1755772441254,"traceId":"2b0adf677a8714d2"},{"name":"add-entry","duration":1176881,"timestamp":42581845,"id":20,"parentId":18,"tags":{"request":"next-app-loader?page=%2Ffavicon.ico%2Froute&name=app%2Ffavicon.ico%2Froute&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Fapp&appPaths=%2Ffavicon.ico&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1755772440117,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":4286,"timestamp":43758645,"id":350,"parentId":344,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/defaultAttributes.js","layer":"rsc"},"startTime":1755772441293,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":5002,"timestamp":43758557,"id":349,"parentId":337,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/shared/src/utils.js","layer":"rsc"},"startTime":1755772441293,"traceId":"2b0adf677a8714d2"},{"name":"font-loader","duration":195972,"timestamp":43568777,"id":321,"parentId":320,"tags":{},"startTime":1755772441104,"traceId":"2b0adf677a8714d2"},{"name":"font-loader","duration":202109,"timestamp":43564633,"id":319,"parentId":318,"tags":{},"startTime":1755772441099,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":65841,"timestamp":43705449,"id":346,"parentId":317,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/encryption.js","layer":"rsc"},"startTime":1755772441240,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":27,"timestamp":43772255,"id":351,"parentId":341,"tags":{"name":"node:vm","layer":null},"startTime":1755772441307,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":21440,"timestamp":43758366,"id":348,"parentId":317,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/index.js","layer":"rsc"},"startTime":1755772441293,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":17,"timestamp":43780922,"id":355,"parentId":340,"tags":{"name":"node:fs","layer":null},"startTime":1755772441316,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":3932,"timestamp":43778166,"id":354,"parentId":317,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/result.ts","layer":"rsc"},"startTime":1755772441313,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":4914,"timestamp":43777995,"id":353,"parentId":317,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/improve-error-with-sourcemap.ts","layer":"rsc"},"startTime":1755772441313,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":17927,"timestamp":43772298,"id":352,"parentId":310,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/path-to-regexp/index.js","layer":"rsc"},"startTime":1755772441307,"traceId":"2b0adf677a8714d2"},{"name":"postcss","duration":4878,"timestamp":43997808,"id":359,"parentId":320,"tags":{},"startTime":1755772441533,"traceId":"2b0adf677a8714d2"},{"name":"postcss","duration":1978,"timestamp":44000718,"id":360,"parentId":318,"tags":{},"startTime":1755772441536,"traceId":"2b0adf677a8714d2"},{"name":"next-font-loader","duration":434523,"timestamp":43568748,"id":320,"parentId":305,"tags":{},"startTime":1755772441104,"traceId":"2b0adf677a8714d2"},{"name":"next-font-loader","duration":470632,"timestamp":43532645,"id":318,"parentId":304,"tags":{},"startTime":1755772441067,"traceId":"2b0adf677a8714d2"},{"name":"css-loader","duration":30268,"timestamp":44002876,"id":361,"parentId":305,"tags":{"astUsed":"true"},"startTime":1755772441538,"traceId":"2b0adf677a8714d2"},{"name":"css-loader","duration":29894,"timestamp":44003257,"id":362,"parentId":304,"tags":{"astUsed":"true"},"startTime":1755772441538,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":524054,"timestamp":43509561,"id":305,"parentId":175,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}","layer":"rsc"},"startTime":1755772441044,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":526512,"timestamp":43507298,"id":304,"parentId":175,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":"rsc"},"startTime":1755772441042,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":244402,"timestamp":43790577,"id":357,"parentId":315,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/filters/context.tsx","layer":"rsc"},"startTime":1755772441325,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":245187,"timestamp":43790859,"id":358,"parentId":315,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/context.tsx","layer":"rsc"},"startTime":1755772441326,"traceId":"2b0adf677a8714d2"},{"name":"build-module-cjs","duration":273694,"timestamp":43780956,"id":356,"parentId":308,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/superstruct/index.cjs","layer":"rsc"},"startTime":1755772441316,"traceId":"2b0adf677a8714d2"},{"name":"add-entry","duration":1483641,"timestamp":42581433,"id":19,"parentId":18,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&appDir=%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Fapp&appPaths=%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1755772440116,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":372867,"timestamp":43704989,"id":345,"parentId":341,"tags":{"layer":"rsc"},"startTime":1755772441240,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":6153,"timestamp":44073116,"id":363,"parentId":341,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/static-node-modules-for-vm.ts","layer":"rsc"},"startTime":1755772441608,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":13853,"timestamp":44080699,"id":365,"parentId":340,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/variables/default.ts","layer":"rsc"},"startTime":1755772441616,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":14634,"timestamp":44080534,"id":364,"parentId":340,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/variables/description.ts","layer":"rsc"},"startTime":1755772441615,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":57,"timestamp":44101863,"id":367,"parentId":363,"tags":{"name":"node:fs/promises","layer":null},"startTime":1755772441637,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":16,"timestamp":44102870,"id":368,"parentId":363,"tags":{"name":"node:timers/promises","layer":null},"startTime":1755772441638,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":10,"timestamp":44102901,"id":369,"parentId":363,"tags":{"name":"node:util/types","layer":null},"startTime":1755772441638,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":29666,"timestamp":44080827,"id":366,"parentId":348,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/external.js","layer":"rsc"},"startTime":1755772441616,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":7654,"timestamp":44103282,"id":371,"parentId":315,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/index.tsx","layer":"rsc"},"startTime":1755772441638,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":8246,"timestamp":44103041,"id":370,"parentId":315,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/filters/index.tsx","layer":"rsc"},"startTime":1755772441638,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":25756,"timestamp":44116029,"id":372,"parentId":341,"tags":{"name":"/home/runner/work/envin/envin/packages/core/dist/presets/arktype.js","layer":"rsc"},"startTime":1755772441651,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":28173,"timestamp":44116434,"id":374,"parentId":341,"tags":{"name":"/home/runner/work/envin/envin/packages/core/dist/presets/zod.js","layer":"rsc"},"startTime":1755772441651,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":32704,"timestamp":44116252,"id":373,"parentId":341,"tags":{"name":"/home/runner/work/envin/envin/packages/core/dist/presets/valibot.js","layer":"rsc"},"startTime":1755772441651,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":20,"timestamp":44157026,"id":375,"parentId":363,"tags":{"name":"node:timers","layer":null},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":8,"timestamp":44157062,"id":376,"parentId":363,"tags":{"name":"node:util","layer":null},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":5,"timestamp":44157077,"id":377,"parentId":363,"tags":{"name":"node:assert","layer":null},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":4,"timestamp":44157088,"id":378,"parentId":363,"tags":{"name":"node:async_hooks","layer":null},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":4,"timestamp":44157096,"id":379,"parentId":363,"tags":{"name":"node:buffer","layer":null},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":4,"timestamp":44157104,"id":380,"parentId":363,"tags":{"name":"node:child_process","layer":null},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":4,"timestamp":44157112,"id":381,"parentId":363,"tags":{"name":"node:cluster","layer":null},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":3,"timestamp":44157120,"id":382,"parentId":363,"tags":{"name":"node:console","layer":null},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":4,"timestamp":44157128,"id":383,"parentId":363,"tags":{"name":"node:constants","layer":null},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":4,"timestamp":44157136,"id":384,"parentId":363,"tags":{"name":"node:crypto","layer":null},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":3,"timestamp":44157143,"id":385,"parentId":363,"tags":{"name":"node:dgram","layer":null},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":4,"timestamp":44157151,"id":386,"parentId":363,"tags":{"name":"node:diagnostics_channel","layer":null},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":3,"timestamp":44157159,"id":387,"parentId":363,"tags":{"name":"node:dns","layer":null},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":4,"timestamp":44157166,"id":388,"parentId":363,"tags":{"name":"node:domain","layer":null},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":3,"timestamp":44157174,"id":389,"parentId":363,"tags":{"name":"node:events","layer":null},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":4,"timestamp":44157182,"id":390,"parentId":363,"tags":{"name":"node:http","layer":null},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":6,"timestamp":44157231,"id":391,"parentId":363,"tags":{"name":"node:http2","layer":null},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":4,"timestamp":44157244,"id":392,"parentId":363,"tags":{"name":"node:https","layer":null},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":4,"timestamp":44157253,"id":393,"parentId":363,"tags":{"name":"node:inspector","layer":null},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":4,"timestamp":44157261,"id":394,"parentId":363,"tags":{"name":"node:module","layer":null},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":3,"timestamp":44157270,"id":395,"parentId":363,"tags":{"name":"node:net","layer":null},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":3,"timestamp":44157277,"id":396,"parentId":363,"tags":{"name":"node:os","layer":null},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":3,"timestamp":44157284,"id":397,"parentId":363,"tags":{"name":"node:perf_hooks","layer":null},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":4,"timestamp":44157292,"id":398,"parentId":363,"tags":{"name":"node:process","layer":null},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":3,"timestamp":44157299,"id":399,"parentId":363,"tags":{"name":"node:querystring","layer":null},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":4,"timestamp":44157307,"id":400,"parentId":363,"tags":{"name":"node:readline","layer":null},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":3,"timestamp":44157314,"id":401,"parentId":363,"tags":{"name":"node:repl","layer":null},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":3,"timestamp":44157322,"id":402,"parentId":363,"tags":{"name":"node:stream","layer":null},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":3,"timestamp":44157329,"id":403,"parentId":363,"tags":{"name":"node:string_decoder","layer":null},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":4,"timestamp":44157336,"id":404,"parentId":363,"tags":{"name":"node:tls","layer":null},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":3,"timestamp":44157344,"id":405,"parentId":363,"tags":{"name":"node:tty","layer":null},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":3,"timestamp":44157351,"id":406,"parentId":363,"tags":{"name":"node:url","layer":null},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":3,"timestamp":44157359,"id":407,"parentId":363,"tags":{"name":"node:v8","layer":null},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":4,"timestamp":44157366,"id":408,"parentId":363,"tags":{"name":"node:worker_threads","layer":null},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":3,"timestamp":44157374,"id":409,"parentId":363,"tags":{"name":"node:zlib","layer":null},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":2412,"timestamp":44157383,"id":410,"parentId":345,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/cn.ts","layer":"rsc"},"startTime":1755772441692,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":4046,"timestamp":44160512,"id":413,"parentId":345,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/register-spinner-autostopping.ts","layer":"rsc"},"startTime":1755772441695,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":4876,"timestamp":44160277,"id":412,"parentId":345,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/preset.ts","layer":"rsc"},"startTime":1755772441695,"traceId":"2b0adf677a8714d2"}]
|
|
5
|
-
[{"name":"build-module-ts","duration":3789,"timestamp":44165434,"id":421,"parentId":340,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/types.ts","layer":"rsc"},"startTime":1755772441700,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16697,"timestamp":44160064,"id":411,"parentId":340,"tags":{"name":"/home/runner/work/envin/envin/node_modules/dotenv/lib/main.js","layer":"rsc"},"startTime":1755772441695,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16317,"timestamp":44160861,"id":415,"parentId":366,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/checks.js","layer":"rsc"},"startTime":1755772441696,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16912,"timestamp":44160973,"id":416,"parentId":366,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/errors.js","layer":"rsc"},"startTime":1755772441696,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":17289,"timestamp":44161103,"id":417,"parentId":366,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/parse.js","layer":"rsc"},"startTime":1755772441696,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":44833,"timestamp":44160725,"id":414,"parentId":366,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/schemas.js","layer":"rsc"},"startTime":1755772441696,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":45119,"timestamp":44161214,"id":418,"parentId":366,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/compat.js","layer":"rsc"},"startTime":1755772441696,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":45630,"timestamp":44161456,"id":420,"parentId":366,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/coerce.js","layer":"rsc"},"startTime":1755772441696,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":46968,"timestamp":44161349,"id":419,"parentId":366,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/iso.js","layer":"rsc"},"startTime":1755772441696,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":43432,"timestamp":44172941,"id":425,"parentId":341,"tags":{"name":"/home/runner/work/envin/envin/packages/core/dist/index.js","layer":"rsc"},"startTime":1755772441708,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":54157,"timestamp":44169263,"id":422,"parentId":366,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/index.js","layer":"rsc"},"startTime":1755772441704,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":55543,"timestamp":44169516,"id":424,"parentId":366,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/en.js","layer":"rsc"},"startTime":1755772441704,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":56896,"timestamp":44169405,"id":423,"parentId":366,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/index.js","layer":"rsc"},"startTime":1755772441704,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":27,"timestamp":44228638,"id":428,"parentId":411,"tags":{"name":"fs","layer":null},"startTime":1755772441763,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":11,"timestamp":44228685,"id":429,"parentId":411,"tags":{"name":"os","layer":null},"startTime":1755772441764,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":7,"timestamp":44228704,"id":430,"parentId":411,"tags":{"name":"crypto","layer":null},"startTime":1755772441764,"traceId":"2b0adf677a8714d2"},{"name":"build-module-json","duration":923,"timestamp":44234355,"id":431,"parentId":411,"tags":{"name":"/home/runner/work/envin/envin/node_modules/dotenv/package.json","layer":"rsc"},"startTime":1755772441769,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":65673,"timestamp":44209731,"id":426,"parentId":347,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/index.mjs","layer":"rsc"},"startTime":1755772441745,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":72575,"timestamp":44221952,"id":427,"parentId":353,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/source-map.js","layer":"rsc"},"startTime":1755772441757,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":19233,"timestamp":44291123,"id":432,"parentId":416,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/util.js","layer":"rsc"},"startTime":1755772441826,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":24732,"timestamp":44294902,"id":433,"parentId":422,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/core.js","layer":"rsc"},"startTime":1755772441830,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":26131,"timestamp":44295158,"id":434,"parentId":422,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/parse.js","layer":"rsc"},"startTime":1755772441830,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":28381,"timestamp":44295352,"id":435,"parentId":422,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/errors.js","layer":"rsc"},"startTime":1755772441830,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":52170,"timestamp":44295538,"id":436,"parentId":422,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/schemas.js","layer":"rsc"},"startTime":1755772441830,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":52188,"timestamp":44295914,"id":438,"parentId":422,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/versions.js","layer":"rsc"},"startTime":1755772441831,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":58112,"timestamp":44295725,"id":437,"parentId":422,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/checks.js","layer":"rsc"},"startTime":1755772441831,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":70293,"timestamp":44296111,"id":439,"parentId":422,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/regexes.js","layer":"rsc"},"startTime":1755772441831,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":70858,"timestamp":44296297,"id":440,"parentId":422,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/registries.js","layer":"rsc"},"startTime":1755772441831,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":71193,"timestamp":44296466,"id":441,"parentId":422,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/doc.js","layer":"rsc"},"startTime":1755772441831,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":71827,"timestamp":44296636,"id":442,"parentId":422,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/function.js","layer":"rsc"},"startTime":1755772441831,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":75258,"timestamp":44296985,"id":444,"parentId":422,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/to-json-schema.js","layer":"rsc"},"startTime":1755772441832,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":75274,"timestamp":44297181,"id":445,"parentId":422,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/json-schema.js","layer":"rsc"},"startTime":1755772441832,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":81117,"timestamp":44296806,"id":443,"parentId":422,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/api.js","layer":"rsc"},"startTime":1755772441832,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":81457,"timestamp":44297348,"id":446,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ar.js","layer":"rsc"},"startTime":1755772441832,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":82169,"timestamp":44297686,"id":448,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/be.js","layer":"rsc"},"startTime":1755772441833,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":82925,"timestamp":44297869,"id":449,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ca.js","layer":"rsc"},"startTime":1755772441833,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":84067,"timestamp":44297520,"id":447,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/az.js","layer":"rsc"},"startTime":1755772441832,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":84301,"timestamp":44298214,"id":451,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/da.js","layer":"rsc"},"startTime":1755772441833,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":85226,"timestamp":44298091,"id":450,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/cs.js","layer":"rsc"},"startTime":1755772441833,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":85673,"timestamp":44298426,"id":453,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/eo.js","layer":"rsc"},"startTime":1755772441833,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":86496,"timestamp":44298319,"id":452,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/de.js","layer":"rsc"},"startTime":1755772441833,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":87147,"timestamp":44298524,"id":454,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/es.js","layer":"rsc"},"startTime":1755772441833,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":88331,"timestamp":44298722,"id":456,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fi.js","layer":"rsc"},"startTime":1755772441834,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":88893,"timestamp":44298915,"id":458,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fr-CA.js","layer":"rsc"},"startTime":1755772441834,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":90002,"timestamp":44298620,"id":455,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fa.js","layer":"rsc"},"startTime":1755772441833,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":91733,"timestamp":44298818,"id":457,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fr.js","layer":"rsc"},"startTime":1755772441834,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":92366,"timestamp":44299138,"id":460,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/hu.js","layer":"rsc"},"startTime":1755772441834,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":93014,"timestamp":44299235,"id":461,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/id.js","layer":"rsc"},"startTime":1755772441834,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":93942,"timestamp":44299036,"id":459,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/he.js","layer":"rsc"},"startTime":1755772441834,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":94272,"timestamp":44299434,"id":463,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/it.js","layer":"rsc"},"startTime":1755772441834,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":95136,"timestamp":44299337,"id":462,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/is.js","layer":"rsc"},"startTime":1755772441834,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":95683,"timestamp":44299527,"id":464,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ja.js","layer":"rsc"},"startTime":1755772441834,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":96334,"timestamp":44299627,"id":465,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/kh.js","layer":"rsc"},"startTime":1755772441834,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":96996,"timestamp":44299719,"id":466,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ko.js","layer":"rsc"},"startTime":1755772441835,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":97648,"timestamp":44299812,"id":467,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/mk.js","layer":"rsc"},"startTime":1755772441835,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":98251,"timestamp":44299912,"id":468,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ms.js","layer":"rsc"},"startTime":1755772441835,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":98813,"timestamp":44300024,"id":469,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/nl.js","layer":"rsc"},"startTime":1755772441835,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":99356,"timestamp":44300222,"id":471,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ota.js","layer":"rsc"},"startTime":1755772441835,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":100175,"timestamp":44300122,"id":470,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/no.js","layer":"rsc"},"startTime":1755772441835,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":100609,"timestamp":44300411,"id":473,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/pl.js","layer":"rsc"},"startTime":1755772441835,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":101300,"timestamp":44300606,"id":475,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ru.js","layer":"rsc"},"startTime":1755772441835,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":102119,"timestamp":44300511,"id":474,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/pt.js","layer":"rsc"},"startTime":1755772441835,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":103066,"timestamp":44300317,"id":472,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ps.js","layer":"rsc"},"startTime":1755772441835,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":103364,"timestamp":44300794,"id":477,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/sv.js","layer":"rsc"},"startTime":1755772441836,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":104030,"timestamp":44300889,"id":478,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ta.js","layer":"rsc"},"startTime":1755772441836,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":104748,"timestamp":44300981,"id":479,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/th.js","layer":"rsc"},"startTime":1755772441836,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":105749,"timestamp":44300698,"id":476,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/sl.js","layer":"rsc"},"startTime":1755772441836,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":106133,"timestamp":44301094,"id":480,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/tr.js","layer":"rsc"},"startTime":1755772441836,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":106784,"timestamp":44301194,"id":481,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ua.js","layer":"rsc"},"startTime":1755772441836,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":107433,"timestamp":44301290,"id":482,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ur.js","layer":"rsc"},"startTime":1755772441836,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":108104,"timestamp":44301383,"id":483,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/vi.js","layer":"rsc"},"startTime":1755772441836,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":108736,"timestamp":44301481,"id":484,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/zh-CN.js","layer":"rsc"},"startTime":1755772441836,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":109236,"timestamp":44301670,"id":486,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/yo.js","layer":"rsc"},"startTime":1755772441836,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":110058,"timestamp":44301576,"id":485,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/zh-TW.js","layer":"rsc"},"startTime":1755772441836,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":119519,"timestamp":44304173,"id":487,"parentId":353,"tags":{"name":"/home/runner/work/envin/envin/node_modules/stacktrace-parser/dist/stack-trace-parser.esm.js","layer":"rsc"},"startTime":1755772441839,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":121724,"timestamp":44305272,"id":488,"parentId":426,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/core.mjs","layer":"rsc"},"startTime":1755772441840,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":14471,"timestamp":44414241,"id":489,"parentId":426,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/shared/consola.DRwqZj3T.mjs","layer":"rsc"},"startTime":1755772441949,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":16504,"timestamp":44414449,"id":490,"parentId":426,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/shared/consola.DXBYu-KD.mjs","layer":"rsc"},"startTime":1755772441949,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":58724,"timestamp":44414565,"id":491,"parentId":426,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/chunks/prompt.mjs","layer":"rsc"},"startTime":1755772441949,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":58653,"timestamp":44427144,"id":492,"parentId":427,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/source-map-generator.js","layer":"rsc"},"startTime":1755772441962,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":61599,"timestamp":44427446,"id":494,"parentId":427,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/source-node.js","layer":"rsc"},"startTime":1755772441962,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":65259,"timestamp":44427329,"id":493,"parentId":427,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/source-map-consumer.js","layer":"rsc"},"startTime":1755772441962,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":8394,"timestamp":44486186,"id":496,"parentId":371,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/preview.tsx","layer":"rsc"},"startTime":1755772442021,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":8835,"timestamp":44485970,"id":495,"parentId":371,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/form.tsx","layer":"rsc"},"startTime":1755772442021,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11779,"timestamp":44486313,"id":497,"parentId":413,"tags":{"name":"/home/runner/work/envin/envin/node_modules/log-symbols/index.js","layer":"rsc"},"startTime":1755772442021,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":15548,"timestamp":44495170,"id":498,"parentId":410,"tags":{"name":"/home/runner/work/envin/envin/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"rsc"},"startTime":1755772442030,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":16165,"timestamp":44495313,"id":499,"parentId":410,"tags":{"name":"/home/runner/work/envin/envin/node_modules/clsx/dist/clsx.mjs","layer":"rsc"},"startTime":1755772442030,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15403,"timestamp":44499471,"id":500,"parentId":492,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/base64-vlq.js","layer":"rsc"},"startTime":1755772442034,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":18709,"timestamp":44499614,"id":501,"parentId":492,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/util.js","layer":"rsc"},"startTime":1755772442034,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":20266,"timestamp":44499729,"id":502,"parentId":492,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/array-set.js","layer":"rsc"},"startTime":1755772442035,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":20859,"timestamp":44499839,"id":503,"parentId":492,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/mapping-list.js","layer":"rsc"},"startTime":1755772442035,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":21969,"timestamp":44500440,"id":505,"parentId":493,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/quick-sort.js","layer":"rsc"},"startTime":1755772442035,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":22965,"timestamp":44500302,"id":504,"parentId":493,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/binary-search.js","layer":"rsc"},"startTime":1755772442035,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":54710,"timestamp":44513167,"id":506,"parentId":373,"tags":{"name":"/home/runner/work/envin/envin/node_modules/valibot/dist/index.js","layer":"rsc"},"startTime":1755772442048,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":52392,"timestamp":44518496,"id":507,"parentId":497,"tags":{"name":"/home/runner/work/envin/envin/node_modules/log-symbols/symbols.js","layer":"rsc"},"startTime":1755772442053,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":51310,"timestamp":44520966,"id":508,"parentId":372,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/index.js","layer":"rsc"},"startTime":1755772442056,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":5743,"timestamp":44571316,"id":509,"parentId":500,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/base64.js","layer":"rsc"},"startTime":1755772442106,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":3156,"timestamp":44575500,"id":510,"parentId":508,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/config.js","layer":"rsc"},"startTime":1755772442110,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":3579,"timestamp":44575714,"id":511,"parentId":508,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/generic.js","layer":"rsc"},"startTime":1755772442111,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":3667,"timestamp":44575896,"id":512,"parentId":508,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/module.js","layer":"rsc"},"startTime":1755772442111,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":4838,"timestamp":44576092,"id":513,"parentId":508,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/scope.js","layer":"rsc"},"startTime":1755772442111,"traceId":"2b0adf677a8714d2"}]
|
|
6
|
-
[{"name":"build-module-js","duration":5604,"timestamp":44577192,"id":514,"parentId":508,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/type.js","layer":"rsc"},"startTime":1755772442112,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":6310,"timestamp":44577987,"id":515,"parentId":508,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/keywords.js","layer":"rsc"},"startTime":1755772442113,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":7045,"timestamp":44584689,"id":516,"parentId":513,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/match.js","layer":"rsc"},"startTime":1755772442120,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":4067,"timestamp":44588907,"id":517,"parentId":511,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/string.js","layer":"rsc"},"startTime":1755772442124,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":4655,"timestamp":44589067,"id":518,"parentId":513,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/definition.js","layer":"rsc"},"startTime":1755772442124,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":5633,"timestamp":44589191,"id":519,"parentId":511,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/reduce/dynamic.js","layer":"rsc"},"startTime":1755772442124,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":5862,"timestamp":44589402,"id":521,"parentId":513,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/scanner.js","layer":"rsc"},"startTime":1755772442124,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":6244,"timestamp":44589298,"id":520,"parentId":513,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/ast/validate.js","layer":"rsc"},"startTime":1755772442124,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":8315,"timestamp":44589881,"id":522,"parentId":515,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/builtins.js","layer":"rsc"},"startTime":1755772442125,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":8497,"timestamp":44590052,"id":523,"parentId":515,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/constructors.js","layer":"rsc"},"startTime":1755772442125,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10058,"timestamp":44590166,"id":524,"parentId":515,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/number.js","layer":"rsc"},"startTime":1755772442125,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":14211,"timestamp":44590278,"id":525,"parentId":515,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/string.js","layer":"rsc"},"startTime":1755772442125,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15689,"timestamp":44590379,"id":526,"parentId":515,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/ts.js","layer":"rsc"},"startTime":1755772442125,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":7128,"timestamp":44613244,"id":528,"parentId":518,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/tupleLiteral.js","layer":"rsc"},"startTime":1755772442148,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":7851,"timestamp":44613433,"id":529,"parentId":518,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/tupleExpressions.js","layer":"rsc"},"startTime":1755772442148,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":8123,"timestamp":44613604,"id":530,"parentId":519,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/reduce/shared.js","layer":"rsc"},"startTime":1755772442148,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":9913,"timestamp":44612995,"id":527,"parentId":518,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/objectLiteral.js","layer":"rsc"},"startTime":1755772442148,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":9032,"timestamp":44615806,"id":531,"parentId":523,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/Array.js","layer":"rsc"},"startTime":1755772442151,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":9387,"timestamp":44616063,"id":532,"parentId":523,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/FormData.js","layer":"rsc"},"startTime":1755772442151,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":9980,"timestamp":44616610,"id":533,"parentId":523,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/TypedArray.js","layer":"rsc"},"startTime":1755772442151,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10249,"timestamp":44616863,"id":535,"parentId":517,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operator/operator.js","layer":"rsc"},"startTime":1755772442152,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10696,"timestamp":44616751,"id":534,"parentId":517,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operator/default.js","layer":"rsc"},"startTime":1755772442152,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10845,"timestamp":44616971,"id":536,"parentId":519,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operand/operand.js","layer":"rsc"},"startTime":1755772442152,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":12322,"timestamp":44617497,"id":538,"parentId":507,"tags":{"name":"/home/runner/work/envin/envin/node_modules/yoctocolors/index.js","layer":"rsc"},"startTime":1755772442152,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":12888,"timestamp":44617353,"id":537,"parentId":507,"tags":{"name":"/home/runner/work/envin/envin/node_modules/is-unicode-supported/index.js","layer":"rsc"},"startTime":1755772442152,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":8548,"timestamp":44625723,"id":539,"parentId":510,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/config.js","layer":"rsc"},"startTime":1755772442161,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":6733,"timestamp":44630961,"id":540,"parentId":528,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/property.js","layer":"rsc"},"startTime":1755772442166,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":7303,"timestamp":44631120,"id":541,"parentId":529,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operand/unenclosed.js","layer":"rsc"},"startTime":1755772442166,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":9660,"timestamp":44634670,"id":542,"parentId":535,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operator/bounds.js","layer":"rsc"},"startTime":1755772442169,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":9753,"timestamp":44634932,"id":544,"parentId":535,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operator/divisor.js","layer":"rsc"},"startTime":1755772442170,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10239,"timestamp":44635060,"id":545,"parentId":536,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operand/enclosed.js","layer":"rsc"},"startTime":1755772442170,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10728,"timestamp":44634817,"id":543,"parentId":535,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operator/brand.js","layer":"rsc"},"startTime":1755772442170,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":12728,"timestamp":44636868,"id":546,"parentId":538,"tags":{"name":"/home/runner/work/envin/envin/node_modules/yoctocolors/base.js","layer":"rsc"},"startTime":1755772442172,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":9926,"timestamp":44640814,"id":547,"parentId":508,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/index.js","layer":"rsc"},"startTime":1755772442176,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10571,"timestamp":44640959,"id":548,"parentId":508,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/index.js","layer":"rsc"},"startTime":1755772442176,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":23188,"timestamp":44649728,"id":549,"parentId":539,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/implement.js","layer":"rsc"},"startTime":1755772442185,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":23511,"timestamp":44649869,"id":550,"parentId":539,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/registry.js","layer":"rsc"},"startTime":1755772442185,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":23898,"timestamp":44649988,"id":551,"parentId":539,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/toJsonSchema.js","layer":"rsc"},"startTime":1755772442185,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":27941,"timestamp":44653748,"id":552,"parentId":541,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operand/genericArgs.js","layer":"rsc"},"startTime":1755772442189,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":35044,"timestamp":44658134,"id":553,"parentId":542,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operand/date.js","layer":"rsc"},"startTime":1755772442193,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":19737,"timestamp":44675175,"id":555,"parentId":547,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/clone.js","layer":"rsc"},"startTime":1755772442210,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":21107,"timestamp":44674999,"id":554,"parentId":547,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/arrays.js","layer":"rsc"},"startTime":1755772442210,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":20957,"timestamp":44675608,"id":559,"parentId":547,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/flatMorph.js","layer":"rsc"},"startTime":1755772442210,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":21501,"timestamp":44675402,"id":557,"parentId":547,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/domain.js","layer":"rsc"},"startTime":1755772442210,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":21852,"timestamp":44675502,"id":558,"parentId":547,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/errors.js","layer":"rsc"},"startTime":1755772442210,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":22273,"timestamp":44675296,"id":556,"parentId":547,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/describe.js","layer":"rsc"},"startTime":1755772442210,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":22054,"timestamp":44675811,"id":561,"parentId":547,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/generics.js","layer":"rsc"},"startTime":1755772442211,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":22238,"timestamp":44675910,"id":562,"parentId":547,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/hkt.js","layer":"rsc"},"startTime":1755772442211,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":22205,"timestamp":44676122,"id":563,"parentId":547,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/intersections.js","layer":"rsc"},"startTime":1755772442211,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":22375,"timestamp":44676328,"id":564,"parentId":547,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/isomorphic.js","layer":"rsc"},"startTime":1755772442211,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":23585,"timestamp":44675713,"id":560,"parentId":547,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/functions.js","layer":"rsc"},"startTime":1755772442211,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":22992,"timestamp":44676661,"id":566,"parentId":547,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/lazily.js","layer":"rsc"},"startTime":1755772442211,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":23401,"timestamp":44676533,"id":565,"parentId":547,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/keys.js","layer":"rsc"},"startTime":1755772442211,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":24341,"timestamp":44676767,"id":567,"parentId":547,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/numbers.js","layer":"rsc"},"startTime":1755772442212,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":25059,"timestamp":44676867,"id":568,"parentId":547,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/objectKinds.js","layer":"rsc"},"startTime":1755772442212,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":25115,"timestamp":44677102,"id":570,"parentId":547,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/primitive.js","layer":"rsc"},"startTime":1755772442212,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":25486,"timestamp":44677303,"id":572,"parentId":547,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/registry.js","layer":"rsc"},"startTime":1755772442212,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":26531,"timestamp":44676979,"id":569,"parentId":547,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/path.js","layer":"rsc"},"startTime":1755772442212,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":28953,"timestamp":44677399,"id":573,"parentId":547,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/scanner.js","layer":"rsc"},"startTime":1755772442212,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":30123,"timestamp":44677492,"id":574,"parentId":547,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/serialize.js","layer":"rsc"},"startTime":1755772442212,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":31287,"timestamp":44677200,"id":571,"parentId":547,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/records.js","layer":"rsc"},"startTime":1755772442212,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":31527,"timestamp":44677691,"id":576,"parentId":547,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/traits.js","layer":"rsc"},"startTime":1755772442213,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":32189,"timestamp":44677594,"id":575,"parentId":547,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/strings.js","layer":"rsc"},"startTime":1755772442212,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":32980,"timestamp":44677981,"id":579,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/generic.js","layer":"rsc"},"startTime":1755772442213,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":33704,"timestamp":44677786,"id":577,"parentId":547,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/unionToTuple.js","layer":"rsc"},"startTime":1755772442213,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":34089,"timestamp":44678096,"id":580,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/intrinsic.js","layer":"rsc"},"startTime":1755772442213,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":36087,"timestamp":44677887,"id":578,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/constraint.js","layer":"rsc"},"startTime":1755772442213,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":36301,"timestamp":44678291,"id":582,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/module.js","layer":"rsc"},"startTime":1755772442213,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":38071,"timestamp":44678485,"id":584,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/parse.js","layer":"rsc"},"startTime":1755772442213,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":39026,"timestamp":44678197,"id":581,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/kinds.js","layer":"rsc"},"startTime":1755772442213,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":41501,"timestamp":44678385,"id":583,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/node.js","layer":"rsc"},"startTime":1755772442213,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":42211,"timestamp":44678577,"id":585,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/predicate.js","layer":"rsc"},"startTime":1755772442213,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":45946,"timestamp":44678671,"id":586,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/scope.js","layer":"rsc"},"startTime":1755772442213,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":46994,"timestamp":44678770,"id":587,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/compile.js","layer":"rsc"},"startTime":1755772442214,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":47096,"timestamp":44678864,"id":588,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/declare.js","layer":"rsc"},"startTime":1755772442214,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":47757,"timestamp":44678957,"id":589,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/disjoint.js","layer":"rsc"},"startTime":1755772442214,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":47645,"timestamp":44679266,"id":592,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/jsonSchema.js","layer":"rsc"},"startTime":1755772442214,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":49276,"timestamp":44679074,"id":590,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/errors.js","layer":"rsc"},"startTime":1755772442214,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":50143,"timestamp":44679172,"id":591,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/intersections.js","layer":"rsc"},"startTime":1755772442214,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":50892,"timestamp":44679506,"id":594,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/traversal.js","layer":"rsc"},"startTime":1755772442214,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":51199,"timestamp":44679396,"id":593,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/standardSchema.js","layer":"rsc"},"startTime":1755772442214,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":51336,"timestamp":44679610,"id":595,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/utils.js","layer":"rsc"},"startTime":1755772442214,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":52750,"timestamp":44689452,"id":596,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/after.js","layer":"rsc"},"startTime":1755772442224,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":53398,"timestamp":44689599,"id":597,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/before.js","layer":"rsc"},"startTime":1755772442224,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":54322,"timestamp":44689708,"id":598,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/divisor.js","layer":"rsc"},"startTime":1755772442225,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":55083,"timestamp":44689809,"id":599,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/exactLength.js","layer":"rsc"},"startTime":1755772442225,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":55738,"timestamp":44689914,"id":600,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/max.js","layer":"rsc"},"startTime":1755772442225,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":56404,"timestamp":44690031,"id":601,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/maxLength.js","layer":"rsc"},"startTime":1755772442225,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":56957,"timestamp":44690134,"id":602,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/min.js","layer":"rsc"},"startTime":1755772442225,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":57573,"timestamp":44690233,"id":603,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/pattern.js","layer":"rsc"},"startTime":1755772442225,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":58176,"timestamp":44690329,"id":604,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/minLength.js","layer":"rsc"},"startTime":1755772442225,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":59526,"timestamp":44690424,"id":605,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/range.js","layer":"rsc"},"startTime":1755772442225,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":60446,"timestamp":44690523,"id":606,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/domain.js","layer":"rsc"},"startTime":1755772442225,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":63111,"timestamp":44690619,"id":607,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/intersection.js","layer":"rsc"},"startTime":1755772442225,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":65009,"timestamp":44690712,"id":608,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/morph.js","layer":"rsc"},"startTime":1755772442226,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":66462,"timestamp":44690813,"id":609,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/proto.js","layer":"rsc"},"startTime":1755772442226,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":74867,"timestamp":44690995,"id":611,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/union.js","layer":"rsc"},"startTime":1755772442226,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":79675,"timestamp":44690904,"id":610,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/root.js","layer":"rsc"},"startTime":1755772442226,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":80397,"timestamp":44691114,"id":612,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/unit.js","layer":"rsc"},"startTime":1755772442226,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":81203,"timestamp":44691206,"id":613,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/index.js","layer":"rsc"},"startTime":1755772442226,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":82348,"timestamp":44691299,"id":614,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/optional.js","layer":"rsc"},"startTime":1755772442226,"traceId":"2b0adf677a8714d2"}]
|
|
7
|
-
[{"name":"build-module-js","duration":83989,"timestamp":44691398,"id":615,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/prop.js","layer":"rsc"},"startTime":1755772442226,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":101846,"timestamp":44691489,"id":616,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/sequence.js","layer":"rsc"},"startTime":1755772442226,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":108359,"timestamp":44691579,"id":617,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/structure.js","layer":"rsc"},"startTime":1755772442226,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":108902,"timestamp":44691677,"id":618,"parentId":548,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/required.js","layer":"rsc"},"startTime":1755772442227,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":1731,"timestamp":44813737,"id":619,"parentId":580,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/shared.js","layer":"rsc"},"startTime":1755772442349,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":2140,"timestamp":44813927,"id":620,"parentId":581,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/kinds.js","layer":"rsc"},"startTime":1755772442349,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":3300,"timestamp":44814067,"id":621,"parentId":581,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/alias.js","layer":"rsc"},"startTime":1755772442349,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":6671,"timestamp":44814420,"id":622,"parentId":606,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/basis.js","layer":"rsc"},"startTime":1755772442349,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":6970,"timestamp":44814563,"id":623,"parentId":607,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/utils.js","layer":"rsc"},"startTime":1755772442349,"traceId":"2b0adf677a8714d2"},{"name":"add-entry","duration":2240319,"timestamp":42581900,"id":23,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1755772440117,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":1137,"timestamp":44877668,"id":635,"parentId":16,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%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-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%2Frunner%2Fwork%2Fenvin%2Fenvin%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-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%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1755772442412,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":196,"timestamp":44878830,"id":636,"parentId":16,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%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-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%2Frunner%2Fwork%2Fenvin%2Fenvin%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-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%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1755772442414,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":663,"timestamp":44879042,"id":637,"parentId":16,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%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%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%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%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fmetadata%2Fasync-metadata.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fmetadata%2Fmetadata-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%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%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1755772442414,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":736,"timestamp":44879723,"id":638,"parentId":16,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%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%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%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%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fmetadata%2Fasync-metadata.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fmetadata%2Fmetadata-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%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%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1755772442415,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":771,"timestamp":44880477,"id":639,"parentId":16,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Fcomponents%2Ffilters%2Fcontext.tsx%22%2C%22ids%22%3A%5B%22FiltersProvider%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Fcomponents%2Ffilters%2Findex.tsx%22%2C%22ids%22%3A%5B%22Filters%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Fcomponents%2Fvariables%2Fcontext.tsx%22%2C%22ids%22%3A%5B%22VariablesProvider%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Fcomponents%2Fvariables%2Fform.tsx%22%2C%22ids%22%3A%5B%22Form%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Fcomponents%2Fvariables%2Fpreview.tsx%22%2C%22ids%22%3A%5B%22FileContent%22%5D%7D&server=true!","layer":"ssr"},"startTime":1755772442415,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":480,"timestamp":44881264,"id":640,"parentId":16,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Fcomponents%2Ffilters%2Fcontext.tsx%22%2C%22ids%22%3A%5B%22FiltersProvider%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Fcomponents%2Ffilters%2Findex.tsx%22%2C%22ids%22%3A%5B%22Filters%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Fcomponents%2Fvariables%2Fcontext.tsx%22%2C%22ids%22%3A%5B%22VariablesProvider%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Fcomponents%2Fvariables%2Fform.tsx%22%2C%22ids%22%3A%5B%22Form%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Fcomponents%2Fvariables%2Fpreview.tsx%22%2C%22ids%22%3A%5B%22FileContent%22%5D%7D&server=true!","layer":"rsc"},"startTime":1755772442416,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":887,"timestamp":44881760,"id":641,"parentId":16,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-action-entry-loader.js?actions=%5B%5B%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Flib%2Fvariables%2Findex.ts%22%2C%5B%7B%22id%22%3A%227f5c5f119f752482ef380239eae126c74a8d44526d%22%2C%22exportedName%22%3A%22getFileValues%22%7D%2C%7B%22id%22%3A%227ffb37efb2cc47cc3d8844dcb46ba853cfabe11b61%22%2C%22exportedName%22%3A%22getVariables%22%7D%5D%5D%2C%5B%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Futils%2Fget-config-file.ts%22%2C%5B%7B%22id%22%3A%227f5791cf0c3641a0d34badb7ee0cae946aa5c94304%22%2C%22exportedName%22%3A%22getConfigFile%22%7D%5D%5D%5D&__client_imported__=!","layer":"rsc"},"startTime":1755772442417,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":3587,"timestamp":44892939,"id":642,"parentId":637,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/builtin/global-error.js","layer":"ssr"},"startTime":1755772442428,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":5093,"timestamp":44910149,"id":643,"parentId":639,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/filters/context.tsx","layer":"ssr"},"startTime":1755772442445,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":14858,"timestamp":44910830,"id":644,"parentId":639,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/context.tsx","layer":"ssr"},"startTime":1755772442446,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15376,"timestamp":44911216,"id":646,"parentId":637,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/client-page.js","layer":"ssr"},"startTime":1755772442446,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16026,"timestamp":44911293,"id":647,"parentId":637,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/client-segment.js","layer":"ssr"},"startTime":1755772442446,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":18859,"timestamp":44911372,"id":648,"parentId":637,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/render-from-template-context.js","layer":"ssr"},"startTime":1755772442446,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":15098,"timestamp":44916394,"id":650,"parentId":639,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/preview.tsx","layer":"ssr"},"startTime":1755772442451,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":19543,"timestamp":44916593,"id":651,"parentId":639,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/filters/index.tsx","layer":"ssr"},"startTime":1755772442451,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":19733,"timestamp":44917048,"id":654,"parentId":637,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/metadata/async-metadata.js","layer":"ssr"},"startTime":1755772442452,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":63925,"timestamp":44917145,"id":655,"parentId":637,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/metadata/metadata-boundary.js","layer":"ssr"},"startTime":1755772442452,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":64591,"timestamp":44916863,"id":653,"parentId":637,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/generate/icon-mark.js","layer":"ssr"},"startTime":1755772442452,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":66041,"timestamp":44916778,"id":652,"parentId":637,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"ssr"},"startTime":1755772442452,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":74703,"timestamp":44911042,"id":645,"parentId":639,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/form.tsx","layer":"ssr"},"startTime":1755772442446,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":84652,"timestamp":44911452,"id":649,"parentId":637,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/layout-router.js","layer":"ssr"},"startTime":1755772442446,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":55002,"timestamp":44941669,"id":656,"parentId":642,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/handle-isr-error.js","layer":"ssr"},"startTime":1755772442477,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":15945,"timestamp":45000860,"id":657,"parentId":643,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/types.ts","layer":"ssr"},"startTime":1755772442536,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":7496,"timestamp":45018112,"id":659,"parentId":648,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"ssr"},"startTime":1755772442553,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":12312,"timestamp":45018822,"id":661,"parentId":646,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/search-params.js","layer":"ssr"},"startTime":1755772442554,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":18220,"timestamp":45018965,"id":662,"parentId":646,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/params.js","layer":"ssr"},"startTime":1755772442554,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":25486,"timestamp":45018742,"id":660,"parentId":646,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/invariant-error.js","layer":"ssr"},"startTime":1755772442554,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":25551,"timestamp":45019127,"id":663,"parentId":644,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/variables/index.ts","layer":"ssr"},"startTime":1755772442554,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":7707,"timestamp":45046493,"id":666,"parentId":655,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/metadata-constants.js","layer":"ssr"},"startTime":1755772442581,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":7766,"timestamp":45046817,"id":670,"parentId":645,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/index.js","layer":"ssr"},"startTime":1755772442582,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":46475,"timestamp":45017942,"id":658,"parentId":651,"tags":{"name":"__barrel_optimize__?names=Check,Copy!=!/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1755772442553,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":24555,"timestamp":45046636,"id":667,"parentId":652,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"ssr"},"startTime":1755772442581,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":24819,"timestamp":45046706,"id":668,"parentId":652,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"ssr"},"startTime":1755772442582,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":25380,"timestamp":45046762,"id":669,"parentId":649,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"ssr"},"startTime":1755772442582,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":28850,"timestamp":45046420,"id":665,"parentId":649,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/match-segments.js","layer":"ssr"},"startTime":1755772442581,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":36541,"timestamp":45046285,"id":664,"parentId":645,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Check,Copy,File,Lock,ShieldOff!=!/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1755772442581,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":8531,"timestamp":45087735,"id":672,"parentId":661,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"ssr"},"startTime":1755772442623,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10806,"timestamp":45087950,"id":673,"parentId":661,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js","layer":"ssr"},"startTime":1755772442623,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11260,"timestamp":45088156,"id":674,"parentId":661,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/scheduler.js","layer":"ssr"},"startTime":1755772442623,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11140,"timestamp":45088726,"id":678,"parentId":661,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"ssr"},"startTime":1755772442624,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":25686,"timestamp":45088647,"id":677,"parentId":661,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils/reflect-utils.js","layer":"ssr"},"startTime":1755772442623,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":25825,"timestamp":45088889,"id":679,"parentId":649,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"ssr"},"startTime":1755772442624,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":26832,"timestamp":45088967,"id":680,"parentId":649,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/error-boundary.js","layer":"ssr"},"startTime":1755772442624,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":27735,"timestamp":45089061,"id":681,"parentId":649,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-boundary.js","layer":"ssr"},"startTime":1755772442624,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":28439,"timestamp":45089134,"id":682,"parentId":649,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/use-action-queue.js","layer":"ssr"},"startTime":1755772442624,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":29230,"timestamp":45089211,"id":683,"parentId":649,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/bfcache.js","layer":"ssr"},"startTime":1755772442624,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":29761,"timestamp":45089282,"id":684,"parentId":652,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/navigation-untracked.js","layer":"ssr"},"startTime":1755772442624,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":30371,"timestamp":45089355,"id":685,"parentId":649,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"ssr"},"startTime":1755772442624,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":30707,"timestamp":45089500,"id":687,"parentId":649,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"ssr"},"startTime":1755772442624,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":31216,"timestamp":45089569,"id":688,"parentId":649,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/disable-smooth-scroll.js","layer":"ssr"},"startTime":1755772442624,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":33833,"timestamp":45089431,"id":686,"parentId":649,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"ssr"},"startTime":1755772442624,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":35378,"timestamp":45088487,"id":676,"parentId":661,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/utils.js","layer":"ssr"},"startTime":1755772442623,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":5834,"timestamp":45125456,"id":689,"parentId":670,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/external.js","layer":"ssr"},"startTime":1755772442660,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":48891,"timestamp":45088316,"id":675,"parentId":661,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"ssr"},"startTime":1755772442623,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15507,"timestamp":45125770,"id":691,"parentId":669,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"ssr"},"startTime":1755772442661,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16091,"timestamp":45125672,"id":690,"parentId":669,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/segment.js","layer":"ssr"},"startTime":1755772442661,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":85274,"timestamp":45078537,"id":671,"parentId":649,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"ssr"},"startTime":1755772442613,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":18528,"timestamp":45145974,"id":694,"parentId":658,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/copy.js","layer":"ssr"},"startTime":1755772442681,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":19413,"timestamp":45145752,"id":692,"parentId":649,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"ssr"},"startTime":1755772442681,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":19546,"timestamp":45145888,"id":693,"parentId":658,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/check.js","layer":"ssr"},"startTime":1755772442681,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":17000,"timestamp":45167087,"id":695,"parentId":680,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/is-next-router-error.js","layer":"ssr"},"startTime":1755772442702,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":17163,"timestamp":45167260,"id":697,"parentId":682,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/is-thenable.js","layer":"ssr"},"startTime":1755772442702,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":17772,"timestamp":45167329,"id":698,"parentId":676,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"ssr"},"startTime":1755772442702,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":18397,"timestamp":45167388,"id":699,"parentId":686,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/app-router-headers.js","layer":"ssr"},"startTime":1755772442702,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":4385,"timestamp":45186178,"id":704,"parentId":689,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/index.js","layer":"ssr"},"startTime":1755772442721,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15960,"timestamp":45186417,"id":705,"parentId":689,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/schemas.js","layer":"ssr"},"startTime":1755772442721,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16136,"timestamp":45186583,"id":706,"parentId":689,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/checks.js","layer":"ssr"},"startTime":1755772442721,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16495,"timestamp":45186743,"id":707,"parentId":689,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/errors.js","layer":"ssr"},"startTime":1755772442722,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16748,"timestamp":45186906,"id":708,"parentId":689,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/parse.js","layer":"ssr"},"startTime":1755772442722,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":17031,"timestamp":45187085,"id":709,"parentId":689,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/compat.js","layer":"ssr"},"startTime":1755772442722,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":17698,"timestamp":45187250,"id":710,"parentId":689,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/en.js","layer":"ssr"},"startTime":1755772442722,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":18434,"timestamp":45187412,"id":711,"parentId":689,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/index.js","layer":"ssr"},"startTime":1755772442722,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":18958,"timestamp":45187566,"id":712,"parentId":689,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/iso.js","layer":"ssr"},"startTime":1755772442722,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":19184,"timestamp":45187727,"id":713,"parentId":689,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/coerce.js","layer":"ssr"},"startTime":1755772442723,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":40075,"timestamp":45167512,"id":701,"parentId":664,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/file.js","layer":"ssr"},"startTime":1755772442702,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":40305,"timestamp":45167570,"id":702,"parentId":664,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/lock.js","layer":"ssr"},"startTime":1755772442702,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":40559,"timestamp":45167628,"id":703,"parentId":664,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/shield-off.js","layer":"ssr"},"startTime":1755772442702,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":41788,"timestamp":45167192,"id":696,"parentId":681,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-error.js","layer":"ssr"},"startTime":1755772442702,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":42033,"timestamp":45167446,"id":700,"parentId":664,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/circle-alert.js","layer":"ssr"},"startTime":1755772442702,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":22729,"timestamp":45187883,"id":714,"parentId":675,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/hooks-server-context.js","layer":"ssr"},"startTime":1755772442723,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":990,"timestamp":45249277,"id":784,"parentId":663,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js?id=7f5c5f119f752482ef380239eae126c74a8d44526d&name=getFileValues!","layer":"ssr"},"startTime":1755772442784,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":281,"timestamp":45250292,"id":785,"parentId":663,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js?id=7ffb37efb2cc47cc3d8844dcb46ba853cfabe11b61&name=getVariables!","layer":"ssr"},"startTime":1755772442785,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16077,"timestamp":45241849,"id":729,"parentId":704,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/core.js","layer":"ssr"},"startTime":1755772442777,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16849,"timestamp":45242048,"id":730,"parentId":704,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/parse.js","layer":"ssr"},"startTime":1755772442777,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":17866,"timestamp":45242197,"id":731,"parentId":704,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/errors.js","layer":"ssr"},"startTime":1755772442777,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":38145,"timestamp":45242341,"id":732,"parentId":704,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/schemas.js","layer":"ssr"},"startTime":1755772442777,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":42458,"timestamp":45242473,"id":733,"parentId":704,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/checks.js","layer":"ssr"},"startTime":1755772442777,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":42566,"timestamp":45242603,"id":734,"parentId":704,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/versions.js","layer":"ssr"},"startTime":1755772442777,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":45921,"timestamp":45242737,"id":735,"parentId":704,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/util.js","layer":"ssr"},"startTime":1755772442778,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":47562,"timestamp":45242867,"id":736,"parentId":704,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/regexes.js","layer":"ssr"},"startTime":1755772442778,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":47913,"timestamp":45242994,"id":737,"parentId":704,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/registries.js","layer":"ssr"},"startTime":1755772442778,"traceId":"2b0adf677a8714d2"}]
|
|
8
|
-
[{"name":"build-module-js","duration":48393,"timestamp":45243156,"id":738,"parentId":704,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/doc.js","layer":"ssr"},"startTime":1755772442778,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":48876,"timestamp":45243288,"id":739,"parentId":704,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/function.js","layer":"ssr"},"startTime":1755772442778,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":52344,"timestamp":45243415,"id":740,"parentId":704,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/api.js","layer":"ssr"},"startTime":1755772442778,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":55150,"timestamp":45243539,"id":741,"parentId":704,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/to-json-schema.js","layer":"ssr"},"startTime":1755772442778,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":55141,"timestamp":45243677,"id":742,"parentId":704,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/json-schema.js","layer":"ssr"},"startTime":1755772442779,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":55661,"timestamp":45243807,"id":743,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ar.js","layer":"ssr"},"startTime":1755772442779,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":60872,"timestamp":45243933,"id":744,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/az.js","layer":"ssr"},"startTime":1755772442779,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":61735,"timestamp":45244095,"id":745,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/be.js","layer":"ssr"},"startTime":1755772442779,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":62398,"timestamp":45244234,"id":746,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ca.js","layer":"ssr"},"startTime":1755772442779,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":63127,"timestamp":45244360,"id":747,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/cs.js","layer":"ssr"},"startTime":1755772442779,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":64822,"timestamp":45244495,"id":748,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/da.js","layer":"ssr"},"startTime":1755772442779,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":66696,"timestamp":45244624,"id":749,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/de.js","layer":"ssr"},"startTime":1755772442779,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":67585,"timestamp":45244749,"id":750,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/eo.js","layer":"ssr"},"startTime":1755772442780,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":68932,"timestamp":45244882,"id":751,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/es.js","layer":"ssr"},"startTime":1755772442780,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":69696,"timestamp":45245029,"id":752,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fa.js","layer":"ssr"},"startTime":1755772442780,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":70438,"timestamp":45245164,"id":753,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fi.js","layer":"ssr"},"startTime":1755772442780,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":71270,"timestamp":45245298,"id":754,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fr.js","layer":"ssr"},"startTime":1755772442780,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":72055,"timestamp":45245426,"id":755,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fr-CA.js","layer":"ssr"},"startTime":1755772442780,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":72848,"timestamp":45245551,"id":756,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/he.js","layer":"ssr"},"startTime":1755772442780,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":73603,"timestamp":45245683,"id":757,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/hu.js","layer":"ssr"},"startTime":1755772442781,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":74383,"timestamp":45245809,"id":758,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/id.js","layer":"ssr"},"startTime":1755772442781,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":75092,"timestamp":45245934,"id":759,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/is.js","layer":"ssr"},"startTime":1755772442781,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":75775,"timestamp":45246094,"id":760,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/it.js","layer":"ssr"},"startTime":1755772442781,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":76553,"timestamp":45246229,"id":761,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ja.js","layer":"ssr"},"startTime":1755772442781,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":77348,"timestamp":45246355,"id":762,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/kh.js","layer":"ssr"},"startTime":1755772442781,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":78194,"timestamp":45246486,"id":763,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ko.js","layer":"ssr"},"startTime":1755772442781,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":78994,"timestamp":45246616,"id":764,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/mk.js","layer":"ssr"},"startTime":1755772442781,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":79719,"timestamp":45246742,"id":765,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ms.js","layer":"ssr"},"startTime":1755772442782,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":80447,"timestamp":45246871,"id":766,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/nl.js","layer":"ssr"},"startTime":1755772442782,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":81177,"timestamp":45247022,"id":767,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/no.js","layer":"ssr"},"startTime":1755772442782,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":81886,"timestamp":45247157,"id":768,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ota.js","layer":"ssr"},"startTime":1755772442782,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":82332,"timestamp":45247283,"id":769,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ps.js","layer":"ssr"},"startTime":1755772442782,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":82780,"timestamp":45247414,"id":770,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/pl.js","layer":"ssr"},"startTime":1755772442782,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":83180,"timestamp":45247540,"id":771,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/pt.js","layer":"ssr"},"startTime":1755772442782,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":83733,"timestamp":45247664,"id":772,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ru.js","layer":"ssr"},"startTime":1755772442782,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":84118,"timestamp":45247801,"id":773,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/sl.js","layer":"ssr"},"startTime":1755772442783,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":84549,"timestamp":45247930,"id":774,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/sv.js","layer":"ssr"},"startTime":1755772442783,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":84963,"timestamp":45248075,"id":775,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ta.js","layer":"ssr"},"startTime":1755772442783,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":85346,"timestamp":45248213,"id":776,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/th.js","layer":"ssr"},"startTime":1755772442783,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":85778,"timestamp":45248339,"id":777,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/tr.js","layer":"ssr"},"startTime":1755772442783,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":86175,"timestamp":45248464,"id":778,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ua.js","layer":"ssr"},"startTime":1755772442783,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":86628,"timestamp":45248592,"id":779,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ur.js","layer":"ssr"},"startTime":1755772442783,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":86997,"timestamp":45248739,"id":780,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/vi.js","layer":"ssr"},"startTime":1755772442784,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":87412,"timestamp":45248870,"id":781,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/zh-CN.js","layer":"ssr"},"startTime":1755772442784,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":89126,"timestamp":45249018,"id":782,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/zh-TW.js","layer":"ssr"},"startTime":1755772442784,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":89553,"timestamp":45249151,"id":783,"parentId":711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/yo.js","layer":"ssr"},"startTime":1755772442784,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":105611,"timestamp":45233639,"id":715,"parentId":694,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/createLucideIcon.js","layer":"ssr"},"startTime":1755772442768,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":106113,"timestamp":45233792,"id":716,"parentId":692,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"ssr"},"startTime":1755772442769,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":106268,"timestamp":45233864,"id":717,"parentId":650,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/cn.ts","layer":"ssr"},"startTime":1755772442769,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":106481,"timestamp":45234037,"id":718,"parentId":650,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/preset.ts","layer":"ssr"},"startTime":1755772442769,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":106631,"timestamp":45234476,"id":721,"parentId":680,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/nav-failure-handler.js","layer":"ssr"},"startTime":1755772442769,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":106807,"timestamp":45234662,"id":724,"parentId":686,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-call-server.js","layer":"ssr"},"startTime":1755772442769,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":107362,"timestamp":45234719,"id":725,"parentId":686,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/flight-data-helpers.js","layer":"ssr"},"startTime":1755772442770,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":107638,"timestamp":45234773,"id":726,"parentId":686,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-build-id.js","layer":"ssr"},"startTime":1755772442770,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":107826,"timestamp":45235048,"id":728,"parentId":686,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-find-source-map-url.js","layer":"ssr"},"startTime":1755772442770,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":109566,"timestamp":45234840,"id":727,"parentId":686,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js","layer":"ssr"},"startTime":1755772442770,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":110452,"timestamp":45234599,"id":723,"parentId":681,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect.js","layer":"ssr"},"startTime":1755772442769,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":111502,"timestamp":45234541,"id":722,"parentId":681,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/navigation.js","layer":"ssr"},"startTime":1755772442769,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":141519,"timestamp":45234184,"id":719,"parentId":648,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react.js","layer":"ssr"},"startTime":1755772442769,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":141692,"timestamp":45234327,"id":720,"parentId":646,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-runtime.js","layer":"ssr"},"startTime":1755772442769,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":7620,"timestamp":45369102,"id":786,"parentId":696,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-status-code.js","layer":"ssr"},"startTime":1755772442904,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":2270,"timestamp":45379785,"id":790,"parentId":717,"tags":{"name":"/home/runner/work/envin/envin/node_modules/clsx/dist/clsx.mjs","layer":"ssr"},"startTime":1755772442915,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":10979,"timestamp":45379968,"id":791,"parentId":717,"tags":{"name":"/home/runner/work/envin/envin/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"ssr"},"startTime":1755772442915,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16108,"timestamp":45379699,"id":789,"parentId":715,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/shared/src/utils.js","layer":"ssr"},"startTime":1755772442915,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16780,"timestamp":45379581,"id":788,"parentId":715,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/Icon.js","layer":"ssr"},"startTime":1755772442914,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":1248,"timestamp":45400929,"id":792,"parentId":719,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1755772442936,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":33806,"timestamp":45369249,"id":787,"parentId":649,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-dom.js","layer":"ssr"},"startTime":1755772442904,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":3942,"timestamp":45401179,"id":793,"parentId":721,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"ssr"},"startTime":1755772442936,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":2858,"timestamp":45403294,"id":794,"parentId":788,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/defaultAttributes.js","layer":"ssr"},"startTime":1755772442938,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":3559,"timestamp":45403578,"id":797,"parentId":722,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/navigation.react-server.js","layer":"ssr"},"startTime":1755772442938,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":5028,"timestamp":45403625,"id":798,"parentId":722,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/bailout-to-client-rendering.js","layer":"ssr"},"startTime":1755772442938,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":5428,"timestamp":45403667,"id":799,"parentId":722,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js","layer":"ssr"},"startTime":1755772442938,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":5749,"timestamp":45403709,"id":800,"parentId":727,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js","layer":"ssr"},"startTime":1755772442939,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11656,"timestamp":45403378,"id":795,"parentId":648,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/app-router-context.js","layer":"ssr"},"startTime":1755772442938,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11898,"timestamp":45403480,"id":796,"parentId":686,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-server-dom-webpack-client.js","layer":"ssr"},"startTime":1755772442938,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":5478,"timestamp":45415808,"id":803,"parentId":798,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"ssr"},"startTime":1755772442951,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":5815,"timestamp":45415917,"id":804,"parentId":800,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/hash.js","layer":"ssr"},"startTime":1755772442951,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":35260,"timestamp":45410933,"id":801,"parentId":644,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-hook-form/dist/index.esm.mjs","layer":"ssr"},"startTime":1755772442946,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":45435,"timestamp":45413755,"id":802,"parentId":684,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/hooks-client-context.js","layer":"ssr"},"startTime":1755772442949,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":4074,"timestamp":45455431,"id":806,"parentId":644,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/validate.ts","layer":"ssr"},"startTime":1755772442990,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":4395,"timestamp":45455699,"id":807,"parentId":797,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/not-found.js","layer":"ssr"},"startTime":1755772442991,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":4921,"timestamp":45455784,"id":808,"parentId":797,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/forbidden.js","layer":"ssr"},"startTime":1755772442991,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":8199,"timestamp":45455857,"id":809,"parentId":797,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/unauthorized.js","layer":"ssr"},"startTime":1755772442991,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":8580,"timestamp":45455934,"id":810,"parentId":797,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/unstable-rethrow.js","layer":"ssr"},"startTime":1755772442991,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":51749,"timestamp":45416031,"id":805,"parentId":644,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/api/navigation.js","layer":"ssr"},"startTime":1755772442951,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":400,"timestamp":45472487,"id":812,"parentId":806,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js?id=7f5224936358323b6ee4c4b8ff279720424528386b&name=validate!","layer":"ssr"},"startTime":1755772443007,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":3857,"timestamp":45473133,"id":814,"parentId":650,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/scroll-area.tsx","layer":"ssr"},"startTime":1755772443008,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":4639,"timestamp":45473311,"id":815,"parentId":651,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/input.tsx","layer":"ssr"},"startTime":1755772443008,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":5734,"timestamp":45473475,"id":816,"parentId":651,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/select.tsx","layer":"ssr"},"startTime":1755772443008,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":6503,"timestamp":45473645,"id":817,"parentId":645,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/accordion.tsx","layer":"ssr"},"startTime":1755772443008,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":7265,"timestamp":45473962,"id":819,"parentId":645,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/form.tsx","layer":"ssr"},"startTime":1755772443009,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":8007,"timestamp":45474150,"id":820,"parentId":651,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/hooks/use-copy-to-clipboard.ts","layer":"ssr"},"startTime":1755772443009,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":21744,"timestamp":45461076,"id":811,"parentId":784,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-loader/action-client-wrapper.js","layer":"ssr"},"startTime":1755772442996,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":14237,"timestamp":45472911,"id":813,"parentId":651,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/button.tsx","layer":"ssr"},"startTime":1755772443008,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":13746,"timestamp":45473806,"id":818,"parentId":645,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/badge.tsx","layer":"ssr"},"startTime":1755772443009,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":2273,"timestamp":45497182,"id":822,"parentId":810,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/unstable-rethrow.server.js","layer":"ssr"},"startTime":1755772443032,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":27823,"timestamp":45477155,"id":821,"parentId":722,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/server-inserted-html.js","layer":"ssr"},"startTime":1755772443012,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":5728,"timestamp":45499727,"id":823,"parentId":644,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/hooks/use-hot-reload.ts","layer":"ssr"},"startTime":1755772443035,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":5778,"timestamp":45499857,"id":824,"parentId":816,"tags":{"name":"__barrel_optimize__?names=CheckIcon,ChevronDownIcon,ChevronUpIcon!=!/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1755772443035,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":5792,"timestamp":45499963,"id":825,"parentId":817,"tags":{"name":"__barrel_optimize__?names=ChevronDownIcon!=!/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1755772443035,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":606,"timestamp":45507785,"id":826,"parentId":822,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/router-utils/is-postpone.js","layer":"ssr"},"startTime":1755772443043,"traceId":"2b0adf677a8714d2"}]
|
|
9
|
-
[{"name":"build-module-ts","duration":1876,"timestamp":45509891,"id":827,"parentId":823,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/cli/utils/logger.ts","layer":"ssr"},"startTime":1755772443045,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":1406,"timestamp":45511827,"id":828,"parentId":824,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/chevron-down.js","layer":"ssr"},"startTime":1755772443047,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":1529,"timestamp":45511907,"id":829,"parentId":824,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/chevron-up.js","layer":"ssr"},"startTime":1755772443047,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":39588,"timestamp":45514358,"id":830,"parentId":827,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/index.mjs","layer":"ssr"},"startTime":1755772443049,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":3425,"timestamp":45561500,"id":832,"parentId":830,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/core.mjs","layer":"ssr"},"startTime":1755772443096,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":4185,"timestamp":45561691,"id":833,"parentId":830,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/shared/consola.DRwqZj3T.mjs","layer":"ssr"},"startTime":1755772443097,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":6296,"timestamp":45561865,"id":834,"parentId":830,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/shared/consola.DXBYu-KD.mjs","layer":"ssr"},"startTime":1755772443097,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":50989,"timestamp":45562050,"id":835,"parentId":830,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/chunks/prompt.mjs","layer":"ssr"},"startTime":1755772443097,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":53167,"timestamp":45560553,"id":831,"parentId":645,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/index.tsx","layer":"ssr"},"startTime":1755772443095,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":5205,"timestamp":45630606,"id":836,"parentId":813,"tags":{"name":"/home/runner/work/envin/envin/node_modules/class-variance-authority/dist/index.mjs","layer":"ssr"},"startTime":1755772443165,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":3503,"timestamp":45635954,"id":837,"parentId":819,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/label.tsx","layer":"ssr"},"startTime":1755772443171,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":10037,"timestamp":45637222,"id":841,"parentId":819,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"ssr"},"startTime":1755772443172,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":13082,"timestamp":45637332,"id":842,"parentId":823,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm-debug/index.js","layer":"ssr"},"startTime":1755772443172,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":19867,"timestamp":45636633,"id":838,"parentId":814,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-scroll-area/dist/index.mjs","layer":"ssr"},"startTime":1755772443171,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":23845,"timestamp":45637032,"id":840,"parentId":817,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-accordion/dist/index.mjs","layer":"ssr"},"startTime":1755772443172,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":36848,"timestamp":45636853,"id":839,"parentId":816,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-select/dist/index.mjs","layer":"ssr"},"startTime":1755772443172,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":18072,"timestamp":45677834,"id":843,"parentId":842,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm-debug/manager.js","layer":"ssr"},"startTime":1755772443213,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":18576,"timestamp":45678087,"id":844,"parentId":842,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm-debug/url.js","layer":"ssr"},"startTime":1755772443213,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":23809,"timestamp":45678239,"id":845,"parentId":842,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm-debug/socket.js","layer":"ssr"},"startTime":1755772443213,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":6496,"timestamp":46153327,"id":857,"parentId":843,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm-debug/on.js","layer":"ssr"},"startTime":1755772443688,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11843,"timestamp":46156872,"id":858,"parentId":843,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm-debug/contrib/backo2.js","layer":"ssr"},"startTime":1755772443692,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":21014,"timestamp":46171068,"id":859,"parentId":837,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-label/dist/index.mjs","layer":"ssr"},"startTime":1755772443706,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":9346,"timestamp":46195880,"id":860,"parentId":841,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","layer":"ssr"},"startTime":1755772443731,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":9630,"timestamp":46196093,"id":861,"parentId":838,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-primitive/dist/index.mjs","layer":"ssr"},"startTime":1755772443731,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":10733,"timestamp":46196479,"id":863,"parentId":838,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-context/dist/index.mjs","layer":"ssr"},"startTime":1755772443731,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":10947,"timestamp":46196614,"id":864,"parentId":838,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs","layer":"ssr"},"startTime":1755772443731,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":11321,"timestamp":46196746,"id":865,"parentId":838,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-direction/dist/index.mjs","layer":"ssr"},"startTime":1755772443732,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":11553,"timestamp":46196875,"id":866,"parentId":838,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs","layer":"ssr"},"startTime":1755772443732,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":11712,"timestamp":46197030,"id":867,"parentId":838,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/number/dist/index.mjs","layer":"ssr"},"startTime":1755772443732,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":11965,"timestamp":46197165,"id":868,"parentId":838,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/primitive/dist/index.mjs","layer":"ssr"},"startTime":1755772443732,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":11807,"timestamp":46198505,"id":869,"parentId":840,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs","layer":"ssr"},"startTime":1755772443733,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":12112,"timestamp":46198683,"id":870,"parentId":840,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-id/dist/index.mjs","layer":"ssr"},"startTime":1755772443734,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":27770,"timestamp":46196332,"id":862,"parentId":838,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-presence/dist/index.mjs","layer":"ssr"},"startTime":1755772443731,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":26811,"timestamp":46198826,"id":871,"parentId":840,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-collapsible/dist/index.mjs","layer":"ssr"},"startTime":1755772443734,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":26783,"timestamp":46199338,"id":874,"parentId":839,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-focus-guards/dist/index.mjs","layer":"ssr"},"startTime":1755772443734,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":28710,"timestamp":46199629,"id":876,"parentId":839,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-popper/dist/index.mjs","layer":"ssr"},"startTime":1755772443734,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":27786,"timestamp":46201036,"id":878,"parentId":839,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-visually-hidden/dist/index.mjs","layer":"ssr"},"startTime":1755772443736,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":31320,"timestamp":46199203,"id":873,"parentId":839,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs","layer":"ssr"},"startTime":1755772443734,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":33452,"timestamp":46199479,"id":875,"parentId":839,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-focus-scope/dist/index.mjs","layer":"ssr"},"startTime":1755772443734,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":33631,"timestamp":46199764,"id":877,"parentId":839,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-portal/dist/index.mjs","layer":"ssr"},"startTime":1755772443735,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":38398,"timestamp":46199056,"id":872,"parentId":840,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-collection/dist/index.mjs","layer":"ssr"},"startTime":1755772443734,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":40936,"timestamp":46204158,"id":879,"parentId":839,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-previous/dist/index.mjs","layer":"ssr"},"startTime":1755772443739,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":31565,"timestamp":46250459,"id":880,"parentId":839,"tags":{"name":"/home/runner/work/envin/envin/node_modules/aria-hidden/dist/es2015/index.js","layer":"ssr"},"startTime":1755772443785,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":31752,"timestamp":46250613,"id":881,"parentId":839,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/index.js","layer":"ssr"},"startTime":1755772443785,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":6997,"timestamp":46293568,"id":882,"parentId":842,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/build/esm-debug/index.js","layer":"ssr"},"startTime":1755772443828,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":7381,"timestamp":46293776,"id":883,"parentId":842,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/index.js","layer":"ssr"},"startTime":1755772443829,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":8768,"timestamp":46297216,"id":884,"parentId":881,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/Combination.js","layer":"ssr"},"startTime":1755772443832,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10269,"timestamp":46304380,"id":885,"parentId":842,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/node_modules/debug/src/index.js","layer":"ssr"},"startTime":1755772443839,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10998,"timestamp":46310409,"id":886,"parentId":882,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/build/esm-debug/binary.js","layer":"ssr"},"startTime":1755772443845,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11592,"timestamp":46310607,"id":887,"parentId":882,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/build/esm-debug/is-binary.js","layer":"ssr"},"startTime":1755772443845,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16903,"timestamp":46310773,"id":888,"parentId":883,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/socket.js","layer":"ssr"},"startTime":1755772443846,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":17725,"timestamp":46310929,"id":889,"parentId":883,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transport.js","layer":"ssr"},"startTime":1755772443846,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":18397,"timestamp":46311060,"id":890,"parentId":883,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/util.js","layer":"ssr"},"startTime":1755772443846,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":19467,"timestamp":46311162,"id":891,"parentId":883,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/globals.node.js","layer":"ssr"},"startTime":1755772443846,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":22635,"timestamp":46315528,"id":892,"parentId":883,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transports/index.js","layer":"ssr"},"startTime":1755772443850,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":23084,"timestamp":46315721,"id":893,"parentId":883,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transports/polling-fetch.js","layer":"ssr"},"startTime":1755772443851,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":24984,"timestamp":46315886,"id":894,"parentId":883,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transports/polling-xhr.js","layer":"ssr"},"startTime":1755772443851,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":25439,"timestamp":46316067,"id":895,"parentId":883,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transports/websocket.node.js","layer":"ssr"},"startTime":1755772443851,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":26212,"timestamp":46316397,"id":897,"parentId":883,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transports/websocket.js","layer":"ssr"},"startTime":1755772443851,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":26947,"timestamp":46316553,"id":898,"parentId":883,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transports/webtransport.js","layer":"ssr"},"startTime":1755772443851,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":27726,"timestamp":46316714,"id":899,"parentId":883,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/contrib/parseuri.js","layer":"ssr"},"startTime":1755772443852,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":28688,"timestamp":46316238,"id":896,"parentId":883,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transports/polling-xhr.node.js","layer":"ssr"},"startTime":1755772443851,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":31487,"timestamp":46319505,"id":900,"parentId":884,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/UI.js","layer":"ssr"},"startTime":1755772443854,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":18407,"timestamp":46334763,"id":901,"parentId":884,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/sidecar.js","layer":"ssr"},"startTime":1755772443870,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":18982,"timestamp":46336806,"id":902,"parentId":869,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-effect-event/dist/index.mjs","layer":"ssr"},"startTime":1755772443872,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":19425,"timestamp":46336976,"id":903,"parentId":876,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-size/dist/index.mjs","layer":"ssr"},"startTime":1755772443872,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":20654,"timestamp":46337149,"id":904,"parentId":885,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/node_modules/debug/src/browser.js","layer":"ssr"},"startTime":1755772443872,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":21787,"timestamp":46337297,"id":905,"parentId":885,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/node_modules/debug/src/node.js","layer":"ssr"},"startTime":1755772443872,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":15163,"timestamp":46346440,"id":906,"parentId":876,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-arrow/dist/index.mjs","layer":"ssr"},"startTime":1755772443881,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":15465,"timestamp":46346611,"id":907,"parentId":873,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-escape-keydown/dist/index.mjs","layer":"ssr"},"startTime":1755772443881,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":13425,"timestamp":46351728,"id":908,"parentId":888,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/contrib/parseqs.js","layer":"ssr"},"startTime":1755772443887,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":29,"timestamp":46366217,"id":911,"parentId":905,"tags":{"name":"tty","layer":null},"startTime":1755772443901,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11013,"timestamp":46359857,"id":909,"parentId":893,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transports/polling.js","layer":"ssr"},"startTime":1755772443895,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11234,"timestamp":46360051,"id":910,"parentId":894,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/contrib/has-cors.js","layer":"ssr"},"startTime":1755772443895,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16320,"timestamp":46366263,"id":912,"parentId":900,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/medium.js","layer":"ssr"},"startTime":1755772443901,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16250,"timestamp":46368228,"id":913,"parentId":843,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@socket.io/component-emitter/lib/esm/index.js","layer":"ssr"},"startTime":1755772443903,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":17836,"timestamp":46368397,"id":914,"parentId":901,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/SideEffect.js","layer":"ssr"},"startTime":1755772443903,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":14569,"timestamp":46374180,"id":915,"parentId":876,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.mjs","layer":"ssr"},"startTime":1755772443909,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15462,"timestamp":46377217,"id":916,"parentId":904,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/node_modules/debug/src/common.js","layer":"ssr"},"startTime":1755772443912,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":8924,"timestamp":46398682,"id":917,"parentId":914,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js","layer":"ssr"},"startTime":1755772443934,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":9735,"timestamp":46398892,"id":918,"parentId":914,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/handleScroll.js","layer":"ssr"},"startTime":1755772443934,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":9036,"timestamp":46405846,"id":919,"parentId":882,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/node_modules/debug/src/index.js","layer":"ssr"},"startTime":1755772443941,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":10844,"timestamp":46414991,"id":920,"parentId":884,"tags":{"name":"/home/runner/work/envin/envin/node_modules/tslib/tslib.es6.mjs","layer":"ssr"},"startTime":1755772443950,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":61,"timestamp":46428649,"id":925,"parentId":905,"tags":{"layer":null},"startTime":1755772443963,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10024,"timestamp":46420149,"id":921,"parentId":888,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/node_modules/debug/src/index.js","layer":"ssr"},"startTime":1755772443955,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10846,"timestamp":46420277,"id":922,"parentId":919,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/node_modules/debug/src/browser.js","layer":"ssr"},"startTime":1755772443955,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11594,"timestamp":46420387,"id":923,"parentId":919,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/node_modules/debug/src/node.js","layer":"ssr"},"startTime":1755772443955,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":8485,"timestamp":46426930,"id":924,"parentId":900,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/index.js","layer":"ssr"},"startTime":1755772443962,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":8337,"timestamp":46434172,"id":926,"parentId":901,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/index.js","layer":"ssr"},"startTime":1755772443969,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":8486,"timestamp":46434359,"id":927,"parentId":895,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/wrapper.mjs","layer":"ssr"},"startTime":1755772443969,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":13922,"timestamp":46439913,"id":930,"parentId":921,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/node_modules/debug/src/browser.js","layer":"ssr"},"startTime":1755772443975,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":14870,"timestamp":46440031,"id":931,"parentId":921,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/node_modules/debug/src/node.js","layer":"ssr"},"startTime":1755772443975,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":18276,"timestamp":46439693,"id":928,"parentId":896,"tags":{"name":"/home/runner/work/envin/envin/node_modules/xmlhttprequest-ssl/lib/XMLHttpRequest.js","layer":"ssr"},"startTime":1755772443975,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":18535,"timestamp":46439816,"id":929,"parentId":900,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll-bar/dist/es2015/constants.js","layer":"ssr"},"startTime":1755772443975,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":20162,"timestamp":46441158,"id":932,"parentId":914,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll-bar/dist/es2015/index.js","layer":"ssr"},"startTime":1755772443976,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":21421,"timestamp":46441343,"id":933,"parentId":922,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/node_modules/debug/src/common.js","layer":"ssr"},"startTime":1755772443976,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":19319,"timestamp":46447397,"id":934,"parentId":915,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs","layer":"ssr"},"startTime":1755772443982,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":20490,"timestamp":46450664,"id":936,"parentId":924,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/useRef.js","layer":"ssr"},"startTime":1755772443985,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":20775,"timestamp":46450756,"id":937,"parentId":924,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/createRef.js","layer":"ssr"},"startTime":1755772443986,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":21081,"timestamp":46450842,"id":938,"parentId":924,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/mergeRef.js","layer":"ssr"},"startTime":1755772443986,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":21695,"timestamp":46450933,"id":939,"parentId":924,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/useMergeRef.js","layer":"ssr"},"startTime":1755772443986,"traceId":"2b0adf677a8714d2"}]
|
|
10
|
-
[{"name":"build-module-js","duration":22870,"timestamp":46450535,"id":935,"parentId":924,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/assignRef.js","layer":"ssr"},"startTime":1755772443985,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":22752,"timestamp":46451050,"id":940,"parentId":924,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/useTransformRef.js","layer":"ssr"},"startTime":1755772443986,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":23084,"timestamp":46451147,"id":941,"parentId":924,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/transformRef.js","layer":"ssr"},"startTime":1755772443986,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":24,"timestamp":46476091,"id":950,"parentId":928,"tags":{"name":"url","layer":null},"startTime":1755772444011,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":11,"timestamp":46476133,"id":951,"parentId":928,"tags":{"name":"child_process","layer":null},"startTime":1755772444011,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":8,"timestamp":46476154,"id":952,"parentId":928,"tags":{"name":"http","layer":null},"startTime":1755772444011,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":7,"timestamp":46476169,"id":953,"parentId":928,"tags":{"name":"https","layer":null},"startTime":1755772444011,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":29470,"timestamp":46452100,"id":942,"parentId":888,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/index.js","layer":"ssr"},"startTime":1755772443987,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":29905,"timestamp":46452226,"id":943,"parentId":924,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/refToCallback.js","layer":"ssr"},"startTime":1755772443987,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":19949,"timestamp":46468780,"id":944,"parentId":926,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/hoc.js","layer":"ssr"},"startTime":1755772444004,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":20586,"timestamp":46468976,"id":945,"parentId":926,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/hook.js","layer":"ssr"},"startTime":1755772444004,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":21133,"timestamp":46469332,"id":947,"parentId":926,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/medium.js","layer":"ssr"},"startTime":1755772444004,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":21677,"timestamp":46469171,"id":946,"parentId":926,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/config.js","layer":"ssr"},"startTime":1755772444004,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":22148,"timestamp":46469487,"id":948,"parentId":926,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/renderProp.js","layer":"ssr"},"startTime":1755772444004,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":22495,"timestamp":46469646,"id":949,"parentId":926,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/exports.js","layer":"ssr"},"startTime":1755772444004,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":19619,"timestamp":46476184,"id":954,"parentId":914,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-style-singleton/dist/es2015/index.js","layer":"ssr"},"startTime":1755772444011,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":20509,"timestamp":46476374,"id":955,"parentId":927,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/stream.js","layer":"ssr"},"startTime":1755772444011,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":24078,"timestamp":46476536,"id":956,"parentId":927,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/receiver.js","layer":"ssr"},"startTime":1755772444011,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":29700,"timestamp":46476856,"id":958,"parentId":927,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/websocket.js","layer":"ssr"},"startTime":1755772444012,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":32205,"timestamp":46477028,"id":959,"parentId":927,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/websocket-server.js","layer":"ssr"},"startTime":1755772444012,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":40109,"timestamp":46476698,"id":957,"parentId":927,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/sender.js","layer":"ssr"},"startTime":1755772444012,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":36491,"timestamp":46487748,"id":960,"parentId":930,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/node_modules/debug/src/common.js","layer":"ssr"},"startTime":1755772444023,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":22,"timestamp":46525343,"id":967,"parentId":955,"tags":{"name":"stream","layer":null},"startTime":1755772444060,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":10,"timestamp":46525381,"id":968,"parentId":958,"tags":{"name":"events","layer":null},"startTime":1755772444060,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":7,"timestamp":46525399,"id":969,"parentId":958,"tags":{"name":"net","layer":null},"startTime":1755772444060,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":6,"timestamp":46525414,"id":970,"parentId":958,"tags":{"name":"tls","layer":null},"startTime":1755772444060,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":10,"timestamp":46525429,"id":971,"parentId":923,"tags":{"layer":null},"startTime":1755772444060,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":34452,"timestamp":46493466,"id":961,"parentId":916,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ms/index.js","layer":"ssr"},"startTime":1755772444028,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":35584,"timestamp":46493584,"id":962,"parentId":932,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll-bar/dist/es2015/component.js","layer":"ssr"},"startTime":1755772444028,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":36103,"timestamp":46493732,"id":963,"parentId":932,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll-bar/dist/es2015/utils.js","layer":"ssr"},"startTime":1755772444029,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":24281,"timestamp":46512294,"id":964,"parentId":942,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/encodePacket.js","layer":"ssr"},"startTime":1755772444047,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":24756,"timestamp":46512495,"id":965,"parentId":942,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/decodePacket.js","layer":"ssr"},"startTime":1755772444047,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":25064,"timestamp":46512659,"id":966,"parentId":942,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/commons.js","layer":"ssr"},"startTime":1755772444047,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10523,"timestamp":46534302,"id":972,"parentId":945,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/env.js","layer":"ssr"},"startTime":1755772444069,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10324,"timestamp":46537972,"id":973,"parentId":956,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/permessage-deflate.js","layer":"ssr"},"startTime":1755772444073,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10462,"timestamp":46538180,"id":974,"parentId":956,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/constants.js","layer":"ssr"},"startTime":1755772444073,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11327,"timestamp":46538351,"id":975,"parentId":956,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/buffer-util.js","layer":"ssr"},"startTime":1755772444073,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":12575,"timestamp":46538510,"id":976,"parentId":956,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/validation.js","layer":"ssr"},"startTime":1755772444073,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":13932,"timestamp":46538664,"id":977,"parentId":958,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/event-target.js","layer":"ssr"},"startTime":1755772444073,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15601,"timestamp":46538824,"id":978,"parentId":958,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/extension.js","layer":"ssr"},"startTime":1755772444074,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":18315,"timestamp":46538977,"id":979,"parentId":959,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/subprotocol.js","layer":"ssr"},"startTime":1755772444074,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":18572,"timestamp":46539155,"id":980,"parentId":954,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-style-singleton/dist/es2015/component.js","layer":"ssr"},"startTime":1755772444074,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":19094,"timestamp":46539320,"id":981,"parentId":954,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-style-singleton/dist/es2015/singleton.js","layer":"ssr"},"startTime":1755772444074,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":19375,"timestamp":46539476,"id":982,"parentId":954,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-style-singleton/dist/es2015/hook.js","layer":"ssr"},"startTime":1755772444074,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":22,"timestamp":46568417,"id":983,"parentId":973,"tags":{"name":"zlib","layer":null},"startTime":1755772444103,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":7,"timestamp":46568454,"id":984,"parentId":976,"tags":{"name":"buffer","layer":null},"startTime":1755772444103,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":10,"timestamp":46568468,"id":985,"parentId":931,"tags":{"layer":null},"startTime":1755772444103,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":6860,"timestamp":46568485,"id":986,"parentId":934,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.mjs","layer":"ssr"},"startTime":1755772444103,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":6912,"timestamp":46571229,"id":987,"parentId":973,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/limiter.js","layer":"ssr"},"startTime":1755772444106,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":4016,"timestamp":46576299,"id":988,"parentId":934,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs","layer":"ssr"},"startTime":1755772444111,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":9318,"timestamp":46576767,"id":989,"parentId":934,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/core/dist/floating-ui.core.mjs","layer":"ssr"},"startTime":1755772444112,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":13,"timestamp":46587206,"id":990,"parentId":975,"tags":{"layer":null},"startTime":1755772444122,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":6,"timestamp":46587232,"id":991,"parentId":976,"tags":{"layer":null},"startTime":1755772444122,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":1416,"timestamp":46590581,"id":992,"parentId":972,"tags":{"name":"/home/runner/work/envin/envin/node_modules/detect-node-es/esm/node.js","layer":"ssr"},"startTime":1755772444125,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":1129,"timestamp":46592939,"id":993,"parentId":981,"tags":{"name":"/home/runner/work/envin/envin/node_modules/get-nonce/dist/es2015/index.js","layer":"ssr"},"startTime":1755772444128,"traceId":"2b0adf677a8714d2"},{"name":"build-module-svg","duration":1221054,"timestamp":45704783,"id":846,"parentId":831,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/fly.svg","layer":"ssr"},"startTime":1755772443240,"traceId":"2b0adf677a8714d2"},{"name":"build-module-svg","duration":776266,"timestamp":46150325,"id":847,"parentId":831,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/neon.svg","layer":"ssr"},"startTime":1755772443685,"traceId":"2b0adf677a8714d2"},{"name":"build-module-svg","duration":776808,"timestamp":46150424,"id":848,"parentId":831,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/netlify.svg","layer":"ssr"},"startTime":1755772443685,"traceId":"2b0adf677a8714d2"},{"name":"build-module-svg","duration":777211,"timestamp":46150469,"id":849,"parentId":831,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/railway.svg","layer":"ssr"},"startTime":1755772443685,"traceId":"2b0adf677a8714d2"},{"name":"build-module-svg","duration":777620,"timestamp":46150501,"id":850,"parentId":831,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/render.svg","layer":"ssr"},"startTime":1755772443685,"traceId":"2b0adf677a8714d2"},{"name":"build-module-svg","duration":782220,"timestamp":46150530,"id":851,"parentId":831,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/supabase.svg","layer":"ssr"},"startTime":1755772443685,"traceId":"2b0adf677a8714d2"},{"name":"build-module-svg","duration":782635,"timestamp":46150556,"id":852,"parentId":831,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/uploadthing.svg","layer":"ssr"},"startTime":1755772443685,"traceId":"2b0adf677a8714d2"},{"name":"build-module-svg","duration":783100,"timestamp":46150588,"id":853,"parentId":831,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/upstash.svg","layer":"ssr"},"startTime":1755772443685,"traceId":"2b0adf677a8714d2"},{"name":"build-module-svg","duration":783470,"timestamp":46150613,"id":854,"parentId":831,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/vercel.svg","layer":"ssr"},"startTime":1755772443685,"traceId":"2b0adf677a8714d2"},{"name":"build-module-svg","duration":783988,"timestamp":46150638,"id":855,"parentId":831,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/vite.svg","layer":"ssr"},"startTime":1755772443685,"traceId":"2b0adf677a8714d2"},{"name":"build-module-svg","duration":784324,"timestamp":46150667,"id":856,"parentId":831,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/wxt.svg","layer":"ssr"},"startTime":1755772443685,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":269,"timestamp":46944492,"id":995,"parentId":16,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-action-entry-loader.js?actions=%5B%5B%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Flib%2Fvalidate.ts%22%2C%5B%7B%22id%22%3A%227f5224936358323b6ee4c4b8ff279720424528386b%22%2C%22exportedName%22%3A%22validate%22%7D%5D%5D%5D&__client_imported__=true!","layer":"action-browser"},"startTime":1755772444479,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":2170,"timestamp":46946046,"id":996,"parentId":995,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/validate.ts","layer":"action-browser"},"startTime":1755772444481,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":1162,"timestamp":46952983,"id":997,"parentId":996,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-loader/server-reference.js","layer":"action-browser"},"startTime":1755772444488,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":2355,"timestamp":46953261,"id":999,"parentId":996,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/encryption.js","layer":"action-browser"},"startTime":1755772444488,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":3486,"timestamp":46953371,"id":1000,"parentId":996,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/get-config-file.ts","layer":"action-browser"},"startTime":1755772444488,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10177,"timestamp":46953150,"id":998,"parentId":996,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-loader/action-validate.js","layer":"action-browser"},"startTime":1755772444488,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":6384,"timestamp":46966677,"id":1001,"parentId":999,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js","layer":"action-browser"},"startTime":1755772444502,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":6194,"timestamp":46967067,"id":1004,"parentId":999,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react.js","layer":"action-browser"},"startTime":1755772444502,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":6420,"timestamp":46967186,"id":1005,"parentId":1000,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/index.js","layer":"action-browser"},"startTime":1755772444502,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":6294,"timestamp":46967479,"id":1008,"parentId":997,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server.js","layer":"action-browser"},"startTime":1755772444502,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":6450,"timestamp":46967577,"id":1009,"parentId":999,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react-server-dom-webpack/client.node.js","layer":"action-browser"},"startTime":1755772444502,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":6464,"timestamp":46967668,"id":1010,"parentId":999,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/server-only/empty.js","layer":"action-browser"},"startTime":1755772444502,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":7225,"timestamp":46967376,"id":1007,"parentId":1000,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/cli/utils/logger.ts","layer":"action-browser"},"startTime":1755772444502,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":8199,"timestamp":46967280,"id":1006,"parentId":1000,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/run-bundled-code.ts","layer":"action-browser"},"startTime":1755772444502,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":7975,"timestamp":46967862,"id":1012,"parentId":1000,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/result.ts","layer":"action-browser"},"startTime":1755772444503,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":8744,"timestamp":46967766,"id":1011,"parentId":1000,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/improve-error-with-sourcemap.ts","layer":"action-browser"},"startTime":1755772444503,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15909,"timestamp":46966826,"id":1002,"parentId":999,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/encryption-utils.js","layer":"action-browser"},"startTime":1755772444502,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":18113,"timestamp":46966935,"id":1003,"parentId":999,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"action-browser"},"startTime":1755772444502,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":2785,"timestamp":46986440,"id":1013,"parentId":1006,"tags":{"layer":"action-browser"},"startTime":1755772444521,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":7411,"timestamp":46986493,"id":1014,"parentId":1001,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/trace/tracer.js","layer":"action-browser"},"startTime":1755772444521,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":8358,"timestamp":46986638,"id":1015,"parentId":1001,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/trace/constants.js","layer":"action-browser"},"startTime":1755772444521,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":8516,"timestamp":46986748,"id":1016,"parentId":1001,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/detached-promise.js","layer":"action-browser"},"startTime":1755772444522,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":8771,"timestamp":46986881,"id":1017,"parentId":1001,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/scheduler.js","layer":"action-browser"},"startTime":1755772444522,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":8881,"timestamp":46987026,"id":1018,"parentId":1001,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/stream-utils/encoded-tags.js","layer":"action-browser"},"startTime":1755772444522,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":9196,"timestamp":46987137,"id":1019,"parentId":1001,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/stream-utils/uint8array-helpers.js","layer":"action-browser"},"startTime":1755772444522,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":9356,"timestamp":46987343,"id":1022,"parentId":1005,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/external.js","layer":"action-browser"},"startTime":1755772444522,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":47183,"timestamp":46987538,"id":1024,"parentId":1007,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/index.mjs","layer":"action-browser"},"startTime":1755772444522,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":46922,"timestamp":46988141,"id":1029,"parentId":1011,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/source-map.js","layer":"action-browser"},"startTime":1755772444523,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":47521,"timestamp":46988349,"id":1030,"parentId":1011,"tags":{"name":"/home/runner/work/envin/envin/node_modules/stacktrace-parser/dist/stack-trace-parser.esm.js","layer":"action-browser"},"startTime":1755772444523,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":49520,"timestamp":46987239,"id":1020,"parentId":1001,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/errors/constants.js","layer":"action-browser"},"startTime":1755772444522,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":50060,"timestamp":46987291,"id":1021,"parentId":1001,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/segment-cache/output-export-prefetch-encoding.js","layer":"action-browser"},"startTime":1755772444522,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":51361,"timestamp":46987729,"id":1026,"parentId":1006,"tags":{"name":"/home/runner/work/envin/envin/packages/core/dist/presets/arktype.js","layer":"action-browser"},"startTime":1755772444523,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":53015,"timestamp":46987632,"id":1025,"parentId":1006,"tags":{"name":"/home/runner/work/envin/envin/packages/core/dist/index.js","layer":"action-browser"},"startTime":1755772444522,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":55409,"timestamp":46987820,"id":1027,"parentId":1006,"tags":{"name":"/home/runner/work/envin/envin/packages/core/dist/presets/valibot.js","layer":"action-browser"},"startTime":1755772444523,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":57155,"timestamp":46987913,"id":1028,"parentId":1006,"tags":{"name":"/home/runner/work/envin/envin/packages/core/dist/presets/zod.js","layer":"action-browser"},"startTime":1755772444523,"traceId":"2b0adf677a8714d2"}]
|
|
11
|
-
[{"name":"build-module-ts","duration":57587,"timestamp":46988540,"id":1031,"parentId":1006,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/static-node-modules-for-vm.ts","layer":"action-browser"},"startTime":1755772444523,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":25216,"timestamp":47051197,"id":1036,"parentId":1003,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"action-browser"},"startTime":1755772444586,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":25413,"timestamp":47051358,"id":1037,"parentId":1003,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/metadata-constants.js","layer":"action-browser"},"startTime":1755772444586,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":102276,"timestamp":46987441,"id":1023,"parentId":1009,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js","layer":"action-browser"},"startTime":1755772444522,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":39229,"timestamp":47050742,"id":1032,"parentId":1002,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/invariant-error.js","layer":"action-browser"},"startTime":1755772444586,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":39456,"timestamp":47050918,"id":1033,"parentId":1002,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"action-browser"},"startTime":1755772444586,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":39631,"timestamp":47051119,"id":1035,"parentId":1003,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"action-browser"},"startTime":1755772444586,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":40127,"timestamp":47051025,"id":1034,"parentId":1003,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/hooks-server-context.js","layer":"action-browser"},"startTime":1755772444586,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10293,"timestamp":47092390,"id":1038,"parentId":1014,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"action-browser"},"startTime":1755772444627,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10038,"timestamp":47092952,"id":1043,"parentId":1022,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/index.js","layer":"action-browser"},"startTime":1755772444628,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":23563,"timestamp":47093063,"id":1044,"parentId":1022,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/schemas.js","layer":"action-browser"},"startTime":1755772444628,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":23820,"timestamp":47093167,"id":1045,"parentId":1022,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/checks.js","layer":"action-browser"},"startTime":1755772444628,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":24272,"timestamp":47093257,"id":1046,"parentId":1022,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/errors.js","layer":"action-browser"},"startTime":1755772444628,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":24583,"timestamp":47093368,"id":1047,"parentId":1022,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/parse.js","layer":"action-browser"},"startTime":1755772444628,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":24921,"timestamp":47093462,"id":1048,"parentId":1022,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/compat.js","layer":"action-browser"},"startTime":1755772444628,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":25701,"timestamp":47093554,"id":1049,"parentId":1022,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/en.js","layer":"action-browser"},"startTime":1755772444628,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":26433,"timestamp":47093641,"id":1050,"parentId":1022,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/index.js","layer":"action-browser"},"startTime":1755772444628,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":26778,"timestamp":47093732,"id":1051,"parentId":1022,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/iso.js","layer":"action-browser"},"startTime":1755772444629,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":26907,"timestamp":47093874,"id":1052,"parentId":1022,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/coerce.js","layer":"action-browser"},"startTime":1755772444629,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":28425,"timestamp":47093982,"id":1053,"parentId":1024,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/core.mjs","layer":"action-browser"},"startTime":1755772444629,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":28876,"timestamp":47094099,"id":1054,"parentId":1024,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/shared/consola.DRwqZj3T.mjs","layer":"action-browser"},"startTime":1755772444629,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":30133,"timestamp":47094192,"id":1055,"parentId":1024,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/shared/consola.DXBYu-KD.mjs","layer":"action-browser"},"startTime":1755772444629,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":60795,"timestamp":47094281,"id":1056,"parentId":1024,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/chunks/prompt.mjs","layer":"action-browser"},"startTime":1755772444629,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":63015,"timestamp":47094374,"id":1057,"parentId":1029,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/source-map-generator.js","layer":"action-browser"},"startTime":1755772444629,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":67294,"timestamp":47094463,"id":1058,"parentId":1029,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/source-map-consumer.js","layer":"action-browser"},"startTime":1755772444629,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":68931,"timestamp":47094551,"id":1059,"parentId":1029,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/source-node.js","layer":"action-browser"},"startTime":1755772444629,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":69217,"timestamp":47094642,"id":1060,"parentId":1026,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/index.js","layer":"action-browser"},"startTime":1755772444629,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":99681,"timestamp":47094730,"id":1061,"parentId":1027,"tags":{"name":"/home/runner/work/envin/envin/node_modules/valibot/dist/index.js","layer":"action-browser"},"startTime":1755772444630,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":102514,"timestamp":47092572,"id":1039,"parentId":1013,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/cn.ts","layer":"action-browser"},"startTime":1755772444627,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":102757,"timestamp":47092695,"id":1040,"parentId":1013,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/preset.ts","layer":"action-browser"},"startTime":1755772444628,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":102937,"timestamp":47092797,"id":1041,"parentId":1013,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/register-spinner-autostopping.ts","layer":"action-browser"},"startTime":1755772444628,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":103051,"timestamp":47092896,"id":1042,"parentId":1014,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/is-thenable.js","layer":"action-browser"},"startTime":1755772444628,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":2596,"timestamp":47211498,"id":1064,"parentId":1023,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-dom.js","layer":"action-browser"},"startTime":1755772444746,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":3281,"timestamp":47211293,"id":1062,"parentId":1033,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"action-browser"},"startTime":1755772444746,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15504,"timestamp":47214681,"id":1065,"parentId":1043,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/core.js","layer":"action-browser"},"startTime":1755772444750,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16093,"timestamp":47214811,"id":1066,"parentId":1043,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/parse.js","layer":"action-browser"},"startTime":1755772444750,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16997,"timestamp":47214914,"id":1067,"parentId":1043,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/errors.js","layer":"action-browser"},"startTime":1755772444750,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":26402,"timestamp":47215036,"id":1068,"parentId":1043,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/schemas.js","layer":"action-browser"},"startTime":1755772444750,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":29519,"timestamp":47215135,"id":1069,"parentId":1043,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/checks.js","layer":"action-browser"},"startTime":1755772444750,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":29626,"timestamp":47215225,"id":1070,"parentId":1043,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/versions.js","layer":"action-browser"},"startTime":1755772444750,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":37759,"timestamp":47215324,"id":1071,"parentId":1043,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/util.js","layer":"action-browser"},"startTime":1755772444750,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":38911,"timestamp":47215414,"id":1072,"parentId":1043,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/regexes.js","layer":"action-browser"},"startTime":1755772444750,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":39279,"timestamp":47215503,"id":1073,"parentId":1043,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/registries.js","layer":"action-browser"},"startTime":1755772444750,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":39573,"timestamp":47215597,"id":1074,"parentId":1043,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/doc.js","layer":"action-browser"},"startTime":1755772444750,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":40066,"timestamp":47215685,"id":1075,"parentId":1043,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/function.js","layer":"action-browser"},"startTime":1755772444751,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":43003,"timestamp":47215772,"id":1076,"parentId":1043,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/api.js","layer":"action-browser"},"startTime":1755772444751,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":45760,"timestamp":47215864,"id":1077,"parentId":1043,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/to-json-schema.js","layer":"action-browser"},"startTime":1755772444751,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":45794,"timestamp":47215954,"id":1078,"parentId":1043,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/json-schema.js","layer":"action-browser"},"startTime":1755772444751,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":46260,"timestamp":47216059,"id":1079,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ar.js","layer":"action-browser"},"startTime":1755772444751,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":46671,"timestamp":47216159,"id":1080,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/az.js","layer":"action-browser"},"startTime":1755772444751,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":47664,"timestamp":47216249,"id":1081,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/be.js","layer":"action-browser"},"startTime":1755772444751,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":48450,"timestamp":47216336,"id":1082,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ca.js","layer":"action-browser"},"startTime":1755772444751,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":49248,"timestamp":47216429,"id":1083,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/cs.js","layer":"action-browser"},"startTime":1755772444751,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":50039,"timestamp":47216517,"id":1084,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/da.js","layer":"action-browser"},"startTime":1755772444751,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":50798,"timestamp":47216604,"id":1085,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/de.js","layer":"action-browser"},"startTime":1755772444751,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":51625,"timestamp":47216696,"id":1086,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/eo.js","layer":"action-browser"},"startTime":1755772444752,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":52406,"timestamp":47216782,"id":1087,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/es.js","layer":"action-browser"},"startTime":1755772444752,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":53167,"timestamp":47216867,"id":1088,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fa.js","layer":"action-browser"},"startTime":1755772444752,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":53881,"timestamp":47216961,"id":1089,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fi.js","layer":"action-browser"},"startTime":1755772444752,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":54301,"timestamp":47217080,"id":1090,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fr.js","layer":"action-browser"},"startTime":1755772444752,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":54714,"timestamp":47217181,"id":1091,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fr-CA.js","layer":"action-browser"},"startTime":1755772444752,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":56593,"timestamp":47217277,"id":1092,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/he.js","layer":"action-browser"},"startTime":1755772444752,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":57059,"timestamp":47217365,"id":1093,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/hu.js","layer":"action-browser"},"startTime":1755772444752,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":57464,"timestamp":47217451,"id":1094,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/id.js","layer":"action-browser"},"startTime":1755772444752,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":57926,"timestamp":47217546,"id":1095,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/is.js","layer":"action-browser"},"startTime":1755772444752,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":58326,"timestamp":47217633,"id":1096,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/it.js","layer":"action-browser"},"startTime":1755772444752,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":58773,"timestamp":47217719,"id":1097,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ja.js","layer":"action-browser"},"startTime":1755772444753,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":59179,"timestamp":47217811,"id":1098,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/kh.js","layer":"action-browser"},"startTime":1755772444753,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":59646,"timestamp":47217898,"id":1099,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ko.js","layer":"action-browser"},"startTime":1755772444753,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":60095,"timestamp":47217984,"id":1100,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/mk.js","layer":"action-browser"},"startTime":1755772444753,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":60465,"timestamp":47218100,"id":1101,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ms.js","layer":"action-browser"},"startTime":1755772444753,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":60881,"timestamp":47218190,"id":1102,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/nl.js","layer":"action-browser"},"startTime":1755772444753,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":61281,"timestamp":47218277,"id":1103,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/no.js","layer":"action-browser"},"startTime":1755772444753,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":61706,"timestamp":47218369,"id":1104,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ota.js","layer":"action-browser"},"startTime":1755772444753,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":62162,"timestamp":47218461,"id":1105,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ps.js","layer":"action-browser"},"startTime":1755772444753,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":62571,"timestamp":47218595,"id":1106,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/pl.js","layer":"action-browser"},"startTime":1755772444753,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":62953,"timestamp":47218696,"id":1107,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/pt.js","layer":"action-browser"},"startTime":1755772444754,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":63496,"timestamp":47218783,"id":1108,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ru.js","layer":"action-browser"},"startTime":1755772444754,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":63899,"timestamp":47218869,"id":1109,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/sl.js","layer":"action-browser"},"startTime":1755772444754,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":64326,"timestamp":47218961,"id":1110,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/sv.js","layer":"action-browser"},"startTime":1755772444754,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":64729,"timestamp":47219062,"id":1111,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ta.js","layer":"action-browser"},"startTime":1755772444754,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":65158,"timestamp":47219153,"id":1112,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/th.js","layer":"action-browser"},"startTime":1755772444754,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":65581,"timestamp":47219248,"id":1113,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/tr.js","layer":"action-browser"},"startTime":1755772444754,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":66021,"timestamp":47219334,"id":1114,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ua.js","layer":"action-browser"},"startTime":1755772444754,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":66436,"timestamp":47219424,"id":1115,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ur.js","layer":"action-browser"},"startTime":1755772444754,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":66855,"timestamp":47219513,"id":1116,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/vi.js","layer":"action-browser"},"startTime":1755772444754,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":67281,"timestamp":47219600,"id":1117,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/zh-CN.js","layer":"action-browser"},"startTime":1755772444754,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":67713,"timestamp":47219692,"id":1118,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/zh-TW.js","layer":"action-browser"},"startTime":1755772444755,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":68103,"timestamp":47219780,"id":1119,"parentId":1050,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/yo.js","layer":"action-browser"},"startTime":1755772444755,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":68573,"timestamp":47219867,"id":1120,"parentId":1057,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/base64-vlq.js","layer":"action-browser"},"startTime":1755772444755,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":70010,"timestamp":47219963,"id":1121,"parentId":1057,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/util.js","layer":"action-browser"},"startTime":1755772444755,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":70416,"timestamp":47220067,"id":1122,"parentId":1057,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/array-set.js","layer":"action-browser"},"startTime":1755772444755,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":70624,"timestamp":47220161,"id":1123,"parentId":1057,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/mapping-list.js","layer":"action-browser"},"startTime":1755772444755,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":70882,"timestamp":47220257,"id":1124,"parentId":1058,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/binary-search.js","layer":"action-browser"},"startTime":1755772444755,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":71239,"timestamp":47220349,"id":1125,"parentId":1058,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/quick-sort.js","layer":"action-browser"},"startTime":1755772444755,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":71363,"timestamp":47220435,"id":1126,"parentId":1060,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/config.js","layer":"action-browser"},"startTime":1755772444755,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":71637,"timestamp":47220534,"id":1127,"parentId":1060,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/generic.js","layer":"action-browser"},"startTime":1755772444755,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":71920,"timestamp":47220624,"id":1128,"parentId":1060,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/keywords.js","layer":"action-browser"},"startTime":1755772444755,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":72008,"timestamp":47220711,"id":1129,"parentId":1060,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/module.js","layer":"action-browser"},"startTime":1755772444756,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":72789,"timestamp":47220804,"id":1130,"parentId":1060,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/scope.js","layer":"action-browser"},"startTime":1755772444756,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":73074,"timestamp":47220891,"id":1131,"parentId":1060,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/type.js","layer":"action-browser"},"startTime":1755772444756,"traceId":"2b0adf677a8714d2"}]
|
|
12
|
-
[{"name":"build-module-js","duration":73705,"timestamp":47220977,"id":1132,"parentId":1060,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/index.js","layer":"action-browser"},"startTime":1755772444756,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":73970,"timestamp":47221086,"id":1133,"parentId":1060,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/index.js","layer":"action-browser"},"startTime":1755772444756,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":84154,"timestamp":47211427,"id":1063,"parentId":1033,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/segment.js","layer":"action-browser"},"startTime":1755772444746,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":74930,"timestamp":47221177,"id":1134,"parentId":996,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/app/page.tsx","layer":"action-browser"},"startTime":1755772444756,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":8165,"timestamp":47309559,"id":1135,"parentId":1039,"tags":{"name":"/home/runner/work/envin/envin/node_modules/clsx/dist/clsx.mjs","layer":"action-browser"},"startTime":1755772444844,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":13169,"timestamp":47309731,"id":1136,"parentId":1039,"tags":{"name":"/home/runner/work/envin/envin/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"action-browser"},"startTime":1755772444845,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":13256,"timestamp":47309834,"id":1137,"parentId":1041,"tags":{"name":"/home/runner/work/envin/envin/node_modules/log-symbols/index.js","layer":"action-browser"},"startTime":1755772444845,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":14263,"timestamp":47309936,"id":1138,"parentId":1040,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/types.ts","layer":"action-browser"},"startTime":1755772444845,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":4274,"timestamp":47325991,"id":1139,"parentId":1120,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/base64.js","layer":"action-browser"},"startTime":1755772444861,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":4932,"timestamp":47326162,"id":1140,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/reduce/dynamic.js","layer":"action-browser"},"startTime":1755772444861,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":5221,"timestamp":47326276,"id":1141,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/string.js","layer":"action-browser"},"startTime":1755772444861,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":5376,"timestamp":47326375,"id":1142,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/builtins.js","layer":"action-browser"},"startTime":1755772444861,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":5503,"timestamp":47326469,"id":1143,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/constructors.js","layer":"action-browser"},"startTime":1755772444861,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":5683,"timestamp":47326567,"id":1144,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/number.js","layer":"action-browser"},"startTime":1755772444861,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":7645,"timestamp":47326659,"id":1145,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/string.js","layer":"action-browser"},"startTime":1755772444861,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":8158,"timestamp":47326749,"id":1146,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/ts.js","layer":"action-browser"},"startTime":1755772444862,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":8778,"timestamp":47326845,"id":1147,"parentId":1130,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/match.js","layer":"action-browser"},"startTime":1755772444862,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":8861,"timestamp":47326933,"id":1148,"parentId":1130,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/ast/validate.js","layer":"action-browser"},"startTime":1755772444862,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":9190,"timestamp":47327054,"id":1149,"parentId":1130,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/definition.js","layer":"action-browser"},"startTime":1755772444862,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":9366,"timestamp":47327162,"id":1150,"parentId":1130,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/scanner.js","layer":"action-browser"},"startTime":1755772444862,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":9744,"timestamp":47327255,"id":1151,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/config.js","layer":"action-browser"},"startTime":1755772444862,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10545,"timestamp":47327345,"id":1152,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/constraint.js","layer":"action-browser"},"startTime":1755772444862,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11053,"timestamp":47327441,"id":1153,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/generic.js","layer":"action-browser"},"startTime":1755772444862,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11282,"timestamp":47327528,"id":1154,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/intrinsic.js","layer":"action-browser"},"startTime":1755772444862,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11690,"timestamp":47327617,"id":1155,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/kinds.js","layer":"action-browser"},"startTime":1755772444862,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11857,"timestamp":47327709,"id":1156,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/module.js","layer":"action-browser"},"startTime":1755772444863,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":13765,"timestamp":47327816,"id":1157,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/node.js","layer":"action-browser"},"startTime":1755772444863,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":14845,"timestamp":47327908,"id":1158,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/parse.js","layer":"action-browser"},"startTime":1755772444863,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15179,"timestamp":47328023,"id":1159,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/predicate.js","layer":"action-browser"},"startTime":1755772444863,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15427,"timestamp":47328127,"id":1160,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/after.js","layer":"action-browser"},"startTime":1755772444863,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15256,"timestamp":47346112,"id":1162,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/before.js","layer":"action-browser"},"startTime":1755772444881,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15562,"timestamp":47346341,"id":1163,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/divisor.js","layer":"action-browser"},"startTime":1755772444881,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15820,"timestamp":47346541,"id":1164,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/exactLength.js","layer":"action-browser"},"startTime":1755772444881,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15992,"timestamp":47346731,"id":1165,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/max.js","layer":"action-browser"},"startTime":1755772444882,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16246,"timestamp":47346913,"id":1166,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/maxLength.js","layer":"action-browser"},"startTime":1755772444882,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":14094,"timestamp":47363855,"id":1167,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/min.js","layer":"action-browser"},"startTime":1755772444899,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":14222,"timestamp":47364130,"id":1168,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/minLength.js","layer":"action-browser"},"startTime":1755772444899,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":14459,"timestamp":47364258,"id":1169,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/pattern.js","layer":"action-browser"},"startTime":1755772444899,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15086,"timestamp":47364360,"id":1170,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/range.js","layer":"action-browser"},"startTime":1755772444899,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15462,"timestamp":47364465,"id":1171,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/domain.js","layer":"action-browser"},"startTime":1755772444899,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16727,"timestamp":47364556,"id":1172,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/intersection.js","layer":"action-browser"},"startTime":1755772444899,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":19780,"timestamp":47364645,"id":1173,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/morph.js","layer":"action-browser"},"startTime":1755772444899,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":20464,"timestamp":47364742,"id":1174,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/proto.js","layer":"action-browser"},"startTime":1755772444900,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":22514,"timestamp":47364832,"id":1175,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/root.js","layer":"action-browser"},"startTime":1755772444900,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":26353,"timestamp":47364920,"id":1176,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/union.js","layer":"action-browser"},"startTime":1755772444900,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":27271,"timestamp":47365051,"id":1177,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/unit.js","layer":"action-browser"},"startTime":1755772444900,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":31532,"timestamp":47365183,"id":1178,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/scope.js","layer":"action-browser"},"startTime":1755772444900,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":32913,"timestamp":47365285,"id":1179,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/compile.js","layer":"action-browser"},"startTime":1755772444900,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":32978,"timestamp":47365374,"id":1180,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/declare.js","layer":"action-browser"},"startTime":1755772444900,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":33660,"timestamp":47365462,"id":1181,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/disjoint.js","layer":"action-browser"},"startTime":1755772444900,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":34674,"timestamp":47365555,"id":1182,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/errors.js","layer":"action-browser"},"startTime":1755772444900,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":35273,"timestamp":47365641,"id":1183,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/implement.js","layer":"action-browser"},"startTime":1755772444900,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":35897,"timestamp":47365729,"id":1184,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/intersections.js","layer":"action-browser"},"startTime":1755772444901,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":35920,"timestamp":47365822,"id":1185,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/jsonSchema.js","layer":"action-browser"},"startTime":1755772444901,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":36085,"timestamp":47365910,"id":1186,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/registry.js","layer":"action-browser"},"startTime":1755772444901,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":36136,"timestamp":47365996,"id":1187,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/standardSchema.js","layer":"action-browser"},"startTime":1755772444901,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":36358,"timestamp":47366112,"id":1188,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/toJsonSchema.js","layer":"action-browser"},"startTime":1755772444901,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":37076,"timestamp":47366200,"id":1189,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/traversal.js","layer":"action-browser"},"startTime":1755772444901,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":37234,"timestamp":47366287,"id":1190,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/utils.js","layer":"action-browser"},"startTime":1755772444901,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":37802,"timestamp":47366378,"id":1191,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/index.js","layer":"action-browser"},"startTime":1755772444901,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":38483,"timestamp":47366464,"id":1192,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/optional.js","layer":"action-browser"},"startTime":1755772444901,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":39063,"timestamp":47366551,"id":1193,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/prop.js","layer":"action-browser"},"startTime":1755772444901,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":39288,"timestamp":47366644,"id":1194,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/required.js","layer":"action-browser"},"startTime":1755772444901,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":41428,"timestamp":47366731,"id":1195,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/sequence.js","layer":"action-browser"},"startTime":1755772444902,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":46592,"timestamp":47366817,"id":1196,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/structure.js","layer":"action-browser"},"startTime":1755772444902,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":47280,"timestamp":47366910,"id":1197,"parentId":1133,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/arrays.js","layer":"action-browser"},"startTime":1755772444902,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":47540,"timestamp":47366995,"id":1198,"parentId":1133,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/clone.js","layer":"action-browser"},"startTime":1755772444902,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":47541,"timestamp":47367101,"id":1199,"parentId":1133,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/describe.js","layer":"action-browser"},"startTime":1755772444902,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":47654,"timestamp":47367195,"id":1200,"parentId":1133,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/domain.js","layer":"action-browser"},"startTime":1755772444902,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":47876,"timestamp":47367282,"id":1201,"parentId":1133,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/errors.js","layer":"action-browser"},"startTime":1755772444902,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":48080,"timestamp":47367366,"id":1202,"parentId":1133,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/flatMorph.js","layer":"action-browser"},"startTime":1755772444902,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":48703,"timestamp":47367459,"id":1203,"parentId":1133,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/functions.js","layer":"action-browser"},"startTime":1755772444902,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":48891,"timestamp":47367546,"id":1204,"parentId":1133,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/generics.js","layer":"action-browser"},"startTime":1755772444902,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":49055,"timestamp":47367632,"id":1205,"parentId":1133,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/hkt.js","layer":"action-browser"},"startTime":1755772444902,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":49116,"timestamp":47367723,"id":1206,"parentId":1133,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/intersections.js","layer":"action-browser"},"startTime":1755772444903,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":49414,"timestamp":47367810,"id":1207,"parentId":1133,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/isomorphic.js","layer":"action-browser"},"startTime":1755772444903,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":49469,"timestamp":47367896,"id":1208,"parentId":1133,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/keys.js","layer":"action-browser"},"startTime":1755772444903,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":49664,"timestamp":47367986,"id":1209,"parentId":1133,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/lazily.js","layer":"action-browser"},"startTime":1755772444903,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":50871,"timestamp":47368091,"id":1210,"parentId":1133,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/numbers.js","layer":"action-browser"},"startTime":1755772444903,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":51697,"timestamp":47368180,"id":1211,"parentId":1133,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/objectKinds.js","layer":"action-browser"},"startTime":1755772444903,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":52414,"timestamp":47368274,"id":1212,"parentId":1133,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/path.js","layer":"action-browser"},"startTime":1755772444903,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":52543,"timestamp":47368359,"id":1213,"parentId":1133,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/primitive.js","layer":"action-browser"},"startTime":1755772444903,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":53463,"timestamp":47368445,"id":1214,"parentId":1133,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/records.js","layer":"action-browser"},"startTime":1755772444903,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":54024,"timestamp":47368541,"id":1215,"parentId":1133,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/registry.js","layer":"action-browser"},"startTime":1755772444903,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":54638,"timestamp":47368628,"id":1216,"parentId":1133,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/scanner.js","layer":"action-browser"},"startTime":1755772444903,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":55970,"timestamp":47368712,"id":1217,"parentId":1133,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/serialize.js","layer":"action-browser"},"startTime":1755772444904,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":56503,"timestamp":47368805,"id":1218,"parentId":1133,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/strings.js","layer":"action-browser"},"startTime":1755772444904,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":57089,"timestamp":47368891,"id":1219,"parentId":1133,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/traits.js","layer":"action-browser"},"startTime":1755772444904,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":57136,"timestamp":47368975,"id":1220,"parentId":1133,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/unionToTuple.js","layer":"action-browser"},"startTime":1755772444904,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":57173,"timestamp":47369086,"id":1221,"parentId":1134,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-runtime.js","layer":"action-browser"},"startTime":1755772444904,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":57176,"timestamp":47369464,"id":1225,"parentId":1137,"tags":{"name":"/home/runner/work/envin/envin/node_modules/log-symbols/symbols.js","layer":"action-browser"},"startTime":1755772444904,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":80969,"timestamp":47345954,"id":1161,"parentId":1134,"tags":{"name":"__barrel_optimize__?names=Ban!=!/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"action-browser"},"startTime":1755772444881,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":58121,"timestamp":47369183,"id":1222,"parentId":1134,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/app/env.ts","layer":"action-browser"},"startTime":1755772444904,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":58411,"timestamp":47369275,"id":1223,"parentId":1134,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/envin.tsx","layer":"action-browser"},"startTime":1755772444904,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":59200,"timestamp":47369373,"id":1224,"parentId":1134,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/variables/index.ts","layer":"action-browser"},"startTime":1755772444904,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":18854,"timestamp":47441596,"id":1226,"parentId":1140,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operand/operand.js","layer":"action-browser"},"startTime":1755772444976,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":19154,"timestamp":47441867,"id":1227,"parentId":1140,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operator/operator.js","layer":"action-browser"},"startTime":1755772444977,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":19378,"timestamp":47442072,"id":1228,"parentId":1140,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/reduce/shared.js","layer":"action-browser"},"startTime":1755772444977,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":19511,"timestamp":47442250,"id":1229,"parentId":1141,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operator/default.js","layer":"action-browser"},"startTime":1755772444977,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":19765,"timestamp":47442419,"id":1230,"parentId":1143,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/Array.js","layer":"action-browser"},"startTime":1755772444977,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":4544,"timestamp":47465403,"id":1231,"parentId":1143,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/FormData.js","layer":"action-browser"},"startTime":1755772445000,"traceId":"2b0adf677a8714d2"}]
|
|
13
|
-
[{"name":"build-module-js","duration":4717,"timestamp":47465614,"id":1232,"parentId":1143,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/TypedArray.js","layer":"action-browser"},"startTime":1755772445000,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":5256,"timestamp":47465788,"id":1233,"parentId":1149,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/objectLiteral.js","layer":"action-browser"},"startTime":1755772445001,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":5717,"timestamp":47465951,"id":1234,"parentId":1149,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/tupleExpressions.js","layer":"action-browser"},"startTime":1755772445001,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":6266,"timestamp":47466146,"id":1235,"parentId":1149,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/tupleLiteral.js","layer":"action-browser"},"startTime":1755772445001,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":6302,"timestamp":47466317,"id":1236,"parentId":1154,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/shared.js","layer":"action-browser"},"startTime":1755772445001,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":6388,"timestamp":47466478,"id":1237,"parentId":1155,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/kinds.js","layer":"action-browser"},"startTime":1755772445001,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":7060,"timestamp":47466643,"id":1238,"parentId":1155,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/alias.js","layer":"action-browser"},"startTime":1755772445001,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":7180,"timestamp":47466800,"id":1239,"parentId":1171,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/basis.js","layer":"action-browser"},"startTime":1755772445002,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":7205,"timestamp":47466962,"id":1240,"parentId":1172,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/utils.js","layer":"action-browser"},"startTime":1755772445002,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":8008,"timestamp":47476365,"id":1242,"parentId":1225,"tags":{"name":"/home/runner/work/envin/envin/node_modules/yoctocolors/index.js","layer":"action-browser"},"startTime":1755772445011,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":8276,"timestamp":47476475,"id":1243,"parentId":1225,"tags":{"name":"/home/runner/work/envin/envin/node_modules/is-unicode-supported/index.js","layer":"action-browser"},"startTime":1755772445011,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11254,"timestamp":47476586,"id":1244,"parentId":1224,"tags":{"name":"/home/runner/work/envin/envin/node_modules/dotenv/lib/main.js","layer":"action-browser"},"startTime":1755772445011,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11919,"timestamp":47476266,"id":1241,"parentId":1161,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/ban.js","layer":"action-browser"},"startTime":1755772445011,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":11897,"timestamp":47476682,"id":1245,"parentId":1224,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/variables/default.ts","layer":"action-browser"},"startTime":1755772445012,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":12330,"timestamp":47476780,"id":1246,"parentId":1224,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/variables/description.ts","layer":"action-browser"},"startTime":1755772445012,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":12511,"timestamp":47476881,"id":1247,"parentId":1223,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/filters/context.tsx","layer":"action-browser"},"startTime":1755772445012,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":12440,"timestamp":47477212,"id":1250,"parentId":1223,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/index.tsx","layer":"action-browser"},"startTime":1755772445012,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":13072,"timestamp":47476979,"id":1248,"parentId":1223,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/context.tsx","layer":"action-browser"},"startTime":1755772445012,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":13167,"timestamp":47477108,"id":1249,"parentId":1223,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/filters/index.tsx","layer":"action-browser"},"startTime":1755772445012,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":13367,"timestamp":47477303,"id":1251,"parentId":996,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/standard.ts","layer":"action-browser"},"startTime":1755772445012,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10541,"timestamp":47491322,"id":1252,"parentId":1226,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operand/enclosed.js","layer":"action-browser"},"startTime":1755772445026,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11044,"timestamp":47491524,"id":1253,"parentId":1226,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operand/unenclosed.js","layer":"action-browser"},"startTime":1755772445026,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11896,"timestamp":47491694,"id":1254,"parentId":1227,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operator/bounds.js","layer":"action-browser"},"startTime":1755772445027,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11908,"timestamp":47491862,"id":1255,"parentId":1227,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operator/brand.js","layer":"action-browser"},"startTime":1755772445027,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11700,"timestamp":47492351,"id":1256,"parentId":1227,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operator/divisor.js","layer":"action-browser"},"startTime":1755772445027,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":1686,"timestamp":47505212,"id":1257,"parentId":1233,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/property.js","layer":"action-browser"},"startTime":1755772445040,"traceId":"2b0adf677a8714d2"},{"name":"build-module-json","duration":584,"timestamp":47507203,"id":1259,"parentId":1244,"tags":{"name":"/home/runner/work/envin/envin/node_modules/dotenv/package.json","layer":"action-browser"},"startTime":1755772445042,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":2797,"timestamp":47507024,"id":1258,"parentId":1242,"tags":{"name":"/home/runner/work/envin/envin/node_modules/yoctocolors/base.js","layer":"action-browser"},"startTime":1755772445042,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":3031,"timestamp":47507241,"id":1260,"parentId":1241,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/createLucideIcon.js","layer":"action-browser"},"startTime":1755772445042,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":3011,"timestamp":47507503,"id":1262,"parentId":1250,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/preview.tsx","layer":"action-browser"},"startTime":1755772445042,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":3422,"timestamp":47507345,"id":1261,"parentId":1250,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/form.tsx","layer":"action-browser"},"startTime":1755772445042,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":2933,"timestamp":47511048,"id":1263,"parentId":1252,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operand/date.js","layer":"action-browser"},"startTime":1755772445046,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":3189,"timestamp":47511264,"id":1264,"parentId":1253,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operand/genericArgs.js","layer":"action-browser"},"startTime":1755772445046,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":1240,"timestamp":47516685,"id":1265,"parentId":1260,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/shared/src/utils.js","layer":"action-browser"},"startTime":1755772445052,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":1524,"timestamp":47516778,"id":1266,"parentId":1260,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/Icon.js","layer":"action-browser"},"startTime":1755772445052,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":940,"timestamp":47518882,"id":1267,"parentId":1266,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/defaultAttributes.js","layer":"action-browser"},"startTime":1755772445054,"traceId":"2b0adf677a8714d2"},{"name":"make","duration":4938866,"timestamp":42581131,"id":18,"parentId":16,"tags":{},"startTime":1755772440116,"traceId":"2b0adf677a8714d2"},{"name":"get-entries","duration":560,"timestamp":47521344,"id":1269,"parentId":1268,"tags":{},"startTime":1755772445056,"traceId":"2b0adf677a8714d2"},{"name":"node-file-trace-plugin","duration":332484,"timestamp":47529991,"id":1270,"parentId":1268,"tags":{"traceEntryCount":"8"},"startTime":1755772445065,"traceId":"2b0adf677a8714d2"},{"name":"collect-traced-files","duration":918,"timestamp":47862492,"id":1271,"parentId":1268,"tags":{},"startTime":1755772445397,"traceId":"2b0adf677a8714d2"},{"name":"finish-modules","duration":342266,"timestamp":47521150,"id":1268,"parentId":17,"tags":{},"startTime":1755772445056,"traceId":"2b0adf677a8714d2"},{"name":"chunk-graph","duration":35048,"timestamp":48035868,"id":1273,"parentId":1272,"tags":{},"startTime":1755772445571,"traceId":"2b0adf677a8714d2"},{"name":"optimize-modules","duration":35,"timestamp":48071098,"id":1275,"parentId":1272,"tags":{},"startTime":1755772445606,"traceId":"2b0adf677a8714d2"},{"name":"optimize-chunks","duration":15159,"timestamp":48071231,"id":1276,"parentId":1272,"tags":{},"startTime":1755772445606,"traceId":"2b0adf677a8714d2"},{"name":"optimize-tree","duration":182,"timestamp":48086506,"id":1277,"parentId":1272,"tags":{},"startTime":1755772445621,"traceId":"2b0adf677a8714d2"},{"name":"optimize-chunk-modules","duration":59976,"timestamp":48086821,"id":1278,"parentId":1272,"tags":{},"startTime":1755772445622,"traceId":"2b0adf677a8714d2"},{"name":"optimize","duration":75883,"timestamp":48071024,"id":1274,"parentId":1272,"tags":{},"startTime":1755772445606,"traceId":"2b0adf677a8714d2"},{"name":"module-hash","duration":46863,"timestamp":48178962,"id":1279,"parentId":1272,"tags":{},"startTime":1755772445714,"traceId":"2b0adf677a8714d2"},{"name":"code-generation","duration":888699,"timestamp":48225890,"id":1280,"parentId":1272,"tags":{},"startTime":1755772445761,"traceId":"2b0adf677a8714d2"},{"name":"hash","duration":8976,"timestamp":49121939,"id":1281,"parentId":1272,"tags":{},"startTime":1755772446657,"traceId":"2b0adf677a8714d2"},{"name":"code-generation-jobs","duration":566,"timestamp":49130912,"id":1282,"parentId":1272,"tags":{},"startTime":1755772446666,"traceId":"2b0adf677a8714d2"},{"name":"module-assets","duration":472,"timestamp":49131428,"id":1283,"parentId":1272,"tags":{},"startTime":1755772446666,"traceId":"2b0adf677a8714d2"},{"name":"create-chunk-assets","duration":9341,"timestamp":49131915,"id":1284,"parentId":1272,"tags":{},"startTime":1755772446667,"traceId":"2b0adf677a8714d2"},{"name":"minify-js","duration":126430,"timestamp":49184514,"id":1288,"parentId":1285,"tags":{"name":"../pages/_app.js","cache":"MISS"},"startTime":1755772446719,"traceId":"2b0adf677a8714d2"},{"name":"minify-js","duration":133939,"timestamp":49177145,"id":1286,"parentId":1285,"tags":{"name":"../app/_not-found/page.js","cache":"MISS"},"startTime":1755772446712,"traceId":"2b0adf677a8714d2"},{"name":"minify-js","duration":50491,"timestamp":49260634,"id":1291,"parentId":1285,"tags":{"name":"../pages/_document.js","cache":"MISS"},"startTime":1755772446795,"traceId":"2b0adf677a8714d2"},{"name":"minify-js","duration":50424,"timestamp":49260735,"id":1292,"parentId":1285,"tags":{"name":"../webpack-runtime.js","cache":"MISS"},"startTime":1755772446796,"traceId":"2b0adf677a8714d2"},{"name":"minify-js","duration":147476,"timestamp":49184700,"id":1289,"parentId":1285,"tags":{"name":"../pages/_error.js","cache":"MISS"},"startTime":1755772446720,"traceId":"2b0adf677a8714d2"},{"name":"minify-js","duration":151980,"timestamp":49183067,"id":1287,"parentId":1285,"tags":{"name":"../app/favicon.ico/route.js","cache":"MISS"},"startTime":1755772446718,"traceId":"2b0adf677a8714d2"},{"name":"minify-js","duration":84311,"timestamp":49261133,"id":1293,"parentId":1285,"tags":{"name":"155.js","cache":"MISS"},"startTime":1755772446796,"traceId":"2b0adf677a8714d2"},{"name":"minify-js","duration":102846,"timestamp":49261642,"id":1294,"parentId":1285,"tags":{"name":"692.js","cache":"MISS"},"startTime":1755772446796,"traceId":"2b0adf677a8714d2"},{"name":"minify-js","duration":108260,"timestamp":49262137,"id":1295,"parentId":1285,"tags":{"name":"569.js","cache":"MISS"},"startTime":1755772446797,"traceId":"2b0adf677a8714d2"},{"name":"minify-js","duration":142993,"timestamp":49275713,"id":1298,"parentId":1285,"tags":{"name":"496.js","cache":"MISS"},"startTime":1755772446811,"traceId":"2b0adf677a8714d2"},{"name":"minify-js","duration":165596,"timestamp":49262659,"id":1296,"parentId":1285,"tags":{"name":"699.js","cache":"MISS"},"startTime":1755772446797,"traceId":"2b0adf677a8714d2"},{"name":"minify-js","duration":256671,"timestamp":49266400,"id":1297,"parentId":1285,"tags":{"name":"55.js","cache":"MISS"},"startTime":1755772446801,"traceId":"2b0adf677a8714d2"},{"name":"minify-js","duration":954351,"timestamp":49189265,"id":1290,"parentId":1285,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1755772446724,"traceId":"2b0adf677a8714d2"},{"name":"minify-webpack-plugin-optimize","duration":999098,"timestamp":49144545,"id":1285,"parentId":16,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1755772446679,"traceId":"2b0adf677a8714d2"},{"name":"css-minimizer-plugin","duration":185,"timestamp":50143916,"id":1299,"parentId":16,"tags":{},"startTime":1755772447679,"traceId":"2b0adf677a8714d2"},{"name":"create-trace-assets","duration":1427,"timestamp":50144300,"id":1300,"parentId":17,"tags":{},"startTime":1755772447679,"traceId":"2b0adf677a8714d2"},{"name":"seal","duration":2222499,"timestamp":47941903,"id":1272,"parentId":16,"tags":{},"startTime":1755772445477,"traceId":"2b0adf677a8714d2"},{"name":"webpack-compilation","duration":7600279,"timestamp":42572276,"id":16,"parentId":13,"tags":{"name":"server"},"startTime":1755772440107,"traceId":"2b0adf677a8714d2"},{"name":"emit","duration":6715,"timestamp":50172950,"id":1301,"parentId":13,"tags":{},"startTime":1755772447708,"traceId":"2b0adf677a8714d2"},{"name":"webpack-close","duration":1505109,"timestamp":50181191,"id":1302,"parentId":13,"tags":{"name":"server"},"startTime":1755772447716,"traceId":"2b0adf677a8714d2"},{"name":"webpack-generate-error-stats","duration":2571,"timestamp":51686373,"id":1303,"parentId":1302,"tags":{},"startTime":1755772449221,"traceId":"2b0adf677a8714d2"},{"name":"make","duration":227,"timestamp":51697993,"id":1305,"parentId":1304,"tags":{},"startTime":1755772449233,"traceId":"2b0adf677a8714d2"},{"name":"chunk-graph","duration":135,"timestamp":51698904,"id":1307,"parentId":1306,"tags":{},"startTime":1755772449234,"traceId":"2b0adf677a8714d2"},{"name":"optimize-modules","duration":12,"timestamp":51699109,"id":1309,"parentId":1306,"tags":{},"startTime":1755772449234,"traceId":"2b0adf677a8714d2"},{"name":"optimize-chunks","duration":71,"timestamp":51699182,"id":1310,"parentId":1306,"tags":{},"startTime":1755772449234,"traceId":"2b0adf677a8714d2"},{"name":"optimize-tree","duration":11,"timestamp":51699307,"id":1311,"parentId":1306,"tags":{},"startTime":1755772449234,"traceId":"2b0adf677a8714d2"},{"name":"optimize-chunk-modules","duration":52,"timestamp":51699397,"id":1312,"parentId":1306,"tags":{},"startTime":1755772449234,"traceId":"2b0adf677a8714d2"},{"name":"optimize","duration":430,"timestamp":51699063,"id":1308,"parentId":1306,"tags":{},"startTime":1755772449234,"traceId":"2b0adf677a8714d2"},{"name":"module-hash","duration":16,"timestamp":51699678,"id":1313,"parentId":1306,"tags":{},"startTime":1755772449235,"traceId":"2b0adf677a8714d2"},{"name":"code-generation","duration":12,"timestamp":51699707,"id":1314,"parentId":1306,"tags":{},"startTime":1755772449235,"traceId":"2b0adf677a8714d2"},{"name":"hash","duration":73,"timestamp":51699761,"id":1315,"parentId":1306,"tags":{},"startTime":1755772449235,"traceId":"2b0adf677a8714d2"},{"name":"code-generation-jobs","duration":44,"timestamp":51699834,"id":1316,"parentId":1306,"tags":{},"startTime":1755772449235,"traceId":"2b0adf677a8714d2"},{"name":"module-assets","duration":17,"timestamp":51699869,"id":1317,"parentId":1306,"tags":{},"startTime":1755772449235,"traceId":"2b0adf677a8714d2"},{"name":"create-chunk-assets","duration":15,"timestamp":51699892,"id":1318,"parentId":1306,"tags":{},"startTime":1755772449235,"traceId":"2b0adf677a8714d2"},{"name":"minify-js","duration":598,"timestamp":51702030,"id":1320,"parentId":1319,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"MISS"},"startTime":1755772449237,"traceId":"2b0adf677a8714d2"},{"name":"minify-webpack-plugin-optimize","duration":871,"timestamp":51701765,"id":1319,"parentId":1304,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1755772449237,"traceId":"2b0adf677a8714d2"},{"name":"css-minimizer-plugin","duration":8,"timestamp":51702681,"id":1321,"parentId":1304,"tags":{},"startTime":1755772449238,"traceId":"2b0adf677a8714d2"},{"name":"seal","duration":5634,"timestamp":51698738,"id":1306,"parentId":1304,"tags":{},"startTime":1755772449234,"traceId":"2b0adf677a8714d2"},{"name":"webpack-compilation","duration":8063,"timestamp":51696413,"id":1304,"parentId":13,"tags":{"name":"edge-server"},"startTime":1755772449231,"traceId":"2b0adf677a8714d2"},{"name":"emit","duration":960,"timestamp":51704532,"id":1322,"parentId":13,"tags":{},"startTime":1755772449239,"traceId":"2b0adf677a8714d2"},{"name":"webpack-close","duration":3998,"timestamp":51705726,"id":1323,"parentId":13,"tags":{"name":"edge-server"},"startTime":1755772449241,"traceId":"2b0adf677a8714d2"},{"name":"webpack-generate-error-stats","duration":751,"timestamp":51709732,"id":1324,"parentId":1323,"tags":{},"startTime":1755772449245,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":1114,"timestamp":51728049,"id":1336,"parentId":1329,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%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%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%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%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fmetadata%2Fasync-metadata.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fmetadata%2Fmetadata-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%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%2Frunner%2Fwork%2Fenvin%2Fenvin%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":1755772449263,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":239,"timestamp":51729240,"id":1337,"parentId":1334,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%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-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%2Frunner%2Fwork%2Fenvin%2Fenvin%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-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%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1755772449264,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":328,"timestamp":51729494,"id":1338,"parentId":1335,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Fcomponents%2Ffilters%2Fcontext.tsx%22%2C%22ids%22%3A%5B%22FiltersProvider%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Fcomponents%2Ffilters%2Findex.tsx%22%2C%22ids%22%3A%5B%22Filters%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Fcomponents%2Fvariables%2Fcontext.tsx%22%2C%22ids%22%3A%5B%22VariablesProvider%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Fcomponents%2Fvariables%2Fform.tsx%22%2C%22ids%22%3A%5B%22Form%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Fcomponents%2Fvariables%2Fpreview.tsx%22%2C%22ids%22%3A%5B%22FileContent%22%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1755772449264,"traceId":"2b0adf677a8714d2"},{"name":"next-client-pages-loader","duration":235,"timestamp":51736803,"id":1342,"parentId":1341,"tags":{"absolutePagePath":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/builtin/global-not-found.js"},"startTime":1755772449272,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":1453,"timestamp":51736253,"id":1341,"parentId":1330,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&page=%2F_not-found%2Fpage!","layer":"app-pages-browser"},"startTime":1755772449271,"traceId":"2b0adf677a8714d2"},{"name":"next-client-pages-loader","duration":23,"timestamp":51738312,"id":1344,"parentId":1343,"tags":{"absolutePagePath":"next/dist/pages/_app"},"startTime":1755772449273,"traceId":"2b0adf677a8714d2"}]
|
|
14
|
-
[{"name":"build-module","duration":1069,"timestamp":51737729,"id":1343,"parentId":1331,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!","layer":"pages-dir-browser"},"startTime":1755772449273,"traceId":"2b0adf677a8714d2"},{"name":"next-client-pages-loader","duration":20,"timestamp":51738870,"id":1346,"parentId":1345,"tags":{"absolutePagePath":"next/dist/pages/_error"},"startTime":1755772449274,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":290,"timestamp":51738815,"id":1345,"parentId":1333,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!","layer":"pages-dir-browser"},"startTime":1755772449274,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15797,"timestamp":51729838,"id":1339,"parentId":1327,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/next.js","layer":"pages-dir-browser"},"startTime":1755772449265,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15877,"timestamp":51730266,"id":1340,"parentId":1328,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-next.js","layer":"app-pages-browser"},"startTime":1755772449265,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":13213,"timestamp":51757998,"id":1348,"parentId":1336,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/client-segment.js","layer":"app-pages-browser"},"startTime":1755772449293,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":13400,"timestamp":51758193,"id":1350,"parentId":1336,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/render-from-template-context.js","layer":"app-pages-browser"},"startTime":1755772449293,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":13890,"timestamp":51758265,"id":1351,"parentId":1336,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/builtin/global-error.js","layer":"app-pages-browser"},"startTime":1755772449293,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":14722,"timestamp":51757879,"id":1347,"parentId":1336,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/client-page.js","layer":"app-pages-browser"},"startTime":1755772449293,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":14599,"timestamp":51758398,"id":1353,"parentId":1336,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/metadata/async-metadata.js","layer":"app-pages-browser"},"startTime":1755772449293,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15015,"timestamp":51758454,"id":1354,"parentId":1336,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/metadata/metadata-boundary.js","layer":"app-pages-browser"},"startTime":1755772449293,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16015,"timestamp":51758334,"id":1352,"parentId":1336,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"app-pages-browser"},"startTime":1755772449293,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16085,"timestamp":51758666,"id":1356,"parentId":1343,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/pages/_app.js","layer":"pages-dir-browser"},"startTime":1755772449293,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":19035,"timestamp":51758119,"id":1349,"parentId":1336,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/layout-router.js","layer":"app-pages-browser"},"startTime":1755772449293,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":18727,"timestamp":51758777,"id":1358,"parentId":1341,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/builtin/global-not-found.js","layer":"app-pages-browser"},"startTime":1755772449294,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":19287,"timestamp":51758836,"id":1359,"parentId":1338,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/filters/context.tsx","layer":"app-pages-browser"},"startTime":1755772449294,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":20079,"timestamp":51758721,"id":1357,"parentId":1345,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/pages/_error.js","layer":"pages-dir-browser"},"startTime":1755772449294,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":20316,"timestamp":51759531,"id":1360,"parentId":1338,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/filters/index.tsx","layer":"app-pages-browser"},"startTime":1755772449294,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":21603,"timestamp":51758519,"id":1355,"parentId":1336,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/generate/icon-mark.js","layer":"app-pages-browser"},"startTime":1755772449293,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":21147,"timestamp":51760038,"id":1363,"parentId":1338,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/preview.tsx","layer":"app-pages-browser"},"startTime":1755772449295,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":22588,"timestamp":51759700,"id":1361,"parentId":1338,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/context.tsx","layer":"app-pages-browser"},"startTime":1755772449295,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":47184,"timestamp":51759858,"id":1362,"parentId":1338,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/form.tsx","layer":"app-pages-browser"},"startTime":1755772449295,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":38353,"timestamp":51769500,"id":1364,"parentId":1339,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/webpack.js","layer":"pages-dir-browser"},"startTime":1755772449304,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":38967,"timestamp":51769761,"id":1367,"parentId":1340,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-webpack.js","layer":"app-pages-browser"},"startTime":1755772449305,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":39528,"timestamp":51769811,"id":1368,"parentId":1340,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-bootstrap.js","layer":"app-pages-browser"},"startTime":1755772449305,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":40925,"timestamp":51769854,"id":1369,"parentId":1340,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-index.js","layer":"app-pages-browser"},"startTime":1755772449305,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":29391,"timestamp":51785542,"id":1370,"parentId":1339,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/index.js","layer":"pages-dir-browser"},"startTime":1755772449320,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":57687,"timestamp":51769600,"id":1365,"parentId":1339,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/require-instrumentation-client.js","layer":"pages-dir-browser"},"startTime":1755772449304,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":58075,"timestamp":51769650,"id":1366,"parentId":1340,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/require-instrumentation-client.js","layer":"app-pages-browser"},"startTime":1755772449304,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":6869,"timestamp":51839442,"id":1371,"parentId":1332,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/router.js","layer":"pages-dir-browser"},"startTime":1755772449374,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":8781,"timestamp":51839563,"id":1372,"parentId":1356,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils.js","layer":"pages-dir-browser"},"startTime":1755772449374,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":23725,"timestamp":51843560,"id":1373,"parentId":1357,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/head.js","layer":"pages-dir-browser"},"startTime":1755772449378,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":24042,"timestamp":51843656,"id":1374,"parentId":1348,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/invariant-error.js","layer":"app-pages-browser"},"startTime":1755772449378,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":24805,"timestamp":51843739,"id":1375,"parentId":1350,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1755772449379,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":18101,"timestamp":51850761,"id":1376,"parentId":1349,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"app-pages-browser"},"startTime":1755772449386,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":18296,"timestamp":51850938,"id":1378,"parentId":1349,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/match-segments.js","layer":"app-pages-browser"},"startTime":1755772449386,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":18881,"timestamp":51850998,"id":1379,"parentId":1349,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-boundary.js","layer":"app-pages-browser"},"startTime":1755772449386,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":19329,"timestamp":51851089,"id":1380,"parentId":1349,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/use-action-queue.js","layer":"app-pages-browser"},"startTime":1755772449386,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":20374,"timestamp":51850869,"id":1377,"parentId":1349,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/error-boundary.js","layer":"app-pages-browser"},"startTime":1755772449386,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":20785,"timestamp":51851150,"id":1381,"parentId":1349,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/bfcache.js","layer":"app-pages-browser"},"startTime":1755772449386,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":21104,"timestamp":51851211,"id":1382,"parentId":1351,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/handle-isr-error.js","layer":"app-pages-browser"},"startTime":1755772449386,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":4272,"timestamp":51873451,"id":1383,"parentId":1354,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/metadata-constants.js","layer":"app-pages-browser"},"startTime":1755772449408,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":8388,"timestamp":51873597,"id":1384,"parentId":1352,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/navigation-untracked.js","layer":"app-pages-browser"},"startTime":1755772449408,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":5944,"timestamp":51882790,"id":1394,"parentId":1361,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/api/navigation.js","layer":"app-pages-browser"},"startTime":1755772449418,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10650,"timestamp":51882486,"id":1387,"parentId":1349,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"app-pages-browser"},"startTime":1755772449417,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11538,"timestamp":51882348,"id":1385,"parentId":1349,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"app-pages-browser"},"startTime":1755772449417,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11637,"timestamp":51882579,"id":1389,"parentId":1352,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"app-pages-browser"},"startTime":1755772449417,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":2401,"timestamp":51895336,"id":1416,"parentId":1370,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/is-error.js","layer":"pages-dir-browser"},"startTime":1755772449430,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":22794,"timestamp":51896115,"id":1434,"parentId":1361,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-hook-form/dist/index.esm.mjs","layer":"app-pages-browser"},"startTime":1755772449431,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":22754,"timestamp":51896585,"id":1436,"parentId":1362,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/index.js","layer":"app-pages-browser"},"startTime":1755772449431,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":37734,"timestamp":51882535,"id":1388,"parentId":1352,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"app-pages-browser"},"startTime":1755772449417,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":38156,"timestamp":51882624,"id":1390,"parentId":1358,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/http-access-fallback/error-fallback.js","layer":"app-pages-browser"},"startTime":1755772449417,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":38563,"timestamp":51882663,"id":1391,"parentId":1349,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/disable-smooth-scroll.js","layer":"app-pages-browser"},"startTime":1755772449417,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":38894,"timestamp":51882702,"id":1392,"parentId":1349,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"app-pages-browser"},"startTime":1755772449418,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":40753,"timestamp":51882429,"id":1386,"parentId":1349,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"app-pages-browser"},"startTime":1755772449417,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":40815,"timestamp":51882753,"id":1393,"parentId":1349,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"app-pages-browser"},"startTime":1755772449418,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":41043,"timestamp":51882877,"id":1395,"parentId":1369,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-call-server.js","layer":"app-pages-browser"},"startTime":1755772449418,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":41214,"timestamp":51882993,"id":1398,"parentId":1367,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"app-pages-browser"},"startTime":1755772449418,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":41824,"timestamp":51882957,"id":1397,"parentId":1369,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-build-id.js","layer":"app-pages-browser"},"startTime":1755772449418,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":42121,"timestamp":51883059,"id":1399,"parentId":1369,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1755772449418,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":39668,"timestamp":51885824,"id":1404,"parentId":1370,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1755772449421,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":42892,"timestamp":51883098,"id":1400,"parentId":1369,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"app-pages-browser"},"startTime":1755772449418,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":40642,"timestamp":51885886,"id":1405,"parentId":1370,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/disable-smooth-scroll.js","layer":"pages-dir-browser"},"startTime":1755772449421,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":40972,"timestamp":51885937,"id":1406,"parentId":1370,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":"pages-dir-browser"},"startTime":1755772449421,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":41362,"timestamp":51886030,"id":1408,"parentId":1348,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/request/params.browser.js","layer":"app-pages-browser"},"startTime":1755772449421,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":41776,"timestamp":51886080,"id":1409,"parentId":1347,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/request/search-params.browser.js","layer":"app-pages-browser"},"startTime":1755772449421,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":42410,"timestamp":51885974,"id":1407,"parentId":1370,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"pages-dir-browser"},"startTime":1755772449421,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":42369,"timestamp":51886278,"id":1412,"parentId":1369,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-globals.js","layer":"app-pages-browser"},"startTime":1755772449421,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":43037,"timestamp":51886407,"id":1415,"parentId":1369,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js","layer":"app-pages-browser"},"startTime":1755772449421,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":47845,"timestamp":51882921,"id":1396,"parentId":1369,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-find-source-map-url.js","layer":"app-pages-browser"},"startTime":1755772449418,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":46155,"timestamp":51886325,"id":1413,"parentId":1369,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/app-router-instance.js","layer":"app-pages-browser"},"startTime":1755772449421,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":50684,"timestamp":51886365,"id":1414,"parentId":1369,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/app-router.js","layer":"app-pages-browser"},"startTime":1755772449421,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":41956,"timestamp":51895441,"id":1418,"parentId":1370,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1755772449430,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":42368,"timestamp":51895387,"id":1417,"parentId":1370,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1755772449430,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":42608,"timestamp":51895488,"id":1419,"parentId":1370,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/is-next-router-error.js","layer":"pages-dir-browser"},"startTime":1755772449430,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":43099,"timestamp":51895526,"id":1420,"parentId":1369,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/react-client-callbacks/on-recoverable-error.js","layer":"app-pages-browser"},"startTime":1755772449430,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":43490,"timestamp":51895612,"id":1422,"parentId":1370,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/react-client-callbacks/on-recoverable-error.js","layer":"pages-dir-browser"},"startTime":1755772449430,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":44248,"timestamp":51895568,"id":1421,"parentId":1369,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/react-client-callbacks/error-boundary-callbacks.js","layer":"app-pages-browser"},"startTime":1755772449430,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":44387,"timestamp":51895678,"id":1424,"parentId":1370,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1755772449431,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":44594,"timestamp":51895719,"id":1425,"parentId":1370,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/runtime-config.external.js","layer":"pages-dir-browser"},"startTime":1755772449431,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":44882,"timestamp":51895950,"id":1430,"parentId":1370,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/route-announcer.js","layer":"pages-dir-browser"},"startTime":1755772449431,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":46018,"timestamp":51895847,"id":1428,"parentId":1370,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/head-manager.js","layer":"pages-dir-browser"},"startTime":1755772449431,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":46324,"timestamp":51895984,"id":1431,"parentId":1370,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/remove-base-path.js","layer":"pages-dir-browser"},"startTime":1755772449431,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":47469,"timestamp":51895910,"id":1429,"parentId":1370,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/page-loader.js","layer":"pages-dir-browser"},"startTime":1755772449431,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":47710,"timestamp":51896046,"id":1432,"parentId":1370,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/has-base-path.js","layer":"pages-dir-browser"},"startTime":1755772449431,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":47909,"timestamp":51896082,"id":1433,"parentId":1370,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1755772449431,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":47545,"timestamp":51896696,"id":1437,"parentId":1359,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/types.ts","layer":"app-pages-browser"},"startTime":1755772449432,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":47712,"timestamp":51896785,"id":1438,"parentId":1360,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/cn.ts","layer":"app-pages-browser"},"startTime":1755772449432,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":47695,"timestamp":51896955,"id":1440,"parentId":1361,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/validate.ts","layer":"app-pages-browser"},"startTime":1755772449432,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":48214,"timestamp":51896874,"id":1439,"parentId":1360,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/preset.ts","layer":"app-pages-browser"},"startTime":1755772449432,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":48355,"timestamp":51897074,"id":1441,"parentId":1360,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/button.tsx","layer":"app-pages-browser"},"startTime":1755772449432,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":50099,"timestamp":51895645,"id":1423,"parentId":1370,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/mitt.js","layer":"pages-dir-browser"},"startTime":1755772449430,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":48789,"timestamp":51897172,"id":1442,"parentId":1360,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/input.tsx","layer":"app-pages-browser"},"startTime":1755772449432,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":84094,"timestamp":51883133,"id":1401,"parentId":1356,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react/jsx-runtime.js","layer":"pages-dir-browser"},"startTime":1755772449418,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":81347,"timestamp":51886119,"id":1410,"parentId":1364,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/deployment-id.js","layer":"pages-dir-browser"},"startTime":1755772449421,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":81580,"timestamp":51886160,"id":1411,"parentId":1367,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/deployment-id.js","layer":"app-pages-browser"},"startTime":1755772449421,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":84294,"timestamp":51895750,"id":1426,"parentId":1370,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-dom/client.js","layer":"pages-dir-browser"},"startTime":1755772449431,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":85023,"timestamp":51895793,"id":1427,"parentId":1370,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"pages-dir-browser"},"startTime":1755772449431,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":84461,"timestamp":51896535,"id":1435,"parentId":1356,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react/index.js","layer":"pages-dir-browser"},"startTime":1755772449431,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11256,"timestamp":51971648,"id":1446,"parentId":1373,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1755772449506,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11767,"timestamp":51971604,"id":1445,"parentId":1373,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/side-effect.js","layer":"pages-dir-browser"},"startTime":1755772449506,"traceId":"2b0adf677a8714d2"}]
|
|
15
|
-
[{"name":"build-module-js","duration":753,"timestamp":51984829,"id":1459,"parentId":1356,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"pages-dir-browser"},"startTime":1755772449520,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":2367,"timestamp":51985193,"id":1460,"parentId":1350,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"app-pages-browser"},"startTime":1755772449520,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":2476,"timestamp":51985295,"id":1461,"parentId":1349,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"app-pages-browser"},"startTime":1755772449520,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":17243,"timestamp":51971416,"id":1443,"parentId":1360,"tags":{"name":"__barrel_optimize__?names=Check,Copy!=!/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1755772449506,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":17537,"timestamp":51971548,"id":1444,"parentId":1362,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Check,Copy,File,Lock,ShieldOff!=!/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1755772449506,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":6378,"timestamp":51984113,"id":1447,"parentId":1373,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/amp-mode.js","layer":"pages-dir-browser"},"startTime":1755772449519,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":7008,"timestamp":51984240,"id":1449,"parentId":1379,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect.js","layer":"app-pages-browser"},"startTime":1755772449519,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":7464,"timestamp":51984282,"id":1450,"parentId":1379,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-error.js","layer":"app-pages-browser"},"startTime":1755772449519,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":7630,"timestamp":51984321,"id":1451,"parentId":1380,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/is-thenable.js","layer":"app-pages-browser"},"startTime":1755772449519,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":8861,"timestamp":51984183,"id":1448,"parentId":1379,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/navigation.js","layer":"app-pages-browser"},"startTime":1755772449519,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":9179,"timestamp":51984364,"id":1452,"parentId":1377,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/is-next-router-error.js","layer":"app-pages-browser"},"startTime":1755772449519,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":9386,"timestamp":51984445,"id":1454,"parentId":1373,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"pages-dir-browser"},"startTime":1755772449519,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":1750,"timestamp":51997384,"id":1462,"parentId":1370,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"pages-dir-browser"},"startTime":1755772449532,"traceId":"2b0adf677a8714d2"},{"name":"font-loader","duration":970,"timestamp":51999199,"id":1479,"parentId":1478,"tags":{},"startTime":1755772449534,"traceId":"2b0adf677a8714d2"},{"name":"font-loader","duration":309,"timestamp":51999866,"id":1481,"parentId":1480,"tags":{},"startTime":1755772449535,"traceId":"2b0adf677a8714d2"},{"name":"postcss","duration":2023,"timestamp":52001335,"id":1482,"parentId":1478,"tags":{},"startTime":1755772449536,"traceId":"2b0adf677a8714d2"},{"name":"postcss","duration":1162,"timestamp":52002203,"id":1483,"parentId":1480,"tags":{},"startTime":1755772449537,"traceId":"2b0adf677a8714d2"},{"name":"next-font-loader","duration":4328,"timestamp":51999153,"id":1478,"parentId":1474,"tags":{},"startTime":1755772449534,"traceId":"2b0adf677a8714d2"},{"name":"next-font-loader","duration":3636,"timestamp":51999850,"id":1480,"parentId":1475,"tags":{},"startTime":1755772449535,"traceId":"2b0adf677a8714d2"},{"name":"css-loader","duration":8678,"timestamp":52003397,"id":1484,"parentId":1474,"tags":{"astUsed":"true"},"startTime":1755772449538,"traceId":"2b0adf677a8714d2"},{"name":"css-loader","duration":8618,"timestamp":52003464,"id":1485,"parentId":1475,"tags":{"astUsed":"true"},"startTime":1755772449538,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":14260,"timestamp":51998242,"id":1474,"parentId":1402,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/font/google/target.css.webpack[javascript/auto]!=!/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!/home/runner/work/envin/envin/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":null},"startTime":1755772449533,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":14160,"timestamp":51998554,"id":1475,"parentId":1403,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/font/google/target.css.webpack[javascript/auto]!=!/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!/home/runner/work/envin/envin/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}","layer":null},"startTime":1755772449533,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16257,"timestamp":51998637,"id":1477,"parentId":1436,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/external.js","layer":"app-pages-browser"},"startTime":1755772449533,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":31363,"timestamp":51984405,"id":1453,"parentId":1377,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/nav-failure-handler.js","layer":"app-pages-browser"},"startTime":1755772449519,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":31623,"timestamp":51984569,"id":1456,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/scroll-area.tsx","layer":"app-pages-browser"},"startTime":1755772449519,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":31851,"timestamp":51984657,"id":1457,"parentId":1360,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/hooks/use-copy-to-clipboard.ts","layer":"app-pages-browser"},"startTime":1755772449519,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":32898,"timestamp":51984482,"id":1455,"parentId":1360,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/select.tsx","layer":"app-pages-browser"},"startTime":1755772449519,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":34245,"timestamp":51984745,"id":1458,"parentId":1361,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/hooks/use-hot-reload.ts","layer":"app-pages-browser"},"startTime":1755772449520,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":22691,"timestamp":51997589,"id":1464,"parentId":1362,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/accordion.tsx","layer":"app-pages-browser"},"startTime":1755772449532,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":23011,"timestamp":51997438,"id":1463,"parentId":1361,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/variables/index.ts","layer":"app-pages-browser"},"startTime":1755772449532,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":23045,"timestamp":51997692,"id":1465,"parentId":1362,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/badge.tsx","layer":"app-pages-browser"},"startTime":1755772449533,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":23084,"timestamp":51997868,"id":1467,"parentId":1362,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/index.tsx","layer":"app-pages-browser"},"startTime":1755772449533,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":23942,"timestamp":51997780,"id":1466,"parentId":1362,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/form.tsx","layer":"app-pages-browser"},"startTime":1755772449533,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":24003,"timestamp":51998065,"id":1470,"parentId":1384,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1755772449533,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":24751,"timestamp":51997994,"id":1469,"parentId":1370,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/adapters.js","layer":"pages-dir-browser"},"startTime":1755772449533,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":25030,"timestamp":51998131,"id":1471,"parentId":1371,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/with-router.js","layer":"pages-dir-browser"},"startTime":1755772449533,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":25307,"timestamp":51998196,"id":1473,"parentId":1387,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/segment.js","layer":"app-pages-browser"},"startTime":1755772449533,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":26889,"timestamp":51997958,"id":1468,"parentId":1370,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/script.js","layer":"pages-dir-browser"},"startTime":1755772449533,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":26824,"timestamp":51998595,"id":1476,"parentId":1370,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/tracing/tracer.js","layer":"pages-dir-browser"},"startTime":1755772449533,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":53729,"timestamp":51998166,"id":1472,"parentId":1371,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/router.js","layer":"pages-dir-browser"},"startTime":1755772449533,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":8678,"timestamp":52057421,"id":1489,"parentId":1412,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"app-pages-browser"},"startTime":1755772449592,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":8080,"timestamp":52058514,"id":1501,"parentId":1420,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/is-error.js","layer":"app-pages-browser"},"startTime":1755772449593,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11362,"timestamp":52057160,"id":1487,"parentId":1416,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"pages-dir-browser"},"startTime":1755772449592,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11986,"timestamp":52056982,"id":1486,"parentId":1414,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/remove-base-path.js","layer":"app-pages-browser"},"startTime":1755772449592,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":12348,"timestamp":52057362,"id":1488,"parentId":1386,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/flight-data-helpers.js","layer":"app-pages-browser"},"startTime":1755772449592,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":12457,"timestamp":52057567,"id":1491,"parentId":1414,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"app-pages-browser"},"startTime":1755772449592,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":12715,"timestamp":52057609,"id":1492,"parentId":1390,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/styles/access-error-styles.js","layer":"app-pages-browser"},"startTime":1755772449592,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15863,"timestamp":52057523,"id":1490,"parentId":1386,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/app-router-headers.js","layer":"app-pages-browser"},"startTime":1755772449592,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15858,"timestamp":52057734,"id":1495,"parentId":1393,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"app-pages-browser"},"startTime":1755772449593,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16432,"timestamp":52057654,"id":1493,"parentId":1386,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js","layer":"app-pages-browser"},"startTime":1755772449592,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16886,"timestamp":52057779,"id":1496,"parentId":1392,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"app-pages-browser"},"startTime":1755772449593,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":17848,"timestamp":52057694,"id":1494,"parentId":1415,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"app-pages-browser"},"startTime":1755772449593,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":18147,"timestamp":52057960,"id":1498,"parentId":1406,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"pages-dir-browser"},"startTime":1755772449593,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":18022,"timestamp":52058459,"id":1500,"parentId":1414,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/has-base-path.js","layer":"app-pages-browser"},"startTime":1755772449593,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":18318,"timestamp":52058608,"id":1502,"parentId":1419,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-error.js","layer":"pages-dir-browser"},"startTime":1755772449593,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":18624,"timestamp":52058677,"id":1504,"parentId":1420,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"app-pages-browser"},"startTime":1755772449594,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":19092,"timestamp":52058644,"id":1503,"parentId":1419,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"pages-dir-browser"},"startTime":1755772449593,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":20299,"timestamp":52057911,"id":1497,"parentId":1400,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"app-pages-browser"},"startTime":1755772449593,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":19780,"timestamp":52058720,"id":1505,"parentId":1422,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"pages-dir-browser"},"startTime":1755772449594,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":20841,"timestamp":52058752,"id":1506,"parentId":1429,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/constants.js","layer":"pages-dir-browser"},"startTime":1755772449594,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":288,"timestamp":52080790,"id":1510,"parentId":1440,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js?id=7f5224936358323b6ee4c4b8ff279720424528386b&name=validate!","layer":"app-pages-browser"},"startTime":1755772449616,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":13005,"timestamp":52082199,"id":1525,"parentId":1438,"tags":{"name":"/home/runner/work/envin/envin/node_modules/clsx/dist/clsx.mjs","layer":"app-pages-browser"},"startTime":1755772449617,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":19641,"timestamp":52082292,"id":1526,"parentId":1438,"tags":{"name":"/home/runner/work/envin/envin/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"app-pages-browser"},"startTime":1755772449617,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":20149,"timestamp":52082376,"id":1527,"parentId":1441,"tags":{"name":"/home/runner/work/envin/envin/node_modules/class-variance-authority/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755772449617,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":20106,"timestamp":52083297,"id":1540,"parentId":1441,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755772449618,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":19925,"timestamp":52083756,"id":1549,"parentId":1477,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/index.js","layer":"app-pages-browser"},"startTime":1755772449619,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":33253,"timestamp":52083846,"id":1550,"parentId":1477,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/schemas.js","layer":"app-pages-browser"},"startTime":1755772449619,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":33521,"timestamp":52083928,"id":1551,"parentId":1477,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/checks.js","layer":"app-pages-browser"},"startTime":1755772449619,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":33880,"timestamp":52084031,"id":1552,"parentId":1477,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/errors.js","layer":"app-pages-browser"},"startTime":1755772449619,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":38539,"timestamp":52080751,"id":1509,"parentId":1432,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"pages-dir-browser"},"startTime":1755772449616,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":39056,"timestamp":52080605,"id":1507,"parentId":1429,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":"pages-dir-browser"},"startTime":1755772449615,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":39178,"timestamp":52080696,"id":1508,"parentId":1429,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"pages-dir-browser"},"startTime":1755772449616,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":38671,"timestamp":52081678,"id":1513,"parentId":1429,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/add-base-path.js","layer":"pages-dir-browser"},"startTime":1755772449617,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":39139,"timestamp":52081605,"id":1512,"parentId":1413,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/add-base-path.js","layer":"app-pages-browser"},"startTime":1755772449616,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":39539,"timestamp":52081720,"id":1514,"parentId":1408,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/request/params.browser.prod.js","layer":"app-pages-browser"},"startTime":1755772449617,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":39927,"timestamp":52081762,"id":1515,"parentId":1409,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/request/search-params.browser.prod.js","layer":"app-pages-browser"},"startTime":1755772449617,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":40980,"timestamp":52081808,"id":1516,"parentId":1413,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/segment-cache.js","layer":"app-pages-browser"},"startTime":1755772449617,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":41506,"timestamp":52081889,"id":1518,"parentId":1414,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/app-router-announcer.js","layer":"app-pages-browser"},"startTime":1755772449617,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":41979,"timestamp":52081940,"id":1519,"parentId":1413,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"app-pages-browser"},"startTime":1755772449617,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":43406,"timestamp":52081846,"id":1517,"parentId":1413,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/links.js","layer":"app-pages-browser"},"startTime":1755772449617,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":43980,"timestamp":52081976,"id":1520,"parentId":1415,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/fill-lazy-items-till-leaf-with-head.js","layer":"app-pages-browser"},"startTime":1755772449617,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":44334,"timestamp":52082115,"id":1523,"parentId":1413,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js","layer":"app-pages-browser"},"startTime":1755772449617,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":45021,"timestamp":52082078,"id":1522,"parentId":1415,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/refetch-inactive-parallel-segments.js","layer":"app-pages-browser"},"startTime":1755772449617,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":44916,"timestamp":52082457,"id":1528,"parentId":1420,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":"app-pages-browser"},"startTime":1755772449617,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":45665,"timestamp":52082160,"id":1524,"parentId":1414,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js","layer":"app-pages-browser"},"startTime":1755772449617,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":45620,"timestamp":52082500,"id":1529,"parentId":1422,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":"pages-dir-browser"},"startTime":1755772449617,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":47390,"timestamp":52082036,"id":1521,"parentId":1415,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/prefetch-cache-utils.js","layer":"app-pages-browser"},"startTime":1755772449617,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":47252,"timestamp":52082534,"id":1530,"parentId":1443,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/check.js","layer":"app-pages-browser"},"startTime":1755772449617,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":47453,"timestamp":52082572,"id":1531,"parentId":1443,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/copy.js","layer":"app-pages-browser"},"startTime":1755772449617,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":47651,"timestamp":52082616,"id":1532,"parentId":1444,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/circle-alert.js","layer":"app-pages-browser"},"startTime":1755772449617,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":47770,"timestamp":52082716,"id":1533,"parentId":1444,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/file.js","layer":"app-pages-browser"},"startTime":1755772449618,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":47884,"timestamp":52082803,"id":1534,"parentId":1444,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/lock.js","layer":"app-pages-browser"},"startTime":1755772449618,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":47996,"timestamp":52082885,"id":1535,"parentId":1444,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/shield-off.js","layer":"app-pages-browser"},"startTime":1755772449618,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":48249,"timestamp":52082957,"id":1536,"parentId":1449,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-status-code.js","layer":"app-pages-browser"},"startTime":1755772449618,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":48276,"timestamp":52083200,"id":1539,"parentId":1448,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js","layer":"app-pages-browser"},"startTime":1755772449618,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":48651,"timestamp":52083128,"id":1538,"parentId":1448,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js","layer":"app-pages-browser"},"startTime":1755772449618,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":48632,"timestamp":52083514,"id":1542,"parentId":1370,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/portal/index.js","layer":"pages-dir-browser"},"startTime":1755772449618,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":49581,"timestamp":52083047,"id":1537,"parentId":1448,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/navigation.react-server.js","layer":"app-pages-browser"},"startTime":1755772449618,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":49387,"timestamp":52083599,"id":1544,"parentId":1429,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/add-locale.js","layer":"pages-dir-browser"},"startTime":1755772449618,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":49607,"timestamp":52083661,"id":1546,"parentId":1433,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/image-config.js","layer":"pages-dir-browser"},"startTime":1755772449618,"traceId":"2b0adf677a8714d2"}]
|
|
16
|
-
[{"name":"build-module-js","duration":50158,"timestamp":52083695,"id":1547,"parentId":1429,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":"pages-dir-browser"},"startTime":1755772449619,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":50714,"timestamp":52083558,"id":1543,"parentId":1428,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/set-attributes-from-props.js","layer":"pages-dir-browser"},"startTime":1755772449618,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":52252,"timestamp":52083631,"id":1545,"parentId":1429,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/route-loader.js","layer":"pages-dir-browser"},"startTime":1755772449618,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":52418,"timestamp":52083726,"id":1548,"parentId":1429,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js","layer":"pages-dir-browser"},"startTime":1755772449619,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":301,"timestamp":52154982,"id":1560,"parentId":1463,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js?id=7f5c5f119f752482ef380239eae126c74a8d44526d&name=getFileValues!","layer":"app-pages-browser"},"startTime":1755772449690,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":206,"timestamp":52155298,"id":1561,"parentId":1463,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js?id=7ffb37efb2cc47cc3d8844dcb46ba853cfabe11b61&name=getVariables!","layer":"app-pages-browser"},"startTime":1755772449690,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":2526,"timestamp":52155832,"id":1569,"parentId":1472,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/constants.js","layer":"pages-dir-browser"},"startTime":1755772449691,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":12058,"timestamp":52154354,"id":1553,"parentId":1477,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/parse.js","layer":"app-pages-browser"},"startTime":1755772449689,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":12481,"timestamp":52154505,"id":1554,"parentId":1477,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/compat.js","layer":"app-pages-browser"},"startTime":1755772449689,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":13435,"timestamp":52154596,"id":1555,"parentId":1477,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/en.js","layer":"app-pages-browser"},"startTime":1755772449689,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":14390,"timestamp":52154689,"id":1556,"parentId":1477,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/index.js","layer":"app-pages-browser"},"startTime":1755772449690,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15014,"timestamp":52154776,"id":1557,"parentId":1477,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/iso.js","layer":"app-pages-browser"},"startTime":1755772449690,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15347,"timestamp":52154860,"id":1558,"parentId":1477,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/coerce.js","layer":"app-pages-browser"},"startTime":1755772449690,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":119529,"timestamp":52057996,"id":1499,"parentId":1369,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react-server-dom-webpack/client.browser.js","layer":"app-pages-browser"},"startTime":1755772449593,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":22689,"timestamp":52155518,"id":1562,"parentId":1469,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"pages-dir-browser"},"startTime":1755772449690,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":23547,"timestamp":52155720,"id":1566,"parentId":1414,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/errors/graceful-degrade-boundary.js","layer":"app-pages-browser"},"startTime":1755772449691,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":23768,"timestamp":52155856,"id":1570,"parentId":1472,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":"pages-dir-browser"},"startTime":1755772449691,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":24206,"timestamp":52155893,"id":1571,"parentId":1472,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"pages-dir-browser"},"startTime":1755772449691,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":24672,"timestamp":52155930,"id":1572,"parentId":1472,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"pages-dir-browser"},"startTime":1755772449691,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":24959,"timestamp":52155992,"id":1574,"parentId":1472,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"pages-dir-browser"},"startTime":1755772449691,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":25938,"timestamp":52155962,"id":1573,"parentId":1472,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"pages-dir-browser"},"startTime":1755772449691,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":26585,"timestamp":52156042,"id":1575,"parentId":1472,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":"pages-dir-browser"},"startTime":1755772449691,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":27006,"timestamp":52156112,"id":1577,"parentId":1472,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"pages-dir-browser"},"startTime":1755772449691,"traceId":"2b0adf677a8714d2"},{"name":"build-module-ts","duration":27212,"timestamp":52156141,"id":1578,"parentId":1458,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/cli/utils/logger.ts","layer":"app-pages-browser"},"startTime":1755772449691,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":27181,"timestamp":52156563,"id":1584,"parentId":1501,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"app-pages-browser"},"startTime":1755772449691,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":27338,"timestamp":52156650,"id":1586,"parentId":1506,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":"pages-dir-browser"},"startTime":1755772449691,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":31192,"timestamp":52154944,"id":1559,"parentId":1469,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"pages-dir-browser"},"startTime":1755772449690,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":29850,"timestamp":52156681,"id":1587,"parentId":1500,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"app-pages-browser"},"startTime":1755772449692,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":30246,"timestamp":52156611,"id":1585,"parentId":1502,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-status-code.js","layer":"pages-dir-browser"},"startTime":1755772449691,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":31125,"timestamp":52156081,"id":1576,"parentId":1472,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":"pages-dir-browser"},"startTime":1755772449691,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":49697,"timestamp":52155577,"id":1563,"parentId":1455,"tags":{"name":"__barrel_optimize__?names=CheckIcon,ChevronDownIcon,ChevronUpIcon!=!/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1755772449690,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":49773,"timestamp":52155629,"id":1564,"parentId":1464,"tags":{"name":"__barrel_optimize__?names=ChevronDownIcon!=!/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1755772449690,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":122438,"timestamp":52083463,"id":1541,"parentId":1359,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react/jsx-runtime.js","layer":"app-pages-browser"},"startTime":1755772449618,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":52431,"timestamp":52156392,"id":1581,"parentId":1464,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-accordion/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755772449691,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":60157,"timestamp":52156230,"id":1579,"parentId":1456,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-scroll-area/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755772449691,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":66712,"timestamp":52156313,"id":1580,"parentId":1455,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-select/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755772449691,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":31668,"timestamp":52191729,"id":1588,"parentId":1493,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js","layer":"app-pages-browser"},"startTime":1755772449727,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":31894,"timestamp":52191873,"id":1589,"parentId":1498,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"pages-dir-browser"},"startTime":1755772449727,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":31948,"timestamp":52192105,"id":1592,"parentId":1469,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js","layer":"pages-dir-browser"},"startTime":1755772449727,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":32414,"timestamp":52192032,"id":1591,"parentId":1468,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/request-idle-callback.js","layer":"pages-dir-browser"},"startTime":1755772449727,"traceId":"2b0adf677a8714d2"},{"name":"build-module-svg","duration":148601,"timestamp":52239980,"id":1618,"parentId":1467,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/fly.svg","layer":"app-pages-browser"},"startTime":1755772449775,"traceId":"2b0adf677a8714d2"},{"name":"build-module-svg","duration":148597,"timestamp":52240428,"id":1619,"parentId":1467,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/neon.svg","layer":"app-pages-browser"},"startTime":1755772449775,"traceId":"2b0adf677a8714d2"},{"name":"build-module-svg","duration":148878,"timestamp":52240460,"id":1620,"parentId":1467,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/netlify.svg","layer":"app-pages-browser"},"startTime":1755772449775,"traceId":"2b0adf677a8714d2"},{"name":"build-module-svg","duration":152305,"timestamp":52240486,"id":1621,"parentId":1467,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/railway.svg","layer":"app-pages-browser"},"startTime":1755772449775,"traceId":"2b0adf677a8714d2"},{"name":"build-module-svg","duration":152653,"timestamp":52240510,"id":1622,"parentId":1467,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/render.svg","layer":"app-pages-browser"},"startTime":1755772449775,"traceId":"2b0adf677a8714d2"},{"name":"build-module-svg","duration":153027,"timestamp":52240536,"id":1623,"parentId":1467,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/supabase.svg","layer":"app-pages-browser"},"startTime":1755772449775,"traceId":"2b0adf677a8714d2"},{"name":"build-module-svg","duration":153292,"timestamp":52240558,"id":1624,"parentId":1467,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/uploadthing.svg","layer":"app-pages-browser"},"startTime":1755772449775,"traceId":"2b0adf677a8714d2"},{"name":"build-module-svg","duration":153654,"timestamp":52240579,"id":1625,"parentId":1467,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/upstash.svg","layer":"app-pages-browser"},"startTime":1755772449775,"traceId":"2b0adf677a8714d2"},{"name":"build-module-svg","duration":153913,"timestamp":52240599,"id":1626,"parentId":1467,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/vercel.svg","layer":"app-pages-browser"},"startTime":1755772449775,"traceId":"2b0adf677a8714d2"},{"name":"build-module-svg","duration":154260,"timestamp":52240624,"id":1627,"parentId":1467,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/vite.svg","layer":"app-pages-browser"},"startTime":1755772449775,"traceId":"2b0adf677a8714d2"},{"name":"build-module-svg","duration":154543,"timestamp":52240647,"id":1628,"parentId":1467,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/wxt.svg","layer":"app-pages-browser"},"startTime":1755772449775,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":165166,"timestamp":52236946,"id":1593,"parentId":1549,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/core.js","layer":"app-pages-browser"},"startTime":1755772449772,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":165678,"timestamp":52237144,"id":1594,"parentId":1549,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/parse.js","layer":"app-pages-browser"},"startTime":1755772449772,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":166595,"timestamp":52237242,"id":1595,"parentId":1549,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/errors.js","layer":"app-pages-browser"},"startTime":1755772449772,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":179274,"timestamp":52237355,"id":1596,"parentId":1549,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/schemas.js","layer":"app-pages-browser"},"startTime":1755772449772,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":181953,"timestamp":52237446,"id":1597,"parentId":1549,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/checks.js","layer":"app-pages-browser"},"startTime":1755772449772,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":182002,"timestamp":52237542,"id":1598,"parentId":1549,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/versions.js","layer":"app-pages-browser"},"startTime":1755772449772,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":184524,"timestamp":52237626,"id":1599,"parentId":1549,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/util.js","layer":"app-pages-browser"},"startTime":1755772449772,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":185633,"timestamp":52237716,"id":1600,"parentId":1549,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/regexes.js","layer":"app-pages-browser"},"startTime":1755772449773,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":185991,"timestamp":52237795,"id":1601,"parentId":1549,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/registries.js","layer":"app-pages-browser"},"startTime":1755772449773,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":186313,"timestamp":52237872,"id":1602,"parentId":1549,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/doc.js","layer":"app-pages-browser"},"startTime":1755772449773,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":186812,"timestamp":52237955,"id":1603,"parentId":1549,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/function.js","layer":"app-pages-browser"},"startTime":1755772449773,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":189806,"timestamp":52238069,"id":1604,"parentId":1549,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/api.js","layer":"app-pages-browser"},"startTime":1755772449773,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":192886,"timestamp":52238161,"id":1605,"parentId":1549,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/to-json-schema.js","layer":"app-pages-browser"},"startTime":1755772449773,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":192950,"timestamp":52238247,"id":1606,"parentId":1549,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/json-schema.js","layer":"app-pages-browser"},"startTime":1755772449773,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":191934,"timestamp":52239769,"id":1616,"parentId":1510,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-loader/action-client-wrapper.js","layer":"app-pages-browser"},"startTime":1755772449775,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":277129,"timestamp":52155677,"id":1565,"parentId":1350,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react/index.js","layer":"app-pages-browser"},"startTime":1755772449691,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":277484,"timestamp":52155764,"id":1567,"parentId":1401,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react/cjs/react-jsx-runtime.production.js","layer":"pages-dir-browser"},"startTime":1755772449691,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":285238,"timestamp":52155798,"id":1568,"parentId":1435,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react/cjs/react.production.js","layer":"pages-dir-browser"},"startTime":1755772449691,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":284954,"timestamp":52156476,"id":1582,"parentId":1369,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react-dom/client.js","layer":"app-pages-browser"},"startTime":1755772449691,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":285271,"timestamp":52156514,"id":1583,"parentId":1349,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react-dom/index.js","layer":"app-pages-browser"},"startTime":1755772449691,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":204042,"timestamp":52238329,"id":1607,"parentId":1530,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/createLucideIcon.js","layer":"app-pages-browser"},"startTime":1755772449773,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":204633,"timestamp":52238413,"id":1609,"parentId":1537,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/forbidden.js","layer":"app-pages-browser"},"startTime":1755772449773,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":205006,"timestamp":52238375,"id":1608,"parentId":1537,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/not-found.js","layer":"app-pages-browser"},"startTime":1755772449773,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":205178,"timestamp":52238492,"id":1611,"parentId":1537,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/unstable-rethrow.js","layer":"app-pages-browser"},"startTime":1755772449773,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":205584,"timestamp":52238455,"id":1610,"parentId":1537,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/unauthorized.js","layer":"app-pages-browser"},"startTime":1755772449773,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":205859,"timestamp":52238528,"id":1612,"parentId":1514,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils/reflect-utils.js","layer":"app-pages-browser"},"startTime":1755772449773,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":206048,"timestamp":52238566,"id":1613,"parentId":1513,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"pages-dir-browser"},"startTime":1755772449773,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":206232,"timestamp":52238602,"id":1614,"parentId":1512,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"app-pages-browser"},"startTime":1755772449773,"traceId":"2b0adf677a8714d2"},{"name":"build-module-tsx","duration":205278,"timestamp":52239886,"id":1617,"parentId":1466,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/label.tsx","layer":"app-pages-browser"},"startTime":1755772449775,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":204792,"timestamp":52240704,"id":1630,"parentId":1472,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/detect-domain-locale.js","layer":"pages-dir-browser"},"startTime":1755772449776,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10082,"timestamp":52451581,"id":1641,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ar.js","layer":"app-pages-browser"},"startTime":1755772449986,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11007,"timestamp":52451674,"id":1642,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/az.js","layer":"app-pages-browser"},"startTime":1755772449987,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":12265,"timestamp":52451755,"id":1643,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/be.js","layer":"app-pages-browser"},"startTime":1755772449987,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":13188,"timestamp":52451841,"id":1644,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ca.js","layer":"app-pages-browser"},"startTime":1755772449987,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":14108,"timestamp":52451921,"id":1645,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/cs.js","layer":"app-pages-browser"},"startTime":1755772449987,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":14960,"timestamp":52452019,"id":1646,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/da.js","layer":"app-pages-browser"},"startTime":1755772449987,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15453,"timestamp":52452131,"id":1647,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/de.js","layer":"app-pages-browser"},"startTime":1755772449987,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15984,"timestamp":52452214,"id":1648,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/eo.js","layer":"app-pages-browser"},"startTime":1755772449987,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16457,"timestamp":52452293,"id":1649,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/es.js","layer":"app-pages-browser"},"startTime":1755772449987,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16967,"timestamp":52452375,"id":1650,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fa.js","layer":"app-pages-browser"},"startTime":1755772449987,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":17439,"timestamp":52452454,"id":1651,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fi.js","layer":"app-pages-browser"},"startTime":1755772449987,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":19975,"timestamp":52452534,"id":1652,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fr.js","layer":"app-pages-browser"},"startTime":1755772449987,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":20499,"timestamp":52452616,"id":1653,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fr-CA.js","layer":"app-pages-browser"},"startTime":1755772449987,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":20996,"timestamp":52452694,"id":1654,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/he.js","layer":"app-pages-browser"},"startTime":1755772449988,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":21516,"timestamp":52452770,"id":1655,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/hu.js","layer":"app-pages-browser"},"startTime":1755772449988,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":22018,"timestamp":52452845,"id":1656,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/id.js","layer":"app-pages-browser"},"startTime":1755772449988,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":22537,"timestamp":52452930,"id":1657,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/is.js","layer":"app-pages-browser"},"startTime":1755772449988,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":375804,"timestamp":52191952,"id":1590,"parentId":1426,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-dom/cjs/react-dom-client.production.js","layer":"pages-dir-browser"},"startTime":1755772449727,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":117313,"timestamp":52451172,"id":1633,"parentId":1472,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/remove-locale.js","layer":"pages-dir-browser"},"startTime":1755772449986,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":117911,"timestamp":52451273,"id":1634,"parentId":1472,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/resolve-href.js","layer":"pages-dir-browser"},"startTime":1755772449986,"traceId":"2b0adf677a8714d2"}]
|
|
17
|
-
[{"name":"build-module-js","duration":118282,"timestamp":52451433,"id":1637,"parentId":1472,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/compare-states.js","layer":"pages-dir-browser"},"startTime":1755772449986,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":118499,"timestamp":52451473,"id":1638,"parentId":1472,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"pages-dir-browser"},"startTime":1755772449986,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":119269,"timestamp":52451367,"id":1636,"parentId":1472,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/bloom-filter.js","layer":"pages-dir-browser"},"startTime":1755772449986,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":119265,"timestamp":52451547,"id":1640,"parentId":1545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"pages-dir-browser"},"startTime":1755772449986,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":119485,"timestamp":52451508,"id":1639,"parentId":1472,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":"pages-dir-browser"},"startTime":1755772449986,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":9567,"timestamp":52575719,"id":1658,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/it.js","layer":"app-pages-browser"},"startTime":1755772450111,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10361,"timestamp":52575899,"id":1659,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ja.js","layer":"app-pages-browser"},"startTime":1755772450111,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10803,"timestamp":52576029,"id":1660,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/kh.js","layer":"app-pages-browser"},"startTime":1755772450111,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11379,"timestamp":52576128,"id":1661,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ko.js","layer":"app-pages-browser"},"startTime":1755772450111,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":11882,"timestamp":52576214,"id":1662,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/mk.js","layer":"app-pages-browser"},"startTime":1755772450111,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":12327,"timestamp":52576300,"id":1663,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ms.js","layer":"app-pages-browser"},"startTime":1755772450111,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":12786,"timestamp":52576382,"id":1664,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/nl.js","layer":"app-pages-browser"},"startTime":1755772450111,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":13237,"timestamp":52576462,"id":1665,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/no.js","layer":"app-pages-browser"},"startTime":1755772450111,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":13713,"timestamp":52576545,"id":1666,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ota.js","layer":"app-pages-browser"},"startTime":1755772450111,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":14179,"timestamp":52576622,"id":1667,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ps.js","layer":"app-pages-browser"},"startTime":1755772450111,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":14659,"timestamp":52576700,"id":1668,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/pl.js","layer":"app-pages-browser"},"startTime":1755772450112,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15119,"timestamp":52576775,"id":1669,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/pt.js","layer":"app-pages-browser"},"startTime":1755772450112,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15729,"timestamp":52576856,"id":1670,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ru.js","layer":"app-pages-browser"},"startTime":1755772450112,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16208,"timestamp":52576933,"id":1671,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/sl.js","layer":"app-pages-browser"},"startTime":1755772450112,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16639,"timestamp":52577035,"id":1672,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/sv.js","layer":"app-pages-browser"},"startTime":1755772450112,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":17123,"timestamp":52577124,"id":1673,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ta.js","layer":"app-pages-browser"},"startTime":1755772450112,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":17584,"timestamp":52577204,"id":1674,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/th.js","layer":"app-pages-browser"},"startTime":1755772450112,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":18080,"timestamp":52577282,"id":1675,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/tr.js","layer":"app-pages-browser"},"startTime":1755772450112,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":18554,"timestamp":52577365,"id":1676,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ua.js","layer":"app-pages-browser"},"startTime":1755772450112,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":19048,"timestamp":52577443,"id":1677,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ur.js","layer":"app-pages-browser"},"startTime":1755772450112,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":19531,"timestamp":52577517,"id":1678,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/vi.js","layer":"app-pages-browser"},"startTime":1755772450112,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":19970,"timestamp":52577598,"id":1679,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/zh-CN.js","layer":"app-pages-browser"},"startTime":1755772450112,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":20443,"timestamp":52577675,"id":1680,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/zh-TW.js","layer":"app-pages-browser"},"startTime":1755772450113,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":21222,"timestamp":52577750,"id":1681,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/yo.js","layer":"app-pages-browser"},"startTime":1755772450113,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":21219,"timestamp":52578134,"id":1690,"parentId":1540,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755772450113,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":24330,"timestamp":52577873,"id":1683,"parentId":1570,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":"pages-dir-browser"},"startTime":1755772450113,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":24592,"timestamp":52577831,"id":1682,"parentId":1559,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"pages-dir-browser"},"startTime":1755772450113,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":24649,"timestamp":52577973,"id":1686,"parentId":1577,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"pages-dir-browser"},"startTime":1755772450113,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":24929,"timestamp":52577937,"id":1685,"parentId":1575,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"pages-dir-browser"},"startTime":1755772450113,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":25043,"timestamp":52578067,"id":1688,"parentId":1576,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"pages-dir-browser"},"startTime":1755772450113,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":25344,"timestamp":52578022,"id":1687,"parentId":1587,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"app-pages-browser"},"startTime":1755772450113,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":25507,"timestamp":52578104,"id":1689,"parentId":1576,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"pages-dir-browser"},"startTime":1755772450113,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":27440,"timestamp":52578270,"id":1691,"parentId":1513,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"pages-dir-browser"},"startTime":1755772450113,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":28949,"timestamp":52577906,"id":1684,"parentId":1562,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"pages-dir-browser"},"startTime":1755772450113,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":29011,"timestamp":52578302,"id":1692,"parentId":1512,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"app-pages-browser"},"startTime":1755772450113,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":29325,"timestamp":52578379,"id":1694,"parentId":1522,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/apply-flight-data.js","layer":"app-pages-browser"},"startTime":1755772450113,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":30108,"timestamp":52578344,"id":1693,"parentId":1523,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/promise-queue.js","layer":"app-pages-browser"},"startTime":1755772450113,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":30608,"timestamp":52578455,"id":1696,"parentId":1519,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js","layer":"app-pages-browser"},"startTime":1755772450113,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":32261,"timestamp":52578415,"id":1695,"parentId":1519,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"app-pages-browser"},"startTime":1755772450113,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":8680,"timestamp":52615345,"id":1710,"parentId":1581,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-context/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755772450150,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":8719,"timestamp":52615513,"id":1712,"parentId":1581,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/primitive/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755772450150,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":9456,"timestamp":52615593,"id":1713,"parentId":1581,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755772450150,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":9750,"timestamp":52615673,"id":1714,"parentId":1581,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-primitive/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755772450151,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":9838,"timestamp":52615836,"id":1716,"parentId":1581,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-id/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755772450151,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":10008,"timestamp":52615920,"id":1717,"parentId":1581,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-direction/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755772450151,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":10044,"timestamp":52616100,"id":1719,"parentId":1579,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755772450151,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":10241,"timestamp":52616178,"id":1720,"parentId":1579,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755772450151,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":10304,"timestamp":52616258,"id":1721,"parentId":1579,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/number/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755772450151,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":387154,"timestamp":52240668,"id":1629,"parentId":1474,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js","layer":null},"startTime":1755772449775,"traceId":"2b0adf677a8714d2"},{"name":"postcss-process","duration":488551,"timestamp":52241254,"id":1632,"parentId":1631,"tags":{},"startTime":1755772449776,"traceId":"2b0adf677a8714d2"},{"name":"postcss-loader","duration":489141,"timestamp":52240875,"id":1631,"parentId":1615,"tags":{},"startTime":1755772449776,"traceId":"2b0adf677a8714d2"},{"name":"css-loader","duration":16808,"timestamp":52730077,"id":1724,"parentId":1615,"tags":{"astUsed":"true"},"startTime":1755772450265,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":135808,"timestamp":52614692,"id":1697,"parentId":1519,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"app-pages-browser"},"startTime":1755772450150,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":136671,"timestamp":52614803,"id":1698,"parentId":1519,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"app-pages-browser"},"startTime":1755772450150,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":137298,"timestamp":52614852,"id":1699,"parentId":1519,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.js","layer":"app-pages-browser"},"startTime":1755772450150,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":137406,"timestamp":52614984,"id":1702,"parentId":1563,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/chevron-up.js","layer":"app-pages-browser"},"startTime":1755772450150,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":137683,"timestamp":52615048,"id":1703,"parentId":1545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/trusted-types.js","layer":"pages-dir-browser"},"startTime":1755772450150,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":137941,"timestamp":52615145,"id":1705,"parentId":1588,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/hash.js","layer":"app-pages-browser"},"startTime":1755772450150,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":138026,"timestamp":52615224,"id":1707,"parentId":1589,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"pages-dir-browser"},"startTime":1755772450150,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":138342,"timestamp":52615192,"id":1706,"parentId":1589,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/segment.js","layer":"pages-dir-browser"},"startTime":1755772450150,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":138632,"timestamp":52615262,"id":1708,"parentId":1607,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/Icon.js","layer":"app-pages-browser"},"startTime":1755772450150,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":139313,"timestamp":52615305,"id":1709,"parentId":1607,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/shared/src/utils.js","layer":"app-pages-browser"},"startTime":1755772450150,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":139873,"timestamp":52614939,"id":1701,"parentId":1563,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/chevron-down.js","layer":"app-pages-browser"},"startTime":1755772450150,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":141430,"timestamp":52614894,"id":1700,"parentId":1519,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js","layer":"app-pages-browser"},"startTime":1755772450150,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":881376,"timestamp":51883178,"id":1402,"parentId":1337,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":"app-pages-browser"},"startTime":1755772449418,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":879410,"timestamp":51885654,"id":1403,"parentId":1337,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}","layer":"app-pages-browser"},"startTime":1755772449420,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":17565,"timestamp":52760262,"id":1730,"parentId":1580,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-previous/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755772450295,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":17806,"timestamp":52760349,"id":1731,"parentId":1580,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-visually-hidden/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755772450295,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":18530,"timestamp":52760429,"id":1732,"parentId":1580,"tags":{"name":"/home/runner/work/envin/envin/node_modules/aria-hidden/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1755772450295,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":18630,"timestamp":52760507,"id":1733,"parentId":1580,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1755772450295,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":165747,"timestamp":52615757,"id":1715,"parentId":1581,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-collapsible/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755772450151,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":166823,"timestamp":52616018,"id":1718,"parentId":1579,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-presence/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755772450151,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":170570,"timestamp":52615428,"id":1711,"parentId":1581,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-collection/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755772450150,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":334931,"timestamp":52451318,"id":1635,"parentId":1472,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/is-api-route.js","layer":"pages-dir-browser"},"startTime":1755772449986,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":35086,"timestamp":52759881,"id":1726,"parentId":1580,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-focus-guards/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755772450295,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":36321,"timestamp":52759975,"id":1727,"parentId":1580,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-focus-scope/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755772450295,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":40315,"timestamp":52759727,"id":1725,"parentId":1580,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755772450295,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":40247,"timestamp":52760183,"id":1729,"parentId":1580,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-portal/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755772450295,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":40532,"timestamp":52760592,"id":1734,"parentId":1617,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-label/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755772450295,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":43238,"timestamp":52760096,"id":1728,"parentId":1580,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-popper/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755772450295,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":17098,"timestamp":52788271,"id":1737,"parentId":1692,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"app-pages-browser"},"startTime":1755772450323,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":17359,"timestamp":52788375,"id":1738,"parentId":1611,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/unstable-rethrow.browser.js","layer":"app-pages-browser"},"startTime":1755772450323,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":200316,"timestamp":52616335,"id":1722,"parentId":1458,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm/index.js","layer":"app-pages-browser"},"startTime":1755772450151,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":210863,"timestamp":52615084,"id":1704,"parentId":1499,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js","layer":"app-pages-browser"},"startTime":1755772450150,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":210202,"timestamp":52616412,"id":1723,"parentId":1578,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/browser.mjs","layer":"app-pages-browser"},"startTime":1755772450151,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":20414,"timestamp":52807225,"id":1739,"parentId":1708,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/defaultAttributes.js","layer":"app-pages-browser"},"startTime":1755772450342,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":109,"timestamp":52828483,"id":1742,"parentId":1402,"tags":{},"startTime":1755772450363,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":13,"timestamp":52828608,"id":1743,"parentId":1403,"tags":{},"startTime":1755772450363,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":3734,"timestamp":52828631,"id":1744,"parentId":1733,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/Combination.js","layer":"app-pages-browser"},"startTime":1755772450363,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":4028,"timestamp":52828772,"id":1745,"parentId":1713,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-effect-event/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755772450364,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":73024,"timestamp":52760672,"id":1735,"parentId":1541,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react/cjs/react-jsx-runtime.production.js","layer":"app-pages-browser"},"startTime":1755772450296,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":75574,"timestamp":52760722,"id":1736,"parentId":1565,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react/cjs/react.production.js","layer":"app-pages-browser"},"startTime":1755772450296,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":8322,"timestamp":52829094,"id":1750,"parentId":1696,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/handle-mutable.js","layer":"app-pages-browser"},"startTime":1755772450364,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":9376,"timestamp":52828992,"id":1748,"parentId":1696,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/apply-router-state-patch-to-tree.js","layer":"app-pages-browser"},"startTime":1755772450364,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10661,"timestamp":52828913,"id":1747,"parentId":1694,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/fill-cache-with-new-subtree-data.js","layer":"app-pages-browser"},"startTime":1755772450364,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10955,"timestamp":52829175,"id":1752,"parentId":1695,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.js","layer":"app-pages-browser"},"startTime":1755772450364,"traceId":"2b0adf677a8714d2"}]
|
|
18
|
-
[{"name":"build-module-js","duration":11721,"timestamp":52829136,"id":1751,"parentId":1695,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/invalidate-cache-below-flight-segmentpath.js","layer":"app-pages-browser"},"startTime":1755772450364,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":12114,"timestamp":52829246,"id":1754,"parentId":1695,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/clear-cache-node-data-for-segment-path.js","layer":"app-pages-browser"},"startTime":1755772450364,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":13159,"timestamp":52829054,"id":1749,"parentId":1696,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js","layer":"app-pages-browser"},"startTime":1755772450364,"traceId":"2b0adf677a8714d2"},{"name":"add-entry","duration":1125730,"timestamp":51720902,"id":1330,"parentId":1326,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&page=%2F_not-found%2Fpage!"},"startTime":1755772449256,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":22294,"timestamp":52829291,"id":1755,"parentId":1695,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/aliased-prefetch-navigations.js","layer":"app-pages-browser"},"startTime":1755772450364,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":25098,"timestamp":52829211,"id":1753,"parentId":1695,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"app-pages-browser"},"startTime":1755772450364,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":8970,"timestamp":52846371,"id":1756,"parentId":1700,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/assign-location.js","layer":"app-pages-browser"},"startTime":1755772450381,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":9143,"timestamp":52846508,"id":1758,"parentId":1698,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/handle-segment-mismatch.js","layer":"app-pages-browser"},"startTime":1755772450381,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":9591,"timestamp":52846460,"id":1757,"parentId":1700,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/server-reference-info.js","layer":"app-pages-browser"},"startTime":1755772450381,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":2746,"timestamp":52857230,"id":1759,"parentId":1723,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/core.mjs","layer":"app-pages-browser"},"startTime":1755772450392,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":54268,"timestamp":52807369,"id":1741,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react-dom/cjs/react-dom.production.js","layer":"app-pages-browser"},"startTime":1755772450342,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":2050,"timestamp":52862171,"id":1760,"parentId":1744,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/UI.js","layer":"app-pages-browser"},"startTime":1755772450397,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":2098,"timestamp":52862292,"id":1761,"parentId":1744,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/sidecar.js","layer":"app-pages-browser"},"startTime":1755772450397,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":2246,"timestamp":52862383,"id":1762,"parentId":1725,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-escape-keydown/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755772450397,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":2501,"timestamp":52862474,"id":1763,"parentId":1728,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-arrow/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755772450397,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":2941,"timestamp":52862566,"id":1764,"parentId":1728,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-size/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755772450397,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":38109,"timestamp":52828865,"id":1746,"parentId":1590,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-dom/index.js","layer":"pages-dir-browser"},"startTime":1755772450364,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":139117,"timestamp":52807320,"id":1740,"parentId":1582,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react-dom/cjs/react-dom-client.production.js","layer":"app-pages-browser"},"startTime":1755772450342,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":7574,"timestamp":52948574,"id":1768,"parentId":1744,"tags":{"name":"/home/runner/work/envin/envin/node_modules/tslib/tslib.es6.mjs","layer":"app-pages-browser"},"startTime":1755772450483,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":630,"timestamp":52960365,"id":1770,"parentId":1760,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/medium.js","layer":"app-pages-browser"},"startTime":1755772450495,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":1688,"timestamp":52960501,"id":1771,"parentId":1761,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/SideEffect.js","layer":"app-pages-browser"},"startTime":1755772450495,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":5274,"timestamp":52958369,"id":1769,"parentId":1747,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/invalidate-cache-by-router-state.js","layer":"app-pages-browser"},"startTime":1755772450493,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":102565,"timestamp":52862733,"id":1766,"parentId":1722,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm/manager.js","layer":"app-pages-browser"},"startTime":1755772450398,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":103155,"timestamp":52862649,"id":1765,"parentId":1722,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm/url.js","layer":"app-pages-browser"},"startTime":1755772450397,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":105078,"timestamp":52862813,"id":1767,"parentId":1722,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm/socket.js","layer":"app-pages-browser"},"startTime":1755772450398,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":2075,"timestamp":52969103,"id":1772,"parentId":1760,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll-bar/dist/es2015/constants.js","layer":"app-pages-browser"},"startTime":1755772450504,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":2155,"timestamp":52969224,"id":1773,"parentId":1760,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1755772450504,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":2215,"timestamp":52969318,"id":1774,"parentId":1761,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1755772450504,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":712,"timestamp":52975786,"id":1776,"parentId":1771,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js","layer":"app-pages-browser"},"startTime":1755772450511,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":1221,"timestamp":52975910,"id":1777,"parentId":1771,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/handleScroll.js","layer":"app-pages-browser"},"startTime":1755772450511,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":2816,"timestamp":52978418,"id":1778,"parentId":1773,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/assignRef.js","layer":"app-pages-browser"},"startTime":1755772450513,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":2932,"timestamp":52978538,"id":1779,"parentId":1773,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/useRef.js","layer":"app-pages-browser"},"startTime":1755772450513,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":3007,"timestamp":52978630,"id":1780,"parentId":1773,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/createRef.js","layer":"app-pages-browser"},"startTime":1755772450513,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":3099,"timestamp":52978713,"id":1781,"parentId":1773,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/mergeRef.js","layer":"app-pages-browser"},"startTime":1755772450514,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":3357,"timestamp":52978800,"id":1782,"parentId":1773,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/useMergeRef.js","layer":"app-pages-browser"},"startTime":1755772450514,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":3394,"timestamp":52978926,"id":1783,"parentId":1773,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/useTransformRef.js","layer":"app-pages-browser"},"startTime":1755772450514,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":3423,"timestamp":52979046,"id":1784,"parentId":1773,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/transformRef.js","layer":"app-pages-browser"},"startTime":1755772450514,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":3594,"timestamp":52979137,"id":1785,"parentId":1773,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/refToCallback.js","layer":"app-pages-browser"},"startTime":1755772450514,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":3728,"timestamp":52979222,"id":1786,"parentId":1774,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/hoc.js","layer":"app-pages-browser"},"startTime":1755772450514,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":4099,"timestamp":52979302,"id":1787,"parentId":1774,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/hook.js","layer":"app-pages-browser"},"startTime":1755772450514,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":4175,"timestamp":52979380,"id":1788,"parentId":1774,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/config.js","layer":"app-pages-browser"},"startTime":1755772450514,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":4506,"timestamp":52979463,"id":1789,"parentId":1774,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/medium.js","layer":"app-pages-browser"},"startTime":1755772450514,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":4844,"timestamp":52979541,"id":1790,"parentId":1774,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/renderProp.js","layer":"app-pages-browser"},"startTime":1755772450514,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":5024,"timestamp":52979618,"id":1791,"parentId":1774,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/exports.js","layer":"app-pages-browser"},"startTime":1755772450514,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":5108,"timestamp":52979699,"id":1792,"parentId":1771,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll-bar/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1755772450515,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":5147,"timestamp":52979777,"id":1793,"parentId":1771,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-style-singleton/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1755772450515,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":8243,"timestamp":52979855,"id":1794,"parentId":1728,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.mjs","layer":"app-pages-browser"},"startTime":1755772450515,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":20095,"timestamp":52969410,"id":1775,"parentId":1746,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-dom/cjs/react-dom.production.js","layer":"pages-dir-browser"},"startTime":1755772450504,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":11,"timestamp":52991485,"id":1799,"parentId":1365,"tags":{"layer":null},"startTime":1755772450526,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":3956,"timestamp":52991179,"id":1796,"parentId":1766,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@socket.io/component-emitter/lib/esm/index.js","layer":"app-pages-browser"},"startTime":1755772450526,"traceId":"2b0adf677a8714d2"},{"name":"build-module-css","duration":758148,"timestamp":52238641,"id":1615,"parentId":1511,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/app/globals.css.webpack[javascript/auto]!=!/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!/home/runner/work/envin/envin/packages/cli/src/app/globals.css","layer":null},"startTime":1755772449773,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":1614,"timestamp":52997358,"id":1801,"parentId":1787,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/env.js","layer":"app-pages-browser"},"startTime":1755772450532,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":2067,"timestamp":52997478,"id":1802,"parentId":1792,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll-bar/dist/es2015/component.js","layer":"app-pages-browser"},"startTime":1755772450532,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":2266,"timestamp":52997578,"id":1803,"parentId":1792,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll-bar/dist/es2015/utils.js","layer":"app-pages-browser"},"startTime":1755772450532,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":2373,"timestamp":52997665,"id":1804,"parentId":1793,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-style-singleton/dist/es2015/component.js","layer":"app-pages-browser"},"startTime":1755772450532,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":2600,"timestamp":52997745,"id":1805,"parentId":1793,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-style-singleton/dist/es2015/singleton.js","layer":"app-pages-browser"},"startTime":1755772450533,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":2702,"timestamp":52997827,"id":1806,"parentId":1793,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-style-singleton/dist/es2015/hook.js","layer":"app-pages-browser"},"startTime":1755772450533,"traceId":"2b0adf677a8714d2"},{"name":"build-module-css","duration":921563,"timestamp":52081094,"id":1511,"parentId":1337,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/app/globals.css","layer":"app-pages-browser"},"startTime":1755772449616,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":23572,"timestamp":52979934,"id":1795,"parentId":1766,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm/on.js","layer":"app-pages-browser"},"startTime":1755772450515,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":15363,"timestamp":52991397,"id":1798,"parentId":1722,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/index.js","layer":"app-pages-browser"},"startTime":1755772450526,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16724,"timestamp":52991305,"id":1797,"parentId":1722,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/build/esm/index.js","layer":"app-pages-browser"},"startTime":1755772450526,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":4056,"timestamp":53010339,"id":1807,"parentId":1794,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs","layer":"app-pages-browser"},"startTime":1755772450545,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":19116,"timestamp":52996293,"id":1800,"parentId":1766,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm/contrib/backo2.js","layer":"app-pages-browser"},"startTime":1755772450531,"traceId":"2b0adf677a8714d2"},{"name":"build-module","duration":37,"timestamp":53016550,"id":1809,"parentId":1511,"tags":{},"startTime":1755772450551,"traceId":"2b0adf677a8714d2"},{"name":"add-entry","duration":1297496,"timestamp":51720928,"id":1334,"parentId":1326,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%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-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%2Frunner%2Fwork%2Fenvin%2Fenvin%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-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%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1755772449256,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":1202,"timestamp":53019672,"id":1812,"parentId":1805,"tags":{"name":"/home/runner/work/envin/envin/node_modules/get-nonce/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1755772450555,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":10951,"timestamp":53010463,"id":1808,"parentId":1590,"tags":{"name":"/home/runner/work/envin/envin/node_modules/scheduler/index.js","layer":"pages-dir-browser"},"startTime":1755772450545,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":3628,"timestamp":53023859,"id":1822,"parentId":1807,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.mjs","layer":"app-pages-browser"},"startTime":1755772450559,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":7733,"timestamp":53023983,"id":1823,"parentId":1807,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/core/dist/floating-ui.core.mjs","layer":"app-pages-browser"},"startTime":1755772450559,"traceId":"2b0adf677a8714d2"},{"name":"build-module-mjs","duration":8363,"timestamp":53024109,"id":1824,"parentId":1807,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs","layer":"app-pages-browser"},"startTime":1755772450559,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":14366,"timestamp":53018472,"id":1810,"parentId":1590,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/polyfills/process.js","layer":"pages-dir-browser"},"startTime":1755772450553,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":14583,"timestamp":53018531,"id":1811,"parentId":1736,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/polyfills/process.js","layer":"app-pages-browser"},"startTime":1755772450553,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16329,"timestamp":53019797,"id":1813,"parentId":1801,"tags":{"name":"/home/runner/work/envin/envin/node_modules/detect-node-es/esm/browser.js","layer":"app-pages-browser"},"startTime":1755772450555,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16781,"timestamp":53019973,"id":1815,"parentId":1798,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/transport.js","layer":"app-pages-browser"},"startTime":1755772450555,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":17217,"timestamp":53020075,"id":1816,"parentId":1798,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/util.js","layer":"app-pages-browser"},"startTime":1755772450555,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":19679,"timestamp":53019888,"id":1814,"parentId":1798,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/socket.js","layer":"app-pages-browser"},"startTime":1755772450555,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":19936,"timestamp":53020244,"id":1818,"parentId":1797,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/build/esm/binary.js","layer":"app-pages-browser"},"startTime":1755772450555,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":20311,"timestamp":53020352,"id":1819,"parentId":1797,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/build/esm/is-binary.js","layer":"app-pages-browser"},"startTime":1755772450555,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":20819,"timestamp":53020165,"id":1817,"parentId":1798,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/globals.js","layer":"app-pages-browser"},"startTime":1755772450555,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":19748,"timestamp":53022765,"id":1820,"parentId":1693,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js","layer":"app-pages-browser"},"startTime":1755772450558,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":19870,"timestamp":53022885,"id":1821,"parentId":1693,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_class_private_field_loose_key.js","layer":"app-pages-browser"},"startTime":1755772450558,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":20009,"timestamp":53024272,"id":1825,"parentId":1798,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/transports/index.js","layer":"app-pages-browser"},"startTime":1755772450559,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":20296,"timestamp":53024449,"id":1826,"parentId":1798,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/transports/polling-fetch.js","layer":"app-pages-browser"},"startTime":1755772450559,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":21302,"timestamp":53024615,"id":1827,"parentId":1798,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/transports/polling-xhr.js","layer":"app-pages-browser"},"startTime":1755772450559,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":21897,"timestamp":53024778,"id":1828,"parentId":1798,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/transports/websocket.js","layer":"app-pages-browser"},"startTime":1755772450560,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":22216,"timestamp":53025122,"id":1830,"parentId":1798,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/contrib/parseuri.js","layer":"app-pages-browser"},"startTime":1755772450560,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":23286,"timestamp":53024931,"id":1829,"parentId":1798,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/transports/webtransport.js","layer":"app-pages-browser"},"startTime":1755772450560,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16295,"timestamp":53035102,"id":1831,"parentId":1711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_class_private_field_get.js","layer":"app-pages-browser"},"startTime":1755772450570,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16409,"timestamp":53035225,"id":1832,"parentId":1711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_class_private_field_init.js","layer":"app-pages-browser"},"startTime":1755772450570,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":16549,"timestamp":53035324,"id":1833,"parentId":1711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_class_private_field_set.js","layer":"app-pages-browser"},"startTime":1755772450570,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":1339,"timestamp":53053323,"id":1836,"parentId":1815,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/index.js","layer":"app-pages-browser"},"startTime":1755772450588,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":865,"timestamp":53059564,"id":1839,"parentId":1836,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/commons.js","layer":"app-pages-browser"},"startTime":1755772450594,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":9324,"timestamp":53053135,"id":1834,"parentId":1808,"tags":{"name":"/home/runner/work/envin/envin/node_modules/scheduler/cjs/scheduler.production.js","layer":"pages-dir-browser"},"startTime":1755772450588,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":9623,"timestamp":53053200,"id":1835,"parentId":1815,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/contrib/parseqs.js","layer":"app-pages-browser"},"startTime":1755772450588,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":5519,"timestamp":53058673,"id":1837,"parentId":1826,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/transports/polling.js","layer":"app-pages-browser"},"startTime":1755772450594,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":5655,"timestamp":53058836,"id":1838,"parentId":1827,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/contrib/has-cors.js","layer":"app-pages-browser"},"startTime":1755772450594,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":5481,"timestamp":53059683,"id":1840,"parentId":1831,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_class_apply_descriptor_get.js","layer":"app-pages-browser"},"startTime":1755772450595,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":5519,"timestamp":53059856,"id":1842,"parentId":1832,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_check_private_redeclaration.js","layer":"app-pages-browser"},"startTime":1755772450595,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":5812,"timestamp":53059772,"id":1841,"parentId":1831,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_class_extract_field_descriptor.js","layer":"app-pages-browser"},"startTime":1755772450595,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":5869,"timestamp":53059942,"id":1843,"parentId":1833,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_class_apply_descriptor_set.js","layer":"app-pages-browser"},"startTime":1755772450595,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":3231,"timestamp":53062958,"id":1844,"parentId":1740,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/scheduler/index.js","layer":"app-pages-browser"},"startTime":1755772450598,"traceId":"2b0adf677a8714d2"}]
|
|
19
|
-
[{"name":"build-module-js","duration":4073,"timestamp":53063098,"id":1845,"parentId":1836,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/encodePacket.browser.js","layer":"app-pages-browser"},"startTime":1755772450598,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":4615,"timestamp":53063200,"id":1846,"parentId":1836,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/decodePacket.browser.js","layer":"app-pages-browser"},"startTime":1755772450598,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":2188,"timestamp":53068930,"id":1847,"parentId":1844,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/scheduler/cjs/scheduler.production.js","layer":"app-pages-browser"},"startTime":1755772450604,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":2537,"timestamp":53069173,"id":1848,"parentId":1846,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.js","layer":"app-pages-browser"},"startTime":1755772450604,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":1152,"timestamp":53072078,"id":1849,"parentId":1810,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/process/browser.js","layer":"pages-dir-browser"},"startTime":1755772450607,"traceId":"2b0adf677a8714d2"},{"name":"build-module-js","duration":1829,"timestamp":53072137,"id":1850,"parentId":1811,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/process/browser.js","layer":"app-pages-browser"},"startTime":1755772450607,"traceId":"2b0adf677a8714d2"},{"name":"add-entry","duration":1353130,"timestamp":51720913,"id":1331,"parentId":1326,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1755772449256,"traceId":"2b0adf677a8714d2"},{"name":"add-entry","duration":1353143,"timestamp":51720921,"id":1332,"parentId":1326,"tags":{"request":"/home/runner/work/envin/envin/node_modules/next/dist/client/router.js"},"startTime":1755772449256,"traceId":"2b0adf677a8714d2"},{"name":"add-entry","duration":1353335,"timestamp":51720789,"id":1328,"parentId":1326,"tags":{"request":"./../../node_modules/next/dist/client/app-next.js"},"startTime":1755772449256,"traceId":"2b0adf677a8714d2"},{"name":"add-entry","duration":1353203,"timestamp":51720925,"id":1333,"parentId":1326,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1755772449256,"traceId":"2b0adf677a8714d2"},{"name":"add-entry","duration":1353391,"timestamp":51720739,"id":1327,"parentId":1326,"tags":{"request":"./../../node_modules/next/dist/client/next.js"},"startTime":1755772449256,"traceId":"2b0adf677a8714d2"},{"name":"add-entry","duration":1353255,"timestamp":51720878,"id":1329,"parentId":1326,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%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%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%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%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fmetadata%2Fasync-metadata.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fmetadata%2Fmetadata-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%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%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1755772449256,"traceId":"2b0adf677a8714d2"},{"name":"add-entry","duration":1353207,"timestamp":51720931,"id":1335,"parentId":1326,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Fcomponents%2Ffilters%2Fcontext.tsx%22%2C%22ids%22%3A%5B%22FiltersProvider%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Fcomponents%2Ffilters%2Findex.tsx%22%2C%22ids%22%3A%5B%22Filters%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Fcomponents%2Fvariables%2Fcontext.tsx%22%2C%22ids%22%3A%5B%22VariablesProvider%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Fcomponents%2Fvariables%2Fform.tsx%22%2C%22ids%22%3A%5B%22Form%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Fcomponents%2Fvariables%2Fpreview.tsx%22%2C%22ids%22%3A%5B%22FileContent%22%5D%7D&server=false!"},"startTime":1755772449256,"traceId":"2b0adf677a8714d2"},{"name":"make","duration":1353680,"timestamp":51720500,"id":1326,"parentId":1325,"tags":{},"startTime":1755772449255,"traceId":"2b0adf677a8714d2"},{"name":"chunk-graph","duration":9134,"timestamp":53115912,"id":1852,"parentId":1851,"tags":{},"startTime":1755772450651,"traceId":"2b0adf677a8714d2"},{"name":"optimize-modules","duration":10,"timestamp":53125103,"id":1854,"parentId":1851,"tags":{},"startTime":1755772450660,"traceId":"2b0adf677a8714d2"},{"name":"optimize-chunks","duration":6969,"timestamp":53126975,"id":1856,"parentId":1851,"tags":{},"startTime":1755772450662,"traceId":"2b0adf677a8714d2"},{"name":"optimize-tree","duration":14,"timestamp":53133983,"id":1857,"parentId":1851,"tags":{},"startTime":1755772450669,"traceId":"2b0adf677a8714d2"},{"name":"optimize-chunk-modules","duration":17723,"timestamp":53134056,"id":1858,"parentId":1851,"tags":{},"startTime":1755772450669,"traceId":"2b0adf677a8714d2"},{"name":"optimize","duration":26724,"timestamp":53125084,"id":1853,"parentId":1851,"tags":{},"startTime":1755772450660,"traceId":"2b0adf677a8714d2"},{"name":"module-hash","duration":13997,"timestamp":53160048,"id":1859,"parentId":1851,"tags":{},"startTime":1755772450695,"traceId":"2b0adf677a8714d2"},{"name":"code-generation","duration":162075,"timestamp":53174073,"id":1860,"parentId":1851,"tags":{},"startTime":1755772450709,"traceId":"2b0adf677a8714d2"},{"name":"hash","duration":4279,"timestamp":53338903,"id":1861,"parentId":1851,"tags":{},"startTime":1755772450874,"traceId":"2b0adf677a8714d2"},{"name":"code-generation-jobs","duration":243,"timestamp":53343181,"id":1862,"parentId":1851,"tags":{},"startTime":1755772450878,"traceId":"2b0adf677a8714d2"},{"name":"module-assets","duration":311,"timestamp":53343393,"id":1863,"parentId":1851,"tags":{},"startTime":1755772450878,"traceId":"2b0adf677a8714d2"},{"name":"create-chunk-assets","duration":5671,"timestamp":53343717,"id":1864,"parentId":1851,"tags":{},"startTime":1755772450879,"traceId":"2b0adf677a8714d2"},{"name":"NextJsBuildManifest-generateClientManifest","duration":1308,"timestamp":53356798,"id":1866,"parentId":1325,"tags":{},"startTime":1755772450892,"traceId":"2b0adf677a8714d2"},{"name":"NextJsBuildManifest-createassets","duration":1980,"timestamp":53356137,"id":1865,"parentId":1325,"tags":{},"startTime":1755772450891,"traceId":"2b0adf677a8714d2"},{"name":"minify-js","duration":81733,"timestamp":53369413,"id":1869,"parentId":1867,"tags":{"name":"static/chunks/main-app-33297f11826f6188.js","cache":"MISS"},"startTime":1755772450904,"traceId":"2b0adf677a8714d2"},{"name":"minify-js","duration":81579,"timestamp":53369647,"id":1871,"parentId":1867,"tags":{"name":"static/chunks/pages/_app-fb4ee7c0ef279148.js","cache":"MISS"},"startTime":1755772450904,"traceId":"2b0adf677a8714d2"},{"name":"minify-js","duration":81763,"timestamp":53369503,"id":1870,"parentId":1867,"tags":{"name":"static/chunks/app/_not-found/page-c0461d0d47ad4dbc.js","cache":"MISS"},"startTime":1755772450904,"traceId":"2b0adf677a8714d2"},{"name":"minify-js","duration":81547,"timestamp":53369755,"id":1873,"parentId":1867,"tags":{"name":"static/chunks/app/layout-ed888ec51fd89fdb.js","cache":"MISS"},"startTime":1755772450905,"traceId":"2b0adf677a8714d2"},{"name":"minify-js","duration":81633,"timestamp":53369702,"id":1872,"parentId":1867,"tags":{"name":"static/chunks/pages/_error-c6afbe452ce29473.js","cache":"MISS"},"startTime":1755772450905,"traceId":"2b0adf677a8714d2"},{"name":"minify-js","duration":79742,"timestamp":53371624,"id":1875,"parentId":1867,"tags":{"name":"static/chunks/webpack-cdcb98bf76c6361f.js","cache":"MISS"},"startTime":1755772450906,"traceId":"2b0adf677a8714d2"},{"name":"minify-js","duration":81584,"timestamp":53369833,"id":1874,"parentId":1867,"tags":{"name":"static/chunks/app/page-c3f2f78d3f0401d9.js","cache":"MISS"},"startTime":1755772450905,"traceId":"2b0adf677a8714d2"},{"name":"minify-js","duration":265898,"timestamp":53364688,"id":1868,"parentId":1867,"tags":{"name":"static/chunks/main-8616388f163ef4b5.js","cache":"MISS"},"startTime":1755772450900,"traceId":"2b0adf677a8714d2"},{"name":"minify-js","duration":283144,"timestamp":53371761,"id":1876,"parentId":1867,"tags":{"name":"static/chunks/framework-5a60ddf90c03a3df.js","cache":"MISS"},"startTime":1755772450907,"traceId":"2b0adf677a8714d2"},{"name":"minify-js","duration":246523,"timestamp":53408591,"id":1880,"parentId":1867,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"MISS"},"startTime":1755772450943,"traceId":"2b0adf677a8714d2"},{"name":"minify-js","duration":246852,"timestamp":53408641,"id":1881,"parentId":1867,"tags":{"name":"static/ZvEeNnQCdsowPRhsnLzyQ/_ssgManifest.js","cache":"MISS"},"startTime":1755772450943,"traceId":"2b0adf677a8714d2"},{"name":"minify-js","duration":247492,"timestamp":53408678,"id":1882,"parentId":1867,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1755772450944,"traceId":"2b0adf677a8714d2"},{"name":"minify-js","duration":248309,"timestamp":53408713,"id":1883,"parentId":1867,"tags":{"name":"static/ZvEeNnQCdsowPRhsnLzyQ/_buildManifest.js","cache":"MISS"},"startTime":1755772450944,"traceId":"2b0adf677a8714d2"},{"name":"minify-js","duration":248778,"timestamp":53408747,"id":1884,"parentId":1867,"tags":{"name":"server/next-font-manifest.js","cache":"MISS"},"startTime":1755772450944,"traceId":"2b0adf677a8714d2"},{"name":"minify-js","duration":337765,"timestamp":53383286,"id":1878,"parentId":1867,"tags":{"name":"static/chunks/902-ed50607f285d8d49.js","cache":"MISS"},"startTime":1755772450918,"traceId":"2b0adf677a8714d2"},{"name":"minify-js","duration":369877,"timestamp":53377660,"id":1877,"parentId":1867,"tags":{"name":"static/chunks/87c73c54-100f6e3edbad6d22.js","cache":"MISS"},"startTime":1755772450912,"traceId":"2b0adf677a8714d2"},{"name":"minify-js","duration":421043,"timestamp":53390359,"id":1879,"parentId":1867,"tags":{"name":"static/chunks/442-e5e2e8139dc29708.js","cache":"MISS"},"startTime":1755772450925,"traceId":"2b0adf677a8714d2"},{"name":"minify-webpack-plugin-optimize","duration":452309,"timestamp":53359120,"id":1867,"parentId":1325,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1755772450894,"traceId":"2b0adf677a8714d2"},{"name":"minify-css","duration":287336,"timestamp":53811944,"id":1886,"parentId":1885,"tags":{"file":"static/css/a1c4dd59b838a1bd.css","cache":"MISS"},"startTime":1755772451347,"traceId":"2b0adf677a8714d2"},{"name":"css-minimizer-plugin","duration":287421,"timestamp":53811877,"id":1885,"parentId":1325,"tags":{},"startTime":1755772451347,"traceId":"2b0adf677a8714d2"},{"name":"seal","duration":1012872,"timestamp":53094481,"id":1851,"parentId":1325,"tags":{},"startTime":1755772450629,"traceId":"2b0adf677a8714d2"},{"name":"webpack-compilation","duration":2387832,"timestamp":51719601,"id":1325,"parentId":13,"tags":{"name":"client"},"startTime":1755772449254,"traceId":"2b0adf677a8714d2"},{"name":"emit","duration":3749,"timestamp":54107474,"id":1887,"parentId":13,"tags":{},"startTime":1755772451642,"traceId":"2b0adf677a8714d2"},{"name":"webpack-close","duration":1062367,"timestamp":54111528,"id":1888,"parentId":13,"tags":{"name":"client"},"startTime":1755772451646,"traceId":"2b0adf677a8714d2"},{"name":"webpack-generate-error-stats","duration":887,"timestamp":55173919,"id":1889,"parentId":1888,"tags":{},"startTime":1755772452709,"traceId":"2b0adf677a8714d2"},{"name":"run-webpack-compiler","duration":12972964,"timestamp":42202156,"id":13,"parentId":1,"tags":{},"startTime":1755772439737,"traceId":"2b0adf677a8714d2"},{"name":"format-webpack-messages","duration":109,"timestamp":55175128,"id":1890,"parentId":1,"tags":{},"startTime":1755772452710,"traceId":"2b0adf677a8714d2"},{"name":"verify-and-lint","duration":64628,"timestamp":55192298,"id":1893,"parentId":1,"tags":{},"startTime":1755772452727,"traceId":"2b0adf677a8714d2"},{"name":"verify-typescript-setup","duration":3882391,"timestamp":55178817,"id":1892,"parentId":1,"tags":{},"startTime":1755772452714,"traceId":"2b0adf677a8714d2"},{"name":"check-static-error-page","duration":4925,"timestamp":59102562,"id":1896,"parentId":1895,"tags":{},"startTime":1755772456637,"traceId":"2b0adf677a8714d2"},{"name":"check-page","duration":1724,"timestamp":59137671,"id":1897,"parentId":1895,"tags":{"page":"/_app"},"startTime":1755772456673,"traceId":"2b0adf677a8714d2"},{"name":"check-page","duration":725,"timestamp":59138698,"id":1899,"parentId":1895,"tags":{"page":"/_document"},"startTime":1755772456674,"traceId":"2b0adf677a8714d2"},{"name":"check-page","duration":1114,"timestamp":59138623,"id":1898,"parentId":1895,"tags":{"page":"/_error"},"startTime":1755772456673,"traceId":"2b0adf677a8714d2"},{"name":"is-page-static","duration":305871,"timestamp":59140384,"id":1904,"parentId":1900,"tags":{},"startTime":1755772456675,"traceId":"2b0adf677a8714d2"},{"name":"check-page","duration":307579,"timestamp":59138739,"id":1900,"parentId":1895,"tags":{"page":"/_not-found"},"startTime":1755772456674,"traceId":"2b0adf677a8714d2"},{"name":"is-page-static","duration":322259,"timestamp":59140131,"id":1903,"parentId":1902,"tags":{},"startTime":1755772456675,"traceId":"2b0adf677a8714d2"},{"name":"check-page","duration":323532,"timestamp":59138919,"id":1902,"parentId":1895,"tags":{"page":"/favicon.ico"},"startTime":1755772456674,"traceId":"2b0adf677a8714d2"},{"name":"is-page-static","duration":575156,"timestamp":59141177,"id":1905,"parentId":1901,"tags":{},"startTime":1755772456676,"traceId":"2b0adf677a8714d2"},{"name":"check-page","duration":577518,"timestamp":59138875,"id":1901,"parentId":1895,"tags":{"page":"/"},"startTime":1755772456674,"traceId":"2b0adf677a8714d2"},{"name":"static-check","duration":614581,"timestamp":59101835,"id":1895,"parentId":1,"tags":{},"startTime":1755772456637,"traceId":"2b0adf677a8714d2"},{"name":"generate-required-server-files","duration":340,"timestamp":59716554,"id":1907,"parentId":1,"tags":{},"startTime":1755772457251,"traceId":"2b0adf677a8714d2"},{"name":"write-routes-manifest","duration":1916,"timestamp":59721215,"id":1909,"parentId":1,"tags":{},"startTime":1755772457256,"traceId":"2b0adf677a8714d2"},{"name":"load-dotenv","duration":44,"timestamp":59750473,"id":1912,"parentId":1911,"tags":{},"startTime":1755772457285,"traceId":"2b0adf677a8714d2"},{"name":"run-export-path-map","duration":340,"timestamp":61071203,"id":1913,"parentId":1911,"tags":{},"startTime":1755772458606,"traceId":"2b0adf677a8714d2"},{"name":"next-export","duration":1932549,"timestamp":59749183,"id":1911,"parentId":1,"tags":{},"startTime":1755772457284,"traceId":"2b0adf677a8714d2"},{"name":"move-exported-app-not-found-","duration":6666,"timestamp":61682861,"id":1914,"parentId":1910,"tags":{},"startTime":1755772459218,"traceId":"2b0adf677a8714d2"},{"name":"move-exported-page","duration":294320,"timestamp":61689647,"id":1915,"parentId":1910,"tags":{},"startTime":1755772459224,"traceId":"2b0adf677a8714d2"},{"name":"static-generation","duration":2534002,"timestamp":59744187,"id":1910,"parentId":1,"tags":{},"startTime":1755772457279,"traceId":"2b0adf677a8714d2"},{"name":"write-routes-manifest","duration":20215,"timestamp":62278207,"id":1916,"parentId":1,"tags":{},"startTime":1755772459813,"traceId":"2b0adf677a8714d2"},{"name":"node-file-trace-build","duration":9140597,"timestamp":59718097,"id":1908,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1755772457253,"traceId":"2b0adf677a8714d2"},{"name":"apply-include-excludes","duration":522,"timestamp":68858713,"id":1917,"parentId":1,"tags":{},"startTime":1755772466394,"traceId":"2b0adf677a8714d2"},{"name":"print-tree-view","duration":2501,"timestamp":68859317,"id":1918,"parentId":1,"tags":{},"startTime":1755772466394,"traceId":"2b0adf677a8714d2"},{"name":"telemetry-flush","duration":39,"timestamp":68861827,"id":1919,"parentId":1,"tags":{},"startTime":1755772466397,"traceId":"2b0adf677a8714d2"},{"name":"next-build","duration":26895218,"timestamp":41966653,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.4.6","has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1755772439501,"traceId":"2b0adf677a8714d2"}]
|
|
1
|
+
[{"name":"generate-buildid","duration":254,"timestamp":126075941,"id":4,"parentId":1,"tags":{},"startTime":1765283797950,"traceId":"3f4f4a0adce09a80"},{"name":"load-custom-routes","duration":313,"timestamp":126076297,"id":5,"parentId":1,"tags":{},"startTime":1765283797950,"traceId":"3f4f4a0adce09a80"},{"name":"create-dist-dir","duration":657,"timestamp":126076637,"id":6,"parentId":1,"tags":{},"startTime":1765283797950,"traceId":"3f4f4a0adce09a80"},{"name":"clean","duration":250,"timestamp":126077888,"id":7,"parentId":1,"tags":{},"startTime":1765283797952,"traceId":"3f4f4a0adce09a80"},{"name":"create-pages-mapping","duration":189,"timestamp":126210185,"id":8,"parentId":1,"tags":{},"startTime":1765283798084,"traceId":"3f4f4a0adce09a80"},{"name":"collect-app-files","duration":1153,"timestamp":126210407,"id":9,"parentId":1,"tags":{},"startTime":1765283798084,"traceId":"3f4f4a0adce09a80"},{"name":"create-app-mapping","duration":1406,"timestamp":126211583,"id":10,"parentId":1,"tags":{},"startTime":1765283798085,"traceId":"3f4f4a0adce09a80"},{"name":"create-app-layouts","duration":128,"timestamp":126213102,"id":11,"parentId":1,"tags":{},"startTime":1765283798087,"traceId":"3f4f4a0adce09a80"},{"name":"collect-default-files","duration":242,"timestamp":126213908,"id":13,"parentId":1,"tags":{},"startTime":1765283798088,"traceId":"3f4f4a0adce09a80"},{"name":"generate-route-types","duration":3160,"timestamp":126213528,"id":12,"parentId":1,"tags":{},"startTime":1765283798087,"traceId":"3f4f4a0adce09a80"},{"name":"public-dir-conflict-check","duration":72,"timestamp":126216706,"id":14,"parentId":1,"tags":{},"startTime":1765283798090,"traceId":"3f4f4a0adce09a80"},{"name":"generate-routes-manifest","duration":672043,"timestamp":126216832,"id":15,"parentId":1,"tags":{},"startTime":1765283798091,"traceId":"3f4f4a0adce09a80"},{"name":"run-turbopack","duration":6811946,"timestamp":126893121,"id":17,"parentId":1,"tags":{},"startTime":1765283798767,"traceId":"3f4f4a0adce09a80"},{"name":"run-typescript","duration":4091435,"timestamp":133714814,"id":19,"parentId":1,"tags":{},"startTime":1765283805589,"traceId":"3f4f4a0adce09a80"},{"name":"check-static-error-page","duration":3722,"timestamp":137842625,"id":22,"parentId":21,"tags":{},"startTime":1765283809716,"traceId":"3f4f4a0adce09a80"},{"name":"is-page-static","duration":245012,"timestamp":137847807,"id":28,"parentId":24,"tags":{},"startTime":1765283809722,"traceId":"3f4f4a0adce09a80"},{"name":"check-page","duration":247021,"timestamp":137845881,"id":24,"parentId":21,"tags":{"page":"/_global-error"},"startTime":1765283809720,"traceId":"3f4f4a0adce09a80"},{"name":"is-page-static","duration":295668,"timestamp":137848525,"id":29,"parentId":26,"tags":{},"startTime":1765283809722,"traceId":"3f4f4a0adce09a80"},{"name":"check-page","duration":298103,"timestamp":137846165,"id":26,"parentId":21,"tags":{"page":"/favicon.ico"},"startTime":1765283809720,"traceId":"3f4f4a0adce09a80"},{"name":"is-page-static","duration":320685,"timestamp":137847531,"id":27,"parentId":23,"tags":{},"startTime":1765283809721,"traceId":"3f4f4a0adce09a80"},{"name":"check-page","duration":324573,"timestamp":137843701,"id":23,"parentId":21,"tags":{"page":"/_not-found"},"startTime":1765283809717,"traceId":"3f4f4a0adce09a80"},{"name":"is-page-static","duration":496397,"timestamp":137863288,"id":30,"parentId":25,"tags":{},"startTime":1765283809737,"traceId":"3f4f4a0adce09a80"},{"name":"check-page","duration":513645,"timestamp":137846083,"id":25,"parentId":21,"tags":{"page":"/"},"startTime":1765283809720,"traceId":"3f4f4a0adce09a80"},{"name":"static-check","duration":517912,"timestamp":137841837,"id":21,"parentId":1,"tags":{},"startTime":1765283809716,"traceId":"3f4f4a0adce09a80"},{"name":"generate-required-server-files","duration":379,"timestamp":138359874,"id":32,"parentId":1,"tags":{},"startTime":1765283810234,"traceId":"3f4f4a0adce09a80"},{"name":"write-routes-manifest","duration":266,"timestamp":138360610,"id":33,"parentId":1,"tags":{},"startTime":1765283810234,"traceId":"3f4f4a0adce09a80"},{"name":"load-dotenv","duration":31,"timestamp":138368303,"id":36,"parentId":35,"tags":{},"startTime":1765283810242,"traceId":"3f4f4a0adce09a80"},{"name":"run-export-path-map","duration":322,"timestamp":138370712,"id":37,"parentId":35,"tags":{},"startTime":1765283810244,"traceId":"3f4f4a0adce09a80"},{"name":"next-export","duration":388186,"timestamp":138367424,"id":35,"parentId":1,"tags":{},"startTime":1765283810241,"traceId":"3f4f4a0adce09a80"},{"name":"move-exported-app-not-found-","duration":433,"timestamp":138756867,"id":38,"parentId":34,"tags":{},"startTime":1765283810631,"traceId":"3f4f4a0adce09a80"},{"name":"move-exported-app-global-error-","duration":303,"timestamp":138757364,"id":39,"parentId":34,"tags":{},"startTime":1765283810631,"traceId":"3f4f4a0adce09a80"},{"name":"static-generation","duration":395138,"timestamp":138363825,"id":34,"parentId":1,"tags":{},"startTime":1765283810238,"traceId":"3f4f4a0adce09a80"},{"name":"write-routes-manifest","duration":423,"timestamp":138759082,"id":40,"parentId":1,"tags":{},"startTime":1765283810633,"traceId":"3f4f4a0adce09a80"},{"name":"print-tree-view","duration":2120,"timestamp":138764366,"id":41,"parentId":1,"tags":{},"startTime":1765283810638,"traceId":"3f4f4a0adce09a80"},{"name":"telemetry-flush","duration":48746,"timestamp":138766497,"id":42,"parentId":1,"tags":{},"startTime":1765283810640,"traceId":"3f4f4a0adce09a80"},{"name":"next-build","duration":12766314,"timestamp":126048943,"id":1,"tags":{"buildMode":"default","version":"16.0.7","bundler":"turbopack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1765283797923,"traceId":"3f4f4a0adce09a80"}]
|