@envin/cli 1.1.3 → 1.1.4-canary.4238c08

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.
Files changed (70) hide show
  1. package/README.md +3 -3
  2. package/dist/cli/index.mjs +102 -32
  3. package/dist/preview/.next/BUILD_ID +1 -1
  4. package/dist/preview/.next/app-build-manifest.json +16 -16
  5. package/dist/preview/.next/build-manifest.json +14 -14
  6. package/dist/preview/.next/diagnostics/framework.json +1 -1
  7. package/dist/preview/.next/next-minimal-server.js.nft.json +1 -1
  8. package/dist/preview/.next/next-server.js.nft.json +1 -1
  9. package/dist/preview/.next/prerender-manifest.json +3 -3
  10. package/dist/preview/.next/required-server-files.json +17 -7
  11. package/dist/preview/.next/routes-manifest.json +6 -2
  12. package/dist/preview/.next/server/app/_not-found/page.js +2 -1
  13. package/dist/preview/.next/server/app/_not-found/page.js.nft.json +1 -1
  14. package/dist/preview/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  15. package/dist/preview/.next/server/app/_not-found.html +1 -1
  16. package/dist/preview/.next/server/app/_not-found.rsc +12 -14
  17. package/dist/preview/.next/server/app/favicon.ico/route.js +1 -1
  18. package/dist/preview/.next/server/app/favicon.ico/route.js.nft.json +1 -1
  19. package/dist/preview/.next/server/app/index.html +2 -2
  20. package/dist/preview/.next/server/app/index.rsc +12 -14
  21. package/dist/preview/.next/server/app/page.js +121 -64
  22. package/dist/preview/.next/server/app/page.js.nft.json +1 -1
  23. package/dist/preview/.next/server/app/page_client-reference-manifest.js +1 -1
  24. package/dist/preview/.next/server/chunks/155.js +45 -0
  25. package/dist/preview/.next/server/chunks/496.js +4 -4
  26. package/dist/preview/.next/server/chunks/55.js +7 -0
  27. package/dist/preview/.next/server/chunks/569.js +45 -0
  28. package/dist/preview/.next/server/chunks/692.js +45 -0
  29. package/dist/preview/.next/server/chunks/699.js +22 -0
  30. package/dist/preview/.next/server/middleware-build-manifest.js +1 -1
  31. package/dist/preview/.next/server/pages/404.html +1 -1
  32. package/dist/preview/.next/server/pages/500.html +1 -1
  33. package/dist/preview/.next/server/pages/_app.js +1 -1
  34. package/dist/preview/.next/server/pages/_document.js +1 -1
  35. package/dist/preview/.next/server/pages/_document.js.nft.json +1 -1
  36. package/dist/preview/.next/server/pages/_error.js +19 -1
  37. package/dist/preview/.next/server/pages/_error.js.nft.json +1 -1
  38. package/dist/preview/.next/server/server-reference-manifest.js +1 -1
  39. package/dist/preview/.next/server/server-reference-manifest.json +1 -1
  40. package/dist/preview/.next/server/webpack-runtime.js +1 -1
  41. package/dist/preview/.next/static/chunks/442-41ca9bf0a86c9fdd.js +22 -0
  42. package/dist/preview/.next/static/chunks/87c73c54-1f4741035a95c140.js +1 -0
  43. package/dist/preview/.next/static/chunks/902-a1b735a0b0a65f38.js +1 -0
  44. package/dist/preview/.next/static/chunks/app/_not-found/page-4d317ef7aff02905.js +1 -0
  45. package/dist/preview/.next/static/chunks/app/{layout-199c3536e64e10fd.js → layout-e5f42c1da65f0b8c.js} +1 -1
  46. package/dist/preview/.next/static/chunks/app/page-0b2496db531b8e78.js +1 -0
  47. package/dist/preview/.next/static/chunks/{framework-82b0332477a76245.js → framework-c638b7ce6a6487b4.js} +1 -1
  48. package/dist/preview/.next/static/chunks/main-app-ef4fe5383916541f.js +1 -0
  49. package/dist/preview/.next/static/chunks/main-df3bdf5f1b8063cf.js +1 -0
  50. package/dist/preview/.next/static/chunks/pages/{_error-b8c2e08355edc3b4.js → _error-3e422ffd891594de.js} +1 -1
  51. package/dist/preview/.next/static/{Tqeih6W38cSM3E9aJvlBI → xi_Z3hljVkHaKwH1u_6TA}/_buildManifest.js +1 -1
  52. package/dist/preview/.next/trace +19 -16
  53. package/package.json +7 -6
  54. package/src/components/variables/form.tsx +1 -1
  55. package/src/lib/hooks/use-hot-reload.ts +3 -2
  56. package/src/lib/variables/default.ts +2 -2
  57. package/src/lib/variables/description.ts +1 -1
  58. package/src/utils/get-config-file.ts +9 -5
  59. package/dist/preview/.next/server/chunks/191.js +0 -20
  60. package/dist/preview/.next/server/chunks/601.js +0 -5
  61. package/dist/preview/.next/static/chunks/315-850927f416f0524a.js +0 -1
  62. package/dist/preview/.next/static/chunks/87c73c54-a773d57d245aca41.js +0 -1
  63. package/dist/preview/.next/static/chunks/985-f32f025f8cdc74d3.js +0 -1
  64. package/dist/preview/.next/static/chunks/app/_not-found/page-60c07ed561e86dd9.js +0 -1
  65. package/dist/preview/.next/static/chunks/app/page-9e503b3c88017a01.js +0 -1
  66. package/dist/preview/.next/static/chunks/main-app-fd962d6f95339794.js +0 -1
  67. package/dist/preview/.next/static/chunks/main-c9e901861bf9798e.js +0 -1
  68. /package/dist/preview/.next/static/chunks/pages/{_app-a48f070af90c9683.js → _app-a050a8e6e4fb04cf.js} +0 -0
  69. /package/dist/preview/.next/static/chunks/{webpack-464ea5083b838c17.js → webpack-6fd1f9e039b848f1.js} +0 -0
  70. /package/dist/preview/.next/static/{Tqeih6W38cSM3E9aJvlBI → xi_Z3hljVkHaKwH1u_6TA}/_ssgManifest.js +0 -0
@@ -1,16 +1,19 @@
1
- [{"name":"generate-buildid","duration":203,"timestamp":137391421,"id":4,"parentId":1,"tags":{},"startTime":1749925088122,"traceId":"04aa2910e90ec27b"},{"name":"load-custom-routes","duration":294,"timestamp":137391734,"id":5,"parentId":1,"tags":{},"startTime":1749925088122,"traceId":"04aa2910e90ec27b"},{"name":"create-dist-dir","duration":39109,"timestamp":137454291,"id":6,"parentId":1,"tags":{},"startTime":1749925088185,"traceId":"04aa2910e90ec27b"},{"name":"create-pages-mapping","duration":222,"timestamp":137496936,"id":7,"parentId":1,"tags":{},"startTime":1749925088227,"traceId":"04aa2910e90ec27b"},{"name":"collect-app-paths","duration":2129,"timestamp":137497186,"id":8,"parentId":1,"tags":{},"startTime":1749925088227,"traceId":"04aa2910e90ec27b"},{"name":"create-app-mapping","duration":1548,"timestamp":137499335,"id":9,"parentId":1,"tags":{},"startTime":1749925088230,"traceId":"04aa2910e90ec27b"},{"name":"public-dir-conflict-check","duration":489,"timestamp":137501183,"id":10,"parentId":1,"tags":{},"startTime":1749925088231,"traceId":"04aa2910e90ec27b"},{"name":"generate-routes-manifest","duration":1838,"timestamp":137501890,"id":11,"parentId":1,"tags":{},"startTime":1749925088232,"traceId":"04aa2910e90ec27b"},{"name":"create-entrypoints","duration":21489,"timestamp":137519252,"id":14,"parentId":1,"tags":{},"startTime":1749925088249,"traceId":"04aa2910e90ec27b"},{"name":"generate-webpack-config","duration":278355,"timestamp":137540828,"id":15,"parentId":13,"tags":{},"startTime":1749925088271,"traceId":"04aa2910e90ec27b"},{"name":"next-trace-entrypoint-plugin","duration":6412,"timestamp":137909650,"id":17,"parentId":16,"tags":{},"startTime":1749925088640,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":46188,"timestamp":137983771,"id":25,"parentId":21,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/pages/_app.js","layer":"pages-dir-node"},"startTime":1749925088714,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":85324,"timestamp":137988211,"id":26,"parentId":24,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/pages/_document.js","layer":"pages-dir-node"},"startTime":1749925088718,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":87706,"timestamp":137998758,"id":30,"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":1749925088729,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":90509,"timestamp":137997944,"id":28,"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=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1749925088728,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":251,"timestamp":138092263,"id":31,"parentId":25,"tags":{"name":"react/jsx-runtime","layer":null},"startTime":1749925088822,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":34,"timestamp":138092554,"id":32,"parentId":25,"tags":{"name":"react","layer":null},"startTime":1749925088823,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4625,"timestamp":138137964,"id":40,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"pages-dir-node"},"startTime":1749925088868,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":12181,"timestamp":138137875,"id":39,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/constants.js","layer":"pages-dir-node"},"startTime":1749925088868,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":18351,"timestamp":138137647,"id":38,"parentId":25,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils.js","layer":"pages-dir-node"},"startTime":1749925088868,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":31974,"timestamp":138130269,"id":33,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/get-page-files.js","layer":"pages-dir-node"},"startTime":1749925088860,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":32682,"timestamp":138130901,"id":34,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/htmlescape.js","layer":"pages-dir-node"},"startTime":1749925088861,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":32666,"timestamp":138133493,"id":35,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/utils.js","layer":"pages-dir-node"},"startTime":1749925088864,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":34082,"timestamp":138133761,"id":36,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/is-error.js","layer":"pages-dir-node"},"startTime":1749925088864,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":35631,"timestamp":138133913,"id":37,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/pretty-bytes.js","layer":"pages-dir-node"},"startTime":1749925088864,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":185451,"timestamp":137988425,"id":27,"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=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&appDir=%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Fapp&appPaths=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1749925088719,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":41758,"timestamp":138143196,"id":41,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/trace/tracer.js","layer":"pages-dir-node"},"startTime":1749925088873,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":45926,"timestamp":138143269,"id":42,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/trace/utils.js","layer":"pages-dir-node"},"startTime":1749925088873,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":9873,"timestamp":138190064,"id":44,"parentId":36,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"pages-dir-node"},"startTime":1749925088920,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":10122,"timestamp":138190191,"id":45,"parentId":39,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":"pages-dir-node"},"startTime":1749925088920,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":3096,"timestamp":138203758,"id":47,"parentId":33,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js","layer":"pages-dir-node"},"startTime":1749925088934,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4815,"timestamp":138203653,"id":46,"parentId":33,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":"pages-dir-node"},"startTime":1749925088934,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5177,"timestamp":138205323,"id":48,"parentId":41,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/is-thenable.js","layer":"pages-dir-node"},"startTime":1749925088936,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":46,"timestamp":138212105,"id":50,"parentId":47,"tags":{"name":"path","layer":null},"startTime":1749925088942,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":11675,"timestamp":138205490,"id":49,"parentId":41,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/trace/constants.js","layer":"pages-dir-node"},"startTime":1749925088936,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":2446,"timestamp":138221542,"id":51,"parentId":47,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"pages-dir-node"},"startTime":1749925088952,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":2681,"timestamp":138221645,"id":52,"parentId":46,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":"pages-dir-node"},"startTime":1749925088952,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":57455,"timestamp":138172777,"id":43,"parentId":28,"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":1749925088903,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":232402,"timestamp":137998464,"id":29,"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=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1749925088729,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5183,"timestamp":138235537,"id":54,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/pages/_error.js","layer":"pages-dir-node"},"startTime":1749925088966,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5641,"timestamp":138235623,"id":55,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/templates/helpers.js","layer":"pages-dir-node"},"startTime":1749925088966,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6157,"timestamp":138235687,"id":56,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/pages/module.compiled.js","layer":"pages-dir-node"},"startTime":1749925088966,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":9858,"timestamp":138235751,"id":57,"parentId":26,"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":1749925088966,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":36302,"timestamp":138235814,"id":58,"parentId":41,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"pages-dir-node"},"startTime":1749925088966,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":37007,"timestamp":138235456,"id":53,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-kind.js","layer":"pages-dir-node"},"startTime":1749925088966,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":33585,"timestamp":138242108,"id":59,"parentId":47,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"pages-dir-node"},"startTime":1749925088972,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":32,"timestamp":138281207,"id":60,"parentId":56,"tags":{"name":"next/dist/compiled/next-server/pages.runtime.prod.js","layer":null},"startTime":1749925089011,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":3466,"timestamp":138282629,"id":61,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-kind.js","layer":"rsc"},"startTime":1749925089013,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6058,"timestamp":138284163,"id":67,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/not-found-error.js","layer":"rsc"},"startTime":1749925089014,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":10422,"timestamp":138284231,"id":68,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/unauthorized-error.js","layer":"rsc"},"startTime":1749925089014,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":11112,"timestamp":138284295,"id":69,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/forbidden-error.js","layer":"rsc"},"startTime":1749925089015,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":11969,"timestamp":138284080,"id":66,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/error-boundary.js","layer":"rsc"},"startTime":1749925089014,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7795,"timestamp":138293140,"id":71,"parentId":54,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/head.js","layer":"pages-dir-node"},"startTime":1749925089023,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6458,"timestamp":138296758,"id":73,"parentId":59,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":"pages-dir-node"},"startTime":1749925089027,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":10794,"timestamp":138296665,"id":72,"parentId":59,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"pages-dir-node"},"startTime":1749925089027,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":39227,"timestamp":138283403,"id":62,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/patch-fetch.js","layer":"rsc"},"startTime":1749925089014,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":40266,"timestamp":138283574,"id":63,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-route/module.compiled.js","layer":"rsc"},"startTime":1749925089014,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":41089,"timestamp":138283726,"id":64,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1749925089014,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":43874,"timestamp":138283898,"id":65,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/entry-base.js","layer":"rsc"},"startTime":1749925089014,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":45731,"timestamp":138293066,"id":70,"parentId":54,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request-meta.js","layer":"pages-dir-node"},"startTime":1749925089023,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":59,"timestamp":138347960,"id":74,"parentId":63,"tags":{"name":"next/dist/compiled/next-server/app-route.runtime.prod.js","layer":null},"startTime":1749925089078,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":19,"timestamp":138348041,"id":75,"parentId":64,"tags":{"name":"next/dist/compiled/next-server/app-page.runtime.prod.js","layer":null},"startTime":1749925089078,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4258,"timestamp":138348071,"id":76,"parentId":62,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/trace/constants.js","layer":"rsc"},"startTime":1749925089078,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8247,"timestamp":138348343,"id":77,"parentId":62,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/trace/tracer.js","layer":"rsc"},"startTime":1749925089079,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":20671,"timestamp":138348535,"id":78,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/app/layout.tsx","layer":"rsc"},"startTime":1749925089079,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":9719,"timestamp":138370931,"id":79,"parentId":67,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/http-access-fallback/error-fallback.js","layer":"rsc"},"startTime":1749925089101,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":10046,"timestamp":138371168,"id":81,"parentId":71,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/amp-mode.js","layer":"pages-dir-node"},"startTime":1749925089101,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":11626,"timestamp":138371088,"id":80,"parentId":71,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/side-effect.js","layer":"pages-dir-node"},"startTime":1749925089101,"traceId":"04aa2910e90ec27b"},{"name":"build-module-external","duration":33,"timestamp":138391131,"id":92,"parentId":65,"tags":{"name":"../app-render/work-async-storage.external","layer":null},"startTime":1749925089121,"traceId":"04aa2910e90ec27b"},{"name":"build-module-external","duration":16,"timestamp":138391181,"id":93,"parentId":65,"tags":{"name":"./work-unit-async-storage.external","layer":null},"startTime":1749925089121,"traceId":"04aa2910e90ec27b"},{"name":"build-module-external","duration":74,"timestamp":138391207,"id":94,"parentId":65,"tags":{"name":"../app-render/action-async-storage.external","layer":null},"startTime":1749925089121,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":14043,"timestamp":138389431,"id":82,"parentId":29,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/app/page.tsx","layer":"rsc"},"startTime":1749925089120,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":12802,"timestamp":138391040,"id":91,"parentId":65,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/render-from-template-context.js","layer":"rsc"},"startTime":1749925089121,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":12850,"timestamp":138391337,"id":95,"parentId":65,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/client-page.js","layer":"rsc"},"startTime":1749925089122,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":23427,"timestamp":138407684,"id":103,"parentId":29,"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":1749925089138,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":59214,"timestamp":138407306,"id":101,"parentId":77,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"rsc"},"startTime":1749925089138,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":76671,"timestamp":138391450,"id":96,"parentId":65,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/client-segment.js","layer":"rsc"},"startTime":1749925089122,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":77598,"timestamp":138391536,"id":97,"parentId":65,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/hooks-server-context.js","layer":"rsc"},"startTime":1749925089122,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":77561,"timestamp":138391804,"id":99,"parentId":65,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"rsc"},"startTime":1749925089122,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":79134,"timestamp":138390923,"id":90,"parentId":65,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/layout-router.js","layer":"rsc"},"startTime":1749925089121,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":79646,"timestamp":138391886,"id":100,"parentId":73,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"pages-dir-node"},"startTime":1749925089122,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":64841,"timestamp":138407563,"id":102,"parentId":77,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/is-thenable.js","layer":"rsc"},"startTime":1749925089138,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":43379,"timestamp":138429468,"id":104,"parentId":71,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"pages-dir-node"},"startTime":1749925089160,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4667,"timestamp":138474163,"id":108,"parentId":65,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/metadata/metadata-boundary.js","layer":"rsc"},"startTime":1749925089204,"traceId":"04aa2910e90ec27b"},{"name":"build-module-cjs","duration":91100,"timestamp":138389684,"id":83,"parentId":25,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/cjs/_interop_require_default.cjs","layer":"pages-dir-node"},"startTime":1749925089120,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":94393,"timestamp":138389759,"id":84,"parentId":62,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/constants.js","layer":"rsc"},"startTime":1749925089120,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":95527,"timestamp":138389966,"id":85,"parentId":62,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"rsc"},"startTime":1749925089120,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":96449,"timestamp":138390180,"id":86,"parentId":62,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/scheduler.js","layer":"rsc"},"startTime":1749925089120,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":104211,"timestamp":138390364,"id":87,"parentId":62,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"rsc"},"startTime":1749925089121,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":106637,"timestamp":138390556,"id":88,"parentId":62,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/dedupe-fetch.js","layer":"rsc"},"startTime":1749925089121,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":107101,"timestamp":138390740,"id":89,"parentId":62,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/clone-response.js","layer":"rsc"},"startTime":1749925089121,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":113481,"timestamp":138391618,"id":98,"parentId":65,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/collect-segment-data.js","layer":"rsc"},"startTime":1749925089122,"traceId":"04aa2910e90ec27b"},{"name":"add-entry","duration":584490,"timestamp":137921781,"id":21,"parentId":18,"tags":{"request":"next/dist/pages/_app"},"startTime":1749925088652,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":50869,"timestamp":138473457,"id":105,"parentId":65,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/search-params.js","layer":"rsc"},"startTime":1749925089204,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":57750,"timestamp":138473724,"id":106,"parentId":65,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/params.js","layer":"rsc"},"startTime":1749925089204,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":60518,"timestamp":138473937,"id":107,"parentId":65,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/metadata.js","layer":"rsc"},"startTime":1749925089204,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":61280,"timestamp":138474271,"id":109,"parentId":65,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/rsc/preloads.js","layer":"rsc"},"startTime":1749925089204,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":60803,"timestamp":138475187,"id":110,"parentId":65,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/rsc/postpone.js","layer":"rsc"},"startTime":1749925089205,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":64367,"timestamp":138475416,"id":111,"parentId":65,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/rsc/taint.js","layer":"rsc"},"startTime":1749925089206,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":56,"timestamp":138558089,"id":113,"parentId":82,"tags":{"name":"node:path","layer":null},"startTime":1749925089288,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8251,"timestamp":138558170,"id":114,"parentId":100,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"pages-dir-node"},"startTime":1749925089288,"traceId":"04aa2910e90ec27b"}]
2
- [{"name":"build-module-js","duration":11141,"timestamp":138560940,"id":115,"parentId":87,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"rsc"},"startTime":1749925089291,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":11293,"timestamp":138561227,"id":117,"parentId":88,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/invariant-error.js","layer":"rsc"},"startTime":1749925089291,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":36137,"timestamp":138543291,"id":112,"parentId":79,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"rsc"},"startTime":1749925089274,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6770,"timestamp":138581821,"id":130,"parentId":107,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/metadata/async-metadata.js","layer":"rsc"},"startTime":1749925089312,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":10215,"timestamp":138580950,"id":124,"parentId":98,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js","layer":"rsc"},"startTime":1749925089311,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":10044,"timestamp":138581628,"id":128,"parentId":105,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils/reflect-utils.js","layer":"rsc"},"startTime":1749925089312,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":31060,"timestamp":138561099,"id":116,"parentId":87,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/metadata-constants.js","layer":"rsc"},"startTime":1749925089291,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":32309,"timestamp":138561295,"id":118,"parentId":98,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/create-error-handler.js","layer":"rsc"},"startTime":1749925089292,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":13240,"timestamp":138581727,"id":129,"parentId":107,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"rsc"},"startTime":1749925089312,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":23862,"timestamp":138580619,"id":121,"parentId":71,"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":1749925089311,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":23925,"timestamp":138580695,"id":122,"parentId":71,"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":1749925089311,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":24768,"timestamp":138580179,"id":119,"parentId":66,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-loader/module-proxy.js","layer":"rsc"},"startTime":1749925089310,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":24929,"timestamp":138580427,"id":120,"parentId":43,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/api/server.js","layer":"rsc"},"startTime":1749925089311,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":29822,"timestamp":138580753,"id":123,"parentId":98,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js","layer":"rsc"},"startTime":1749925089311,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":30556,"timestamp":138581080,"id":125,"parentId":105,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js","layer":"rsc"},"startTime":1749925089311,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":37411,"timestamp":138581458,"id":127,"parentId":107,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/resolve-metadata.js","layer":"rsc"},"startTime":1749925089312,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":38591,"timestamp":138581275,"id":126,"parentId":105,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/utils.js","layer":"rsc"},"startTime":1749925089311,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":3903,"timestamp":138622586,"id":141,"parentId":118,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/is-error.js","layer":"rsc"},"startTime":1749925089353,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":26885,"timestamp":138603459,"id":140,"parentId":114,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/segment.js","layer":"pages-dir-node"},"startTime":1749925089334,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":43865,"timestamp":138587927,"id":131,"parentId":62,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/response-cache/index.js","layer":"rsc"},"startTime":1749925089318,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":12035,"timestamp":138622743,"id":142,"parentId":124,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/segment.js","layer":"rsc"},"startTime":1749925089353,"traceId":"04aa2910e90ec27b"},{"name":"build-module-css","duration":667,"timestamp":138635491,"id":143,"parentId":78,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/app/globals.css","layer":"rsc"},"startTime":1749925089366,"traceId":"04aa2910e90ec27b"},{"name":"add-entry","duration":714362,"timestamp":137921816,"id":24,"parentId":18,"tags":{"request":"next/dist/pages/_document"},"startTime":1749925088652,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":46886,"timestamp":138595490,"id":132,"parentId":107,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/generate/basic.js","layer":"rsc"},"startTime":1749925089326,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":47484,"timestamp":138595638,"id":133,"parentId":107,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/generate/alternate.js","layer":"rsc"},"startTime":1749925089326,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":53938,"timestamp":138595753,"id":134,"parentId":107,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/generate/opengraph.js","layer":"rsc"},"startTime":1749925089326,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":54909,"timestamp":138595861,"id":135,"parentId":107,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/generate/icons.js","layer":"rsc"},"startTime":1749925089326,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":56664,"timestamp":138595976,"id":136,"parentId":107,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/generate/meta.js","layer":"rsc"},"startTime":1749925089326,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":57107,"timestamp":138596107,"id":137,"parentId":107,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/router-utils/is-postpone.js","layer":"rsc"},"startTime":1749925089326,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":10740,"timestamp":138655854,"id":148,"parentId":118,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/is-next-router-error.js","layer":"rsc"},"startTime":1749925089386,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":65300,"timestamp":138603149,"id":138,"parentId":65,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server-edge.js","layer":"rsc"},"startTime":1749925089333,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":65348,"timestamp":138603325,"id":139,"parentId":65,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-static-edge.js","layer":"rsc"},"startTime":1749925089334,"traceId":"04aa2910e90ec27b"},{"name":"build-module-external","duration":31,"timestamp":138672714,"id":161,"parentId":126,"tags":{"name":"../app-render/after-task-async-storage.external","layer":null},"startTime":1749925089403,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7468,"timestamp":138666867,"id":149,"parentId":141,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"rsc"},"startTime":1749925089397,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":7727,"timestamp":138666969,"id":150,"parentId":82,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/app/env.ts","layer":"rsc"},"startTime":1749925089397,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6707,"timestamp":138671960,"id":154,"parentId":118,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"rsc"},"startTime":1749925089402,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":25529,"timestamp":138655056,"id":144,"parentId":105,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"rsc"},"startTime":1749925089385,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":26879,"timestamp":138655498,"id":146,"parentId":118,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/pipe-readable.js","layer":"rsc"},"startTime":1749925089386,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":27678,"timestamp":138655675,"id":147,"parentId":118,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/error-telemetry-utils.js","layer":"rsc"},"startTime":1749925089386,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":37074,"timestamp":138655307,"id":145,"parentId":118,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/format-server-error.js","layer":"rsc"},"startTime":1749925089386,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":25504,"timestamp":138667223,"id":152,"parentId":67,"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":1749925089397,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":27404,"timestamp":138667109,"id":151,"parentId":103,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/get-metadata-route.js","layer":"rsc"},"startTime":1749925089397,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8947,"timestamp":138686405,"id":168,"parentId":123,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/errors/constants.js","layer":"rsc"},"startTime":1749925089417,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":27504,"timestamp":138672070,"id":155,"parentId":123,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/detached-promise.js","layer":"rsc"},"startTime":1749925089402,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":27680,"timestamp":138672183,"id":156,"parentId":127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/interop-default.js","layer":"rsc"},"startTime":1749925089402,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":28028,"timestamp":138672289,"id":157,"parentId":123,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/stream-utils/encodedTags.js","layer":"rsc"},"startTime":1749925089403,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":28852,"timestamp":138672400,"id":158,"parentId":123,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/stream-utils/uint8array-helpers.js","layer":"rsc"},"startTime":1749925089403,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":29795,"timestamp":138671813,"id":153,"parentId":87,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react.js","layer":"rsc"},"startTime":1749925089402,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":30184,"timestamp":138672509,"id":159,"parentId":127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/app-dir-module.js","layer":"rsc"},"startTime":1749925089403,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":30846,"timestamp":138672611,"id":160,"parentId":127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/default-metadata.js","layer":"rsc"},"startTime":1749925089403,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":31471,"timestamp":138672763,"id":162,"parentId":127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/generate/utils.js","layer":"rsc"},"startTime":1749925089403,"traceId":"04aa2910e90ec27b"},{"name":"build-module-cjs","duration":29076,"timestamp":138678820,"id":163,"parentId":71,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs","layer":"pages-dir-node"},"startTime":1749925089409,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":29912,"timestamp":138679053,"id":165,"parentId":131,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/response-cache/utils.js","layer":"rsc"},"startTime":1749925089409,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":30267,"timestamp":138679176,"id":166,"parentId":131,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/response-cache/types.js","layer":"rsc"},"startTime":1749925089409,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":31180,"timestamp":138678886,"id":164,"parentId":131,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/batcher.js","layer":"rsc"},"startTime":1749925089409,"traceId":"04aa2910e90ec27b"},{"name":"add-entry","duration":789131,"timestamp":137921795,"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":1749925088652,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8568,"timestamp":138704861,"id":176,"parentId":148,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-error.js","layer":"rsc"},"startTime":1749925089435,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":27747,"timestamp":138686201,"id":167,"parentId":120,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/exports/index.js","layer":"rsc"},"startTime":1749925089416,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":28836,"timestamp":138686509,"id":169,"parentId":127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/resolvers/resolve-opengraph.js","layer":"rsc"},"startTime":1749925089417,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":29152,"timestamp":138686699,"id":170,"parentId":127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/resolvers/resolve-title.js","layer":"rsc"},"startTime":1749925089417,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":30908,"timestamp":138686885,"id":171,"parentId":127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/resolvers/resolve-basics.js","layer":"rsc"},"startTime":1749925089417,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":31629,"timestamp":138687121,"id":172,"parentId":127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/resolvers/resolve-icons.js","layer":"rsc"},"startTime":1749925089417,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":31735,"timestamp":138687494,"id":174,"parentId":136,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/non-nullable.js","layer":"rsc"},"startTime":1749925089418,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":32151,"timestamp":138687676,"id":175,"parentId":132,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/constants.js","layer":"rsc"},"startTime":1749925089418,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":34130,"timestamp":138687316,"id":173,"parentId":127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/output/log.js","layer":"rsc"},"startTime":1749925089418,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":12551,"timestamp":138711170,"id":178,"parentId":151,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":"rsc"},"startTime":1749925089441,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":16625,"timestamp":138711280,"id":179,"parentId":151,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"rsc"},"startTime":1749925089441,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":31709,"timestamp":138704996,"id":177,"parentId":98,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react-server-dom-webpack/client.edge.js","layer":"rsc"},"startTime":1749925089435,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4052,"timestamp":138734295,"id":186,"parentId":151,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/hash.js","layer":"rsc"},"startTime":1749925089465,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":10380,"timestamp":138734367,"id":187,"parentId":151,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"rsc"},"startTime":1749925089465,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":27806,"timestamp":138725061,"id":181,"parentId":146,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js","layer":"rsc"},"startTime":1749925089455,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":28708,"timestamp":138724872,"id":180,"parentId":146,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/client-component-renderer-logger.js","layer":"rsc"},"startTime":1749925089455,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5193,"timestamp":138749092,"id":191,"parentId":151,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/isomorphic/path.js","layer":"rsc"},"startTime":1749925089479,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5756,"timestamp":138748908,"id":190,"parentId":179,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"rsc"},"startTime":1749925089479,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":62844,"timestamp":138733936,"id":184,"parentId":151,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/server-utils.js","layer":"rsc"},"startTime":1749925089464,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":64394,"timestamp":138734159,"id":185,"parentId":151,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/is-metadata-route.js","layer":"rsc"},"startTime":1749925089464,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":42493,"timestamp":138756914,"id":205,"parentId":82,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/envin.tsx","layer":"rsc"},"startTime":1749925089487,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":52043,"timestamp":138755548,"id":194,"parentId":176,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-status-code.js","layer":"rsc"},"startTime":1749925089486,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":10276,"timestamp":138803551,"id":210,"parentId":187,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"rsc"},"startTime":1749925089534,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":1693,"timestamp":138814447,"id":211,"parentId":181,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request-meta.js","layer":"rsc"},"startTime":1749925089545,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":25,"timestamp":138821937,"id":213,"parentId":184,"tags":{"name":"url","layer":null},"startTime":1749925089552,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":70210,"timestamp":138755141,"id":192,"parentId":165,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/render-result.js","layer":"rsc"},"startTime":1749925089485,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":71677,"timestamp":138755360,"id":193,"parentId":173,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/picocolors.js","layer":"rsc"},"startTime":1749925089486,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":72116,"timestamp":138755711,"id":195,"parentId":169,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/url.js","layer":"rsc"},"startTime":1749925089486,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":72905,"timestamp":138755988,"id":197,"parentId":167,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/connection.js","layer":"rsc"},"startTime":1749925089486,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":73871,"timestamp":138755857,"id":196,"parentId":173,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/lru-cache.js","layer":"rsc"},"startTime":1749925089486,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":74475,"timestamp":138756175,"id":198,"parentId":167,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/root-params.js","layer":"rsc"},"startTime":1749925089486,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":75304,"timestamp":138756503,"id":201,"parentId":167,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/response.js","layer":"rsc"},"startTime":1749925089487,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":76412,"timestamp":138756394,"id":200,"parentId":167,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/request.js","layer":"rsc"},"startTime":1749925089487,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":77111,"timestamp":138756605,"id":202,"parentId":167,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/user-agent.js","layer":"rsc"},"startTime":1749925089487,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":77793,"timestamp":138756284,"id":199,"parentId":167,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/image-response.js","layer":"rsc"},"startTime":1749925089487,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":77690,"timestamp":138756705,"id":203,"parentId":167,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/url-pattern.js","layer":"rsc"},"startTime":1749925089487,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":79845,"timestamp":138756810,"id":204,"parentId":169,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/resolvers/resolve-url.js","layer":"rsc"},"startTime":1749925089487,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":35978,"timestamp":138822307,"id":216,"parentId":184,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"rsc"},"startTime":1749925089553,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":36552,"timestamp":138822211,"id":215,"parentId":187,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"rsc"},"startTime":1749925089552,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":47918,"timestamp":138822397,"id":217,"parentId":82,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/get-config-file.ts","layer":"rsc"},"startTime":1749925089553,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":132843,"timestamp":138738586,"id":189,"parentId":82,"tags":{"name":"__barrel_optimize__?names=Ban!=!/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"rsc"},"startTime":1749925089469,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":135837,"timestamp":138738475,"id":188,"parentId":78,"tags":{"name":"__barrel_optimize__?names=Shrub!=!/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"rsc"},"startTime":1749925089469,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":60579,"timestamp":138814702,"id":212,"parentId":109,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-dom.js","layer":"rsc"},"startTime":1749925089545,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8890,"timestamp":138872244,"id":220,"parentId":184,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/path-match.js","layer":"rsc"},"startTime":1749925089602,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":9268,"timestamp":138872341,"id":221,"parentId":184,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"rsc"},"startTime":1749925089603,"traceId":"04aa2910e90ec27b"}]
3
- [{"name":"build-module-js","duration":13950,"timestamp":138872437,"id":222,"parentId":184,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/prepare-destination.js","layer":"rsc"},"startTime":1749925089603,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":49813,"timestamp":138852627,"id":218,"parentId":184,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/utils.js","layer":"rsc"},"startTime":1749925089583,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":10642,"timestamp":138892501,"id":224,"parentId":184,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"rsc"},"startTime":1749925089623,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":38059,"timestamp":138871991,"id":219,"parentId":185,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/is-app-route-route.js","layer":"rsc"},"startTime":1749925089602,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":104708,"timestamp":138821981,"id":214,"parentId":177,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js","layer":"rsc"},"startTime":1749925089552,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":23397,"timestamp":138905520,"id":227,"parentId":195,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/app-router-headers.js","layer":"rsc"},"startTime":1749925089636,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":61073,"timestamp":138880097,"id":223,"parentId":181,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/base-http/helpers.js","layer":"rsc"},"startTime":1749925089610,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":10868,"timestamp":138937254,"id":231,"parentId":221,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils.js","layer":"rsc"},"startTime":1749925089667,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":47466,"timestamp":138905323,"id":226,"parentId":127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/server-only/empty.js","layer":"rsc"},"startTime":1749925089636,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":48826,"timestamp":138905631,"id":228,"parentId":201,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/next-url.js","layer":"rsc"},"startTime":1749925089636,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":49117,"timestamp":138905814,"id":229,"parentId":200,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/error.js","layer":"rsc"},"startTime":1749925089636,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":49325,"timestamp":138905999,"id":230,"parentId":201,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/cookies.js","layer":"rsc"},"startTime":1749925089636,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":50801,"timestamp":138905092,"id":225,"parentId":118,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/string-hash/index.js","layer":"rsc"},"startTime":1749925089635,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7714,"timestamp":138948812,"id":233,"parentId":188,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/shrub.js","layer":"rsc"},"startTime":1749925089679,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8128,"timestamp":138948663,"id":232,"parentId":189,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/ban.js","layer":"rsc"},"startTime":1749925089679,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8951,"timestamp":138949122,"id":235,"parentId":222,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/parse-url.js","layer":"rsc"},"startTime":1749925089679,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":16313,"timestamp":138948921,"id":234,"parentId":167,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/after/index.js","layer":"rsc"},"startTime":1749925089679,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":10807,"timestamp":138961069,"id":236,"parentId":222,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/api-utils/get-cookie-parser.js","layer":"rsc"},"startTime":1749925089691,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5245,"timestamp":138967303,"id":237,"parentId":233,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/createLucideIcon.js","layer":"rsc"},"startTime":1749925089698,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5410,"timestamp":138968726,"id":238,"parentId":228,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/get-hostname.js","layer":"rsc"},"startTime":1749925089699,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5919,"timestamp":138968835,"id":239,"parentId":228,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js","layer":"rsc"},"startTime":1749925089699,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6706,"timestamp":138968968,"id":241,"parentId":228,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":"rsc"},"startTime":1749925089699,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":9374,"timestamp":138969051,"id":242,"parentId":82,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/variables/index.ts","layer":"rsc"},"startTime":1749925089699,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6983,"timestamp":138972784,"id":243,"parentId":235,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"rsc"},"startTime":1749925089703,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":11489,"timestamp":138968905,"id":240,"parentId":228,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":"rsc"},"startTime":1749925089699,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8417,"timestamp":138975909,"id":244,"parentId":235,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":"rsc"},"startTime":1749925089706,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":20390,"timestamp":138976032,"id":245,"parentId":217,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-loader/server-reference.js","layer":"rsc"},"startTime":1749925089706,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":8059,"timestamp":138991646,"id":247,"parentId":217,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/run-bundled-code.ts","layer":"rsc"},"startTime":1749925089722,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8803,"timestamp":138991933,"id":249,"parentId":237,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/Icon.js","layer":"rsc"},"startTime":1749925089722,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":36257,"timestamp":138976165,"id":246,"parentId":217,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-loader/action-validate.js","layer":"rsc"},"startTime":1749925089706,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8304,"timestamp":139004594,"id":250,"parentId":241,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"rsc"},"startTime":1749925089735,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8505,"timestamp":139004733,"id":251,"parentId":241,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"rsc"},"startTime":1749925089735,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":24,"timestamp":139020386,"id":252,"parentId":217,"tags":{"name":"esbuild","layer":null},"startTime":1749925089751,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":3947,"timestamp":139020428,"id":253,"parentId":240,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"rsc"},"startTime":1749925089751,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5051,"timestamp":139020533,"id":254,"parentId":240,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"rsc"},"startTime":1749925089751,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5381,"timestamp":139020608,"id":255,"parentId":240,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"rsc"},"startTime":1749925089751,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":44068,"timestamp":138991813,"id":248,"parentId":234,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/after/after.js","layer":"rsc"},"startTime":1749925089722,"traceId":"04aa2910e90ec27b"},{"name":"font-loader","duration":246016,"timestamp":138792801,"id":209,"parentId":208,"tags":{},"startTime":1749925089523,"traceId":"04aa2910e90ec27b"},{"name":"font-loader","duration":251539,"timestamp":138788647,"id":207,"parentId":206,"tags":{},"startTime":1749925089519,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4280,"timestamp":139040521,"id":259,"parentId":249,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/defaultAttributes.js","layer":"rsc"},"startTime":1749925089771,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5211,"timestamp":139040438,"id":258,"parentId":237,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/shared/src/utils.js","layer":"rsc"},"startTime":1749925089771,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":22,"timestamp":139050104,"id":260,"parentId":242,"tags":{"name":"node:fs","layer":null},"startTime":1749925089780,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":15,"timestamp":139051839,"id":263,"parentId":247,"tags":{"name":"node:vm","layer":null},"startTime":1749925089782,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":2690,"timestamp":139050148,"id":261,"parentId":251,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"rsc"},"startTime":1749925089780,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":15108,"timestamp":139040278,"id":257,"parentId":217,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/encryption.js","layer":"rsc"},"startTime":1749925089770,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":8399,"timestamp":139051692,"id":262,"parentId":205,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/filters/context.tsx","layer":"rsc"},"startTime":1749925089782,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":5786,"timestamp":139055926,"id":264,"parentId":217,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/improve-error-with-sourcemap.ts","layer":"rsc"},"startTime":1749925089786,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":6027,"timestamp":139056105,"id":265,"parentId":205,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/context.tsx","layer":"rsc"},"startTime":1749925089786,"traceId":"04aa2910e90ec27b"},{"name":"postcss","duration":5011,"timestamp":139265661,"id":267,"parentId":208,"tags":{},"startTime":1749925089996,"traceId":"04aa2910e90ec27b"},{"name":"postcss","duration":1989,"timestamp":139268693,"id":268,"parentId":206,"tags":{},"startTime":1749925089999,"traceId":"04aa2910e90ec27b"},{"name":"next-font-loader","duration":478512,"timestamp":138792774,"id":208,"parentId":183,"tags":{},"startTime":1749925089523,"traceId":"04aa2910e90ec27b"},{"name":"next-font-loader","duration":511870,"timestamp":138759422,"id":206,"parentId":182,"tags":{},"startTime":1749925089490,"traceId":"04aa2910e90ec27b"},{"name":"css-loader","duration":34349,"timestamp":139270857,"id":269,"parentId":183,"tags":{"astUsed":"true"},"startTime":1749925090001,"traceId":"04aa2910e90ec27b"},{"name":"css-loader","duration":33942,"timestamp":139271272,"id":270,"parentId":182,"tags":{"astUsed":"true"},"startTime":1749925090001,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":571946,"timestamp":138733858,"id":183,"parentId":78,"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":1749925089464,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":575004,"timestamp":138731161,"id":182,"parentId":78,"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":1749925089461,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":5799,"timestamp":139307117,"id":271,"parentId":217,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/result.ts","layer":"rsc"},"startTime":1749925090037,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":287761,"timestamp":139056230,"id":266,"parentId":202,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/ua-parser-js/ua-parser.js","layer":"rsc"},"startTime":1749925089786,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":11026,"timestamp":139350180,"id":275,"parentId":242,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/variables/default.ts","layer":"rsc"},"startTime":1749925090080,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":11912,"timestamp":139350402,"id":276,"parentId":242,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/variables/description.ts","layer":"rsc"},"startTime":1749925090081,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":331273,"timestamp":139032076,"id":256,"parentId":247,"tags":{"layer":"rsc"},"startTime":1749925089762,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":63356,"timestamp":139313095,"id":272,"parentId":220,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/path-to-regexp/index.js","layer":"rsc"},"startTime":1749925090043,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":34759,"timestamp":139344336,"id":273,"parentId":217,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/index.js","layer":"rsc"},"startTime":1749925090075,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":4615,"timestamp":139377049,"id":277,"parentId":205,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/index.tsx","layer":"rsc"},"startTime":1749925090107,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":4709,"timestamp":139377230,"id":278,"parentId":205,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/filters/index.tsx","layer":"rsc"},"startTime":1749925090107,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":5741,"timestamp":139377369,"id":279,"parentId":247,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/static-node-modules-for-vm.ts","layer":"rsc"},"startTime":1749925090108,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":49219,"timestamp":139344641,"id":274,"parentId":257,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/encryption-utils.js","layer":"rsc"},"startTime":1749925090075,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":18,"timestamp":139404963,"id":280,"parentId":279,"tags":{"name":"node:fs/promises","layer":null},"startTime":1749925090135,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":20,"timestamp":139408565,"id":287,"parentId":279,"tags":{"name":"node:timers/promises","layer":null},"startTime":1749925090139,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":11,"timestamp":139408605,"id":288,"parentId":279,"tags":{"name":"node:util/types","layer":null},"startTime":1749925090139,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":10190,"timestamp":139405526,"id":285,"parentId":247,"tags":{"name":"/home/runner/work/envin/envin/packages/core/dist/presets/zod.js","layer":"rsc"},"startTime":1749925090136,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":12413,"timestamp":139405312,"id":283,"parentId":247,"tags":{"name":"/home/runner/work/envin/envin/packages/core/dist/presets/arktype.js","layer":"rsc"},"startTime":1749925090136,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":16407,"timestamp":139405420,"id":284,"parentId":247,"tags":{"name":"/home/runner/work/envin/envin/packages/core/dist/presets/valibot.js","layer":"rsc"},"startTime":1749925090136,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":13939,"timestamp":139408344,"id":286,"parentId":242,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/types.ts","layer":"rsc"},"startTime":1749925090139,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":32372,"timestamp":139423047,"id":290,"parentId":256,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/cn.ts","layer":"rsc"},"startTime":1749925090153,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":32667,"timestamp":139423274,"id":291,"parentId":256,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/register-spinner-autostopping.ts","layer":"rsc"},"startTime":1749925090153,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":56359,"timestamp":139405194,"id":282,"parentId":230,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js","layer":"rsc"},"startTime":1749925090135,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":61520,"timestamp":139404999,"id":281,"parentId":242,"tags":{"name":"/home/runner/work/envin/envin/node_modules/dotenv/lib/main.js","layer":"rsc"},"startTime":1749925090135,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":22,"timestamp":139467742,"id":293,"parentId":279,"tags":{"name":"node:timers","layer":null},"startTime":1749925090198,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":11,"timestamp":139467778,"id":294,"parentId":279,"tags":{"name":"node:util","layer":null},"startTime":1749925090198,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":10,"timestamp":139467799,"id":295,"parentId":279,"tags":{"name":"node:assert","layer":null},"startTime":1749925090198,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":9,"timestamp":139467817,"id":296,"parentId":279,"tags":{"name":"node:async_hooks","layer":null},"startTime":1749925090198,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":8,"timestamp":139467833,"id":297,"parentId":279,"tags":{"name":"node:buffer","layer":null},"startTime":1749925090198,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":8,"timestamp":139467850,"id":298,"parentId":279,"tags":{"name":"node:child_process","layer":null},"startTime":1749925090198,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":8,"timestamp":139467866,"id":299,"parentId":279,"tags":{"name":"node:console","layer":null},"startTime":1749925090198,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":7,"timestamp":139467881,"id":300,"parentId":279,"tags":{"name":"node:cluster","layer":null},"startTime":1749925090198,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":7,"timestamp":139467895,"id":301,"parentId":279,"tags":{"name":"node:constants","layer":null},"startTime":1749925090198,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":7,"timestamp":139467909,"id":302,"parentId":279,"tags":{"name":"node:crypto","layer":null},"startTime":1749925090198,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":7,"timestamp":139467923,"id":303,"parentId":279,"tags":{"name":"node:dgram","layer":null},"startTime":1749925090198,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":7,"timestamp":139467937,"id":304,"parentId":279,"tags":{"name":"node:diagnostics_channel","layer":null},"startTime":1749925090198,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":7,"timestamp":139467952,"id":305,"parentId":279,"tags":{"name":"node:dns","layer":null},"startTime":1749925090198,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":8,"timestamp":139467967,"id":306,"parentId":279,"tags":{"name":"node:domain","layer":null},"startTime":1749925090198,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":8,"timestamp":139467982,"id":307,"parentId":279,"tags":{"name":"node:events","layer":null},"startTime":1749925090198,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":31,"timestamp":139467997,"id":308,"parentId":279,"tags":{"name":"node:http","layer":null},"startTime":1749925090198,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":15,"timestamp":139468101,"id":309,"parentId":279,"tags":{"name":"node:http2","layer":null},"startTime":1749925090198,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":13,"timestamp":139468129,"id":310,"parentId":279,"tags":{"name":"node:https","layer":null},"startTime":1749925090198,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":9,"timestamp":139468151,"id":311,"parentId":279,"tags":{"name":"node:inspector","layer":null},"startTime":1749925090198,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":8,"timestamp":139468168,"id":312,"parentId":279,"tags":{"name":"node:module","layer":null},"startTime":1749925090198,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":8,"timestamp":139468183,"id":313,"parentId":279,"tags":{"name":"node:net","layer":null},"startTime":1749925090198,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":10,"timestamp":139468200,"id":314,"parentId":279,"tags":{"name":"node:os","layer":null},"startTime":1749925090198,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":8,"timestamp":139468219,"id":315,"parentId":279,"tags":{"name":"node:perf_hooks","layer":null},"startTime":1749925090198,"traceId":"04aa2910e90ec27b"}]
4
- [{"name":"build-module","duration":18,"timestamp":139468495,"id":316,"parentId":279,"tags":{"name":"node:process","layer":null},"startTime":1749925090199,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":10,"timestamp":139468526,"id":317,"parentId":279,"tags":{"name":"node:querystring","layer":null},"startTime":1749925090199,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":8,"timestamp":139468545,"id":318,"parentId":279,"tags":{"name":"node:readline","layer":null},"startTime":1749925090199,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":7,"timestamp":139468560,"id":319,"parentId":279,"tags":{"name":"node:repl","layer":null},"startTime":1749925090199,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":8,"timestamp":139468573,"id":320,"parentId":279,"tags":{"name":"node:stream","layer":null},"startTime":1749925090199,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":8,"timestamp":139468588,"id":321,"parentId":279,"tags":{"name":"node:string_decoder","layer":null},"startTime":1749925090199,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":10,"timestamp":139468604,"id":322,"parentId":279,"tags":{"name":"node:tls","layer":null},"startTime":1749925090199,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":8,"timestamp":139468622,"id":323,"parentId":279,"tags":{"name":"node:tty","layer":null},"startTime":1749925090199,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":9,"timestamp":139468638,"id":324,"parentId":279,"tags":{"name":"node:url","layer":null},"startTime":1749925090199,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":8,"timestamp":139468655,"id":325,"parentId":279,"tags":{"name":"node:v8","layer":null},"startTime":1749925090199,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":7,"timestamp":139468670,"id":326,"parentId":279,"tags":{"name":"node:worker_threads","layer":null},"startTime":1749925090199,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":7,"timestamp":139468683,"id":327,"parentId":279,"tags":{"name":"node:zlib","layer":null},"startTime":1749925090199,"traceId":"04aa2910e90ec27b"},{"name":"add-entry","duration":1546975,"timestamp":137921754,"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=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749925088652,"traceId":"04aa2910e90ec27b"},{"name":"add-entry","duration":1547399,"timestamp":137921343,"id":19,"parentId":18,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&appDir=%2Fhome%2Frunner%2Fwork%2Fenvin%2Fenvin%2Fpackages%2Fcli%2Fsrc%2Fapp&appPaths=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749925088652,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":62189,"timestamp":139408629,"id":289,"parentId":236,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/cookie/index.js","layer":"rsc"},"startTime":1749925090139,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":18,"timestamp":139472752,"id":328,"parentId":281,"tags":{"name":"fs","layer":null},"startTime":1749925090203,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":11,"timestamp":139472822,"id":329,"parentId":281,"tags":{"name":"os","layer":null},"startTime":1749925090203,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":8,"timestamp":139472845,"id":330,"parentId":281,"tags":{"name":"crypto","layer":null},"startTime":1749925090203,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":18132,"timestamp":139456267,"id":292,"parentId":273,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/index.js","layer":"rsc"},"startTime":1749925090186,"traceId":"04aa2910e90ec27b"},{"name":"build-module-json","duration":1188,"timestamp":139475607,"id":332,"parentId":281,"tags":{"name":"/home/runner/work/envin/envin/node_modules/dotenv/package.json","layer":"rsc"},"startTime":1749925090206,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7411,"timestamp":139472863,"id":331,"parentId":247,"tags":{"name":"/home/runner/work/envin/envin/packages/core/dist/index.js","layer":"rsc"},"startTime":1749925090203,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":3047,"timestamp":139480478,"id":333,"parentId":264,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/source-map.js","layer":"rsc"},"startTime":1749925090211,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4344,"timestamp":139482364,"id":334,"parentId":292,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/external.js","layer":"rsc"},"startTime":1749925090213,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6407,"timestamp":139483966,"id":335,"parentId":264,"tags":{"name":"/home/runner/work/envin/envin/node_modules/stacktrace-parser/dist/stack-trace-parser.esm.js","layer":"rsc"},"startTime":1749925090214,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":2731,"timestamp":139495654,"id":340,"parentId":277,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/preview.tsx","layer":"rsc"},"startTime":1749925090226,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":3137,"timestamp":139495505,"id":339,"parentId":277,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/form.tsx","layer":"rsc"},"startTime":1749925090226,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":57461,"timestamp":139494205,"id":337,"parentId":334,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/types.js","layer":"rsc"},"startTime":1749925090224,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":59825,"timestamp":139494322,"id":338,"parentId":334,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/ZodError.js","layer":"rsc"},"startTime":1749925090225,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":60812,"timestamp":139494053,"id":336,"parentId":334,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/errors.js","layer":"rsc"},"startTime":1749925090224,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":66947,"timestamp":139495775,"id":341,"parentId":333,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/source-map-generator.js","layer":"rsc"},"startTime":1749925090226,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":74068,"timestamp":139495890,"id":342,"parentId":333,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/source-map-consumer.js","layer":"rsc"},"startTime":1749925090226,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":77112,"timestamp":139495991,"id":343,"parentId":333,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/source-node.js","layer":"rsc"},"startTime":1749925090226,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":84315,"timestamp":139497319,"id":345,"parentId":334,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/helpers/typeAliases.js","layer":"rsc"},"startTime":1749925090228,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":86091,"timestamp":139497108,"id":344,"parentId":334,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/helpers/parseUtil.js","layer":"rsc"},"startTime":1749925090227,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":87286,"timestamp":139497483,"id":346,"parentId":334,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/helpers/util.js","layer":"rsc"},"startTime":1749925090228,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":31803,"timestamp":139556178,"id":347,"parentId":291,"tags":{"name":"/home/runner/work/envin/envin/node_modules/log-symbols/index.js","layer":"rsc"},"startTime":1749925090286,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":6166,"timestamp":139585772,"id":348,"parentId":290,"tags":{"name":"/home/runner/work/envin/envin/node_modules/clsx/dist/clsx.mjs","layer":"rsc"},"startTime":1749925090316,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":14539,"timestamp":139585956,"id":349,"parentId":290,"tags":{"name":"/home/runner/work/envin/envin/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"rsc"},"startTime":1749925090316,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":15261,"timestamp":139586879,"id":350,"parentId":337,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/helpers/errorUtil.js","layer":"rsc"},"startTime":1749925090317,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":13682,"timestamp":139590385,"id":351,"parentId":336,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/locales/en.js","layer":"rsc"},"startTime":1749925090321,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":17201,"timestamp":139590651,"id":353,"parentId":341,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/util.js","layer":"rsc"},"startTime":1749925090321,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":18229,"timestamp":139590537,"id":352,"parentId":341,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/base64-vlq.js","layer":"rsc"},"startTime":1749925090321,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":18762,"timestamp":139590764,"id":354,"parentId":341,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/array-set.js","layer":"rsc"},"startTime":1749925090321,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":19161,"timestamp":139590867,"id":355,"parentId":341,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/mapping-list.js","layer":"rsc"},"startTime":1749925090321,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":20920,"timestamp":139590968,"id":356,"parentId":342,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/binary-search.js","layer":"rsc"},"startTime":1749925090321,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":21386,"timestamp":139591098,"id":357,"parentId":342,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/quick-sort.js","layer":"rsc"},"startTime":1749925090321,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":12192,"timestamp":139602268,"id":358,"parentId":347,"tags":{"name":"/home/runner/work/envin/envin/node_modules/log-symbols/symbols.js","layer":"rsc"},"startTime":1749925090332,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":1260,"timestamp":139615214,"id":359,"parentId":352,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/base64.js","layer":"rsc"},"startTime":1749925090345,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":53716,"timestamp":139617141,"id":360,"parentId":284,"tags":{"name":"/home/runner/work/envin/envin/node_modules/valibot/dist/index.js","layer":"rsc"},"startTime":1749925090347,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":2373,"timestamp":139677209,"id":361,"parentId":283,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/index.js","layer":"rsc"},"startTime":1749925090407,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5239,"timestamp":139678612,"id":362,"parentId":358,"tags":{"name":"/home/runner/work/envin/envin/node_modules/yoctocolors/index.js","layer":"rsc"},"startTime":1749925090409,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5352,"timestamp":139679892,"id":363,"parentId":358,"tags":{"name":"/home/runner/work/envin/envin/node_modules/is-unicode-supported/index.js","layer":"rsc"},"startTime":1749925090410,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":3232,"timestamp":139684044,"id":364,"parentId":361,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/config.js","layer":"rsc"},"startTime":1749925090414,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":3236,"timestamp":139684319,"id":366,"parentId":361,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/module.js","layer":"rsc"},"startTime":1749925090415,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4438,"timestamp":139684428,"id":367,"parentId":361,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/scope.js","layer":"rsc"},"startTime":1749925090415,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5217,"timestamp":139684198,"id":365,"parentId":361,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/generic.js","layer":"rsc"},"startTime":1749925090414,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5321,"timestamp":139685728,"id":368,"parentId":361,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/type.js","layer":"rsc"},"startTime":1749925090416,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7602,"timestamp":139686168,"id":369,"parentId":361,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/keywords/keywords.js","layer":"rsc"},"startTime":1749925090416,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6548,"timestamp":139689751,"id":370,"parentId":362,"tags":{"name":"/home/runner/work/envin/envin/node_modules/yoctocolors/base.js","layer":"rsc"},"startTime":1749925090420,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8742,"timestamp":139694023,"id":371,"parentId":367,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/match.js","layer":"rsc"},"startTime":1749925090424,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5883,"timestamp":139699464,"id":372,"parentId":367,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/definition.js","layer":"rsc"},"startTime":1749925090430,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6448,"timestamp":139699616,"id":373,"parentId":365,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/string.js","layer":"rsc"},"startTime":1749925090430,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7212,"timestamp":139700929,"id":374,"parentId":367,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/shift/scanner.js","layer":"rsc"},"startTime":1749925090431,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7949,"timestamp":139701266,"id":376,"parentId":365,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/reduce/dynamic.js","layer":"rsc"},"startTime":1749925090431,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8383,"timestamp":139701143,"id":375,"parentId":367,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/ast/validate.js","layer":"rsc"},"startTime":1749925090431,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8510,"timestamp":139701373,"id":377,"parentId":369,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/keywords/builtins.js","layer":"rsc"},"startTime":1749925090432,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8813,"timestamp":139701478,"id":378,"parentId":369,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/keywords/constructors.js","layer":"rsc"},"startTime":1749925090432,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":13518,"timestamp":139703112,"id":380,"parentId":369,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/keywords/string.js","layer":"rsc"},"startTime":1749925090433,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":14357,"timestamp":139702949,"id":379,"parentId":369,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/keywords/number.js","layer":"rsc"},"startTime":1749925090433,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":18990,"timestamp":139703227,"id":381,"parentId":369,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/keywords/ts.js","layer":"rsc"},"startTime":1749925090433,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4510,"timestamp":139725804,"id":383,"parentId":372,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/tupleExpressions.js","layer":"rsc"},"startTime":1749925090456,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5386,"timestamp":139725935,"id":384,"parentId":372,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/tupleLiteral.js","layer":"rsc"},"startTime":1749925090456,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6736,"timestamp":139725573,"id":382,"parentId":372,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/objectLiteral.js","layer":"rsc"},"startTime":1749925090456,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6353,"timestamp":139727235,"id":385,"parentId":378,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/keywords/Array.js","layer":"rsc"},"startTime":1749925090457,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6933,"timestamp":139727383,"id":386,"parentId":378,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/keywords/FormData.js","layer":"rsc"},"startTime":1749925090458,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7461,"timestamp":139727607,"id":388,"parentId":376,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/reduce/shared.js","layer":"rsc"},"startTime":1749925090458,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7989,"timestamp":139727494,"id":387,"parentId":378,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/keywords/TypedArray.js","layer":"rsc"},"startTime":1749925090458,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":9274,"timestamp":139728343,"id":389,"parentId":373,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/shift/operator/default.js","layer":"rsc"},"startTime":1749925090459,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":9981,"timestamp":139728488,"id":390,"parentId":373,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/shift/operator/operator.js","layer":"rsc"},"startTime":1749925090459,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":11822,"timestamp":139729125,"id":391,"parentId":376,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/shift/operand/operand.js","layer":"rsc"},"startTime":1749925090459,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":3996,"timestamp":139741371,"id":392,"parentId":384,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/property.js","layer":"rsc"},"startTime":1749925090472,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4721,"timestamp":139741522,"id":393,"parentId":383,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/shift/operand/unenclosed.js","layer":"rsc"},"startTime":1749925090472,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4492,"timestamp":139743963,"id":394,"parentId":390,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/shift/operator/bounds.js","layer":"rsc"},"startTime":1749925090474,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4590,"timestamp":139744140,"id":395,"parentId":390,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/shift/operator/brand.js","layer":"rsc"},"startTime":1749925090474,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4858,"timestamp":139744258,"id":396,"parentId":390,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/shift/operator/divisor.js","layer":"rsc"},"startTime":1749925090474,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6306,"timestamp":139744614,"id":397,"parentId":391,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/shift/operand/enclosed.js","layer":"rsc"},"startTime":1749925090475,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":1611,"timestamp":139751467,"id":398,"parentId":393,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/shift/operand/genericArgs.js","layer":"rsc"},"startTime":1749925090482,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":3853,"timestamp":139752128,"id":399,"parentId":394,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/shift/operand/date.js","layer":"rsc"},"startTime":1749925090482,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4502,"timestamp":139760821,"id":400,"parentId":364,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/config.js","layer":"rsc"},"startTime":1749925090491,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":2079,"timestamp":139765884,"id":401,"parentId":361,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/index.js","layer":"rsc"},"startTime":1749925090496,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":2347,"timestamp":139766061,"id":402,"parentId":361,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/index.js","layer":"rsc"},"startTime":1749925090496,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":27131,"timestamp":139767149,"id":404,"parentId":400,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/shared/registry.js","layer":"rsc"},"startTime":1749925090497,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":28438,"timestamp":139766981,"id":403,"parentId":400,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/shared/implement.js","layer":"rsc"},"startTime":1749925090497,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":18820,"timestamp":139788587,"id":406,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/generic.js","layer":"rsc"},"startTime":1749925090519,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":19076,"timestamp":139788819,"id":408,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/intrinsic.js","layer":"rsc"},"startTime":1749925090519,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":20780,"timestamp":139788408,"id":405,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/constraint.js","layer":"rsc"},"startTime":1749925090519,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":21138,"timestamp":139788707,"id":407,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/kinds.js","layer":"rsc"},"startTime":1749925090519,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":21340,"timestamp":139788927,"id":409,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/module.js","layer":"rsc"},"startTime":1749925090519,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":24045,"timestamp":139789077,"id":410,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/node.js","layer":"rsc"},"startTime":1749925090519,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":31819,"timestamp":139789402,"id":413,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/scope.js","layer":"rsc"},"startTime":1749925090520,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":32789,"timestamp":139789507,"id":414,"parentId":402,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/arrays.js","layer":"rsc"},"startTime":1749925090520,"traceId":"04aa2910e90ec27b"}]
5
- [{"name":"build-module-js","duration":33349,"timestamp":139789607,"id":415,"parentId":402,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/clone.js","layer":"rsc"},"startTime":1749925090520,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":34262,"timestamp":139789302,"id":412,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/predicate.js","layer":"rsc"},"startTime":1749925090520,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":34053,"timestamp":139789706,"id":416,"parentId":402,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/describe.js","layer":"rsc"},"startTime":1749925090520,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":34375,"timestamp":139789810,"id":417,"parentId":402,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/domain.js","layer":"rsc"},"startTime":1749925090520,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":34744,"timestamp":139789910,"id":418,"parentId":402,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/errors.js","layer":"rsc"},"startTime":1749925090520,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":35065,"timestamp":139790033,"id":419,"parentId":402,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/flatMorph.js","layer":"rsc"},"startTime":1749925090520,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":37449,"timestamp":139789198,"id":411,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/parse.js","layer":"rsc"},"startTime":1749925090519,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":37169,"timestamp":139790152,"id":420,"parentId":402,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/functions.js","layer":"rsc"},"startTime":1749925090520,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":37373,"timestamp":139790254,"id":421,"parentId":402,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/generics.js","layer":"rsc"},"startTime":1749925090520,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":37591,"timestamp":139790353,"id":422,"parentId":402,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/hkt.js","layer":"rsc"},"startTime":1749925090521,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":37630,"timestamp":139790653,"id":425,"parentId":402,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/lazily.js","layer":"rsc"},"startTime":1749925090521,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":38022,"timestamp":139790451,"id":423,"parentId":402,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/intersections.js","layer":"rsc"},"startTime":1749925090521,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":38094,"timestamp":139790555,"id":424,"parentId":402,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/keys.js","layer":"rsc"},"startTime":1749925090521,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":39187,"timestamp":139790751,"id":426,"parentId":402,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/numbers.js","layer":"rsc"},"startTime":1749925090521,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":40674,"timestamp":139790854,"id":427,"parentId":402,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/objectKinds.js","layer":"rsc"},"startTime":1749925090521,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":40891,"timestamp":139791071,"id":429,"parentId":402,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/primitive.js","layer":"rsc"},"startTime":1749925090521,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":42116,"timestamp":139790951,"id":428,"parentId":402,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/path.js","layer":"rsc"},"startTime":1749925090521,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":42959,"timestamp":139791275,"id":431,"parentId":402,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/registry.js","layer":"rsc"},"startTime":1749925090521,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":44418,"timestamp":139791174,"id":430,"parentId":402,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/records.js","layer":"rsc"},"startTime":1749925090521,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":45024,"timestamp":139791567,"id":434,"parentId":402,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/strings.js","layer":"rsc"},"startTime":1749925090522,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":46244,"timestamp":139791371,"id":432,"parentId":402,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/scanner.js","layer":"rsc"},"startTime":1749925090522,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":47919,"timestamp":139791466,"id":433,"parentId":402,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/serialize.js","layer":"rsc"},"startTime":1749925090522,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":48932,"timestamp":139791662,"id":435,"parentId":402,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/traits.js","layer":"rsc"},"startTime":1749925090522,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":49042,"timestamp":139791758,"id":436,"parentId":402,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/unionToTuple.js","layer":"rsc"},"startTime":1749925090522,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":50304,"timestamp":139791855,"id":437,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/shared/compile.js","layer":"rsc"},"startTime":1749925090522,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":50409,"timestamp":139791955,"id":438,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/shared/declare.js","layer":"rsc"},"startTime":1749925090522,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":51054,"timestamp":139792078,"id":439,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/shared/disjoint.js","layer":"rsc"},"startTime":1749925090522,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":51860,"timestamp":139792286,"id":441,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/shared/intersections.js","layer":"rsc"},"startTime":1749925090523,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":52180,"timestamp":139792384,"id":442,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/shared/jsonSchema.js","layer":"rsc"},"startTime":1749925090523,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":53612,"timestamp":139792183,"id":440,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/shared/errors.js","layer":"rsc"},"startTime":1749925090522,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":53552,"timestamp":139792482,"id":443,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/shared/standardSchema.js","layer":"rsc"},"startTime":1749925090523,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":54551,"timestamp":139792584,"id":444,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/shared/traversal.js","layer":"rsc"},"startTime":1749925090523,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":67860,"timestamp":139792683,"id":445,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/shared/utils.js","layer":"rsc"},"startTime":1749925090523,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":63540,"timestamp":139802085,"id":447,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/refinements/before.js","layer":"rsc"},"startTime":1749925090532,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":64315,"timestamp":139801853,"id":446,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/refinements/after.js","layer":"rsc"},"startTime":1749925090532,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":64438,"timestamp":139802333,"id":449,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/refinements/exactLength.js","layer":"rsc"},"startTime":1749925090533,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":64876,"timestamp":139802449,"id":450,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/refinements/max.js","layer":"rsc"},"startTime":1749925090533,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":65696,"timestamp":139802220,"id":448,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/refinements/divisor.js","layer":"rsc"},"startTime":1749925090532,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":65925,"timestamp":139802554,"id":451,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/refinements/maxLength.js","layer":"rsc"},"startTime":1749925090533,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":66228,"timestamp":139802759,"id":453,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/refinements/minLength.js","layer":"rsc"},"startTime":1749925090533,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":66834,"timestamp":139802654,"id":452,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/refinements/min.js","layer":"rsc"},"startTime":1749925090533,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":67116,"timestamp":139803082,"id":456,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/roots/domain.js","layer":"rsc"},"startTime":1749925090533,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":68270,"timestamp":139802963,"id":455,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/refinements/range.js","layer":"rsc"},"startTime":1749925090533,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":68894,"timestamp":139802863,"id":454,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/refinements/pattern.js","layer":"rsc"},"startTime":1749925090533,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":69596,"timestamp":139803292,"id":458,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/roots/morph.js","layer":"rsc"},"startTime":1749925090534,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":70400,"timestamp":139803390,"id":459,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/roots/proto.js","layer":"rsc"},"startTime":1749925090534,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":73774,"timestamp":139803192,"id":457,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/roots/intersection.js","layer":"rsc"},"startTime":1749925090533,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":78530,"timestamp":139803594,"id":461,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/roots/union.js","layer":"rsc"},"startTime":1749925090534,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":80938,"timestamp":139803496,"id":460,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/roots/root.js","layer":"rsc"},"startTime":1749925090534,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":81542,"timestamp":139803787,"id":463,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/structure/index.js","layer":"rsc"},"startTime":1749925090534,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":82429,"timestamp":139803892,"id":464,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/structure/optional.js","layer":"rsc"},"startTime":1749925090534,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":83364,"timestamp":139803991,"id":465,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/structure/prop.js","layer":"rsc"},"startTime":1749925090534,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":85076,"timestamp":139803691,"id":462,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/roots/unit.js","layer":"rsc"},"startTime":1749925090534,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":85409,"timestamp":139804109,"id":466,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/structure/required.js","layer":"rsc"},"startTime":1749925090534,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":91041,"timestamp":139804215,"id":467,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/structure/sequence.js","layer":"rsc"},"startTime":1749925090534,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":104680,"timestamp":139804315,"id":468,"parentId":401,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/structure/structure.js","layer":"rsc"},"startTime":1749925090535,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":1578,"timestamp":139920397,"id":469,"parentId":407,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/refinements/kinds.js","layer":"rsc"},"startTime":1749925090651,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4194,"timestamp":139920596,"id":470,"parentId":407,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/roots/alias.js","layer":"rsc"},"startTime":1749925090651,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4564,"timestamp":139920736,"id":471,"parentId":408,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/structure/shared.js","layer":"rsc"},"startTime":1749925090651,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6304,"timestamp":139921075,"id":472,"parentId":456,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/roots/basis.js","layer":"rsc"},"startTime":1749925090651,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6458,"timestamp":139921214,"id":473,"parentId":458,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/roots/utils.js","layer":"rsc"},"startTime":1749925090651,"traceId":"04aa2910e90ec27b"},{"name":"add-entry","duration":2006429,"timestamp":137921807,"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=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749925088652,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":1107,"timestamp":139962077,"id":485,"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":1749925090692,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":186,"timestamp":139963207,"id":486,"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":1749925090693,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":683,"timestamp":139963410,"id":487,"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%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%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%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&server=true!","layer":"ssr"},"startTime":1749925090694,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":390,"timestamp":139964113,"id":488,"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%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%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%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&server=true!","layer":"rsc"},"startTime":1749925090694,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":544,"timestamp":139964517,"id":489,"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":1749925090695,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":327,"timestamp":139965076,"id":490,"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":1749925090695,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":714,"timestamp":139966400,"id":491,"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%227fbdb50abcc869a1cd14ba621172dd4e6a1370a65a%22%2C%22exportedName%22%3A%22getFileValues%22%7D%2C%7B%22id%22%3A%227fefaee11157733c6ae69df0f6c079eba6bdbd313c%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%227fe3ef2b6d4c0ac217b8518d69914bc2b062e01510%22%2C%22exportedName%22%3A%22getConfigFile%22%7D%5D%5D%5D&__client_imported__=!","layer":"rsc"},"startTime":1749925090697,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":5965,"timestamp":139979689,"id":493,"parentId":489,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/filters/context.tsx","layer":"ssr"},"startTime":1749925090710,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":12252,"timestamp":139980723,"id":496,"parentId":489,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/preview.tsx","layer":"ssr"},"startTime":1749925090711,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":13630,"timestamp":139980367,"id":494,"parentId":489,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/context.tsx","layer":"ssr"},"startTime":1749925090711,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":13710,"timestamp":139980932,"id":497,"parentId":487,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/client-page.js","layer":"ssr"},"startTime":1749925090711,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":16050,"timestamp":139981048,"id":498,"parentId":487,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/client-segment.js","layer":"ssr"},"startTime":1749925090711,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":18599,"timestamp":139980549,"id":495,"parentId":489,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/form.tsx","layer":"ssr"},"startTime":1749925090711,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":18536,"timestamp":139981200,"id":500,"parentId":487,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/render-from-template-context.js","layer":"ssr"},"startTime":1749925090711,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":22712,"timestamp":139978894,"id":492,"parentId":487,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/error-boundary.js","layer":"ssr"},"startTime":1749925090709,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":21698,"timestamp":139981353,"id":501,"parentId":489,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/filters/index.tsx","layer":"ssr"},"startTime":1749925090712,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":22036,"timestamp":139981563,"id":503,"parentId":487,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/metadata/async-metadata.js","layer":"ssr"},"startTime":1749925090712,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":23281,"timestamp":139981496,"id":502,"parentId":487,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"ssr"},"startTime":1749925090712,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":26815,"timestamp":139981129,"id":499,"parentId":487,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/layout-router.js","layer":"ssr"},"startTime":1749925090711,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":27049,"timestamp":139981633,"id":504,"parentId":487,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/metadata/metadata-boundary.js","layer":"ssr"},"startTime":1749925090712,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7665,"timestamp":140042677,"id":508,"parentId":492,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"ssr"},"startTime":1749925090773,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":11258,"timestamp":140043247,"id":510,"parentId":497,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/search-params.js","layer":"ssr"},"startTime":1749925090773,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":13971,"timestamp":140043343,"id":511,"parentId":497,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/params.js","layer":"ssr"},"startTime":1749925090774,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":14180,"timestamp":140043515,"id":513,"parentId":504,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/metadata-constants.js","layer":"ssr"},"startTime":1749925090774,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":14420,"timestamp":140043698,"id":516,"parentId":495,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/index.js","layer":"ssr"},"startTime":1749925090774,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":21326,"timestamp":140037633,"id":505,"parentId":493,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/types.ts","layer":"ssr"},"startTime":1749925090768,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":19909,"timestamp":140043185,"id":509,"parentId":497,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/invariant-error.js","layer":"ssr"},"startTime":1749925090773,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":20037,"timestamp":140043433,"id":512,"parentId":492,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/is-next-router-error.js","layer":"ssr"},"startTime":1749925090774,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":20371,"timestamp":140043606,"id":514,"parentId":502,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"ssr"},"startTime":1749925090774,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":20573,"timestamp":140043652,"id":515,"parentId":502,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"ssr"},"startTime":1749925090774,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":20709,"timestamp":140043785,"id":517,"parentId":494,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/variables/index.ts","layer":"ssr"},"startTime":1749925090774,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":27384,"timestamp":140042489,"id":506,"parentId":495,"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":1749925090773,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":27440,"timestamp":140042609,"id":507,"parentId":501,"tags":{"name":"__barrel_optimize__?names=Check,Copy!=!/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1749925090773,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":2232,"timestamp":140084059,"id":527,"parentId":516,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/index.js","layer":"ssr"},"startTime":1749925090814,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":2696,"timestamp":140084197,"id":528,"parentId":510,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"ssr"},"startTime":1749925090814,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":3453,"timestamp":140084299,"id":529,"parentId":510,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js","layer":"ssr"},"startTime":1749925090815,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":3827,"timestamp":140084393,"id":530,"parentId":510,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/scheduler.js","layer":"ssr"},"startTime":1749925090815,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6067,"timestamp":140084487,"id":531,"parentId":510,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"ssr"},"startTime":1749925090815,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6391,"timestamp":140084577,"id":532,"parentId":510,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/utils.js","layer":"ssr"},"startTime":1749925090815,"traceId":"04aa2910e90ec27b"}]
6
- [{"name":"build-module-js","duration":6737,"timestamp":140084764,"id":535,"parentId":510,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"ssr"},"startTime":1749925090815,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":15715,"timestamp":140076861,"id":521,"parentId":499,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"ssr"},"startTime":1749925090807,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":16318,"timestamp":140076699,"id":519,"parentId":492,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/navigation-untracked.js","layer":"ssr"},"startTime":1749925090807,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":16776,"timestamp":140076801,"id":520,"parentId":492,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/nav-failure-handler.js","layer":"ssr"},"startTime":1749925090807,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":16994,"timestamp":140076913,"id":522,"parentId":499,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/match-segments.js","layer":"ssr"},"startTime":1749925090807,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":17310,"timestamp":140077090,"id":525,"parentId":503,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/metadata/server-inserted-metadata.js","layer":"ssr"},"startTime":1749925090807,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":17912,"timestamp":140077034,"id":524,"parentId":499,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/use-action-queue.js","layer":"ssr"},"startTime":1749925090807,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":18737,"timestamp":140076963,"id":523,"parentId":499,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-boundary.js","layer":"ssr"},"startTime":1749925090807,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":19571,"timestamp":140077134,"id":526,"parentId":499,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":"ssr"},"startTime":1749925090807,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":12857,"timestamp":140084666,"id":533,"parentId":512,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-error.js","layer":"ssr"},"startTime":1749925090815,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":13192,"timestamp":140084714,"id":534,"parentId":510,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils/reflect-utils.js","layer":"ssr"},"startTime":1749925090815,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":44105,"timestamp":140065888,"id":518,"parentId":500,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"ssr"},"startTime":1749925090796,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":11409,"timestamp":140099183,"id":538,"parentId":499,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"ssr"},"startTime":1749925090829,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":11974,"timestamp":140099238,"id":539,"parentId":499,"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":1749925090829,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":12746,"timestamp":140099033,"id":536,"parentId":499,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"ssr"},"startTime":1749925090829,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":14199,"timestamp":140099126,"id":537,"parentId":499,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"ssr"},"startTime":1749925090829,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":2554,"timestamp":140128113,"id":540,"parentId":527,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/external.js","layer":"ssr"},"startTime":1749925090858,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6701,"timestamp":140128287,"id":541,"parentId":531,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/hooks-server-context.js","layer":"ssr"},"startTime":1749925090859,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7265,"timestamp":140128365,"id":542,"parentId":531,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"ssr"},"startTime":1749925090859,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7511,"timestamp":140128430,"id":543,"parentId":524,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/is-thenable.js","layer":"ssr"},"startTime":1749925090859,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7895,"timestamp":140128479,"id":544,"parentId":533,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-status-code.js","layer":"ssr"},"startTime":1749925090859,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":10839,"timestamp":140128587,"id":546,"parentId":506,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/check.js","layer":"ssr"},"startTime":1749925090859,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":11148,"timestamp":140128534,"id":545,"parentId":506,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/circle-alert.js","layer":"ssr"},"startTime":1749925090859,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":11278,"timestamp":140128635,"id":547,"parentId":506,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/copy.js","layer":"ssr"},"startTime":1749925090859,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":11472,"timestamp":140128680,"id":548,"parentId":506,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/file.js","layer":"ssr"},"startTime":1749925090859,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":11596,"timestamp":140128780,"id":550,"parentId":506,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/shield-off.js","layer":"ssr"},"startTime":1749925090859,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":12231,"timestamp":140128733,"id":549,"parentId":506,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/lock.js","layer":"ssr"},"startTime":1749925090859,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6967,"timestamp":140136621,"id":551,"parentId":538,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/segment.js","layer":"ssr"},"startTime":1749925090867,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7518,"timestamp":140136705,"id":552,"parentId":537,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/app-router-headers.js","layer":"ssr"},"startTime":1749925090867,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8142,"timestamp":140136759,"id":553,"parentId":539,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"ssr"},"startTime":1749925090867,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":3622,"timestamp":140145836,"id":556,"parentId":496,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/cn.ts","layer":"ssr"},"startTime":1749925090876,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":3701,"timestamp":140146100,"id":559,"parentId":520,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"ssr"},"startTime":1749925090876,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4497,"timestamp":140146051,"id":558,"parentId":523,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect.js","layer":"ssr"},"startTime":1749925090876,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5586,"timestamp":140145973,"id":557,"parentId":523,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/navigation.js","layer":"ssr"},"startTime":1749925090876,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4105,"timestamp":140152146,"id":560,"parentId":540,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/errors.js","layer":"ssr"},"startTime":1749925090882,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":31096,"timestamp":140152270,"id":561,"parentId":540,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/types.js","layer":"ssr"},"startTime":1749925090882,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":32323,"timestamp":140152368,"id":562,"parentId":540,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/ZodError.js","layer":"ssr"},"startTime":1749925090883,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":33588,"timestamp":140152465,"id":563,"parentId":540,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/helpers/parseUtil.js","layer":"ssr"},"startTime":1749925090883,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":33643,"timestamp":140152552,"id":564,"parentId":540,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/helpers/typeAliases.js","layer":"ssr"},"startTime":1749925090883,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":34344,"timestamp":140152637,"id":565,"parentId":540,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/helpers/util.js","layer":"ssr"},"startTime":1749925090883,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":37102,"timestamp":140152727,"id":566,"parentId":537,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-call-server.js","layer":"ssr"},"startTime":1749925090883,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":37568,"timestamp":140152780,"id":567,"parentId":537,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-find-source-map-url.js","layer":"ssr"},"startTime":1749925090883,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":37998,"timestamp":140152823,"id":568,"parentId":537,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/flight-data-helpers.js","layer":"ssr"},"startTime":1749925090883,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":38366,"timestamp":140152865,"id":569,"parentId":537,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-build-id.js","layer":"ssr"},"startTime":1749925090883,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":38730,"timestamp":140152911,"id":570,"parentId":537,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js","layer":"ssr"},"startTime":1749925090883,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":644,"timestamp":140194425,"id":573,"parentId":517,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js?id=7fbdb50abcc869a1cd14ba621172dd4e6a1370a65a&name=getFileValues!","layer":"ssr"},"startTime":1749925090925,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":246,"timestamp":140195084,"id":574,"parentId":517,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js?id=7fefaee11157733c6ae69df0f6c079eba6bdbd313c&name=getVariables!","layer":"ssr"},"startTime":1749925090925,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":63796,"timestamp":140136805,"id":554,"parentId":497,"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":1749925090867,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":63995,"timestamp":140136904,"id":555,"parentId":500,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react.js","layer":"ssr"},"startTime":1749925090867,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7269,"timestamp":140194245,"id":571,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/createLucideIcon.js","layer":"ssr"},"startTime":1749925090924,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7728,"timestamp":140194362,"id":572,"parentId":553,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"ssr"},"startTime":1749925090925,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":2958,"timestamp":140203134,"id":575,"parentId":556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/clsx/dist/clsx.mjs","layer":"ssr"},"startTime":1749925090933,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":8215,"timestamp":140203338,"id":576,"parentId":556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"ssr"},"startTime":1749925090934,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":2061,"timestamp":140215129,"id":577,"parentId":560,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/locales/en.js","layer":"ssr"},"startTime":1749925090945,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":2168,"timestamp":140215255,"id":578,"parentId":561,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/helpers/errorUtil.js","layer":"ssr"},"startTime":1749925090945,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":3152,"timestamp":140215353,"id":579,"parentId":570,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/hash.js","layer":"ssr"},"startTime":1749925090946,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":1627,"timestamp":140218821,"id":584,"parentId":554,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1749925090949,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5059,"timestamp":140218719,"id":582,"parentId":571,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/shared/src/utils.js","layer":"ssr"},"startTime":1749925090949,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5221,"timestamp":140218774,"id":583,"parentId":572,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"ssr"},"startTime":1749925090949,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6962,"timestamp":140218976,"id":586,"parentId":557,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/bailout-to-client-rendering.js","layer":"ssr"},"startTime":1749925090949,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7948,"timestamp":140219045,"id":587,"parentId":557,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js","layer":"ssr"},"startTime":1749925090949,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8735,"timestamp":140218918,"id":585,"parentId":557,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/navigation.react-server.js","layer":"ssr"},"startTime":1749925090949,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":9546,"timestamp":140218637,"id":581,"parentId":571,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/Icon.js","layer":"ssr"},"startTime":1749925090949,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":15830,"timestamp":140215414,"id":580,"parentId":499,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-dom.js","layer":"ssr"},"startTime":1749925090946,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":3451,"timestamp":140232601,"id":589,"parentId":581,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/defaultAttributes.js","layer":"ssr"},"startTime":1749925090963,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":3775,"timestamp":140232692,"id":590,"parentId":586,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"ssr"},"startTime":1749925090963,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7521,"timestamp":140231511,"id":588,"parentId":500,"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":1749925090962,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":2858,"timestamp":140237680,"id":595,"parentId":585,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/not-found.js","layer":"ssr"},"startTime":1749925090968,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":3267,"timestamp":140237782,"id":596,"parentId":585,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/forbidden.js","layer":"ssr"},"startTime":1749925090968,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":3421,"timestamp":140237965,"id":598,"parentId":585,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/unstable-rethrow.js","layer":"ssr"},"startTime":1749925090968,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":3902,"timestamp":140237865,"id":597,"parentId":585,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/unauthorized.js","layer":"ssr"},"startTime":1749925090968,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":9366,"timestamp":140232749,"id":591,"parentId":537,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-server-dom-webpack-client-edge.js","layer":"ssr"},"startTime":1749925090963,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7149,"timestamp":140237511,"id":594,"parentId":525,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/server-inserted-metadata.js","layer":"ssr"},"startTime":1749925090968,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":23134,"timestamp":140237131,"id":592,"parentId":494,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-hook-form/dist/index.esm.mjs","layer":"ssr"},"startTime":1749925090967,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":23189,"timestamp":140237328,"id":593,"parentId":519,"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":1749925090968,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":19658,"timestamp":140243575,"id":600,"parentId":494,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/validate.ts","layer":"ssr"},"startTime":1749925090974,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":24223,"timestamp":140239214,"id":599,"parentId":494,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/api/navigation.js","layer":"ssr"},"startTime":1749925090969,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":4878,"timestamp":140263805,"id":604,"parentId":495,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/badge.tsx","layer":"ssr"},"startTime":1749925090994,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":5376,"timestamp":140263705,"id":603,"parentId":496,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/scroll-area.tsx","layer":"ssr"},"startTime":1749925090994,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":5405,"timestamp":140263992,"id":606,"parentId":495,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/button.tsx","layer":"ssr"},"startTime":1749925090994,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":5447,"timestamp":140264197,"id":608,"parentId":495,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/input.tsx","layer":"ssr"},"startTime":1749925090994,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":6307,"timestamp":140264109,"id":607,"parentId":495,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/form.tsx","layer":"ssr"},"startTime":1749925090994,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":6916,"timestamp":140263895,"id":605,"parentId":495,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/accordion.tsx","layer":"ssr"},"startTime":1749925090994,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":8632,"timestamp":140264291,"id":609,"parentId":501,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/select.tsx","layer":"ssr"},"startTime":1749925090995,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":262,"timestamp":140273659,"id":610,"parentId":600,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js?id=7ffb2555d744cff7817f0fe02fd64e34432c6900bf&name=validate!","layer":"ssr"},"startTime":1749925091004,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":25267,"timestamp":140262250,"id":601,"parentId":573,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-loader/action-client-wrapper.js","layer":"ssr"},"startTime":1749925090992,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":14167,"timestamp":140273939,"id":611,"parentId":598,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/unstable-rethrow.server.js","layer":"ssr"},"startTime":1749925091004,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":28662,"timestamp":140263571,"id":602,"parentId":557,"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":1749925090994,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4159,"timestamp":140288528,"id":612,"parentId":605,"tags":{"name":"__barrel_optimize__?names=ChevronDownIcon!=!/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1749925091019,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":3690,"timestamp":140292984,"id":615,"parentId":495,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/hooks/use-copy-to-clipboard.ts","layer":"ssr"},"startTime":1749925091023,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":4074,"timestamp":140292882,"id":614,"parentId":494,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/hooks/use-hot-reload.ts","layer":"ssr"},"startTime":1749925091023,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":511,"timestamp":140297081,"id":616,"parentId":611,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/router-utils/is-postpone.js","layer":"ssr"},"startTime":1749925091027,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5716,"timestamp":140292798,"id":613,"parentId":609,"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":1749925091023,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":1196,"timestamp":140300496,"id":617,"parentId":612,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/chevron-down.js","layer":"ssr"},"startTime":1749925091031,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":1752,"timestamp":140301792,"id":618,"parentId":613,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/chevron-up.js","layer":"ssr"},"startTime":1749925091032,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":1026,"timestamp":140304294,"id":619,"parentId":495,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/index.tsx","layer":"ssr"},"startTime":1749925091035,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":2219,"timestamp":140310412,"id":621,"parentId":607,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/label.tsx","layer":"ssr"},"startTime":1749925091041,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":6983,"timestamp":140309869,"id":620,"parentId":604,"tags":{"name":"/home/runner/work/envin/envin/node_modules/class-variance-authority/dist/index.mjs","layer":"ssr"},"startTime":1749925091040,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":4011,"timestamp":140319135,"id":622,"parentId":604,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"ssr"},"startTime":1749925091049,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4047,"timestamp":140320923,"id":626,"parentId":614,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm-debug/index.js","layer":"ssr"},"startTime":1749925091051,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":9234,"timestamp":140319452,"id":625,"parentId":605,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-accordion/dist/index.mjs","layer":"ssr"},"startTime":1749925091050,"traceId":"04aa2910e90ec27b"}]
7
- [{"name":"build-module-mjs","duration":19187,"timestamp":140319264,"id":623,"parentId":603,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-scroll-area/dist/index.mjs","layer":"ssr"},"startTime":1749925091049,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":26917,"timestamp":140319365,"id":624,"parentId":609,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-select/dist/index.mjs","layer":"ssr"},"startTime":1749925091050,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6983,"timestamp":140351578,"id":627,"parentId":626,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm-debug/url.js","layer":"ssr"},"startTime":1749925091082,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8478,"timestamp":140351748,"id":628,"parentId":626,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm-debug/manager.js","layer":"ssr"},"startTime":1749925091082,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":10795,"timestamp":140351861,"id":629,"parentId":626,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm-debug/socket.js","layer":"ssr"},"startTime":1749925091082,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":380413,"timestamp":140366449,"id":630,"parentId":621,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-label/dist/index.mjs","layer":"ssr"},"startTime":1749925091097,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7364,"timestamp":140741145,"id":642,"parentId":628,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm-debug/on.js","layer":"ssr"},"startTime":1749925091471,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6697,"timestamp":140743963,"id":643,"parentId":628,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm-debug/contrib/backo2.js","layer":"ssr"},"startTime":1749925091474,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":8319,"timestamp":140768654,"id":644,"parentId":622,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","layer":"ssr"},"startTime":1749925091499,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":8674,"timestamp":140772462,"id":646,"parentId":625,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs","layer":"ssr"},"startTime":1749925091503,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":10004,"timestamp":140772561,"id":647,"parentId":625,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-context/dist/index.mjs","layer":"ssr"},"startTime":1749925091503,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":10233,"timestamp":140772744,"id":649,"parentId":625,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/primitive/dist/index.mjs","layer":"ssr"},"startTime":1749925091503,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":10694,"timestamp":140772828,"id":650,"parentId":625,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-id/dist/index.mjs","layer":"ssr"},"startTime":1749925091503,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":11334,"timestamp":140773020,"id":652,"parentId":625,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-direction/dist/index.mjs","layer":"ssr"},"startTime":1749925091503,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":12435,"timestamp":140772657,"id":648,"parentId":625,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-primitive/dist/index.mjs","layer":"ssr"},"startTime":1749925091503,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":14349,"timestamp":140774690,"id":654,"parentId":623,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs","layer":"ssr"},"startTime":1749925091505,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":14522,"timestamp":140774784,"id":655,"parentId":623,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/number/dist/index.mjs","layer":"ssr"},"startTime":1749925091505,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":15057,"timestamp":140774560,"id":653,"parentId":623,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs","layer":"ssr"},"startTime":1749925091505,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":17984,"timestamp":140772913,"id":651,"parentId":625,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-collapsible/dist/index.mjs","layer":"ssr"},"startTime":1749925091503,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":21988,"timestamp":140772325,"id":645,"parentId":625,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-collection/dist/index.mjs","layer":"ssr"},"startTime":1749925091503,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":23922,"timestamp":140774873,"id":656,"parentId":623,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-presence/dist/index.mjs","layer":"ssr"},"startTime":1749925091505,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":24679,"timestamp":140777388,"id":658,"parentId":624,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-focus-guards/dist/index.mjs","layer":"ssr"},"startTime":1749925091508,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":24037,"timestamp":140778602,"id":662,"parentId":624,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-previous/dist/index.mjs","layer":"ssr"},"startTime":1749925091509,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":27456,"timestamp":140777258,"id":657,"parentId":624,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs","layer":"ssr"},"startTime":1749925091507,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":29217,"timestamp":140777484,"id":659,"parentId":624,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-focus-scope/dist/index.mjs","layer":"ssr"},"startTime":1749925091508,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":22797,"timestamp":140787864,"id":663,"parentId":624,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-visually-hidden/dist/index.mjs","layer":"ssr"},"startTime":1749925091518,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":32897,"timestamp":140778504,"id":661,"parentId":624,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-portal/dist/index.mjs","layer":"ssr"},"startTime":1749925091509,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":35596,"timestamp":140778377,"id":660,"parentId":624,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-popper/dist/index.mjs","layer":"ssr"},"startTime":1749925091509,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":28391,"timestamp":140801033,"id":664,"parentId":624,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/index.js","layer":"ssr"},"startTime":1749925091531,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":29374,"timestamp":140801165,"id":665,"parentId":624,"tags":{"name":"/home/runner/work/envin/envin/node_modules/aria-hidden/dist/es2015/index.js","layer":"ssr"},"startTime":1749925091531,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4022,"timestamp":140848029,"id":666,"parentId":626,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/build/esm-debug/index.js","layer":"ssr"},"startTime":1749925091578,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":3773,"timestamp":140848977,"id":667,"parentId":626,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/index.js","layer":"ssr"},"startTime":1749925091579,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5301,"timestamp":140849127,"id":668,"parentId":664,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/Combination.js","layer":"ssr"},"startTime":1749925091579,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6798,"timestamp":140853171,"id":669,"parentId":626,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/node_modules/debug/src/index.js","layer":"ssr"},"startTime":1749925091583,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":10208,"timestamp":140858780,"id":671,"parentId":666,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/build/esm-debug/is-binary.js","layer":"ssr"},"startTime":1749925091589,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":10978,"timestamp":140858654,"id":670,"parentId":666,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/build/esm-debug/binary.js","layer":"ssr"},"startTime":1749925091589,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":11570,"timestamp":140858964,"id":673,"parentId":667,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transport.js","layer":"ssr"},"startTime":1749925091589,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":12389,"timestamp":140859079,"id":674,"parentId":667,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/util.js","layer":"ssr"},"startTime":1749925091589,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":13603,"timestamp":140859167,"id":675,"parentId":667,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/globals.node.js","layer":"ssr"},"startTime":1749925091589,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":18721,"timestamp":140858877,"id":672,"parentId":667,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/socket.js","layer":"ssr"},"startTime":1749925091589,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":17710,"timestamp":140863225,"id":676,"parentId":667,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transports/index.js","layer":"ssr"},"startTime":1749925091593,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":18907,"timestamp":140863545,"id":679,"parentId":667,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transports/polling-xhr.js","layer":"ssr"},"startTime":1749925091594,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":19500,"timestamp":140863456,"id":678,"parentId":667,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transports/polling-fetch.js","layer":"ssr"},"startTime":1749925091594,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":19830,"timestamp":140863804,"id":682,"parentId":667,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transports/webtransport.js","layer":"ssr"},"startTime":1749925091594,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":20732,"timestamp":140863721,"id":681,"parentId":667,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transports/websocket.js","layer":"ssr"},"startTime":1749925091594,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":21478,"timestamp":140863358,"id":677,"parentId":667,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transports/polling-xhr.node.js","layer":"ssr"},"startTime":1749925091594,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":21660,"timestamp":140863889,"id":683,"parentId":667,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/contrib/parseuri.js","layer":"ssr"},"startTime":1749925091594,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":22402,"timestamp":140863638,"id":680,"parentId":667,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transports/websocket.node.js","layer":"ssr"},"startTime":1749925091594,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":22646,"timestamp":140863971,"id":684,"parentId":668,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/UI.js","layer":"ssr"},"startTime":1749925091594,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":22835,"timestamp":140864079,"id":685,"parentId":668,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/sidecar.js","layer":"ssr"},"startTime":1749925091594,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":15532,"timestamp":140878425,"id":686,"parentId":669,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/node_modules/debug/src/browser.js","layer":"ssr"},"startTime":1749925091609,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":18220,"timestamp":140880168,"id":687,"parentId":669,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/node_modules/debug/src/node.js","layer":"ssr"},"startTime":1749925091610,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":12919,"timestamp":140887823,"id":688,"parentId":646,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-effect-event/dist/index.mjs","layer":"ssr"},"startTime":1749925091618,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":10892,"timestamp":140892054,"id":689,"parentId":673,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/contrib/parseqs.js","layer":"ssr"},"startTime":1749925091622,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":23,"timestamp":140903526,"id":697,"parentId":687,"tags":{"name":"tty","layer":null},"startTime":1749925091634,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":8,"timestamp":140903563,"id":698,"parentId":687,"tags":{"name":"util","layer":null},"startTime":1749925091634,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7308,"timestamp":140899507,"id":691,"parentId":679,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transports/polling.js","layer":"ssr"},"startTime":1749925091630,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":7846,"timestamp":140899356,"id":690,"parentId":657,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-escape-keydown/dist/index.mjs","layer":"ssr"},"startTime":1749925091630,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7875,"timestamp":140899607,"id":692,"parentId":679,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/contrib/has-cors.js","layer":"ssr"},"startTime":1749925091630,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":7850,"timestamp":140901407,"id":693,"parentId":660,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-size/dist/index.mjs","layer":"ssr"},"startTime":1749925091632,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":8131,"timestamp":140901527,"id":694,"parentId":660,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-arrow/dist/index.mjs","layer":"ssr"},"startTime":1749925091632,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8279,"timestamp":140901620,"id":695,"parentId":684,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/medium.js","layer":"ssr"},"startTime":1749925091632,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":10255,"timestamp":140901712,"id":696,"parentId":685,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/SideEffect.js","layer":"ssr"},"startTime":1749925091632,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":13177,"timestamp":140904805,"id":699,"parentId":628,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@socket.io/component-emitter/lib/esm/index.js","layer":"ssr"},"startTime":1749925091635,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":14789,"timestamp":140904940,"id":700,"parentId":686,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/node_modules/debug/src/common.js","layer":"ssr"},"startTime":1749925091635,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":8921,"timestamp":140923287,"id":701,"parentId":660,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.mjs","layer":"ssr"},"startTime":1749925091654,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6416,"timestamp":140927825,"id":702,"parentId":696,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js","layer":"ssr"},"startTime":1749925091658,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7020,"timestamp":140927960,"id":703,"parentId":696,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/handleScroll.js","layer":"ssr"},"startTime":1749925091658,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6094,"timestamp":140936084,"id":704,"parentId":666,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/node_modules/debug/src/index.js","layer":"ssr"},"startTime":1749925091666,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":8930,"timestamp":140942320,"id":705,"parentId":668,"tags":{"name":"/home/runner/work/envin/envin/node_modules/tslib/tslib.es6.mjs","layer":"ssr"},"startTime":1749925091673,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":9267,"timestamp":140946608,"id":707,"parentId":673,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/node_modules/debug/src/index.js","layer":"ssr"},"startTime":1749925091677,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":10330,"timestamp":140946483,"id":706,"parentId":704,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/node_modules/debug/src/browser.js","layer":"ssr"},"startTime":1749925091677,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":47,"timestamp":140957250,"id":711,"parentId":687,"tags":{"layer":null},"startTime":1749925091687,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6450,"timestamp":140952631,"id":708,"parentId":704,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/node_modules/debug/src/node.js","layer":"ssr"},"startTime":1749925091683,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6844,"timestamp":140953409,"id":709,"parentId":684,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/index.js","layer":"ssr"},"startTime":1749925091684,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6985,"timestamp":140953537,"id":710,"parentId":685,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/index.js","layer":"ssr"},"startTime":1749925091684,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8320,"timestamp":140959378,"id":712,"parentId":684,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll-bar/dist/es2015/constants.js","layer":"ssr"},"startTime":1749925091690,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":11736,"timestamp":140961301,"id":713,"parentId":680,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/wrapper.mjs","layer":"ssr"},"startTime":1749925091692,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":11954,"timestamp":140961419,"id":714,"parentId":696,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll-bar/dist/es2015/index.js","layer":"ssr"},"startTime":1749925091692,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":11486,"timestamp":140965267,"id":716,"parentId":707,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/node_modules/debug/src/browser.js","layer":"ssr"},"startTime":1749925091695,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":12836,"timestamp":140965363,"id":717,"parentId":707,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/node_modules/debug/src/node.js","layer":"ssr"},"startTime":1749925091696,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":16812,"timestamp":140965145,"id":715,"parentId":677,"tags":{"name":"/home/runner/work/envin/envin/node_modules/xmlhttprequest-ssl/lib/XMLHttpRequest.js","layer":"ssr"},"startTime":1749925091695,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":21004,"timestamp":140966772,"id":718,"parentId":706,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/node_modules/debug/src/common.js","layer":"ssr"},"startTime":1749925091697,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":26,"timestamp":140989370,"id":735,"parentId":715,"tags":{"name":"child_process","layer":null},"startTime":1749925091720,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":9,"timestamp":140989411,"id":736,"parentId":715,"tags":{"name":"http","layer":null},"startTime":1749925091720,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":7,"timestamp":140989427,"id":737,"parentId":715,"tags":{"name":"https","layer":null},"startTime":1749925091720,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":18047,"timestamp":140973608,"id":719,"parentId":696,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-style-singleton/dist/es2015/index.js","layer":"ssr"},"startTime":1749925091704,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":18147,"timestamp":140974031,"id":723,"parentId":709,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/useMergeRef.js","layer":"ssr"},"startTime":1749925091704,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":18696,"timestamp":140973734,"id":720,"parentId":709,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/assignRef.js","layer":"ssr"},"startTime":1749925091704,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":18598,"timestamp":140974121,"id":724,"parentId":709,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/mergeRef.js","layer":"ssr"},"startTime":1749925091704,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":18819,"timestamp":140974203,"id":725,"parentId":709,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/useTransformRef.js","layer":"ssr"},"startTime":1749925091704,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":19512,"timestamp":140973832,"id":721,"parentId":709,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/useRef.js","layer":"ssr"},"startTime":1749925091704,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":19329,"timestamp":140974292,"id":726,"parentId":709,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/transformRef.js","layer":"ssr"},"startTime":1749925091705,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":19960,"timestamp":140973921,"id":722,"parentId":709,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/createRef.js","layer":"ssr"},"startTime":1749925091704,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":19872,"timestamp":140974373,"id":727,"parentId":709,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/refToCallback.js","layer":"ssr"},"startTime":1749925091705,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":20019,"timestamp":140974556,"id":728,"parentId":710,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/hoc.js","layer":"ssr"},"startTime":1749925091705,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":20330,"timestamp":140974804,"id":731,"parentId":710,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/medium.js","layer":"ssr"},"startTime":1749925091705,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":21015,"timestamp":140974642,"id":729,"parentId":710,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/hook.js","layer":"ssr"},"startTime":1749925091705,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":21313,"timestamp":140974883,"id":732,"parentId":710,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/renderProp.js","layer":"ssr"},"startTime":1749925091705,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":21735,"timestamp":140974725,"id":730,"parentId":710,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/config.js","layer":"ssr"},"startTime":1749925091705,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":15381,"timestamp":140985950,"id":733,"parentId":673,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/index.js","layer":"ssr"},"startTime":1749925091716,"traceId":"04aa2910e90ec27b"}]
8
- [{"name":"build-module-js","duration":15749,"timestamp":140986108,"id":734,"parentId":710,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/exports.js","layer":"ssr"},"startTime":1749925091716,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":10214,"timestamp":140997958,"id":738,"parentId":714,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll-bar/dist/es2015/component.js","layer":"ssr"},"startTime":1749925091728,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":11510,"timestamp":141002922,"id":739,"parentId":701,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs","layer":"ssr"},"startTime":1749925091733,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":12133,"timestamp":141003074,"id":740,"parentId":700,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ms/index.js","layer":"ssr"},"startTime":1749925091733,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":12460,"timestamp":141003175,"id":741,"parentId":714,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll-bar/dist/es2015/utils.js","layer":"ssr"},"startTime":1749925091733,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":13116,"timestamp":141003263,"id":742,"parentId":713,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/stream.js","layer":"ssr"},"startTime":1749925091733,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":18468,"timestamp":141003595,"id":746,"parentId":713,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/websocket-server.js","layer":"ssr"},"startTime":1749925091734,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":22190,"timestamp":141003515,"id":745,"parentId":713,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/websocket.js","layer":"ssr"},"startTime":1749925091734,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":24872,"timestamp":141003434,"id":744,"parentId":713,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/receiver.js","layer":"ssr"},"startTime":1749925091734,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":31706,"timestamp":141003346,"id":743,"parentId":713,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/sender.js","layer":"ssr"},"startTime":1749925091734,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":31511,"timestamp":141004556,"id":747,"parentId":716,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/node_modules/debug/src/common.js","layer":"ssr"},"startTime":1749925091735,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":21,"timestamp":141038498,"id":755,"parentId":742,"tags":{"name":"stream","layer":null},"startTime":1749925091769,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":7,"timestamp":141038535,"id":756,"parentId":746,"tags":{"name":"events","layer":null},"startTime":1749925091769,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":5,"timestamp":141038548,"id":757,"parentId":745,"tags":{"name":"net","layer":null},"startTime":1749925091769,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":4,"timestamp":141038558,"id":758,"parentId":745,"tags":{"name":"tls","layer":null},"startTime":1749925091769,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":7,"timestamp":141038567,"id":759,"parentId":708,"tags":{"layer":null},"startTime":1749925091769,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":30916,"timestamp":141008473,"id":748,"parentId":719,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-style-singleton/dist/es2015/component.js","layer":"ssr"},"startTime":1749925091739,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":31230,"timestamp":141008596,"id":749,"parentId":719,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-style-singleton/dist/es2015/singleton.js","layer":"ssr"},"startTime":1749925091739,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":31309,"timestamp":141008780,"id":751,"parentId":729,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/env.js","layer":"ssr"},"startTime":1749925091739,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":31677,"timestamp":141008870,"id":752,"parentId":733,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/encodePacket.js","layer":"ssr"},"startTime":1749925091739,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":32023,"timestamp":141008953,"id":753,"parentId":733,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/decodePacket.js","layer":"ssr"},"startTime":1749925091739,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":32605,"timestamp":141008691,"id":750,"parentId":719,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-style-singleton/dist/es2015/hook.js","layer":"ssr"},"startTime":1749925091739,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":14235,"timestamp":141032417,"id":754,"parentId":733,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/commons.js","layer":"ssr"},"startTime":1749925091763,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":3919,"timestamp":141047700,"id":760,"parentId":746,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/extension.js","layer":"ssr"},"startTime":1749925091778,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5587,"timestamp":141047840,"id":761,"parentId":746,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/permessage-deflate.js","layer":"ssr"},"startTime":1749925091778,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6366,"timestamp":141047936,"id":762,"parentId":746,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/subprotocol.js","layer":"ssr"},"startTime":1749925091778,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6578,"timestamp":141048056,"id":763,"parentId":746,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/constants.js","layer":"ssr"},"startTime":1749925091778,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8143,"timestamp":141048158,"id":764,"parentId":745,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/event-target.js","layer":"ssr"},"startTime":1749925091778,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":15,"timestamp":141056693,"id":767,"parentId":717,"tags":{"layer":null},"startTime":1749925091787,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":10675,"timestamp":141048324,"id":766,"parentId":744,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/validation.js","layer":"ssr"},"startTime":1749925091779,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":11411,"timestamp":141048242,"id":765,"parentId":745,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/buffer-util.js","layer":"ssr"},"startTime":1749925091778,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":17,"timestamp":141060751,"id":768,"parentId":761,"tags":{"name":"zlib","layer":null},"startTime":1749925091791,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":11,"timestamp":141060816,"id":769,"parentId":766,"tags":{"name":"buffer","layer":null},"startTime":1749925091791,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5186,"timestamp":141063293,"id":770,"parentId":761,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/limiter.js","layer":"ssr"},"startTime":1749925091794,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":5587,"timestamp":141065463,"id":771,"parentId":739,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.mjs","layer":"ssr"},"startTime":1749925091796,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":16,"timestamp":141073761,"id":774,"parentId":766,"tags":{"layer":null},"startTime":1749925091804,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":6,"timestamp":141073791,"id":775,"parentId":765,"tags":{"layer":null},"startTime":1749925091804,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":2152,"timestamp":141072838,"id":772,"parentId":739,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs","layer":"ssr"},"startTime":1749925091803,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":7181,"timestamp":141072967,"id":773,"parentId":739,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/core/dist/floating-ui.core.mjs","layer":"ssr"},"startTime":1749925091803,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":1315,"timestamp":141081658,"id":776,"parentId":751,"tags":{"name":"/home/runner/work/envin/envin/node_modules/detect-node-es/esm/node.js","layer":"ssr"},"startTime":1749925091812,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":746,"timestamp":141083555,"id":777,"parentId":749,"tags":{"name":"/home/runner/work/envin/envin/node_modules/get-nonce/dist/es2015/index.js","layer":"ssr"},"startTime":1749925091814,"traceId":"04aa2910e90ec27b"},{"name":"build-module-svg","duration":1018601,"timestamp":140366580,"id":631,"parentId":619,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/fly.svg","layer":"ssr"},"startTime":1749925091097,"traceId":"04aa2910e90ec27b"},{"name":"build-module-svg","duration":648918,"timestamp":140736840,"id":632,"parentId":619,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/neon.svg","layer":"ssr"},"startTime":1749925091467,"traceId":"04aa2910e90ec27b"},{"name":"build-module-svg","duration":649185,"timestamp":140736993,"id":633,"parentId":619,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/netlify.svg","layer":"ssr"},"startTime":1749925091467,"traceId":"04aa2910e90ec27b"},{"name":"build-module-svg","duration":649647,"timestamp":140737075,"id":634,"parentId":619,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/railway.svg","layer":"ssr"},"startTime":1749925091467,"traceId":"04aa2910e90ec27b"},{"name":"build-module-svg","duration":650306,"timestamp":140737125,"id":635,"parentId":619,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/render.svg","layer":"ssr"},"startTime":1749925091467,"traceId":"04aa2910e90ec27b"},{"name":"build-module-svg","duration":650954,"timestamp":140737170,"id":636,"parentId":619,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/supabase.svg","layer":"ssr"},"startTime":1749925091467,"traceId":"04aa2910e90ec27b"},{"name":"build-module-svg","duration":651239,"timestamp":140737217,"id":637,"parentId":619,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/uploadthing.svg","layer":"ssr"},"startTime":1749925091467,"traceId":"04aa2910e90ec27b"},{"name":"build-module-svg","duration":651522,"timestamp":140737257,"id":638,"parentId":619,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/vercel.svg","layer":"ssr"},"startTime":1749925091467,"traceId":"04aa2910e90ec27b"},{"name":"build-module-svg","duration":651891,"timestamp":140737295,"id":639,"parentId":619,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/upstash.svg","layer":"ssr"},"startTime":1749925091468,"traceId":"04aa2910e90ec27b"},{"name":"build-module-svg","duration":652293,"timestamp":140737333,"id":640,"parentId":619,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/vite.svg","layer":"ssr"},"startTime":1749925091468,"traceId":"04aa2910e90ec27b"},{"name":"build-module-svg","duration":652547,"timestamp":140737379,"id":641,"parentId":619,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/wxt.svg","layer":"ssr"},"startTime":1749925091468,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":316,"timestamp":141398952,"id":779,"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%227ffb2555d744cff7817f0fe02fd64e34432c6900bf%22%2C%22exportedName%22%3A%22validate%22%7D%5D%5D%5D&__client_imported__=true!","layer":"action-browser"},"startTime":1749925092129,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":1869,"timestamp":141400379,"id":780,"parentId":779,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/validate.ts","layer":"action-browser"},"startTime":1749925092131,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":1196,"timestamp":141409977,"id":781,"parentId":780,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-loader/server-reference.js","layer":"action-browser"},"startTime":1749925092140,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":2658,"timestamp":141410282,"id":783,"parentId":780,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/encryption.js","layer":"action-browser"},"startTime":1749925092140,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":3514,"timestamp":141410385,"id":784,"parentId":780,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/get-config-file.ts","layer":"action-browser"},"startTime":1749925092141,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":9320,"timestamp":141410160,"id":782,"parentId":780,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-loader/action-validate.js","layer":"action-browser"},"startTime":1749925092140,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5105,"timestamp":141420874,"id":785,"parentId":783,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js","layer":"action-browser"},"startTime":1749925092151,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7448,"timestamp":141421165,"id":787,"parentId":783,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"action-browser"},"startTime":1749925092151,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7508,"timestamp":141421267,"id":788,"parentId":783,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react.js","layer":"action-browser"},"startTime":1749925092151,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7680,"timestamp":141421375,"id":789,"parentId":784,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/index.js","layer":"action-browser"},"startTime":1749925092152,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7631,"timestamp":141421570,"id":791,"parentId":781,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server-edge.js","layer":"action-browser"},"startTime":1749925092152,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7704,"timestamp":141421672,"id":792,"parentId":783,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react-server-dom-webpack/client.edge.js","layer":"action-browser"},"startTime":1749925092152,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7684,"timestamp":141421773,"id":793,"parentId":783,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/server-only/empty.js","layer":"action-browser"},"startTime":1749925092152,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":8206,"timestamp":141421964,"id":795,"parentId":784,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/result.ts","layer":"action-browser"},"startTime":1749925092152,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":9648,"timestamp":141421471,"id":790,"parentId":784,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/run-bundled-code.ts","layer":"action-browser"},"startTime":1749925092152,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":10014,"timestamp":141421867,"id":794,"parentId":784,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/improve-error-with-sourcemap.ts","layer":"action-browser"},"startTime":1749925092152,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":19221,"timestamp":141421051,"id":786,"parentId":783,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/encryption-utils.js","layer":"action-browser"},"startTime":1749925092151,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":2319,"timestamp":141440936,"id":796,"parentId":790,"tags":{"layer":"action-browser"},"startTime":1749925092171,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7163,"timestamp":141440982,"id":797,"parentId":785,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/trace/tracer.js","layer":"action-browser"},"startTime":1749925092171,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7697,"timestamp":141441157,"id":798,"parentId":785,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/trace/constants.js","layer":"action-browser"},"startTime":1749925092171,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7845,"timestamp":141441267,"id":799,"parentId":785,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/detached-promise.js","layer":"action-browser"},"startTime":1749925092171,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8126,"timestamp":141441375,"id":800,"parentId":785,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/scheduler.js","layer":"action-browser"},"startTime":1749925092172,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8321,"timestamp":141441470,"id":801,"parentId":785,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/stream-utils/encodedTags.js","layer":"action-browser"},"startTime":1749925092172,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8631,"timestamp":141441565,"id":802,"parentId":785,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/stream-utils/uint8array-helpers.js","layer":"action-browser"},"startTime":1749925092172,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8803,"timestamp":141441826,"id":806,"parentId":787,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"action-browser"},"startTime":1749925092172,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8933,"timestamp":141441918,"id":807,"parentId":787,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/metadata-constants.js","layer":"action-browser"},"startTime":1749925092172,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":9100,"timestamp":141442034,"id":808,"parentId":789,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/index.js","layer":"action-browser"},"startTime":1749925092172,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8659,"timestamp":141442623,"id":814,"parentId":794,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/source-map.js","layer":"action-browser"},"startTime":1749925092173,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":9338,"timestamp":141442715,"id":815,"parentId":794,"tags":{"name":"/home/runner/work/envin/envin/node_modules/stacktrace-parser/dist/stack-trace-parser.esm.js","layer":"action-browser"},"startTime":1749925092173,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":11077,"timestamp":141441666,"id":803,"parentId":785,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/errors/constants.js","layer":"action-browser"},"startTime":1749925092172,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":11611,"timestamp":141441771,"id":805,"parentId":787,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"action-browser"},"startTime":1749925092172,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":12314,"timestamp":141441721,"id":804,"parentId":787,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/hooks-server-context.js","layer":"action-browser"},"startTime":1749925092172,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":13310,"timestamp":141442336,"id":811,"parentId":790,"tags":{"name":"/home/runner/work/envin/envin/packages/core/dist/presets/arktype.js","layer":"action-browser"},"startTime":1749925092173,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":14986,"timestamp":141442235,"id":810,"parentId":790,"tags":{"name":"/home/runner/work/envin/envin/packages/core/dist/index.js","layer":"action-browser"},"startTime":1749925092172,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":17491,"timestamp":141442433,"id":812,"parentId":790,"tags":{"name":"/home/runner/work/envin/envin/packages/core/dist/presets/valibot.js","layer":"action-browser"},"startTime":1749925092173,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":19664,"timestamp":141442531,"id":813,"parentId":790,"tags":{"name":"/home/runner/work/envin/envin/packages/core/dist/presets/zod.js","layer":"action-browser"},"startTime":1749925092173,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":20245,"timestamp":141442809,"id":816,"parentId":790,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/static-node-modules-for-vm.ts","layer":"action-browser"},"startTime":1749925092173,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":56346,"timestamp":141442134,"id":809,"parentId":792,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js","layer":"action-browser"},"startTime":1749925092172,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":30360,"timestamp":141468397,"id":817,"parentId":786,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/invariant-error.js","layer":"action-browser"},"startTime":1749925092199,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":30621,"timestamp":141468553,"id":818,"parentId":786,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"action-browser"},"startTime":1749925092199,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8614,"timestamp":141500793,"id":819,"parentId":797,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"action-browser"},"startTime":1749925092231,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8360,"timestamp":141501292,"id":823,"parentId":808,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/external.js","layer":"action-browser"},"startTime":1749925092232,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":9631,"timestamp":141501486,"id":824,"parentId":814,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/source-map-generator.js","layer":"action-browser"},"startTime":1749925092232,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":12544,"timestamp":141501580,"id":825,"parentId":814,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/source-map-consumer.js","layer":"action-browser"},"startTime":1749925092232,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":14520,"timestamp":141501672,"id":826,"parentId":814,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/source-node.js","layer":"action-browser"},"startTime":1749925092232,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":37530,"timestamp":141501769,"id":827,"parentId":812,"tags":{"name":"/home/runner/work/envin/envin/node_modules/valibot/dist/index.js","layer":"action-browser"},"startTime":1749925092232,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":37845,"timestamp":141501859,"id":828,"parentId":811,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/index.js","layer":"action-browser"},"startTime":1749925092232,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":39411,"timestamp":141500982,"id":820,"parentId":796,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/cn.ts","layer":"action-browser"},"startTime":1749925092231,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":40209,"timestamp":141501237,"id":822,"parentId":797,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/is-thenable.js","layer":"action-browser"},"startTime":1749925092231,"traceId":"04aa2910e90ec27b"}]
9
- [{"name":"build-module-ts","duration":40870,"timestamp":141501116,"id":821,"parentId":796,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/register-spinner-autostopping.ts","layer":"action-browser"},"startTime":1749925092231,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":2689,"timestamp":141543168,"id":831,"parentId":809,"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":1749925092273,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4290,"timestamp":141542848,"id":829,"parentId":818,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"action-browser"},"startTime":1749925092273,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4463,"timestamp":141543086,"id":830,"parentId":818,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/segment.js","layer":"action-browser"},"startTime":1749925092273,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4687,"timestamp":141547608,"id":832,"parentId":823,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/errors.js","layer":"action-browser"},"startTime":1749925092278,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5357,"timestamp":141547755,"id":833,"parentId":823,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/helpers/parseUtil.js","layer":"action-browser"},"startTime":1749925092278,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5365,"timestamp":141547865,"id":834,"parentId":823,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/helpers/typeAliases.js","layer":"action-browser"},"startTime":1749925092278,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5931,"timestamp":141547965,"id":835,"parentId":823,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/helpers/util.js","layer":"action-browser"},"startTime":1749925092278,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":27338,"timestamp":141548088,"id":836,"parentId":823,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/types.js","layer":"action-browser"},"startTime":1749925092278,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":28063,"timestamp":141548187,"id":837,"parentId":823,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/ZodError.js","layer":"action-browser"},"startTime":1749925092278,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":28480,"timestamp":141548283,"id":838,"parentId":824,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/base64-vlq.js","layer":"action-browser"},"startTime":1749925092279,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":30121,"timestamp":141548379,"id":839,"parentId":824,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/util.js","layer":"action-browser"},"startTime":1749925092279,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":30882,"timestamp":141548479,"id":840,"parentId":824,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/array-set.js","layer":"action-browser"},"startTime":1749925092279,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":31275,"timestamp":141548573,"id":841,"parentId":824,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/mapping-list.js","layer":"action-browser"},"startTime":1749925092279,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":31734,"timestamp":141548666,"id":842,"parentId":825,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/binary-search.js","layer":"action-browser"},"startTime":1749925092279,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":32235,"timestamp":141548762,"id":843,"parentId":825,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/quick-sort.js","layer":"action-browser"},"startTime":1749925092279,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":32410,"timestamp":141548852,"id":844,"parentId":828,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/config.js","layer":"action-browser"},"startTime":1749925092279,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":32838,"timestamp":141548946,"id":845,"parentId":828,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/generic.js","layer":"action-browser"},"startTime":1749925092279,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":33386,"timestamp":141549063,"id":846,"parentId":828,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/keywords/keywords.js","layer":"action-browser"},"startTime":1749925092279,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":33534,"timestamp":141549170,"id":847,"parentId":828,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/module.js","layer":"action-browser"},"startTime":1749925092279,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":34787,"timestamp":141549264,"id":848,"parentId":828,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/scope.js","layer":"action-browser"},"startTime":1749925092279,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":35255,"timestamp":141549354,"id":849,"parentId":828,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/type.js","layer":"action-browser"},"startTime":1749925092280,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":35667,"timestamp":141549443,"id":850,"parentId":820,"tags":{"name":"/home/runner/work/envin/envin/node_modules/clsx/dist/clsx.mjs","layer":"action-browser"},"startTime":1749925092280,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":43692,"timestamp":141549540,"id":851,"parentId":820,"tags":{"name":"/home/runner/work/envin/envin/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"action-browser"},"startTime":1749925092280,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":43807,"timestamp":141549630,"id":852,"parentId":821,"tags":{"name":"/home/runner/work/envin/envin/node_modules/log-symbols/index.js","layer":"action-browser"},"startTime":1749925092280,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":44547,"timestamp":141549719,"id":853,"parentId":828,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/index.js","layer":"action-browser"},"startTime":1749925092280,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":44929,"timestamp":141549817,"id":854,"parentId":828,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/index.js","layer":"action-browser"},"startTime":1749925092280,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":45562,"timestamp":141549911,"id":855,"parentId":780,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/app/page.tsx","layer":"action-browser"},"startTime":1749925092280,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":17424,"timestamp":141615204,"id":856,"parentId":832,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/locales/en.js","layer":"action-browser"},"startTime":1749925092345,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":17440,"timestamp":141615445,"id":857,"parentId":836,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/helpers/errorUtil.js","layer":"action-browser"},"startTime":1749925092346,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":17618,"timestamp":141615621,"id":858,"parentId":838,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/base64.js","layer":"action-browser"},"startTime":1749925092346,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":18196,"timestamp":141615856,"id":859,"parentId":845,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/reduce/dynamic.js","layer":"action-browser"},"startTime":1749925092346,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":18407,"timestamp":141616068,"id":860,"parentId":845,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/string.js","layer":"action-browser"},"startTime":1749925092346,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":18486,"timestamp":141616243,"id":861,"parentId":846,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/keywords/builtins.js","layer":"action-browser"},"startTime":1749925092346,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":18558,"timestamp":141616407,"id":862,"parentId":846,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/keywords/constructors.js","layer":"action-browser"},"startTime":1749925092347,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":18676,"timestamp":141616578,"id":863,"parentId":846,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/keywords/number.js","layer":"action-browser"},"startTime":1749925092347,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":20812,"timestamp":141616741,"id":864,"parentId":846,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/keywords/string.js","layer":"action-browser"},"startTime":1749925092347,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":21354,"timestamp":141616918,"id":865,"parentId":846,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/keywords/ts.js","layer":"action-browser"},"startTime":1749925092347,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":21796,"timestamp":141617122,"id":866,"parentId":848,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/match.js","layer":"action-browser"},"startTime":1749925092347,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":21817,"timestamp":141617311,"id":867,"parentId":848,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/ast/validate.js","layer":"action-browser"},"startTime":1749925092348,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":22113,"timestamp":141617482,"id":868,"parentId":848,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/definition.js","layer":"action-browser"},"startTime":1749925092348,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":22226,"timestamp":141617664,"id":869,"parentId":848,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/shift/scanner.js","layer":"action-browser"},"startTime":1749925092348,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":22308,"timestamp":141617849,"id":870,"parentId":852,"tags":{"name":"/home/runner/work/envin/envin/node_modules/log-symbols/symbols.js","layer":"action-browser"},"startTime":1749925092348,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":22420,"timestamp":141618038,"id":871,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/config.js","layer":"action-browser"},"startTime":1749925092348,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":23191,"timestamp":141618221,"id":872,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/constraint.js","layer":"action-browser"},"startTime":1749925092348,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":23645,"timestamp":141618400,"id":873,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/generic.js","layer":"action-browser"},"startTime":1749925092349,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":23881,"timestamp":141618565,"id":874,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/intrinsic.js","layer":"action-browser"},"startTime":1749925092349,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":24198,"timestamp":141618725,"id":875,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/kinds.js","layer":"action-browser"},"startTime":1749925092349,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":24343,"timestamp":141618891,"id":876,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/module.js","layer":"action-browser"},"startTime":1749925092349,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":26035,"timestamp":141619086,"id":877,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/node.js","layer":"action-browser"},"startTime":1749925092349,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":27168,"timestamp":141619264,"id":878,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/parse.js","layer":"action-browser"},"startTime":1749925092349,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":27480,"timestamp":141619430,"id":879,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/predicate.js","layer":"action-browser"},"startTime":1749925092350,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":27882,"timestamp":141619590,"id":880,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/refinements/after.js","layer":"action-browser"},"startTime":1749925092350,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":28316,"timestamp":141619752,"id":881,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/refinements/before.js","layer":"action-browser"},"startTime":1749925092350,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":28794,"timestamp":141619934,"id":882,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/refinements/divisor.js","layer":"action-browser"},"startTime":1749925092350,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":29211,"timestamp":141620223,"id":883,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/refinements/exactLength.js","layer":"action-browser"},"startTime":1749925092350,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":29598,"timestamp":141620400,"id":884,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/refinements/max.js","layer":"action-browser"},"startTime":1749925092351,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":30085,"timestamp":141620536,"id":885,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/refinements/maxLength.js","layer":"action-browser"},"startTime":1749925092351,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":30533,"timestamp":141620663,"id":886,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/refinements/min.js","layer":"action-browser"},"startTime":1749925092351,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":30975,"timestamp":141620790,"id":887,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/refinements/minLength.js","layer":"action-browser"},"startTime":1749925092351,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":31495,"timestamp":141620908,"id":888,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/refinements/pattern.js","layer":"action-browser"},"startTime":1749925092351,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":32144,"timestamp":141621070,"id":889,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/refinements/range.js","layer":"action-browser"},"startTime":1749925092351,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":32529,"timestamp":141621201,"id":890,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/roots/domain.js","layer":"action-browser"},"startTime":1749925092351,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":33832,"timestamp":141621311,"id":891,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/roots/intersection.js","layer":"action-browser"},"startTime":1749925092352,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":34748,"timestamp":141621407,"id":892,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/roots/morph.js","layer":"action-browser"},"startTime":1749925092352,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":36968,"timestamp":141621500,"id":893,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/roots/proto.js","layer":"action-browser"},"startTime":1749925092352,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":40226,"timestamp":141621601,"id":894,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/roots/root.js","layer":"action-browser"},"startTime":1749925092352,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":45281,"timestamp":141621696,"id":895,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/roots/union.js","layer":"action-browser"},"startTime":1749925092352,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":45890,"timestamp":141621789,"id":896,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/roots/unit.js","layer":"action-browser"},"startTime":1749925092352,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":49366,"timestamp":141621880,"id":897,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/scope.js","layer":"action-browser"},"startTime":1749925092352,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":50858,"timestamp":141621979,"id":898,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/shared/compile.js","layer":"action-browser"},"startTime":1749925092352,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":50979,"timestamp":141622093,"id":899,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/shared/declare.js","layer":"action-browser"},"startTime":1749925092352,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":51436,"timestamp":141622188,"id":900,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/shared/disjoint.js","layer":"action-browser"},"startTime":1749925092352,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":52236,"timestamp":141622289,"id":901,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/shared/errors.js","layer":"action-browser"},"startTime":1749925092353,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":52921,"timestamp":141622379,"id":902,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/shared/implement.js","layer":"action-browser"},"startTime":1749925092353,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":53577,"timestamp":141622469,"id":903,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/shared/intersections.js","layer":"action-browser"},"startTime":1749925092353,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":53790,"timestamp":141622561,"id":904,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/shared/jsonSchema.js","layer":"action-browser"},"startTime":1749925092353,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":54113,"timestamp":141622657,"id":905,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/shared/registry.js","layer":"action-browser"},"startTime":1749925092353,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":54144,"timestamp":141622747,"id":906,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/shared/standardSchema.js","layer":"action-browser"},"startTime":1749925092353,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":54887,"timestamp":141622836,"id":907,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/shared/traversal.js","layer":"action-browser"},"startTime":1749925092353,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":55055,"timestamp":141622934,"id":908,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/shared/utils.js","layer":"action-browser"},"startTime":1749925092353,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":55559,"timestamp":141623172,"id":909,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/structure/index.js","layer":"action-browser"},"startTime":1749925092353,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":56204,"timestamp":141623327,"id":910,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/structure/optional.js","layer":"action-browser"},"startTime":1749925092354,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":56848,"timestamp":141623438,"id":911,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/structure/prop.js","layer":"action-browser"},"startTime":1749925092354,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":57078,"timestamp":141623535,"id":912,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/structure/required.js","layer":"action-browser"},"startTime":1749925092354,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":59305,"timestamp":141623627,"id":913,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/structure/sequence.js","layer":"action-browser"},"startTime":1749925092354,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":64151,"timestamp":141623718,"id":914,"parentId":853,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/structure/structure.js","layer":"action-browser"},"startTime":1749925092354,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":64802,"timestamp":141623815,"id":915,"parentId":854,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/arrays.js","layer":"action-browser"},"startTime":1749925092354,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":65063,"timestamp":141623908,"id":916,"parentId":854,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/clone.js","layer":"action-browser"},"startTime":1749925092354,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":65117,"timestamp":141623998,"id":917,"parentId":854,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/describe.js","layer":"action-browser"},"startTime":1749925092354,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":65210,"timestamp":141624140,"id":918,"parentId":854,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/domain.js","layer":"action-browser"},"startTime":1749925092354,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":65424,"timestamp":141624235,"id":919,"parentId":854,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/errors.js","layer":"action-browser"},"startTime":1749925092354,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":65638,"timestamp":141624325,"id":920,"parentId":854,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/flatMorph.js","layer":"action-browser"},"startTime":1749925092355,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":66032,"timestamp":141624415,"id":921,"parentId":854,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/functions.js","layer":"action-browser"},"startTime":1749925092355,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":66142,"timestamp":141624511,"id":922,"parentId":854,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/generics.js","layer":"action-browser"},"startTime":1749925092355,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":66227,"timestamp":141624601,"id":923,"parentId":854,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/hkt.js","layer":"action-browser"},"startTime":1749925092355,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":66241,"timestamp":141624690,"id":924,"parentId":854,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/intersections.js","layer":"action-browser"},"startTime":1749925092355,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":66280,"timestamp":141624787,"id":925,"parentId":854,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/keys.js","layer":"action-browser"},"startTime":1749925092355,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":66378,"timestamp":141624883,"id":926,"parentId":854,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/lazily.js","layer":"action-browser"},"startTime":1749925092355,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":67180,"timestamp":141624972,"id":927,"parentId":854,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/numbers.js","layer":"action-browser"},"startTime":1749925092355,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":67723,"timestamp":141625081,"id":928,"parentId":854,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/objectKinds.js","layer":"action-browser"},"startTime":1749925092355,"traceId":"04aa2910e90ec27b"}]
10
- [{"name":"build-module-js","duration":68437,"timestamp":141625181,"id":929,"parentId":854,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/path.js","layer":"action-browser"},"startTime":1749925092355,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":68526,"timestamp":141625271,"id":930,"parentId":854,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/primitive.js","layer":"action-browser"},"startTime":1749925092355,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":69282,"timestamp":141625361,"id":931,"parentId":854,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/records.js","layer":"action-browser"},"startTime":1749925092356,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":69768,"timestamp":141625456,"id":932,"parentId":854,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/registry.js","layer":"action-browser"},"startTime":1749925092356,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":70140,"timestamp":141625544,"id":933,"parentId":854,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/scanner.js","layer":"action-browser"},"startTime":1749925092356,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8022,"timestamp":141724670,"id":935,"parentId":854,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/serialize.js","layer":"action-browser"},"startTime":1749925092455,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8439,"timestamp":141724789,"id":936,"parentId":854,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/strings.js","layer":"action-browser"},"startTime":1749925092455,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8956,"timestamp":141724903,"id":937,"parentId":854,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/traits.js","layer":"action-browser"},"startTime":1749925092455,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8960,"timestamp":141725019,"id":938,"parentId":854,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/util/out/unionToTuple.js","layer":"action-browser"},"startTime":1749925092455,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":9049,"timestamp":141725123,"id":939,"parentId":855,"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":1749925092455,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8918,"timestamp":141725519,"id":943,"parentId":859,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/shift/operand/operand.js","layer":"action-browser"},"startTime":1749925092456,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":9137,"timestamp":141725652,"id":944,"parentId":859,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/shift/operator/operator.js","layer":"action-browser"},"startTime":1749925092456,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":9544,"timestamp":141725749,"id":945,"parentId":859,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/reduce/shared.js","layer":"action-browser"},"startTime":1749925092456,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":9789,"timestamp":141725842,"id":946,"parentId":860,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/shift/operator/default.js","layer":"action-browser"},"startTime":1749925092456,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":10124,"timestamp":141725940,"id":947,"parentId":862,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/keywords/Array.js","layer":"action-browser"},"startTime":1749925092456,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":10349,"timestamp":141726068,"id":948,"parentId":862,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/keywords/FormData.js","layer":"action-browser"},"startTime":1749925092456,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":10422,"timestamp":141726200,"id":949,"parentId":862,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/keywords/TypedArray.js","layer":"action-browser"},"startTime":1749925092456,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":11140,"timestamp":141726302,"id":950,"parentId":868,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/objectLiteral.js","layer":"action-browser"},"startTime":1749925092457,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":11830,"timestamp":141726394,"id":951,"parentId":868,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/tupleExpressions.js","layer":"action-browser"},"startTime":1749925092457,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":12447,"timestamp":141726495,"id":952,"parentId":868,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/tupleLiteral.js","layer":"action-browser"},"startTime":1749925092457,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":12603,"timestamp":141726586,"id":953,"parentId":874,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/structure/shared.js","layer":"action-browser"},"startTime":1749925092457,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":12774,"timestamp":141726686,"id":954,"parentId":875,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/refinements/kinds.js","layer":"action-browser"},"startTime":1749925092457,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":13555,"timestamp":141726806,"id":955,"parentId":875,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/roots/alias.js","layer":"action-browser"},"startTime":1749925092457,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":13624,"timestamp":141726902,"id":956,"parentId":870,"tags":{"name":"/home/runner/work/envin/envin/node_modules/yoctocolors/index.js","layer":"action-browser"},"startTime":1749925092457,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":13758,"timestamp":141727019,"id":957,"parentId":870,"tags":{"name":"/home/runner/work/envin/envin/node_modules/is-unicode-supported/index.js","layer":"action-browser"},"startTime":1749925092457,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":13959,"timestamp":141727129,"id":958,"parentId":890,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/roots/basis.js","layer":"action-browser"},"startTime":1749925092457,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":14052,"timestamp":141727226,"id":959,"parentId":891,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/node_modules/@ark/schema/out/roots/utils.js","layer":"action-browser"},"startTime":1749925092457,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":16589,"timestamp":141725226,"id":940,"parentId":855,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/app/env.ts","layer":"action-browser"},"startTime":1749925092455,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":16766,"timestamp":141725324,"id":941,"parentId":855,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/envin.tsx","layer":"action-browser"},"startTime":1749925092456,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":17357,"timestamp":141725422,"id":942,"parentId":855,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/variables/index.ts","layer":"action-browser"},"startTime":1749925092456,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":34186,"timestamp":141724511,"id":934,"parentId":855,"tags":{"name":"__barrel_optimize__?names=Ban!=!/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"action-browser"},"startTime":1749925092455,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4062,"timestamp":141759405,"id":961,"parentId":943,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/shift/operand/enclosed.js","layer":"action-browser"},"startTime":1749925092490,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4525,"timestamp":141759539,"id":962,"parentId":943,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/shift/operand/unenclosed.js","layer":"action-browser"},"startTime":1749925092490,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5151,"timestamp":141759644,"id":963,"parentId":944,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/shift/operator/bounds.js","layer":"action-browser"},"startTime":1749925092490,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5217,"timestamp":141759742,"id":964,"parentId":944,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/shift/operator/brand.js","layer":"action-browser"},"startTime":1749925092490,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5361,"timestamp":141759842,"id":965,"parentId":944,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/shift/operator/divisor.js","layer":"action-browser"},"startTime":1749925092490,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5536,"timestamp":141759936,"id":966,"parentId":950,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/property.js","layer":"action-browser"},"startTime":1749925092490,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6278,"timestamp":141760060,"id":967,"parentId":956,"tags":{"name":"/home/runner/work/envin/envin/node_modules/yoctocolors/base.js","layer":"action-browser"},"startTime":1749925092490,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7615,"timestamp":141760167,"id":968,"parentId":942,"tags":{"name":"/home/runner/work/envin/envin/node_modules/dotenv/lib/main.js","layer":"action-browser"},"startTime":1749925092490,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":9303,"timestamp":141758824,"id":960,"parentId":780,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/standard.ts","layer":"action-browser"},"startTime":1749925092489,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":8154,"timestamp":141760260,"id":969,"parentId":942,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/variables/default.ts","layer":"action-browser"},"startTime":1749925092490,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":8178,"timestamp":141760457,"id":971,"parentId":941,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/filters/context.tsx","layer":"action-browser"},"startTime":1749925092491,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":8850,"timestamp":141760355,"id":970,"parentId":942,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/variables/description.ts","layer":"action-browser"},"startTime":1749925092491,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":8698,"timestamp":141760829,"id":975,"parentId":941,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/index.tsx","layer":"action-browser"},"startTime":1749925092491,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":9387,"timestamp":141760550,"id":972,"parentId":941,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/context.tsx","layer":"action-browser"},"startTime":1749925092491,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":9632,"timestamp":141760641,"id":973,"parentId":942,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/types.ts","layer":"action-browser"},"startTime":1749925092491,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":9779,"timestamp":141760738,"id":974,"parentId":941,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/filters/index.tsx","layer":"action-browser"},"startTime":1749925092491,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5779,"timestamp":141773086,"id":976,"parentId":934,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/ban.js","layer":"action-browser"},"startTime":1749925092503,"traceId":"04aa2910e90ec27b"},{"name":"build-module-json","duration":344,"timestamp":141779395,"id":979,"parentId":968,"tags":{"name":"/home/runner/work/envin/envin/node_modules/dotenv/package.json","layer":"action-browser"},"startTime":1749925092510,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":1398,"timestamp":141779147,"id":977,"parentId":961,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/shift/operand/date.js","layer":"action-browser"},"startTime":1749925092509,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":1568,"timestamp":141779290,"id":978,"parentId":962,"tags":{"name":"/home/runner/work/envin/envin/packages/core/node_modules/arktype/out/parser/shift/operand/genericArgs.js","layer":"action-browser"},"startTime":1749925092510,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":1561,"timestamp":141779523,"id":981,"parentId":975,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/preview.tsx","layer":"action-browser"},"startTime":1749925092510,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":3095,"timestamp":141779426,"id":980,"parentId":975,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/form.tsx","layer":"action-browser"},"startTime":1749925092510,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":2114,"timestamp":141781208,"id":982,"parentId":976,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/createLucideIcon.js","layer":"action-browser"},"startTime":1749925092511,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":1351,"timestamp":141783903,"id":983,"parentId":982,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/shared/src/utils.js","layer":"action-browser"},"startTime":1749925092514,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":1550,"timestamp":141784074,"id":984,"parentId":982,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/Icon.js","layer":"action-browser"},"startTime":1749925092514,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":716,"timestamp":141786030,"id":985,"parentId":984,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/defaultAttributes.js","layer":"action-browser"},"startTime":1749925092516,"traceId":"04aa2910e90ec27b"},{"name":"make","duration":3865844,"timestamp":137921047,"id":18,"parentId":16,"tags":{},"startTime":1749925088651,"traceId":"04aa2910e90ec27b"},{"name":"get-entries","duration":466,"timestamp":141788140,"id":987,"parentId":986,"tags":{},"startTime":1749925092518,"traceId":"04aa2910e90ec27b"},{"name":"node-file-trace-plugin","duration":186500,"timestamp":141794604,"id":988,"parentId":986,"tags":{"traceEntryCount":"8"},"startTime":1749925092525,"traceId":"04aa2910e90ec27b"},{"name":"collect-traced-files","duration":855,"timestamp":141981120,"id":989,"parentId":986,"tags":{},"startTime":1749925092711,"traceId":"04aa2910e90ec27b"},{"name":"finish-modules","duration":194059,"timestamp":141787930,"id":986,"parentId":17,"tags":{},"startTime":1749925092518,"traceId":"04aa2910e90ec27b"},{"name":"chunk-graph","duration":19485,"timestamp":142096177,"id":991,"parentId":990,"tags":{},"startTime":1749925092826,"traceId":"04aa2910e90ec27b"},{"name":"optimize-modules","duration":27,"timestamp":142115794,"id":993,"parentId":990,"tags":{},"startTime":1749925092846,"traceId":"04aa2910e90ec27b"},{"name":"optimize-chunks","duration":10922,"timestamp":142115895,"id":994,"parentId":990,"tags":{},"startTime":1749925092846,"traceId":"04aa2910e90ec27b"},{"name":"optimize-tree","duration":141,"timestamp":142126899,"id":995,"parentId":990,"tags":{},"startTime":1749925092857,"traceId":"04aa2910e90ec27b"},{"name":"optimize-chunk-modules","duration":43141,"timestamp":142127131,"id":996,"parentId":990,"tags":{},"startTime":1749925092857,"traceId":"04aa2910e90ec27b"},{"name":"optimize","duration":54637,"timestamp":142115739,"id":992,"parentId":990,"tags":{},"startTime":1749925092846,"traceId":"04aa2910e90ec27b"},{"name":"module-hash","duration":35955,"timestamp":142192847,"id":997,"parentId":990,"tags":{},"startTime":1749925092923,"traceId":"04aa2910e90ec27b"},{"name":"code-generation","duration":766794,"timestamp":142228860,"id":998,"parentId":990,"tags":{},"startTime":1749925092959,"traceId":"04aa2910e90ec27b"},{"name":"hash","duration":8784,"timestamp":143001019,"id":999,"parentId":990,"tags":{},"startTime":1749925093731,"traceId":"04aa2910e90ec27b"},{"name":"code-generation-jobs","duration":494,"timestamp":143009799,"id":1000,"parentId":990,"tags":{},"startTime":1749925093740,"traceId":"04aa2910e90ec27b"},{"name":"module-assets","duration":421,"timestamp":143010249,"id":1001,"parentId":990,"tags":{},"startTime":1749925093740,"traceId":"04aa2910e90ec27b"},{"name":"create-chunk-assets","duration":7937,"timestamp":143010684,"id":1002,"parentId":990,"tags":{},"startTime":1749925093741,"traceId":"04aa2910e90ec27b"},{"name":"minify-js","duration":146973,"timestamp":143047397,"id":1004,"parentId":1003,"tags":{"name":"../app/_not-found/page.js","cache":"MISS"},"startTime":1749925093778,"traceId":"04aa2910e90ec27b"},{"name":"minify-js","duration":141780,"timestamp":143052681,"id":1006,"parentId":1003,"tags":{"name":"../pages/_app.js","cache":"MISS"},"startTime":1749925093783,"traceId":"04aa2910e90ec27b"},{"name":"minify-js","duration":141609,"timestamp":143052900,"id":1007,"parentId":1003,"tags":{"name":"../pages/_error.js","cache":"MISS"},"startTime":1749925093783,"traceId":"04aa2910e90ec27b"},{"name":"minify-js","duration":84665,"timestamp":143109883,"id":1009,"parentId":1003,"tags":{"name":"../pages/_document.js","cache":"MISS"},"startTime":1749925093840,"traceId":"04aa2910e90ec27b"},{"name":"minify-js","duration":84609,"timestamp":143109974,"id":1010,"parentId":1003,"tags":{"name":"../webpack-runtime.js","cache":"MISS"},"startTime":1749925093840,"traceId":"04aa2910e90ec27b"},{"name":"minify-js","duration":144120,"timestamp":143050508,"id":1005,"parentId":1003,"tags":{"name":"../app/favicon.ico/route.js","cache":"MISS"},"startTime":1749925093781,"traceId":"04aa2910e90ec27b"},{"name":"minify-js","duration":135872,"timestamp":143127649,"id":1013,"parentId":1003,"tags":{"name":"496.js","cache":"MISS"},"startTime":1749925093858,"traceId":"04aa2910e90ec27b"},{"name":"minify-js","duration":164052,"timestamp":143110319,"id":1011,"parentId":1003,"tags":{"name":"191.js","cache":"MISS"},"startTime":1749925093841,"traceId":"04aa2910e90ec27b"},{"name":"minify-js","duration":207829,"timestamp":143113474,"id":1012,"parentId":1003,"tags":{"name":"601.js","cache":"MISS"},"startTime":1749925093844,"traceId":"04aa2910e90ec27b"},{"name":"minify-js","duration":948557,"timestamp":143053569,"id":1008,"parentId":1003,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1749925093784,"traceId":"04aa2910e90ec27b"},{"name":"minify-webpack-plugin-optimize","duration":981494,"timestamp":143020655,"id":1003,"parentId":16,"tags":{"compilationName":"server","mangle":"true"},"startTime":1749925093751,"traceId":"04aa2910e90ec27b"},{"name":"css-minimizer-plugin","duration":154,"timestamp":144002419,"id":1014,"parentId":16,"tags":{},"startTime":1749925094733,"traceId":"04aa2910e90ec27b"},{"name":"create-trace-assets","duration":1342,"timestamp":144002772,"id":1015,"parentId":17,"tags":{},"startTime":1749925094733,"traceId":"04aa2910e90ec27b"},{"name":"seal","duration":1978934,"timestamp":142033783,"id":990,"parentId":16,"tags":{},"startTime":1749925092764,"traceId":"04aa2910e90ec27b"},{"name":"webpack-compilation","duration":6110421,"timestamp":137907930,"id":16,"parentId":13,"tags":{"name":"server"},"startTime":1749925088638,"traceId":"04aa2910e90ec27b"},{"name":"emit","duration":6217,"timestamp":144018733,"id":1016,"parentId":13,"tags":{},"startTime":1749925094749,"traceId":"04aa2910e90ec27b"},{"name":"webpack-close","duration":1401206,"timestamp":144026176,"id":1017,"parentId":13,"tags":{"name":"server"},"startTime":1749925094756,"traceId":"04aa2910e90ec27b"},{"name":"webpack-generate-error-stats","duration":2845,"timestamp":145427452,"id":1018,"parentId":1017,"tags":{},"startTime":1749925096158,"traceId":"04aa2910e90ec27b"},{"name":"make","duration":208,"timestamp":145439531,"id":1020,"parentId":1019,"tags":{},"startTime":1749925096170,"traceId":"04aa2910e90ec27b"},{"name":"chunk-graph","duration":35,"timestamp":145440470,"id":1022,"parentId":1021,"tags":{},"startTime":1749925096171,"traceId":"04aa2910e90ec27b"},{"name":"optimize-modules","duration":12,"timestamp":145440569,"id":1024,"parentId":1021,"tags":{},"startTime":1749925096171,"traceId":"04aa2910e90ec27b"},{"name":"optimize-chunks","duration":78,"timestamp":145440645,"id":1025,"parentId":1021,"tags":{},"startTime":1749925096171,"traceId":"04aa2910e90ec27b"},{"name":"optimize-tree","duration":13,"timestamp":145440774,"id":1026,"parentId":1021,"tags":{},"startTime":1749925096171,"traceId":"04aa2910e90ec27b"},{"name":"optimize-chunk-modules","duration":70,"timestamp":145440860,"id":1027,"parentId":1021,"tags":{},"startTime":1749925096171,"traceId":"04aa2910e90ec27b"},{"name":"optimize","duration":453,"timestamp":145440524,"id":1023,"parentId":1021,"tags":{},"startTime":1749925096171,"traceId":"04aa2910e90ec27b"},{"name":"module-hash","duration":16,"timestamp":145441196,"id":1028,"parentId":1021,"tags":{},"startTime":1749925096171,"traceId":"04aa2910e90ec27b"},{"name":"code-generation","duration":15,"timestamp":145441226,"id":1029,"parentId":1021,"tags":{},"startTime":1749925096171,"traceId":"04aa2910e90ec27b"}]
11
- [{"name":"hash","duration":71,"timestamp":145441487,"id":1030,"parentId":1021,"tags":{},"startTime":1749925096172,"traceId":"04aa2910e90ec27b"},{"name":"code-generation-jobs","duration":53,"timestamp":145441558,"id":1031,"parentId":1021,"tags":{},"startTime":1749925096172,"traceId":"04aa2910e90ec27b"},{"name":"module-assets","duration":19,"timestamp":145441600,"id":1032,"parentId":1021,"tags":{},"startTime":1749925096172,"traceId":"04aa2910e90ec27b"},{"name":"create-chunk-assets","duration":16,"timestamp":145441626,"id":1033,"parentId":1021,"tags":{},"startTime":1749925096172,"traceId":"04aa2910e90ec27b"},{"name":"minify-js","duration":1127,"timestamp":145443747,"id":1035,"parentId":1034,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"MISS"},"startTime":1749925096174,"traceId":"04aa2910e90ec27b"},{"name":"minify-webpack-plugin-optimize","duration":1378,"timestamp":145443504,"id":1034,"parentId":1019,"tags":{"compilationName":"edge-server","mangle":"true"},"startTime":1749925096174,"traceId":"04aa2910e90ec27b"},{"name":"css-minimizer-plugin","duration":9,"timestamp":145444932,"id":1036,"parentId":1019,"tags":{},"startTime":1749925096175,"traceId":"04aa2910e90ec27b"},{"name":"seal","duration":6367,"timestamp":145440301,"id":1021,"parentId":1019,"tags":{},"startTime":1749925096171,"traceId":"04aa2910e90ec27b"},{"name":"webpack-compilation","duration":8870,"timestamp":145437907,"id":1019,"parentId":13,"tags":{"name":"edge-server"},"startTime":1749925096168,"traceId":"04aa2910e90ec27b"},{"name":"emit","duration":1004,"timestamp":145446835,"id":1037,"parentId":13,"tags":{},"startTime":1749925096177,"traceId":"04aa2910e90ec27b"},{"name":"webpack-close","duration":4224,"timestamp":145448123,"id":1038,"parentId":13,"tags":{"name":"edge-server"},"startTime":1749925096178,"traceId":"04aa2910e90ec27b"},{"name":"webpack-generate-error-stats","duration":779,"timestamp":145452357,"id":1039,"parentId":1038,"tags":{},"startTime":1749925096183,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":1232,"timestamp":145468817,"id":1051,"parentId":1044,"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%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%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%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&server=false!","layer":"app-pages-browser"},"startTime":1749925096199,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":255,"timestamp":145470092,"id":1052,"parentId":1049,"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":1749925096200,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":341,"timestamp":145470364,"id":1053,"parentId":1050,"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":1749925096201,"traceId":"04aa2910e90ec27b"},{"name":"next-client-pages-loader","duration":176,"timestamp":145473822,"id":1057,"parentId":1056,"tags":{"absolutePagePath":"next/dist/client/components/not-found-error"},"startTime":1749925096204,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":1357,"timestamp":145473318,"id":1056,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!","layer":"app-pages-browser"},"startTime":1749925096204,"traceId":"04aa2910e90ec27b"},{"name":"next-client-pages-loader","duration":26,"timestamp":145475268,"id":1059,"parentId":1058,"tags":{"absolutePagePath":"next/dist/pages/_app"},"startTime":1749925096205,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":822,"timestamp":145474696,"id":1058,"parentId":1046,"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":1749925096205,"traceId":"04aa2910e90ec27b"},{"name":"next-client-pages-loader","duration":20,"timestamp":145475600,"id":1061,"parentId":1060,"tags":{"absolutePagePath":"next/dist/pages/_error"},"startTime":1749925096206,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":282,"timestamp":145475536,"id":1060,"parentId":1048,"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":1749925096206,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":10990,"timestamp":145471154,"id":1055,"parentId":1043,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-next.js","layer":"app-pages-browser"},"startTime":1749925096201,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":11938,"timestamp":145470721,"id":1054,"parentId":1042,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/next.js","layer":"pages-dir-browser"},"startTime":1749925096201,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6360,"timestamp":145497499,"id":1063,"parentId":1051,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/client-segment.js","layer":"app-pages-browser"},"startTime":1749925096228,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7773,"timestamp":145497741,"id":1066,"parentId":1051,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/render-from-template-context.js","layer":"app-pages-browser"},"startTime":1749925096228,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":9298,"timestamp":145497813,"id":1067,"parentId":1051,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"app-pages-browser"},"startTime":1749925096228,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":15479,"timestamp":145497587,"id":1064,"parentId":1051,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/error-boundary.js","layer":"app-pages-browser"},"startTime":1749925096228,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":16208,"timestamp":145497879,"id":1068,"parentId":1051,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/metadata/async-metadata.js","layer":"app-pages-browser"},"startTime":1749925096228,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":17529,"timestamp":145497361,"id":1062,"parentId":1051,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/client-page.js","layer":"app-pages-browser"},"startTime":1749925096228,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":17619,"timestamp":145497950,"id":1069,"parentId":1051,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/metadata/metadata-boundary.js","layer":"app-pages-browser"},"startTime":1749925096228,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":18197,"timestamp":145498039,"id":1070,"parentId":1058,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/pages/_app.js","layer":"pages-dir-browser"},"startTime":1749925096228,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":18529,"timestamp":145498155,"id":1072,"parentId":1056,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/not-found-error.js","layer":"app-pages-browser"},"startTime":1749925096228,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":19691,"timestamp":145498100,"id":1071,"parentId":1060,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/pages/_error.js","layer":"pages-dir-browser"},"startTime":1749925096228,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":20539,"timestamp":145498220,"id":1073,"parentId":1053,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/filters/context.tsx","layer":"app-pages-browser"},"startTime":1749925096228,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":21820,"timestamp":145498920,"id":1074,"parentId":1053,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/filters/index.tsx","layer":"app-pages-browser"},"startTime":1749925096229,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":23394,"timestamp":145499304,"id":1076,"parentId":1053,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/form.tsx","layer":"app-pages-browser"},"startTime":1749925096230,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":31256,"timestamp":145497665,"id":1065,"parentId":1051,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/layout-router.js","layer":"app-pages-browser"},"startTime":1749925096228,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":28122,"timestamp":145501709,"id":1078,"parentId":1055,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-webpack.js","layer":"app-pages-browser"},"startTime":1749925096232,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":47726,"timestamp":145499481,"id":1077,"parentId":1053,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/preview.tsx","layer":"app-pages-browser"},"startTime":1749925096230,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":46302,"timestamp":145501810,"id":1079,"parentId":1055,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-bootstrap.js","layer":"app-pages-browser"},"startTime":1749925096232,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":46439,"timestamp":145502388,"id":1083,"parentId":1054,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/webpack.js","layer":"pages-dir-browser"},"startTime":1749925096233,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":51449,"timestamp":145499110,"id":1075,"parentId":1053,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/context.tsx","layer":"app-pages-browser"},"startTime":1749925096229,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":49795,"timestamp":145502284,"id":1082,"parentId":1055,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-index.js","layer":"app-pages-browser"},"startTime":1749925096233,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":54117,"timestamp":145504153,"id":1084,"parentId":1054,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/index.js","layer":"pages-dir-browser"},"startTime":1749925096234,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":24511,"timestamp":145534180,"id":1085,"parentId":1063,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/invariant-error.js","layer":"app-pages-browser"},"startTime":1749925096264,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":65241,"timestamp":145502080,"id":1081,"parentId":1054,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/require-instrumentation-client.js","layer":"pages-dir-browser"},"startTime":1749925096232,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":65732,"timestamp":145501897,"id":1080,"parentId":1055,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/require-instrumentation-client.js","layer":"app-pages-browser"},"startTime":1749925096232,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":2382,"timestamp":145587238,"id":1100,"parentId":1069,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/metadata-constants.js","layer":"app-pages-browser"},"startTime":1749925096317,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":2405,"timestamp":145587551,"id":1107,"parentId":1075,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/api/navigation.js","layer":"app-pages-browser"},"startTime":1749925096318,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7091,"timestamp":145586690,"id":1087,"parentId":1067,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/navigation-untracked.js","layer":"app-pages-browser"},"startTime":1749925096317,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7814,"timestamp":145586582,"id":1086,"parentId":1066,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1749925096317,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7914,"timestamp":145586793,"id":1089,"parentId":1067,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"app-pages-browser"},"startTime":1749925096317,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":1644,"timestamp":145599932,"id":1127,"parentId":1084,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/is-error.js","layer":"pages-dir-browser"},"startTime":1749925096330,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":1315,"timestamp":145600593,"id":1133,"parentId":1070,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"pages-dir-browser"},"startTime":1749925096331,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":1489,"timestamp":145600992,"id":1135,"parentId":1084,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"pages-dir-browser"},"startTime":1749925096331,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6409,"timestamp":145600125,"id":1132,"parentId":1066,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"app-pages-browser"},"startTime":1749925096330,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5867,"timestamp":145600899,"id":1134,"parentId":1064,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"app-pages-browser"},"startTime":1749925096331,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":23749,"timestamp":145586744,"id":1088,"parentId":1067,"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":1749925096317,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":23775,"timestamp":145586935,"id":1093,"parentId":1078,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"app-pages-browser"},"startTime":1749925096317,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":25120,"timestamp":145586904,"id":1092,"parentId":1071,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/head.js","layer":"pages-dir-browser"},"startTime":1749925096317,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":25415,"timestamp":145586971,"id":1094,"parentId":1064,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/is-next-router-error.js","layer":"app-pages-browser"},"startTime":1749925096317,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":25907,"timestamp":145587026,"id":1095,"parentId":1064,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/nav-failure-handler.js","layer":"app-pages-browser"},"startTime":1749925096317,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":26168,"timestamp":145587075,"id":1096,"parentId":1065,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"app-pages-browser"},"startTime":1749925096317,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":26485,"timestamp":145587117,"id":1097,"parentId":1065,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/match-segments.js","layer":"app-pages-browser"},"startTime":1749925096317,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":26947,"timestamp":145587200,"id":1099,"parentId":1065,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/use-action-queue.js","layer":"app-pages-browser"},"startTime":1749925096317,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":30606,"timestamp":145586869,"id":1091,"parentId":1070,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils.js","layer":"pages-dir-browser"},"startTime":1749925096317,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":31696,"timestamp":145586835,"id":1090,"parentId":1047,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/router.js","layer":"pages-dir-browser"},"startTime":1749925096317,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":31672,"timestamp":145587322,"id":1101,"parentId":1072,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/http-access-fallback/error-fallback.js","layer":"app-pages-browser"},"startTime":1749925096318,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":31922,"timestamp":145587439,"id":1104,"parentId":1065,"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":1749925096318,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":32820,"timestamp":145587157,"id":1098,"parentId":1065,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-boundary.js","layer":"app-pages-browser"},"startTime":1749925096317,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":32775,"timestamp":145587473,"id":1105,"parentId":1065,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":"app-pages-browser"},"startTime":1749925096318,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":34022,"timestamp":145587362,"id":1102,"parentId":1065,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"app-pages-browser"},"startTime":1749925096318,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":34247,"timestamp":145587513,"id":1106,"parentId":1065,"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":1749925096318,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":35842,"timestamp":145587403,"id":1103,"parentId":1065,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"app-pages-browser"},"startTime":1749925096318,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":27790,"timestamp":145595813,"id":1109,"parentId":1082,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-call-server.js","layer":"app-pages-browser"},"startTime":1749925096326,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":27940,"timestamp":145595997,"id":1111,"parentId":1082,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-build-id.js","layer":"app-pages-browser"},"startTime":1749925096326,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":28455,"timestamp":145595917,"id":1110,"parentId":1082,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-find-source-map-url.js","layer":"app-pages-browser"},"startTime":1749925096326,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":28497,"timestamp":145596109,"id":1112,"parentId":1082,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1749925096326,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":28298,"timestamp":145596508,"id":1116,"parentId":1084,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1749925096327,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":28709,"timestamp":145596427,"id":1115,"parentId":1068,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/metadata/browser-resolved-metadata.js","layer":"app-pages-browser"},"startTime":1749925096327,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":25778,"timestamp":145599587,"id":1119,"parentId":1084,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":"pages-dir-browser"},"startTime":1749925096330,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":25987,"timestamp":145599648,"id":1120,"parentId":1084,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":"pages-dir-browser"},"startTime":1749925096330,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":26183,"timestamp":145599731,"id":1122,"parentId":1063,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/request/params.browser.js","layer":"app-pages-browser"},"startTime":1749925096330,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":26726,"timestamp":145599690,"id":1121,"parentId":1084,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"pages-dir-browser"},"startTime":1749925096330,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":26915,"timestamp":145599775,"id":1123,"parentId":1062,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/request/search-params.browser.js","layer":"app-pages-browser"},"startTime":1749925096330,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":27448,"timestamp":145599894,"id":1126,"parentId":1082,"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":1749925096330,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":27707,"timestamp":145599957,"id":1128,"parentId":1084,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1749925096330,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":27935,"timestamp":145599998,"id":1129,"parentId":1084,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1749925096330,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":28141,"timestamp":145600089,"id":1131,"parentId":1084,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/is-next-router-error.js","layer":"pages-dir-browser"},"startTime":1749925096330,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":28462,"timestamp":145600056,"id":1130,"parentId":1084,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/mitt.js","layer":"pages-dir-browser"},"startTime":1749925096330,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":40971,"timestamp":145599816,"id":1124,"parentId":1082,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/app-router-instance.js","layer":"app-pages-browser"},"startTime":1749925096330,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":46236,"timestamp":145599858,"id":1125,"parentId":1082,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/app-router.js","layer":"app-pages-browser"},"startTime":1749925096330,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":65006,"timestamp":145587632,"id":1108,"parentId":1070,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react/jsx-runtime.js","layer":"pages-dir-browser"},"startTime":1749925096318,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5134,"timestamp":145654774,"id":1136,"parentId":1076,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/index.js","layer":"app-pages-browser"},"startTime":1749925096385,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":22764,"timestamp":145654977,"id":1138,"parentId":1075,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-hook-form/dist/index.esm.mjs","layer":"app-pages-browser"},"startTime":1749925096385,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":82202,"timestamp":145596360,"id":1114,"parentId":1083,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/deployment-id.js","layer":"pages-dir-browser"},"startTime":1749925096327,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":84688,"timestamp":145596196,"id":1113,"parentId":1078,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/deployment-id.js","layer":"app-pages-browser"},"startTime":1749925096326,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":26676,"timestamp":145655225,"id":1140,"parentId":1074,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/cn.ts","layer":"app-pages-browser"},"startTime":1749925096385,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":26957,"timestamp":145655311,"id":1141,"parentId":1074,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/button.tsx","layer":"app-pages-browser"},"startTime":1749925096386,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":27421,"timestamp":145655117,"id":1139,"parentId":1073,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/types.ts","layer":"app-pages-browser"},"startTime":1749925096385,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":27084,"timestamp":145655758,"id":1147,"parentId":1082,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/globals/handle-global-errors.js","layer":"app-pages-browser"},"startTime":1749925096386,"traceId":"04aa2910e90ec27b"}]
12
- [{"name":"build-module-js","duration":27718,"timestamp":145655687,"id":1146,"parentId":1082,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/globals/patch-console.js","layer":"app-pages-browser"},"startTime":1749925096386,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":28056,"timestamp":145655801,"id":1148,"parentId":1082,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/react-client-callbacks/on-recoverable-error.js","layer":"app-pages-browser"},"startTime":1749925096386,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":28786,"timestamp":145655840,"id":1149,"parentId":1082,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/react-client-callbacks/error-boundary-callbacks.js","layer":"app-pages-browser"},"startTime":1749925096386,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":29153,"timestamp":145655881,"id":1150,"parentId":1084,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/react-client-callbacks/on-recoverable-error.js","layer":"pages-dir-browser"},"startTime":1749925096386,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":29890,"timestamp":145655393,"id":1142,"parentId":1074,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/input.tsx","layer":"app-pages-browser"},"startTime":1749925096386,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":30586,"timestamp":145655481,"id":1143,"parentId":1074,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/select.tsx","layer":"app-pages-browser"},"startTime":1749925096386,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":30268,"timestamp":145656031,"id":1154,"parentId":1084,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1749925096386,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":30475,"timestamp":145656064,"id":1155,"parentId":1084,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/runtime-config.external.js","layer":"pages-dir-browser"},"startTime":1749925096386,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":31262,"timestamp":145655982,"id":1153,"parentId":1084,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/route-announcer.js","layer":"pages-dir-browser"},"startTime":1749925096386,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":32407,"timestamp":145655914,"id":1151,"parentId":1084,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/head-manager.js","layer":"pages-dir-browser"},"startTime":1749925096386,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":32685,"timestamp":145656136,"id":1157,"parentId":1084,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/remove-base-path.js","layer":"pages-dir-browser"},"startTime":1749925096386,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":32995,"timestamp":145656195,"id":1158,"parentId":1084,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/has-base-path.js","layer":"pages-dir-browser"},"startTime":1749925096386,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":34304,"timestamp":145655944,"id":1152,"parentId":1084,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/page-loader.js","layer":"pages-dir-browser"},"startTime":1749925096386,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":62526,"timestamp":145654923,"id":1137,"parentId":1070,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react/index.js","layer":"pages-dir-browser"},"startTime":1749925096385,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":61760,"timestamp":145656094,"id":1156,"parentId":1084,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-dom/client.js","layer":"pages-dir-browser"},"startTime":1749925096386,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":63008,"timestamp":145655642,"id":1145,"parentId":1084,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"pages-dir-browser"},"startTime":1749925096386,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":63727,"timestamp":145655562,"id":1144,"parentId":1082,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"app-pages-browser"},"startTime":1749925096386,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":14982,"timestamp":145705542,"id":1159,"parentId":1084,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1749925096436,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":15103,"timestamp":145705807,"id":1162,"parentId":1087,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1749925096436,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":15985,"timestamp":145705665,"id":1160,"parentId":1084,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/adapters.js","layer":"pages-dir-browser"},"startTime":1749925096436,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":15948,"timestamp":145706100,"id":1164,"parentId":1076,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/badge.tsx","layer":"app-pages-browser"},"startTime":1749925096436,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":16606,"timestamp":145705875,"id":1163,"parentId":1076,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/accordion.tsx","layer":"app-pages-browser"},"startTime":1749925096436,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":16207,"timestamp":145706583,"id":1167,"parentId":1074,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/hooks/use-copy-to-clipboard.ts","layer":"app-pages-browser"},"startTime":1749925096437,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":16764,"timestamp":145706435,"id":1166,"parentId":1076,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/scroll-area.tsx","layer":"app-pages-browser"},"startTime":1749925096437,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":16709,"timestamp":145706737,"id":1168,"parentId":1076,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/index.tsx","layer":"app-pages-browser"},"startTime":1749925096437,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":16652,"timestamp":145707061,"id":1170,"parentId":1075,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/hooks/use-hot-reload.ts","layer":"app-pages-browser"},"startTime":1749925096437,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":16992,"timestamp":145706884,"id":1169,"parentId":1075,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/validate.ts","layer":"app-pages-browser"},"startTime":1749925096437,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":18403,"timestamp":145706276,"id":1165,"parentId":1076,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/form.tsx","layer":"app-pages-browser"},"startTime":1749925096436,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":17659,"timestamp":145707363,"id":1173,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"pages-dir-browser"},"startTime":1749925096438,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":20256,"timestamp":145705729,"id":1161,"parentId":1107,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/navigation.js","layer":"app-pages-browser"},"startTime":1749925096436,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":18691,"timestamp":145707547,"id":1176,"parentId":1092,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1749925096438,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":18841,"timestamp":145707603,"id":1177,"parentId":1092,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/amp-mode.js","layer":"pages-dir-browser"},"startTime":1749925096438,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":19527,"timestamp":145707418,"id":1174,"parentId":1103,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/flight-data-helpers.js","layer":"app-pages-browser"},"startTime":1749925096438,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":19933,"timestamp":145707489,"id":1175,"parentId":1092,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/side-effect.js","layer":"pages-dir-browser"},"startTime":1749925096438,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":20415,"timestamp":145707221,"id":1171,"parentId":1076,"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":1749925096437,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":27826,"timestamp":145707298,"id":1172,"parentId":1084,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/script.js","layer":"pages-dir-browser"},"startTime":1749925096438,"traceId":"04aa2910e90ec27b"},{"name":"font-loader","duration":994,"timestamp":145749793,"id":1211,"parentId":1210,"tags":{},"startTime":1749925096480,"traceId":"04aa2910e90ec27b"},{"name":"font-loader","duration":310,"timestamp":145750482,"id":1213,"parentId":1212,"tags":{},"startTime":1749925096481,"traceId":"04aa2910e90ec27b"},{"name":"postcss","duration":2020,"timestamp":145752697,"id":1214,"parentId":1210,"tags":{},"startTime":1749925096483,"traceId":"04aa2910e90ec27b"},{"name":"postcss","duration":1078,"timestamp":145753646,"id":1215,"parentId":1212,"tags":{},"startTime":1749925096484,"traceId":"04aa2910e90ec27b"},{"name":"next-font-loader","duration":5078,"timestamp":145749763,"id":1210,"parentId":1187,"tags":{},"startTime":1749925096480,"traceId":"04aa2910e90ec27b"},{"name":"next-font-loader","duration":4382,"timestamp":145750464,"id":1212,"parentId":1188,"tags":{},"startTime":1749925096481,"traceId":"04aa2910e90ec27b"},{"name":"css-loader","duration":9169,"timestamp":145754757,"id":1216,"parentId":1187,"tags":{"astUsed":"true"},"startTime":1749925096485,"traceId":"04aa2910e90ec27b"},{"name":"css-loader","duration":9109,"timestamp":145754824,"id":1217,"parentId":1188,"tags":{"astUsed":"true"},"startTime":1749925096485,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":16386,"timestamp":145748032,"id":1187,"parentId":1117,"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":1749925096478,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":16275,"timestamp":145748373,"id":1188,"parentId":1118,"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":1749925096479,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":18759,"timestamp":145748854,"id":1199,"parentId":1136,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/index.js","layer":"app-pages-browser"},"startTime":1749925096479,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":19311,"timestamp":145748935,"id":1200,"parentId":1148,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/is-error.js","layer":"app-pages-browser"},"startTime":1749925096479,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":23521,"timestamp":145747676,"id":1179,"parentId":1099,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/is-thenable.js","layer":"app-pages-browser"},"startTime":1749925096478,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":24168,"timestamp":145747572,"id":1178,"parentId":1094,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-error.js","layer":"app-pages-browser"},"startTime":1749925096478,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":24115,"timestamp":145747851,"id":1183,"parentId":1092,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"pages-dir-browser"},"startTime":1749925096478,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":24602,"timestamp":145747771,"id":1181,"parentId":1104,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/segment.js","layer":"app-pages-browser"},"startTime":1749925096478,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":25065,"timestamp":145747812,"id":1182,"parentId":1103,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/app-router-headers.js","layer":"app-pages-browser"},"startTime":1749925096478,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":25358,"timestamp":145747889,"id":1184,"parentId":1095,"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":1749925096478,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":26546,"timestamp":145747724,"id":1180,"parentId":1098,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect.js","layer":"app-pages-browser"},"startTime":1749925096478,"traceId":"04aa2910e90ec27b"},{"name":"build-module-ts","duration":26070,"timestamp":145748412,"id":1189,"parentId":1075,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/variables/index.ts","layer":"app-pages-browser"},"startTime":1749925096479,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":27235,"timestamp":145747966,"id":1186,"parentId":1106,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"app-pages-browser"},"startTime":1749925096478,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":27118,"timestamp":145748568,"id":1191,"parentId":1125,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/remove-base-path.js","layer":"app-pages-browser"},"startTime":1749925096479,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":27677,"timestamp":145748610,"id":1192,"parentId":1125,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/has-base-path.js","layer":"app-pages-browser"},"startTime":1749925096479,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":28418,"timestamp":145748649,"id":1193,"parentId":1131,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-error.js","layer":"pages-dir-browser"},"startTime":1749925096479,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":29742,"timestamp":145747929,"id":1185,"parentId":1103,"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":1749925096478,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":29617,"timestamp":145748722,"id":1195,"parentId":1120,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"pages-dir-browser"},"startTime":1749925096479,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":30128,"timestamp":145748755,"id":1196,"parentId":1084,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/tracing/tracer.js","layer":"pages-dir-browser"},"startTime":1749925096479,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":30522,"timestamp":145748786,"id":1197,"parentId":1090,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/with-router.js","layer":"pages-dir-browser"},"startTime":1749925096479,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":30585,"timestamp":145749048,"id":1201,"parentId":1148,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"app-pages-browser"},"startTime":1749925096479,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":30824,"timestamp":145749099,"id":1202,"parentId":1150,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"pages-dir-browser"},"startTime":1749925096479,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":30846,"timestamp":145749506,"id":1204,"parentId":1124,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/add-base-path.js","layer":"app-pages-browser"},"startTime":1749925096480,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":31160,"timestamp":145749563,"id":1205,"parentId":1122,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/request/params.browser.prod.js","layer":"app-pages-browser"},"startTime":1749925096480,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":31526,"timestamp":145749606,"id":1206,"parentId":1123,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/request/search-params.browser.prod.js","layer":"app-pages-browser"},"startTime":1749925096480,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":32918,"timestamp":145748686,"id":1194,"parentId":1131,"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":1749925096479,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":33402,"timestamp":145749677,"id":1208,"parentId":1124,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/links.js","layer":"app-pages-browser"},"startTime":1749925096480,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":34119,"timestamp":145749716,"id":1209,"parentId":1125,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/app-router-announcer.js","layer":"app-pages-browser"},"startTime":1749925096480,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":36258,"timestamp":145749642,"id":1207,"parentId":1124,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/segment-cache.js","layer":"app-pages-browser"},"startTime":1749925096480,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":394,"timestamp":145795447,"id":1243,"parentId":1169,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js?id=7ffb2555d744cff7817f0fe02fd64e34432c6900bf&name=validate!","layer":"app-pages-browser"},"startTime":1749925096526,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":16004,"timestamp":145793566,"id":1232,"parentId":1140,"tags":{"name":"/home/runner/work/envin/envin/node_modules/clsx/dist/clsx.mjs","layer":"app-pages-browser"},"startTime":1749925096524,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":26874,"timestamp":145793710,"id":1233,"parentId":1140,"tags":{"name":"/home/runner/work/envin/envin/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"app-pages-browser"},"startTime":1749925096524,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":27377,"timestamp":145793870,"id":1234,"parentId":1141,"tags":{"name":"/home/runner/work/envin/envin/node_modules/class-variance-authority/dist/index.mjs","layer":"app-pages-browser"},"startTime":1749925096524,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":28255,"timestamp":145794050,"id":1235,"parentId":1141,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"app-pages-browser"},"startTime":1749925096524,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":76691,"timestamp":145748510,"id":1190,"parentId":1074,"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":1749925096479,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":92995,"timestamp":145748821,"id":1198,"parentId":1090,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/router.js","layer":"pages-dir-browser"},"startTime":1749925096479,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":49986,"timestamp":145792578,"id":1218,"parentId":1124,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"app-pages-browser"},"startTime":1749925096523,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":50774,"timestamp":145792711,"id":1219,"parentId":1125,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"app-pages-browser"},"startTime":1749925096523,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":50969,"timestamp":145793020,"id":1223,"parentId":1124,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js","layer":"app-pages-browser"},"startTime":1749925096523,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":51767,"timestamp":145792915,"id":1222,"parentId":1126,"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":1749925096523,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":52007,"timestamp":145793165,"id":1225,"parentId":1125,"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":1749925096523,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":52430,"timestamp":145793101,"id":1224,"parentId":1125,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"app-pages-browser"},"startTime":1749925096523,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":52686,"timestamp":145793225,"id":1226,"parentId":1152,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/add-base-path.js","layer":"pages-dir-browser"},"startTime":1749925096523,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":52828,"timestamp":145793337,"id":1228,"parentId":1158,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"pages-dir-browser"},"startTime":1749925096524,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":53141,"timestamp":145793388,"id":1229,"parentId":1152,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":"pages-dir-browser"},"startTime":1749925096524,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":53301,"timestamp":145793437,"id":1230,"parentId":1152,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"pages-dir-browser"},"startTime":1749925096524,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":51915,"timestamp":145795144,"id":1239,"parentId":1148,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":"app-pages-browser"},"startTime":1749925096525,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":55583,"timestamp":145792854,"id":1221,"parentId":1126,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/prefetch-cache-utils.js","layer":"app-pages-browser"},"startTime":1749925096523,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":53630,"timestamp":145795226,"id":1240,"parentId":1150,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":"pages-dir-browser"},"startTime":1749925096525,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":54499,"timestamp":145795288,"id":1241,"parentId":1149,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/globals/intercept-console-error.js","layer":"app-pages-browser"},"startTime":1749925096526,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":54264,"timestamp":145795948,"id":1245,"parentId":1160,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"pages-dir-browser"},"startTime":1749925096526,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":58629,"timestamp":145792785,"id":1220,"parentId":1126,"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":1749925096523,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":59982,"timestamp":145793279,"id":1227,"parentId":1152,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/constants.js","layer":"pages-dir-browser"},"startTime":1749925096523,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":57729,"timestamp":145796088,"id":1247,"parentId":1152,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/add-locale.js","layer":"pages-dir-browser"},"startTime":1749925096526,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":58279,"timestamp":145796192,"id":1249,"parentId":1152,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":"pages-dir-browser"},"startTime":1749925096526,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":59057,"timestamp":145796028,"id":1246,"parentId":1151,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/set-attributes-from-props.js","layer":"pages-dir-browser"},"startTime":1749925096526,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":59164,"timestamp":145796246,"id":1250,"parentId":1152,"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":1749925096526,"traceId":"04aa2910e90ec27b"}]
13
- [{"name":"build-module-js","duration":59684,"timestamp":145796384,"id":1252,"parentId":1171,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/check.js","layer":"app-pages-browser"},"startTime":1749925096527,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":59937,"timestamp":145796455,"id":1253,"parentId":1171,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/copy.js","layer":"app-pages-browser"},"startTime":1749925096527,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":62729,"timestamp":145795860,"id":1244,"parentId":1160,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"pages-dir-browser"},"startTime":1749925096526,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":62389,"timestamp":145796525,"id":1254,"parentId":1171,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/file.js","layer":"app-pages-browser"},"startTime":1749925096527,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":62976,"timestamp":145796304,"id":1251,"parentId":1171,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/circle-alert.js","layer":"app-pages-browser"},"startTime":1749925096527,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":63080,"timestamp":145796665,"id":1256,"parentId":1161,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js","layer":"app-pages-browser"},"startTime":1749925096527,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":63455,"timestamp":145796729,"id":1257,"parentId":1161,"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":1749925096527,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":63568,"timestamp":145797167,"id":1261,"parentId":1084,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/portal/index.js","layer":"pages-dir-browser"},"startTime":1749925096527,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":64227,"timestamp":145797231,"id":1262,"parentId":1148,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/errors/stitched-error.js","layer":"app-pages-browser"},"startTime":1749925096527,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":64677,"timestamp":145797291,"id":1263,"parentId":1150,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/errors/stitched-error.js","layer":"pages-dir-browser"},"startTime":1749925096528,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":65848,"timestamp":145797339,"id":1264,"parentId":1149,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/errors/use-error-handler.js","layer":"app-pages-browser"},"startTime":1749925096528,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":71203,"timestamp":145796137,"id":1248,"parentId":1152,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/route-loader.js","layer":"pages-dir-browser"},"startTime":1749925096526,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":71509,"timestamp":145796598,"id":1255,"parentId":1161,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/navigation.react-server.js","layer":"app-pages-browser"},"startTime":1749925096527,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":85431,"timestamp":145793484,"id":1231,"parentId":1143,"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":1749925096524,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":83727,"timestamp":145795359,"id":1242,"parentId":1163,"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":1749925096526,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":84735,"timestamp":145796791,"id":1258,"parentId":1163,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-accordion/dist/index.mjs","layer":"app-pages-browser"},"startTime":1749925096527,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":88708,"timestamp":145796941,"id":1259,"parentId":1166,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-scroll-area/dist/index.mjs","layer":"app-pages-browser"},"startTime":1749925096527,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":107102,"timestamp":145794216,"id":1236,"parentId":1143,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-select/dist/index.mjs","layer":"app-pages-browser"},"startTime":1749925096524,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":168504,"timestamp":145749132,"id":1203,"parentId":1082,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react-server-dom-webpack/client.js","layer":"app-pages-browser"},"startTime":1749925096479,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":137883,"timestamp":145795057,"id":1238,"parentId":1108,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react/cjs/react-jsx-runtime.production.js","layer":"pages-dir-browser"},"startTime":1749925096525,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":136065,"timestamp":145797107,"id":1260,"parentId":1073,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react/jsx-runtime.js","layer":"app-pages-browser"},"startTime":1749925096527,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":138260,"timestamp":145797401,"id":1265,"parentId":1137,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react/cjs/react.production.js","layer":"pages-dir-browser"},"startTime":1749925096528,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":275,"timestamp":145940414,"id":1279,"parentId":1189,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js?id=7fbdb50abcc869a1cd14ba621172dd4e6a1370a65a&name=getFileValues!","layer":"app-pages-browser"},"startTime":1749925096671,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":206,"timestamp":145940706,"id":1280,"parentId":1189,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js?id=7fefaee11157733c6ae69df0f6c079eba6bdbd313c&name=getVariables!","layer":"app-pages-browser"},"startTime":1749925096671,"traceId":"04aa2910e90ec27b"},{"name":"build-module-svg","duration":143669,"timestamp":145941165,"id":1284,"parentId":1168,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/fly.svg","layer":"app-pages-browser"},"startTime":1749925096671,"traceId":"04aa2910e90ec27b"},{"name":"build-module-svg","duration":143812,"timestamp":145941591,"id":1285,"parentId":1168,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/neon.svg","layer":"app-pages-browser"},"startTime":1749925096672,"traceId":"04aa2910e90ec27b"},{"name":"build-module-svg","duration":144148,"timestamp":145941622,"id":1286,"parentId":1168,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/netlify.svg","layer":"app-pages-browser"},"startTime":1749925096672,"traceId":"04aa2910e90ec27b"},{"name":"build-module-svg","duration":144480,"timestamp":145941644,"id":1287,"parentId":1168,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/railway.svg","layer":"app-pages-browser"},"startTime":1749925096672,"traceId":"04aa2910e90ec27b"},{"name":"build-module-svg","duration":144782,"timestamp":145941666,"id":1288,"parentId":1168,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/render.svg","layer":"app-pages-browser"},"startTime":1749925096672,"traceId":"04aa2910e90ec27b"},{"name":"build-module-svg","duration":145170,"timestamp":145941692,"id":1289,"parentId":1168,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/supabase.svg","layer":"app-pages-browser"},"startTime":1749925096672,"traceId":"04aa2910e90ec27b"},{"name":"build-module-svg","duration":145456,"timestamp":145941714,"id":1290,"parentId":1168,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/uploadthing.svg","layer":"app-pages-browser"},"startTime":1749925096672,"traceId":"04aa2910e90ec27b"},{"name":"build-module-svg","duration":145792,"timestamp":145941736,"id":1291,"parentId":1168,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/upstash.svg","layer":"app-pages-browser"},"startTime":1749925096672,"traceId":"04aa2910e90ec27b"},{"name":"build-module-svg","duration":146056,"timestamp":145941756,"id":1292,"parentId":1168,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/vercel.svg","layer":"app-pages-browser"},"startTime":1749925096672,"traceId":"04aa2910e90ec27b"},{"name":"build-module-svg","duration":146451,"timestamp":145941780,"id":1293,"parentId":1168,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/vite.svg","layer":"app-pages-browser"},"startTime":1749925096672,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":148651,"timestamp":145939968,"id":1271,"parentId":1199,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/external.js","layer":"app-pages-browser"},"startTime":1749925096670,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":152081,"timestamp":145939775,"id":1267,"parentId":1171,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/shield-off.js","layer":"app-pages-browser"},"startTime":1749925096670,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":152463,"timestamp":145939655,"id":1266,"parentId":1171,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/lock.js","layer":"app-pages-browser"},"startTime":1749925096670,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":152413,"timestamp":145939928,"id":1270,"parentId":1160,"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":1749925096670,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":152571,"timestamp":145940078,"id":1272,"parentId":1200,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"app-pages-browser"},"startTime":1749925096670,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":152835,"timestamp":145940131,"id":1273,"parentId":1178,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-status-code.js","layer":"app-pages-browser"},"startTime":1749925096670,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":153057,"timestamp":145940201,"id":1274,"parentId":1193,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-status-code.js","layer":"pages-dir-browser"},"startTime":1749925096670,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":153326,"timestamp":145940252,"id":1275,"parentId":1185,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/hash.js","layer":"app-pages-browser"},"startTime":1749925096670,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":153962,"timestamp":145939881,"id":1269,"parentId":1159,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/image-config.js","layer":"pages-dir-browser"},"startTime":1749925096670,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":153799,"timestamp":145940339,"id":1277,"parentId":1192,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"app-pages-browser"},"startTime":1749925096671,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":154000,"timestamp":145940378,"id":1278,"parentId":1204,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"app-pages-browser"},"startTime":1749925096671,"traceId":"04aa2910e90ec27b"},{"name":"build-module-tsx","duration":153572,"timestamp":145941071,"id":1283,"parentId":1165,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/label.tsx","layer":"app-pages-browser"},"startTime":1749925096671,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":154031,"timestamp":145940997,"id":1282,"parentId":1195,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"pages-dir-browser"},"startTime":1749925096671,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":155085,"timestamp":145940297,"id":1276,"parentId":1205,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils/reflect-utils.js","layer":"app-pages-browser"},"startTime":1749925096671,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":154813,"timestamp":145940926,"id":1281,"parentId":1186,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"app-pages-browser"},"startTime":1749925096671,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":13,"timestamp":146100173,"id":1310,"parentId":1198,"tags":{"layer":null},"startTime":1749925096830,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":3037,"timestamp":146098511,"id":1298,"parentId":1198,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/constants.js","layer":"pages-dir-browser"},"startTime":1749925096829,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":1802,"timestamp":146100439,"id":1315,"parentId":1263,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/error-telemetry-utils.js","layer":"pages-dir-browser"},"startTime":1749925096831,"traceId":"04aa2910e90ec27b"},{"name":"build-module-svg","duration":23910,"timestamp":146098313,"id":1294,"parentId":1168,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/wxt.svg","layer":"app-pages-browser"},"startTime":1749925096829,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":26819,"timestamp":146099977,"id":1308,"parentId":1243,"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":1749925096830,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":30406,"timestamp":146100356,"id":1314,"parentId":1262,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/error-telemetry-utils.js","layer":"app-pages-browser"},"startTime":1749925096831,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":34384,"timestamp":146098542,"id":1299,"parentId":1198,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":"pages-dir-browser"},"startTime":1749925096829,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":34571,"timestamp":146098641,"id":1301,"parentId":1226,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"pages-dir-browser"},"startTime":1749925096829,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":34916,"timestamp":146098602,"id":1300,"parentId":1198,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"pages-dir-browser"},"startTime":1749925096829,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":35044,"timestamp":146098714,"id":1303,"parentId":1198,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"pages-dir-browser"},"startTime":1749925096829,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":35469,"timestamp":146098675,"id":1302,"parentId":1198,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"pages-dir-browser"},"startTime":1749925096829,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":35881,"timestamp":146098746,"id":1304,"parentId":1198,"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":1749925096829,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":36157,"timestamp":146098778,"id":1305,"parentId":1198,"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":1749925096829,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":35225,"timestamp":146100120,"id":1309,"parentId":1172,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/request-idle-callback.js","layer":"pages-dir-browser"},"startTime":1749925096830,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":35478,"timestamp":146100203,"id":1311,"parentId":1252,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/createLucideIcon.js","layer":"app-pages-browser"},"startTime":1749925096830,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":35642,"timestamp":146100259,"id":1312,"parentId":1231,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/chevron-down.js","layer":"app-pages-browser"},"startTime":1749925096830,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":35813,"timestamp":146100304,"id":1313,"parentId":1231,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/chevron-up.js","layer":"app-pages-browser"},"startTime":1749925096831,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":35828,"timestamp":146100463,"id":1316,"parentId":1248,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"pages-dir-browser"},"startTime":1749925096831,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":36037,"timestamp":146100496,"id":1317,"parentId":1227,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":"pages-dir-browser"},"startTime":1749925096831,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":36321,"timestamp":146100533,"id":1318,"parentId":1255,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/not-found.js","layer":"app-pages-browser"},"startTime":1749925096831,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":38404,"timestamp":146098812,"id":1306,"parentId":1198,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"pages-dir-browser"},"startTime":1749925096829,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":9589,"timestamp":146138854,"id":1328,"parentId":1235,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","layer":"app-pages-browser"},"startTime":1749925096869,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":10607,"timestamp":146138940,"id":1329,"parentId":1258,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-context/dist/index.mjs","layer":"app-pages-browser"},"startTime":1749925096869,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":9942,"timestamp":146139884,"id":1350,"parentId":1258,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/primitive/dist/index.mjs","layer":"app-pages-browser"},"startTime":1749925096870,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":11308,"timestamp":146139968,"id":1351,"parentId":1258,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs","layer":"app-pages-browser"},"startTime":1749925096870,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":11860,"timestamp":146140065,"id":1352,"parentId":1258,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-primitive/dist/index.mjs","layer":"app-pages-browser"},"startTime":1749925096870,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":17714,"timestamp":146138505,"id":1321,"parentId":1255,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/forbidden.js","layer":"app-pages-browser"},"startTime":1749925096869,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":18193,"timestamp":146138609,"id":1322,"parentId":1255,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/unauthorized.js","layer":"app-pages-browser"},"startTime":1749925096869,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":18465,"timestamp":146138710,"id":1324,"parentId":1244,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"pages-dir-browser"},"startTime":1749925096869,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":18995,"timestamp":146138664,"id":1323,"parentId":1255,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/unstable-rethrow.js","layer":"app-pages-browser"},"startTime":1749925096869,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":19577,"timestamp":146138821,"id":1327,"parentId":1226,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"pages-dir-browser"},"startTime":1749925096869,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":20288,"timestamp":146138778,"id":1326,"parentId":1204,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"app-pages-browser"},"startTime":1749925096869,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":20496,"timestamp":146139133,"id":1331,"parentId":1198,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/detect-domain-locale.js","layer":"pages-dir-browser"},"startTime":1749925096869,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":20955,"timestamp":146139225,"id":1333,"parentId":1198,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/remove-locale.js","layer":"pages-dir-browser"},"startTime":1749925096869,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":22094,"timestamp":146139290,"id":1334,"parentId":1198,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/resolve-href.js","layer":"pages-dir-browser"},"startTime":1749925096870,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":23131,"timestamp":146139413,"id":1337,"parentId":1223,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/promise-queue.js","layer":"app-pages-browser"},"startTime":1749925096870,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":23767,"timestamp":146139453,"id":1338,"parentId":1222,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/apply-flight-data.js","layer":"app-pages-browser"},"startTime":1749925096870,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":26364,"timestamp":146138745,"id":1325,"parentId":1245,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"pages-dir-browser"},"startTime":1749925096869,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":25908,"timestamp":146139558,"id":1341,"parentId":1198,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"pages-dir-browser"},"startTime":1749925096870,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":26342,"timestamp":146139526,"id":1340,"parentId":1198,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/compare-states.js","layer":"pages-dir-browser"},"startTime":1749925096870,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":26536,"timestamp":146139624,"id":1343,"parentId":1198,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":"pages-dir-browser"},"startTime":1749925096870,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":27732,"timestamp":146139491,"id":1339,"parentId":1198,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"pages-dir-browser"},"startTime":1749925096870,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":28389,"timestamp":146139660,"id":1344,"parentId":1218,"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":1749925096870,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":29032,"timestamp":146139696,"id":1345,"parentId":1218,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"app-pages-browser"},"startTime":1749925096870,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":30433,"timestamp":146139368,"id":1336,"parentId":1198,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/bloom-filter.js","layer":"pages-dir-browser"},"startTime":1749925096870,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":31418,"timestamp":146139731,"id":1346,"parentId":1218,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"app-pages-browser"},"startTime":1749925096870,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":31676,"timestamp":146139809,"id":1348,"parentId":1224,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"app-pages-browser"},"startTime":1749925096870,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":36135,"timestamp":146139844,"id":1349,"parentId":1218,"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":1749925096870,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":9221,"timestamp":146178937,"id":1354,"parentId":1258,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-id/dist/index.mjs","layer":"app-pages-browser"},"startTime":1749925096909,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":9359,"timestamp":146179124,"id":1355,"parentId":1258,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-direction/dist/index.mjs","layer":"app-pages-browser"},"startTime":1749925096909,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":50513,"timestamp":146139772,"id":1347,"parentId":1218,"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":1749925096870,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":52712,"timestamp":146139588,"id":1342,"parentId":1218,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"app-pages-browser"},"startTime":1749925096870,"traceId":"04aa2910e90ec27b"}]
14
- [{"name":"build-module-js","duration":252837,"timestamp":145939832,"id":1268,"parentId":1066,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react/index.js","layer":"app-pages-browser"},"startTime":1749925096670,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":53817,"timestamp":146140148,"id":1353,"parentId":1258,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-collapsible/dist/index.mjs","layer":"app-pages-browser"},"startTime":1749925096870,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":58326,"timestamp":146139045,"id":1330,"parentId":1258,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-collection/dist/index.mjs","layer":"app-pages-browser"},"startTime":1749925096869,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":18514,"timestamp":146179236,"id":1356,"parentId":1248,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/trusted-types.js","layer":"pages-dir-browser"},"startTime":1749925096909,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":19044,"timestamp":146179281,"id":1357,"parentId":1264,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/errors/attach-hydration-error-state.js","layer":"app-pages-browser"},"startTime":1749925096909,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":19735,"timestamp":146179370,"id":1359,"parentId":1264,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/errors/console-error.js","layer":"app-pages-browser"},"startTime":1749925096910,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":20579,"timestamp":146179411,"id":1360,"parentId":1264,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/errors/enqueue-client-error.js","layer":"app-pages-browser"},"startTime":1749925096910,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":22503,"timestamp":146179324,"id":1358,"parentId":1264,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/errors/hydration-error-info.js","layer":"app-pages-browser"},"startTime":1749925096910,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":15893,"timestamp":146208694,"id":1361,"parentId":1271,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/errors.js","layer":"app-pages-browser"},"startTime":1749925096939,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":37903,"timestamp":146208903,"id":1362,"parentId":1271,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/types.js","layer":"app-pages-browser"},"startTime":1749925096939,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":38664,"timestamp":146209097,"id":1363,"parentId":1271,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/ZodError.js","layer":"app-pages-browser"},"startTime":1749925096939,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":39322,"timestamp":146209264,"id":1364,"parentId":1271,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/helpers/parseUtil.js","layer":"app-pages-browser"},"startTime":1749925096939,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":39172,"timestamp":146209529,"id":1365,"parentId":1271,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/helpers/typeAliases.js","layer":"app-pages-browser"},"startTime":1749925096940,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":39800,"timestamp":146209714,"id":1366,"parentId":1271,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/helpers/util.js","layer":"app-pages-browser"},"startTime":1749925096940,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":39406,"timestamp":146210342,"id":1372,"parentId":1259,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs","layer":"app-pages-browser"},"startTime":1749925096941,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":39475,"timestamp":146210486,"id":1373,"parentId":1259,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs","layer":"app-pages-browser"},"startTime":1749925096941,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":39488,"timestamp":146210647,"id":1374,"parentId":1259,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/number/dist/index.mjs","layer":"app-pages-browser"},"startTime":1749925096941,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":152926,"timestamp":146098399,"id":1295,"parentId":1082,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react-dom/client.js","layer":"app-pages-browser"},"startTime":1749925096829,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":153277,"timestamp":146098447,"id":1296,"parentId":1065,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react-dom/index.js","layer":"app-pages-browser"},"startTime":1749925096829,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":252601,"timestamp":146098480,"id":1297,"parentId":1156,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-dom/cjs/react-dom-client.production.js","layer":"pages-dir-browser"},"startTime":1749925096829,"traceId":"04aa2910e90ec27b"},{"name":"postcss-process","duration":349996,"timestamp":146102309,"id":1320,"parentId":1319,"tags":{},"startTime":1749925096833,"traceId":"04aa2910e90ec27b"},{"name":"postcss-loader","duration":350802,"timestamp":146101682,"id":1319,"parentId":1307,"tags":{},"startTime":1749925096832,"traceId":"04aa2910e90ec27b"},{"name":"css-loader","duration":10726,"timestamp":146452553,"id":1376,"parentId":1307,"tags":{"astUsed":"true"},"startTime":1749925097183,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":255065,"timestamp":146210057,"id":1369,"parentId":1281,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"app-pages-browser"},"startTime":1749925096940,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":255370,"timestamp":146209967,"id":1368,"parentId":1282,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"pages-dir-browser"},"startTime":1749925096940,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":255824,"timestamp":146209891,"id":1367,"parentId":1282,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/segment.js","layer":"pages-dir-browser"},"startTime":1749925096940,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":255866,"timestamp":146210129,"id":1370,"parentId":1277,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"app-pages-browser"},"startTime":1749925096940,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":5429,"timestamp":146468891,"id":1389,"parentId":1236,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-previous/dist/index.mjs","layer":"app-pages-browser"},"startTime":1749925097199,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":5704,"timestamp":146468972,"id":1390,"parentId":1236,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-visually-hidden/dist/index.mjs","layer":"app-pages-browser"},"startTime":1749925097199,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6554,"timestamp":146469071,"id":1391,"parentId":1236,"tags":{"name":"/home/runner/work/envin/envin/node_modules/aria-hidden/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1749925097199,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6636,"timestamp":146469153,"id":1392,"parentId":1236,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1749925097199,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":274327,"timestamp":146210201,"id":1371,"parentId":1259,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-presence/dist/index.mjs","layer":"app-pages-browser"},"startTime":1749925096940,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":345469,"timestamp":146139330,"id":1335,"parentId":1198,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/is-api-route.js","layer":"pages-dir-browser"},"startTime":1749925096870,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":346197,"timestamp":146139176,"id":1332,"parentId":1187,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js","layer":null},"startTime":1749925096869,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":20783,"timestamp":146468246,"id":1378,"parentId":1311,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/shared/src/utils.js","layer":"app-pages-browser"},"startTime":1749925097198,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":21458,"timestamp":146468123,"id":1377,"parentId":1311,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/Icon.js","layer":"app-pages-browser"},"startTime":1749925097198,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":21562,"timestamp":146468304,"id":1379,"parentId":1299,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":"pages-dir-browser"},"startTime":1749925097199,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":21955,"timestamp":146468352,"id":1380,"parentId":1304,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"pages-dir-browser"},"startTime":1749925097199,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":22250,"timestamp":146468389,"id":1381,"parentId":1305,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"pages-dir-browser"},"startTime":1749925097199,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":22622,"timestamp":146468423,"id":1382,"parentId":1305,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"pages-dir-browser"},"startTime":1749925097199,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":22904,"timestamp":146468455,"id":1383,"parentId":1306,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"pages-dir-browser"},"startTime":1749925097199,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":22207,"timestamp":146469432,"id":1396,"parentId":1326,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"app-pages-browser"},"startTime":1749925097200,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":24953,"timestamp":146469392,"id":1395,"parentId":1241,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/lib/console.js","layer":"app-pages-browser"},"startTime":1749925097200,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":26375,"timestamp":146468575,"id":1385,"parentId":1236,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-focus-guards/dist/index.mjs","layer":"app-pages-browser"},"startTime":1749925097199,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":904958,"timestamp":145596570,"id":1117,"parentId":1052,"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":1749925096327,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":902833,"timestamp":145599406,"id":1118,"parentId":1052,"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":1749925096330,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":38726,"timestamp":146468816,"id":1388,"parentId":1236,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-portal/dist/index.mjs","layer":"app-pages-browser"},"startTime":1749925097199,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":38776,"timestamp":146469315,"id":1394,"parentId":1283,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-label/dist/index.mjs","layer":"app-pages-browser"},"startTime":1749925097200,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":41659,"timestamp":146468655,"id":1386,"parentId":1236,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-focus-scope/dist/index.mjs","layer":"app-pages-browser"},"startTime":1749925097199,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":44100,"timestamp":146468491,"id":1384,"parentId":1236,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs","layer":"app-pages-browser"},"startTime":1749925097199,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":47233,"timestamp":146468738,"id":1387,"parentId":1236,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-popper/dist/index.mjs","layer":"app-pages-browser"},"startTime":1749925097199,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":11782,"timestamp":146523401,"id":1398,"parentId":1361,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/locales/en.js","layer":"app-pages-browser"},"startTime":1749925097254,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":11786,"timestamp":146523631,"id":1399,"parentId":1362,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/dist/esm/v3/helpers/errorUtil.js","layer":"app-pages-browser"},"startTime":1749925097254,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":11938,"timestamp":146523794,"id":1400,"parentId":1351,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-effect-event/dist/index.mjs","layer":"app-pages-browser"},"startTime":1749925097254,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":325968,"timestamp":146210807,"id":1375,"parentId":1203,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react-server-dom-webpack/client.browser.js","layer":"app-pages-browser"},"startTime":1749925096941,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":13474,"timestamp":146523940,"id":1401,"parentId":1323,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/unstable-rethrow.browser.js","layer":"app-pages-browser"},"startTime":1749925097254,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":13575,"timestamp":146524205,"id":1404,"parentId":1344,"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":1749925097254,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":14005,"timestamp":146524275,"id":1405,"parentId":1344,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/handle-mutable.js","layer":"app-pages-browser"},"startTime":1749925097254,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":14106,"timestamp":146524485,"id":1407,"parentId":1346,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/handle-segment-mismatch.js","layer":"app-pages-browser"},"startTime":1749925097255,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":15257,"timestamp":146524048,"id":1402,"parentId":1338,"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":1749925097254,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":15755,"timestamp":146524133,"id":1403,"parentId":1344,"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":1749925097254,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":18713,"timestamp":146524348,"id":1406,"parentId":1345,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"app-pages-browser"},"startTime":1749925097255,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4074,"timestamp":146546570,"id":1410,"parentId":1392,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/Combination.js","layer":"app-pages-browser"},"startTime":1749925097277,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":83494,"timestamp":146469477,"id":1397,"parentId":1260,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react/cjs/react-jsx-runtime.production.js","layer":"app-pages-browser"},"startTime":1749925097200,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":84365,"timestamp":146469230,"id":1393,"parentId":1170,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm/index.js","layer":"app-pages-browser"},"startTime":1749925097199,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":7639,"timestamp":146546668,"id":1411,"parentId":1347,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/assign-location.js","layer":"app-pages-browser"},"startTime":1749925097277,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8021,"timestamp":146546471,"id":1409,"parentId":1377,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/defaultAttributes.js","layer":"app-pages-browser"},"startTime":1749925097277,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8122,"timestamp":146546761,"id":1413,"parentId":1347,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/server-reference-info.js","layer":"app-pages-browser"},"startTime":1749925097277,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8413,"timestamp":146546841,"id":1415,"parentId":1342,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.js","layer":"app-pages-browser"},"startTime":1749925097277,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8875,"timestamp":146546800,"id":1414,"parentId":1342,"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":1749925097277,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":9393,"timestamp":146546886,"id":1416,"parentId":1342,"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":1749925097277,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":10500,"timestamp":146546719,"id":1412,"parentId":1357,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/is-hydration-error.js","layer":"app-pages-browser"},"startTime":1749925097277,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":11377,"timestamp":146546924,"id":1417,"parentId":1342,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/aliased-prefetch-navigations.js","layer":"app-pages-browser"},"startTime":1749925097277,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":120,"timestamp":146560780,"id":1418,"parentId":1117,"tags":{},"startTime":1749925097291,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":14,"timestamp":146560912,"id":1419,"parentId":1118,"tags":{},"startTime":1749925097291,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":813,"timestamp":146564964,"id":1421,"parentId":1384,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-escape-keydown/dist/index.mjs","layer":"app-pages-browser"},"startTime":1749925097295,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":44839,"timestamp":146524554,"id":1408,"parentId":1268,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react/cjs/react.production.js","layer":"app-pages-browser"},"startTime":1749925097255,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":2149,"timestamp":146571321,"id":1424,"parentId":1410,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/UI.js","layer":"app-pages-browser"},"startTime":1749925097302,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":2103,"timestamp":146571553,"id":1425,"parentId":1410,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/sidecar.js","layer":"app-pages-browser"},"startTime":1749925097302,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":2300,"timestamp":146571657,"id":1426,"parentId":1387,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-arrow/dist/index.mjs","layer":"app-pages-browser"},"startTime":1749925097302,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":2561,"timestamp":146571745,"id":1427,"parentId":1387,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-size/dist/index.mjs","layer":"app-pages-browser"},"startTime":1749925097302,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":7249,"timestamp":146577868,"id":1429,"parentId":1410,"tags":{"name":"/home/runner/work/envin/envin/node_modules/tslib/tslib.es6.mjs","layer":"app-pages-browser"},"startTime":1749925097308,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":25457,"timestamp":146560938,"id":1420,"parentId":1297,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-dom/index.js","layer":"pages-dir-browser"},"startTime":1749925097291,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":9076,"timestamp":146577992,"id":1430,"parentId":1402,"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":1749925097308,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":24781,"timestamp":146565168,"id":1423,"parentId":1296,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react-dom/cjs/react-dom.production.js","layer":"app-pages-browser"},"startTime":1749925097295,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":99273,"timestamp":146565111,"id":1422,"parentId":1295,"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":1749925097295,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":3715,"timestamp":146666035,"id":1434,"parentId":1424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/medium.js","layer":"app-pages-browser"},"startTime":1749925097396,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5573,"timestamp":146666210,"id":1435,"parentId":1425,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/SideEffect.js","layer":"app-pages-browser"},"startTime":1749925097396,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5747,"timestamp":146666319,"id":1436,"parentId":1424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll-bar/dist/es2015/constants.js","layer":"app-pages-browser"},"startTime":1749925097397,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5996,"timestamp":146666406,"id":1437,"parentId":1424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1749925097397,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":6178,"timestamp":146666489,"id":1438,"parentId":1425,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1749925097397,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":109346,"timestamp":146571836,"id":1428,"parentId":1375,"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":1749925097302,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":109009,"timestamp":146578082,"id":1431,"parentId":1393,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm/url.js","layer":"app-pages-browser"},"startTime":1749925097308,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":110539,"timestamp":146578181,"id":1432,"parentId":1393,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm/manager.js","layer":"app-pages-browser"},"startTime":1749925097308,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":115319,"timestamp":146578266,"id":1433,"parentId":1393,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm/socket.js","layer":"app-pages-browser"},"startTime":1749925097308,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":3154,"timestamp":146696575,"id":1440,"parentId":1435,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js","layer":"app-pages-browser"},"startTime":1749925097427,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":3669,"timestamp":146696707,"id":1441,"parentId":1435,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/handleScroll.js","layer":"app-pages-browser"},"startTime":1749925097427,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":3739,"timestamp":146696800,"id":1442,"parentId":1437,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/assignRef.js","layer":"app-pages-browser"},"startTime":1749925097427,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":3945,"timestamp":146696889,"id":1443,"parentId":1437,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/useRef.js","layer":"app-pages-browser"},"startTime":1749925097427,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4046,"timestamp":146696973,"id":1444,"parentId":1437,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/createRef.js","layer":"app-pages-browser"},"startTime":1749925097427,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4124,"timestamp":146697083,"id":1445,"parentId":1437,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/mergeRef.js","layer":"app-pages-browser"},"startTime":1749925097427,"traceId":"04aa2910e90ec27b"}]
15
- [{"name":"build-module-js","duration":4542,"timestamp":146697176,"id":1446,"parentId":1437,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/useMergeRef.js","layer":"app-pages-browser"},"startTime":1749925097427,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4634,"timestamp":146697261,"id":1447,"parentId":1437,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/useTransformRef.js","layer":"app-pages-browser"},"startTime":1749925097427,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4738,"timestamp":146697340,"id":1448,"parentId":1437,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/transformRef.js","layer":"app-pages-browser"},"startTime":1749925097428,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4815,"timestamp":146697503,"id":1449,"parentId":1437,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/refToCallback.js","layer":"app-pages-browser"},"startTime":1749925097428,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4909,"timestamp":146697676,"id":1450,"parentId":1438,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/hoc.js","layer":"app-pages-browser"},"startTime":1749925097428,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5166,"timestamp":146697830,"id":1451,"parentId":1438,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/hook.js","layer":"app-pages-browser"},"startTime":1749925097428,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5215,"timestamp":146697984,"id":1452,"parentId":1438,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/config.js","layer":"app-pages-browser"},"startTime":1749925097428,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5436,"timestamp":146698192,"id":1453,"parentId":1438,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/medium.js","layer":"app-pages-browser"},"startTime":1749925097428,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5677,"timestamp":146698353,"id":1454,"parentId":1438,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/renderProp.js","layer":"app-pages-browser"},"startTime":1749925097429,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5779,"timestamp":146698494,"id":1455,"parentId":1438,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/exports.js","layer":"app-pages-browser"},"startTime":1749925097429,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":1932,"timestamp":146707224,"id":1456,"parentId":1435,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll-bar/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1749925097437,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":1957,"timestamp":146707342,"id":1457,"parentId":1435,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-style-singleton/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1749925097438,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":13,"timestamp":146710303,"id":1460,"parentId":1081,"tags":{"layer":null},"startTime":1749925097441,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":3055,"timestamp":146710500,"id":1463,"parentId":1387,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.mjs","layer":"app-pages-browser"},"startTime":1749925097441,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":3846,"timestamp":146710589,"id":1464,"parentId":1432,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@socket.io/component-emitter/lib/esm/index.js","layer":"app-pages-browser"},"startTime":1749925097441,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":21799,"timestamp":146694647,"id":1439,"parentId":1420,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-dom/cjs/react-dom.production.js","layer":"pages-dir-browser"},"startTime":1749925097425,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":1492,"timestamp":146718693,"id":1466,"parentId":1451,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/env.js","layer":"app-pages-browser"},"startTime":1749925097449,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":1795,"timestamp":146720733,"id":1467,"parentId":1456,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll-bar/dist/es2015/component.js","layer":"app-pages-browser"},"startTime":1749925097451,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":1973,"timestamp":146720860,"id":1468,"parentId":1456,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll-bar/dist/es2015/utils.js","layer":"app-pages-browser"},"startTime":1749925097451,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":2090,"timestamp":146720950,"id":1469,"parentId":1457,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-style-singleton/dist/es2015/component.js","layer":"app-pages-browser"},"startTime":1749925097451,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":2296,"timestamp":146721059,"id":1470,"parentId":1457,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-style-singleton/dist/es2015/singleton.js","layer":"app-pages-browser"},"startTime":1749925097451,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":2394,"timestamp":146721153,"id":1471,"parentId":1457,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-style-singleton/dist/es2015/hook.js","layer":"app-pages-browser"},"startTime":1749925097451,"traceId":"04aa2910e90ec27b"},{"name":"build-module-css","duration":624902,"timestamp":146098849,"id":1307,"parentId":1237,"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":1749925096829,"traceId":"04aa2910e90ec27b"},{"name":"build-module-css","duration":934444,"timestamp":145794390,"id":1237,"parentId":1052,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/app/globals.css","layer":"app-pages-browser"},"startTime":1749925096525,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":19249,"timestamp":146710331,"id":1461,"parentId":1092,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/polyfills/process.js","layer":"pages-dir-browser"},"startTime":1749925097441,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":19467,"timestamp":146710382,"id":1462,"parentId":1408,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/polyfills/process.js","layer":"app-pages-browser"},"startTime":1749925097441,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":21012,"timestamp":146710086,"id":1458,"parentId":1393,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/build/esm/index.js","layer":"app-pages-browser"},"startTime":1749925097440,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":21291,"timestamp":146710211,"id":1459,"parentId":1393,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/index.js","layer":"app-pages-browser"},"startTime":1749925097440,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":21051,"timestamp":146710670,"id":1465,"parentId":1432,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm/on.js","layer":"app-pages-browser"},"startTime":1749925097441,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":3619,"timestamp":146734992,"id":1473,"parentId":1463,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs","layer":"app-pages-browser"},"startTime":1749925097465,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":18379,"timestamp":146721234,"id":1472,"parentId":1432,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm/contrib/backo2.js","layer":"app-pages-browser"},"startTime":1749925097451,"traceId":"04aa2910e90ec27b"},{"name":"build-module","duration":32,"timestamp":146740717,"id":1474,"parentId":1237,"tags":{},"startTime":1749925097471,"traceId":"04aa2910e90ec27b"},{"name":"add-entry","duration":1282895,"timestamp":145461451,"id":1049,"parentId":1041,"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":1749925096192,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":1801,"timestamp":146744391,"id":1477,"parentId":1470,"tags":{"name":"/home/runner/work/envin/envin/node_modules/get-nonce/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1749925097475,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8441,"timestamp":146740766,"id":1475,"parentId":1297,"tags":{"name":"/home/runner/work/envin/envin/node_modules/scheduler/index.js","layer":"pages-dir-browser"},"startTime":1749925097471,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":8578,"timestamp":146740828,"id":1476,"parentId":1466,"tags":{"name":"/home/runner/work/envin/envin/node_modules/detect-node-es/esm/browser.js","layer":"app-pages-browser"},"startTime":1749925097471,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":1583,"timestamp":146749662,"id":1495,"parentId":1473,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.mjs","layer":"app-pages-browser"},"startTime":1749925097480,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":6457,"timestamp":146749784,"id":1496,"parentId":1473,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/core/dist/floating-ui.core.mjs","layer":"app-pages-browser"},"startTime":1749925097480,"traceId":"04aa2910e90ec27b"},{"name":"build-module-mjs","duration":7165,"timestamp":146749874,"id":1497,"parentId":1473,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs","layer":"app-pages-browser"},"startTime":1749925097480,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":12839,"timestamp":146744575,"id":1478,"parentId":1337,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js","layer":"app-pages-browser"},"startTime":1749925097475,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":12897,"timestamp":146744740,"id":1479,"parentId":1337,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_class_private_field_loose_key.js","layer":"app-pages-browser"},"startTime":1749925097475,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":13327,"timestamp":146744894,"id":1480,"parentId":1458,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/build/esm/binary.js","layer":"app-pages-browser"},"startTime":1749925097475,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":15246,"timestamp":146745244,"id":1482,"parentId":1459,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/socket.js","layer":"app-pages-browser"},"startTime":1749925097475,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":16012,"timestamp":146745081,"id":1481,"parentId":1458,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/build/esm/is-binary.js","layer":"app-pages-browser"},"startTime":1749925097475,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":16698,"timestamp":146745393,"id":1483,"parentId":1459,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/transport.js","layer":"app-pages-browser"},"startTime":1749925097476,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":16864,"timestamp":146745570,"id":1485,"parentId":1459,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/globals.js","layer":"app-pages-browser"},"startTime":1749925097476,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":17499,"timestamp":146745485,"id":1484,"parentId":1459,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/util.js","layer":"app-pages-browser"},"startTime":1749925097476,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":17625,"timestamp":146747261,"id":1486,"parentId":1330,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_class_private_field_init.js","layer":"app-pages-browser"},"startTime":1749925097477,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":17773,"timestamp":146747386,"id":1487,"parentId":1330,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_class_private_field_get.js","layer":"app-pages-browser"},"startTime":1749925097478,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":17933,"timestamp":146747477,"id":1488,"parentId":1330,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_class_private_field_set.js","layer":"app-pages-browser"},"startTime":1749925097478,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":20360,"timestamp":146748148,"id":1489,"parentId":1459,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/transports/index.js","layer":"app-pages-browser"},"startTime":1749925097478,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":20645,"timestamp":146748351,"id":1491,"parentId":1459,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/transports/polling-fetch.js","layer":"app-pages-browser"},"startTime":1749925097479,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":21956,"timestamp":146748264,"id":1490,"parentId":1459,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/transports/polling-xhr.js","layer":"app-pages-browser"},"startTime":1749925097478,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":22515,"timestamp":146748439,"id":1492,"parentId":1459,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/transports/websocket.js","layer":"app-pages-browser"},"startTime":1749925097479,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":23062,"timestamp":146748520,"id":1493,"parentId":1459,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/transports/webtransport.js","layer":"app-pages-browser"},"startTime":1749925097479,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":23851,"timestamp":146748599,"id":1494,"parentId":1459,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/contrib/parseuri.js","layer":"app-pages-browser"},"startTime":1749925097479,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":1156,"timestamp":146776665,"id":1499,"parentId":1482,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/index.js","layer":"app-pages-browser"},"startTime":1749925097507,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":438,"timestamp":146780324,"id":1507,"parentId":1499,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/commons.js","layer":"app-pages-browser"},"startTime":1749925097511,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4686,"timestamp":146776528,"id":1498,"parentId":1482,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/contrib/parseqs.js","layer":"app-pages-browser"},"startTime":1749925097507,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4840,"timestamp":146778450,"id":1500,"parentId":1475,"tags":{"name":"/home/runner/work/envin/envin/node_modules/scheduler/cjs/scheduler.production.js","layer":"pages-dir-browser"},"startTime":1749925097509,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4895,"timestamp":146778622,"id":1502,"parentId":1487,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_class_apply_descriptor_get.js","layer":"app-pages-browser"},"startTime":1749925097509,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5228,"timestamp":146778508,"id":1501,"parentId":1486,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_check_private_redeclaration.js","layer":"app-pages-browser"},"startTime":1749925097509,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5243,"timestamp":146778709,"id":1503,"parentId":1487,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_class_extract_field_descriptor.js","layer":"app-pages-browser"},"startTime":1749925097509,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5407,"timestamp":146778794,"id":1504,"parentId":1488,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_class_apply_descriptor_set.js","layer":"app-pages-browser"},"startTime":1749925097509,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5438,"timestamp":146779593,"id":1505,"parentId":1491,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/transports/polling.js","layer":"app-pages-browser"},"startTime":1749925097510,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5610,"timestamp":146779715,"id":1506,"parentId":1490,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/contrib/has-cors.js","layer":"app-pages-browser"},"startTime":1749925097510,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5109,"timestamp":146781320,"id":1508,"parentId":1499,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/encodePacket.browser.js","layer":"app-pages-browser"},"startTime":1749925097512,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":5423,"timestamp":146781437,"id":1509,"parentId":1499,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/decodePacket.browser.js","layer":"app-pages-browser"},"startTime":1749925097512,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":2016,"timestamp":146785658,"id":1510,"parentId":1422,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/scheduler/index.js","layer":"app-pages-browser"},"startTime":1749925097516,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":1454,"timestamp":146788466,"id":1511,"parentId":1509,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.js","layer":"app-pages-browser"},"startTime":1749925097519,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":2190,"timestamp":146788687,"id":1512,"parentId":1461,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/process/browser.js","layer":"pages-dir-browser"},"startTime":1749925097519,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":2909,"timestamp":146788743,"id":1513,"parentId":1462,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/process/browser.js","layer":"app-pages-browser"},"startTime":1749925097519,"traceId":"04aa2910e90ec27b"},{"name":"add-entry","duration":1330296,"timestamp":145461436,"id":1046,"parentId":1041,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749925096192,"traceId":"04aa2910e90ec27b"},{"name":"add-entry","duration":1330305,"timestamp":145461445,"id":1047,"parentId":1041,"tags":{"request":"/home/runner/work/envin/envin/node_modules/next/dist/client/router.js"},"startTime":1749925096192,"traceId":"04aa2910e90ec27b"},{"name":"add-entry","duration":1330376,"timestamp":145461448,"id":1048,"parentId":1041,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749925096192,"traceId":"04aa2910e90ec27b"},{"name":"add-entry","duration":1330572,"timestamp":145461257,"id":1042,"parentId":1041,"tags":{"request":"./../../node_modules/next/dist/client/next.js"},"startTime":1749925096191,"traceId":"04aa2910e90ec27b"},{"name":"add-entry","duration":1330407,"timestamp":145461424,"id":1045,"parentId":1041,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!"},"startTime":1749925096192,"traceId":"04aa2910e90ec27b"},{"name":"add-entry","duration":1330437,"timestamp":145461400,"id":1044,"parentId":1041,"tags":{"request":"next-flight-client-entry-loader?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%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%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&server=false!"},"startTime":1749925096192,"traceId":"04aa2910e90ec27b"},{"name":"add-entry","duration":1330389,"timestamp":145461455,"id":1050,"parentId":1041,"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":1749925096192,"traceId":"04aa2910e90ec27b"},{"name":"build-module-js","duration":4290,"timestamp":146789172,"id":1514,"parentId":1510,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/scheduler/cjs/scheduler.production.js","layer":"app-pages-browser"},"startTime":1749925097519,"traceId":"04aa2910e90ec27b"},{"name":"add-entry","duration":1333684,"timestamp":145461309,"id":1043,"parentId":1041,"tags":{"request":"./../../node_modules/next/dist/client/app-next.js"},"startTime":1749925096192,"traceId":"04aa2910e90ec27b"},{"name":"make","duration":1334094,"timestamp":145460974,"id":1041,"parentId":1040,"tags":{},"startTime":1749925096191,"traceId":"04aa2910e90ec27b"},{"name":"chunk-graph","duration":9127,"timestamp":146832653,"id":1516,"parentId":1515,"tags":{},"startTime":1749925097563,"traceId":"04aa2910e90ec27b"},{"name":"optimize-modules","duration":9,"timestamp":146841832,"id":1518,"parentId":1515,"tags":{},"startTime":1749925097572,"traceId":"04aa2910e90ec27b"},{"name":"optimize-chunks","duration":11396,"timestamp":146843650,"id":1520,"parentId":1515,"tags":{},"startTime":1749925097574,"traceId":"04aa2910e90ec27b"},{"name":"optimize-tree","duration":14,"timestamp":146855092,"id":1521,"parentId":1515,"tags":{},"startTime":1749925097585,"traceId":"04aa2910e90ec27b"},{"name":"optimize-chunk-modules","duration":11996,"timestamp":146855140,"id":1522,"parentId":1515,"tags":{},"startTime":1749925097585,"traceId":"04aa2910e90ec27b"},{"name":"optimize","duration":25357,"timestamp":146841815,"id":1517,"parentId":1515,"tags":{},"startTime":1749925097572,"traceId":"04aa2910e90ec27b"},{"name":"module-hash","duration":10704,"timestamp":146876337,"id":1523,"parentId":1515,"tags":{},"startTime":1749925097607,"traceId":"04aa2910e90ec27b"},{"name":"code-generation","duration":140218,"timestamp":146887071,"id":1524,"parentId":1515,"tags":{},"startTime":1749925097617,"traceId":"04aa2910e90ec27b"},{"name":"hash","duration":4470,"timestamp":147030133,"id":1525,"parentId":1515,"tags":{},"startTime":1749925097760,"traceId":"04aa2910e90ec27b"},{"name":"code-generation-jobs","duration":271,"timestamp":147034602,"id":1526,"parentId":1515,"tags":{},"startTime":1749925097765,"traceId":"04aa2910e90ec27b"},{"name":"module-assets","duration":335,"timestamp":147034846,"id":1527,"parentId":1515,"tags":{},"startTime":1749925097765,"traceId":"04aa2910e90ec27b"},{"name":"create-chunk-assets","duration":12099,"timestamp":147035194,"id":1528,"parentId":1515,"tags":{},"startTime":1749925097765,"traceId":"04aa2910e90ec27b"},{"name":"NextJsBuildManifest-generateClientManifest","duration":1291,"timestamp":147049813,"id":1530,"parentId":1040,"tags":{},"startTime":1749925097780,"traceId":"04aa2910e90ec27b"},{"name":"NextJsBuildManifest-createassets","duration":1943,"timestamp":147049173,"id":1529,"parentId":1040,"tags":{},"startTime":1749925097779,"traceId":"04aa2910e90ec27b"},{"name":"minify-js","duration":77338,"timestamp":147070074,"id":1535,"parentId":1531,"tags":{"name":"static/chunks/pages/_app-a48f070af90c9683.js","cache":"MISS"},"startTime":1749925097800,"traceId":"04aa2910e90ec27b"},{"name":"minify-js","duration":77660,"timestamp":147069804,"id":1533,"parentId":1531,"tags":{"name":"static/chunks/main-app-fd962d6f95339794.js","cache":"MISS"},"startTime":1749925097800,"traceId":"04aa2910e90ec27b"},{"name":"minify-js","duration":77350,"timestamp":147070141,"id":1536,"parentId":1531,"tags":{"name":"static/chunks/pages/_error-b8c2e08355edc3b4.js","cache":"MISS"},"startTime":1749925097800,"traceId":"04aa2910e90ec27b"},{"name":"minify-js","duration":77611,"timestamp":147069904,"id":1534,"parentId":1531,"tags":{"name":"static/chunks/app/_not-found/page-60c07ed561e86dd9.js","cache":"MISS"},"startTime":1749925097800,"traceId":"04aa2910e90ec27b"},{"name":"minify-js","duration":77335,"timestamp":147070203,"id":1537,"parentId":1531,"tags":{"name":"static/chunks/app/layout-199c3536e64e10fd.js","cache":"MISS"},"startTime":1749925097800,"traceId":"04aa2910e90ec27b"}]
16
- [{"name":"minify-js","duration":75892,"timestamp":147071929,"id":1539,"parentId":1531,"tags":{"name":"static/chunks/webpack-464ea5083b838c17.js","cache":"MISS"},"startTime":1749925097802,"traceId":"04aa2910e90ec27b"},{"name":"minify-js","duration":80174,"timestamp":147070289,"id":1538,"parentId":1531,"tags":{"name":"static/chunks/app/page-9e503b3c88017a01.js","cache":"MISS"},"startTime":1749925097801,"traceId":"04aa2910e90ec27b"},{"name":"minify-js","duration":184505,"timestamp":147061534,"id":1532,"parentId":1531,"tags":{"name":"static/chunks/main-c9e901861bf9798e.js","cache":"MISS"},"startTime":1749925097792,"traceId":"04aa2910e90ec27b"},{"name":"minify-js","duration":261247,"timestamp":147083480,"id":1542,"parentId":1531,"tags":{"name":"static/chunks/315-850927f416f0524a.js","cache":"MISS"},"startTime":1749925097814,"traceId":"04aa2910e90ec27b"},{"name":"minify-js","duration":235894,"timestamp":147110441,"id":1544,"parentId":1531,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"MISS"},"startTime":1749925097841,"traceId":"04aa2910e90ec27b"},{"name":"minify-js","duration":237357,"timestamp":147110496,"id":1545,"parentId":1531,"tags":{"name":"static/Tqeih6W38cSM3E9aJvlBI/_ssgManifest.js","cache":"MISS"},"startTime":1749925097841,"traceId":"04aa2910e90ec27b"},{"name":"minify-js","duration":237360,"timestamp":147110534,"id":1546,"parentId":1531,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1749925097841,"traceId":"04aa2910e90ec27b"},{"name":"minify-js","duration":237359,"timestamp":147110571,"id":1547,"parentId":1531,"tags":{"name":"static/Tqeih6W38cSM3E9aJvlBI/_buildManifest.js","cache":"MISS"},"startTime":1749925097841,"traceId":"04aa2910e90ec27b"},{"name":"minify-js","duration":237752,"timestamp":147110606,"id":1548,"parentId":1531,"tags":{"name":"server/next-font-manifest.js","cache":"MISS"},"startTime":1749925097841,"traceId":"04aa2910e90ec27b"},{"name":"minify-js","duration":297235,"timestamp":147072099,"id":1540,"parentId":1531,"tags":{"name":"static/chunks/framework-82b0332477a76245.js","cache":"MISS"},"startTime":1749925097802,"traceId":"04aa2910e90ec27b"},{"name":"minify-js","duration":292679,"timestamp":147077988,"id":1541,"parentId":1531,"tags":{"name":"static/chunks/87c73c54-a773d57d245aca41.js","cache":"MISS"},"startTime":1749925097808,"traceId":"04aa2910e90ec27b"},{"name":"minify-js","duration":372024,"timestamp":147099026,"id":1543,"parentId":1531,"tags":{"name":"static/chunks/985-f32f025f8cdc74d3.js","cache":"MISS"},"startTime":1749925097829,"traceId":"04aa2910e90ec27b"},{"name":"minify-webpack-plugin-optimize","duration":418964,"timestamp":147052110,"id":1531,"parentId":1040,"tags":{"compilationName":"client","mangle":"true"},"startTime":1749925097782,"traceId":"04aa2910e90ec27b"},{"name":"minify-css","duration":288863,"timestamp":147471304,"id":1550,"parentId":1549,"tags":{"file":"static/css/9e9951dd5420394c.css","cache":"MISS"},"startTime":1749925098202,"traceId":"04aa2910e90ec27b"},{"name":"css-minimizer-plugin","duration":288948,"timestamp":147471234,"id":1549,"parentId":1040,"tags":{},"startTime":1749925098201,"traceId":"04aa2910e90ec27b"},{"name":"seal","duration":947585,"timestamp":146819302,"id":1515,"parentId":1040,"tags":{},"startTime":1749925097550,"traceId":"04aa2910e90ec27b"},{"name":"webpack-compilation","duration":2306984,"timestamp":145459983,"id":1040,"parentId":13,"tags":{"name":"client"},"startTime":1749925096190,"traceId":"04aa2910e90ec27b"},{"name":"emit","duration":4143,"timestamp":147767027,"id":1551,"parentId":13,"tags":{},"startTime":1749925098497,"traceId":"04aa2910e90ec27b"},{"name":"webpack-close","duration":1125995,"timestamp":147771593,"id":1552,"parentId":13,"tags":{"name":"client"},"startTime":1749925098502,"traceId":"04aa2910e90ec27b"},{"name":"webpack-generate-error-stats","duration":907,"timestamp":148897612,"id":1553,"parentId":1552,"tags":{},"startTime":1749925099628,"traceId":"04aa2910e90ec27b"},{"name":"run-webpack-compiler","duration":11379522,"timestamp":137519249,"id":13,"parentId":1,"tags":{},"startTime":1749925088249,"traceId":"04aa2910e90ec27b"},{"name":"format-webpack-messages","duration":100,"timestamp":148898779,"id":1554,"parentId":1,"tags":{},"startTime":1749925099629,"traceId":"04aa2910e90ec27b"},{"name":"verify-and-lint","duration":64955,"timestamp":148916670,"id":1557,"parentId":1,"tags":{},"startTime":1749925099647,"traceId":"04aa2910e90ec27b"},{"name":"verify-typescript-setup","duration":3882796,"timestamp":148902365,"id":1556,"parentId":1,"tags":{},"startTime":1749925099633,"traceId":"04aa2910e90ec27b"},{"name":"check-static-error-page","duration":3828,"timestamp":152826538,"id":1560,"parentId":1559,"tags":{},"startTime":1749925103557,"traceId":"04aa2910e90ec27b"},{"name":"check-page","duration":1846,"timestamp":152866490,"id":1561,"parentId":1559,"tags":{"page":"/_app"},"startTime":1749925103597,"traceId":"04aa2910e90ec27b"},{"name":"check-page","duration":779,"timestamp":152867585,"id":1563,"parentId":1559,"tags":{"page":"/_document"},"startTime":1749925103598,"traceId":"04aa2910e90ec27b"},{"name":"check-page","duration":1050,"timestamp":152867507,"id":1562,"parentId":1559,"tags":{"page":"/_error"},"startTime":1749925103598,"traceId":"04aa2910e90ec27b"},{"name":"is-page-static","duration":319522,"timestamp":152869214,"id":1568,"parentId":1564,"tags":{},"startTime":1749925103599,"traceId":"04aa2910e90ec27b"},{"name":"check-page","duration":321180,"timestamp":152867631,"id":1564,"parentId":1559,"tags":{"page":"/_not-found"},"startTime":1749925103598,"traceId":"04aa2910e90ec27b"},{"name":"is-page-static","duration":344823,"timestamp":152868928,"id":1567,"parentId":1566,"tags":{},"startTime":1749925103599,"traceId":"04aa2910e90ec27b"},{"name":"check-page","duration":345954,"timestamp":152867847,"id":1566,"parentId":1559,"tags":{"page":"/favicon.ico"},"startTime":1749925103598,"traceId":"04aa2910e90ec27b"},{"name":"is-page-static","duration":481740,"timestamp":152869957,"id":1569,"parentId":1565,"tags":{},"startTime":1749925103600,"traceId":"04aa2910e90ec27b"},{"name":"check-page","duration":483961,"timestamp":152867794,"id":1565,"parentId":1559,"tags":{"page":"/"},"startTime":1749925103598,"traceId":"04aa2910e90ec27b"},{"name":"static-check","duration":526087,"timestamp":152825715,"id":1559,"parentId":1,"tags":{},"startTime":1749925103556,"traceId":"04aa2910e90ec27b"},{"name":"generate-required-server-files","duration":311,"timestamp":153351916,"id":1571,"parentId":1,"tags":{},"startTime":1749925104082,"traceId":"04aa2910e90ec27b"},{"name":"write-routes-manifest","duration":1718,"timestamp":153356279,"id":1573,"parentId":1,"tags":{},"startTime":1749925104086,"traceId":"04aa2910e90ec27b"},{"name":"load-dotenv","duration":29,"timestamp":153379969,"id":1576,"parentId":1575,"tags":{},"startTime":1749925104110,"traceId":"04aa2910e90ec27b"},{"name":"run-export-path-map","duration":370,"timestamp":154473922,"id":1577,"parentId":1575,"tags":{},"startTime":1749925105204,"traceId":"04aa2910e90ec27b"},{"name":"next-export","duration":1910902,"timestamp":153379162,"id":1575,"parentId":1,"tags":{},"startTime":1749925104109,"traceId":"04aa2910e90ec27b"},{"name":"move-exported-app-not-found-","duration":9253,"timestamp":155291169,"id":1578,"parentId":1574,"tags":{},"startTime":1749925106021,"traceId":"04aa2910e90ec27b"},{"name":"move-exported-page","duration":89093,"timestamp":155300543,"id":1579,"parentId":1574,"tags":{},"startTime":1749925106031,"traceId":"04aa2910e90ec27b"},{"name":"static-generation","duration":2196449,"timestamp":153373681,"id":1574,"parentId":1,"tags":{},"startTime":1749925104104,"traceId":"04aa2910e90ec27b"},{"name":"write-routes-manifest","duration":23780,"timestamp":155570151,"id":1580,"parentId":1,"tags":{},"startTime":1749925106300,"traceId":"04aa2910e90ec27b"},{"name":"node-file-trace-build","duration":8485040,"timestamp":153353309,"id":1572,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1749925104084,"traceId":"04aa2910e90ec27b"},{"name":"apply-include-excludes","duration":487,"timestamp":161838368,"id":1581,"parentId":1,"tags":{},"startTime":1749925112569,"traceId":"04aa2910e90ec27b"},{"name":"print-tree-view","duration":2526,"timestamp":161838945,"id":1582,"parentId":1,"tags":{},"startTime":1749925112569,"traceId":"04aa2910e90ec27b"},{"name":"telemetry-flush","duration":40,"timestamp":161841480,"id":1583,"parentId":1,"tags":{},"startTime":1749925112572,"traceId":"04aa2910e90ec27b"},{"name":"next-build","duration":24548344,"timestamp":137293180,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.3.3","has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1749925088023,"traceId":"04aa2910e90ec27b"}]
1
+ [{"name":"generate-buildid","duration":200,"timestamp":39967104,"id":4,"parentId":1,"tags":{},"startTime":1755516797993,"traceId":"3b4b354188fe54e1"},{"name":"load-custom-routes","duration":293,"timestamp":39967403,"id":5,"parentId":1,"tags":{},"startTime":1755516797994,"traceId":"3b4b354188fe54e1"},{"name":"create-dist-dir","duration":41618,"timestamp":40034847,"id":6,"parentId":1,"tags":{},"startTime":1755516798061,"traceId":"3b4b354188fe54e1"},{"name":"create-pages-mapping","duration":175,"timestamp":40080438,"id":7,"parentId":1,"tags":{},"startTime":1755516798107,"traceId":"3b4b354188fe54e1"},{"name":"collect-app-paths","duration":1424,"timestamp":40080638,"id":8,"parentId":1,"tags":{},"startTime":1755516798107,"traceId":"3b4b354188fe54e1"},{"name":"create-app-mapping","duration":3536,"timestamp":40082082,"id":9,"parentId":1,"tags":{},"startTime":1755516798108,"traceId":"3b4b354188fe54e1"},{"name":"public-dir-conflict-check","duration":455,"timestamp":40085898,"id":10,"parentId":1,"tags":{},"startTime":1755516798112,"traceId":"3b4b354188fe54e1"},{"name":"generate-routes-manifest","duration":1841,"timestamp":40086603,"id":11,"parentId":1,"tags":{},"startTime":1755516798113,"traceId":"3b4b354188fe54e1"},{"name":"create-entrypoints","duration":18408,"timestamp":40106217,"id":14,"parentId":1,"tags":{},"startTime":1755516798132,"traceId":"3b4b354188fe54e1"},{"name":"generate-webpack-config","duration":286653,"timestamp":40124715,"id":15,"parentId":13,"tags":{},"startTime":1755516798151,"traceId":"3b4b354188fe54e1"},{"name":"next-trace-entrypoint-plugin","duration":2071,"timestamp":40501821,"id":17,"parentId":16,"tags":{},"startTime":1755516798528,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":45077,"timestamp":40588190,"id":30,"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":1755516798614,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":65235,"timestamp":40587587,"id":28,"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":1755516798614,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":81262,"timestamp":40576545,"id":25,"parentId":21,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/pages/_app.js","layer":"pages-dir-node"},"startTime":1755516798603,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":109551,"timestamp":40579925,"id":26,"parentId":24,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/pages/_document.js","layer":"pages-dir-node"},"startTime":1755516798606,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":301,"timestamp":40701691,"id":31,"parentId":30,"tags":{"name":"next/dist/shared/lib/router/utils/format-url","layer":null},"startTime":1755516798728,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":27,"timestamp":40702051,"id":32,"parentId":30,"tags":{"name":"next/dist/shared/lib/page-path/normalize-data-path","layer":null},"startTime":1755516798728,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":22,"timestamp":40702101,"id":33,"parentId":30,"tags":{"name":"next/dist/shared/lib/utils","layer":null},"startTime":1755516798728,"traceId":"3b4b354188fe54e1"},{"name":"build-module-external","duration":32,"timestamp":40702225,"id":34,"parentId":30,"tags":{"name":"next/dist/shared/lib/no-fallback-error.external","layer":null},"startTime":1755516798728,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":18,"timestamp":40702286,"id":35,"parentId":30,"tags":{"name":"next/dist/shared/lib/router/utils/is-bot","layer":null},"startTime":1755516798729,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":38,"timestamp":40702386,"id":36,"parentId":30,"tags":{"name":"next/dist/shared/lib/router/utils/add-path-prefix","layer":null},"startTime":1755516798729,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":17,"timestamp":40702440,"id":37,"parentId":30,"tags":{"name":"next/dist/shared/lib/router/utils/remove-trailing-slash","layer":null},"startTime":1755516798729,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":33,"timestamp":40703962,"id":38,"parentId":28,"tags":{"name":"next/dist/shared/lib/router/utils/app-paths","layer":null},"startTime":1755516798730,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":22,"timestamp":40704038,"id":39,"parentId":25,"tags":{"name":"react/jsx-runtime","layer":null},"startTime":1755516798730,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":33,"timestamp":40704166,"id":40,"parentId":25,"tags":{"name":"react","layer":null},"startTime":1755516798730,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":7076,"timestamp":40751477,"id":46,"parentId":25,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils.js","layer":"pages-dir-node"},"startTime":1755516798778,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":44929,"timestamp":40715939,"id":41,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/get-page-files.js","layer":"pages-dir-node"},"startTime":1755516798742,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":45304,"timestamp":40716487,"id":42,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/htmlescape.js","layer":"pages-dir-node"},"startTime":1755516798743,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":47137,"timestamp":40716647,"id":43,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/utils.js","layer":"pages-dir-node"},"startTime":1755516798743,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":48018,"timestamp":40716931,"id":44,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/is-error.js","layer":"pages-dir-node"},"startTime":1755516798743,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":48811,"timestamp":40717180,"id":45,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/pretty-bytes.js","layer":"pages-dir-node"},"startTime":1755516798743,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":14739,"timestamp":40751785,"id":48,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"pages-dir-node"},"startTime":1755516798778,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":17611,"timestamp":40751704,"id":47,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/constants.js","layer":"pages-dir-node"},"startTime":1755516798778,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":26823,"timestamp":40751887,"id":49,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/trace/tracer.js","layer":"pages-dir-node"},"startTime":1755516798778,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":27330,"timestamp":40751948,"id":50,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/trace/utils.js","layer":"pages-dir-node"},"startTime":1755516798778,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5231,"timestamp":40802139,"id":53,"parentId":47,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":"pages-dir-node"},"startTime":1755516798828,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":7301,"timestamp":40801991,"id":52,"parentId":44,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"pages-dir-node"},"startTime":1755516798828,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":3060,"timestamp":40810664,"id":56,"parentId":49,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/is-thenable.js","layer":"pages-dir-node"},"startTime":1755516798837,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":4390,"timestamp":40810594,"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":1755516798837,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5198,"timestamp":40810484,"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":1755516798837,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":12094,"timestamp":40810730,"id":57,"parentId":49,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/trace/constants.js","layer":"pages-dir-node"},"startTime":1755516798837,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":28,"timestamp":40823093,"id":58,"parentId":55,"tags":{"name":"path","layer":null},"startTime":1755516798849,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":74196,"timestamp":40753852,"id":51,"parentId":28,"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":1755516798780,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":2253,"timestamp":40826447,"id":60,"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":1755516798853,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":2637,"timestamp":40826330,"id":59,"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":1755516798853,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":250121,"timestamp":40580130,"id":27,"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":1755516798606,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":242371,"timestamp":40587937,"id":29,"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":1755516798614,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5382,"timestamp":40847085,"id":74,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-status-code.js","layer":"pages-dir-node"},"startTime":1755516798873,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":8466,"timestamp":40846500,"id":65,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/pages/_error.js","layer":"pages-dir-node"},"startTime":1755516798873,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":18643,"timestamp":40846206,"id":61,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-kind.js","layer":"pages-dir-node"},"startTime":1755516798872,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":19224,"timestamp":40846312,"id":62,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request-meta.js","layer":"pages-dir-node"},"startTime":1755516798873,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":20028,"timestamp":40846382,"id":63,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/send-payload.js","layer":"pages-dir-node"},"startTime":1755516798873,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":21261,"timestamp":40846441,"id":64,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/render-result.js","layer":"pages-dir-node"},"startTime":1755516798873,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":21612,"timestamp":40846612,"id":66,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/cache-control.js","layer":"pages-dir-node"},"startTime":1755516798873,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":23782,"timestamp":40846741,"id":68,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/constants.js","layer":"pages-dir-node"},"startTime":1755516798873,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":24838,"timestamp":40846678,"id":67,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/redirect-status.js","layer":"pages-dir-node"},"startTime":1755516798873,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":25134,"timestamp":40846801,"id":69,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/interop-default.js","layer":"pages-dir-node"},"startTime":1755516798873,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":25478,"timestamp":40846857,"id":70,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/instrumentation/utils.js","layer":"pages-dir-node"},"startTime":1755516798873,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":27290,"timestamp":40846908,"id":71,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/response-cache/utils.js","layer":"pages-dir-node"},"startTime":1755516798873,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":27829,"timestamp":40846957,"id":72,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/templates/helpers.js","layer":"pages-dir-node"},"startTime":1755516798873,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":28603,"timestamp":40847029,"id":73,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/pages/module.compiled.js","layer":"pages-dir-node"},"startTime":1755516798873,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":28715,"timestamp":40847178,"id":75,"parentId":26,"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":1755516798873,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":30435,"timestamp":40856417,"id":76,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/response-cache/index.js","layer":"pages-dir-node"},"startTime":1755516798883,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":50582,"timestamp":40857076,"id":77,"parentId":49,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"pages-dir-node"},"startTime":1755516798883,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":22,"timestamp":40908351,"id":78,"parentId":73,"tags":{"name":"next/dist/compiled/next-server/pages.runtime.prod.js","layer":null},"startTime":1755516798935,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":8785,"timestamp":40913809,"id":80,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/trace/constants.js","layer":"rsc"},"startTime":1755516798940,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":10486,"timestamp":40914602,"id":81,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/trace/tracer.js","layer":"rsc"},"startTime":1755516798941,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":10707,"timestamp":40914772,"id":82,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-kind.js","layer":"rsc"},"startTime":1755516798941,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":11133,"timestamp":40914948,"id":83,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request-meta.js","layer":"rsc"},"startTime":1755516798941,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":11353,"timestamp":40915142,"id":84,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/cache-control.js","layer":"rsc"},"startTime":1755516798941,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":12843,"timestamp":40915299,"id":85,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/constants.js","layer":"rsc"},"startTime":1755516798942,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":12534,"timestamp":40915911,"id":88,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/instrumentation/utils.js","layer":"rsc"},"startTime":1755516798942,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":12860,"timestamp":40917279,"id":93,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/render-result.js","layer":"rsc"},"startTime":1755516798944,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":14025,"timestamp":40917537,"id":94,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/send-payload.js","layer":"rsc"},"startTime":1755516798944,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":14151,"timestamp":40917794,"id":95,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/interop-default.js","layer":"rsc"},"startTime":1755516798944,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":15014,"timestamp":40918164,"id":97,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/response-cache/index.js","layer":"rsc"},"startTime":1755516798944,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":29185,"timestamp":40908388,"id":79,"parentId":65,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/head.js","layer":"pages-dir-node"},"startTime":1755516798935,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":20272,"timestamp":40918054,"id":96,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-status-code.js","layer":"rsc"},"startTime":1755516798944,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":14541,"timestamp":40940270,"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":1755516798966,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":15589,"timestamp":40940109,"id":99,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/app-router-headers.js","layer":"rsc"},"startTime":1755516798966,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":19679,"timestamp":40958765,"id":104,"parentId":81,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"rsc"},"startTime":1755516798985,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":20639,"timestamp":40959284,"id":108,"parentId":97,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/response-cache/utils.js","layer":"rsc"},"startTime":1755516798986,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":29005,"timestamp":40956158,"id":103,"parentId":55,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"pages-dir-node"},"startTime":1755516798982,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":71030,"timestamp":40915442,"id":86,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/send-response.js","layer":"rsc"},"startTime":1755516798942,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":72642,"timestamp":40916203,"id":89,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/base-http/node.js","layer":"rsc"},"startTime":1755516798942,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":75157,"timestamp":40916464,"id":90,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/utils.js","layer":"rsc"},"startTime":1755516798943,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":87919,"timestamp":40915628,"id":87,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/patch-fetch.js","layer":"rsc"},"startTime":1755516798942,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":87900,"timestamp":40916729,"id":91,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-route/module.compiled.js","layer":"rsc"},"startTime":1755516798943,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":89680,"timestamp":40916984,"id":92,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js","layer":"rsc"},"startTime":1755516798943,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":52428,"timestamp":40959515,"id":110,"parentId":81,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/is-thenable.js","layer":"rsc"},"startTime":1755516798986,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":55371,"timestamp":40959090,"id":106,"parentId":94,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils.js","layer":"rsc"},"startTime":1755516798985,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":84177,"timestamp":40939970,"id":98,"parentId":64,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/pipe-readable.js","layer":"pages-dir-node"},"startTime":1755516798966,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":66912,"timestamp":40958941,"id":105,"parentId":93,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/pipe-readable.js","layer":"rsc"},"startTime":1755516798985,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":86203,"timestamp":40940331,"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":1755516798967,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":67862,"timestamp":40959400,"id":109,"parentId":97,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/response-cache/types.js","layer":"rsc"},"startTime":1755516798986,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":87930,"timestamp":40940381,"id":102,"parentId":63,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/etag.js","layer":"pages-dir-node"},"startTime":1755516798967,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":69914,"timestamp":40959164,"id":107,"parentId":94,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/etag.js","layer":"rsc"},"startTime":1755516798985,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5233,"timestamp":41030950,"id":125,"parentId":79,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/amp-mode.js","layer":"pages-dir-node"},"startTime":1755516799057,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5972,"timestamp":41030887,"id":124,"parentId":79,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/side-effect.js","layer":"pages-dir-node"},"startTime":1755516799057,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":17,"timestamp":41036938,"id":126,"parentId":91,"tags":{"name":"next/dist/compiled/next-server/app-route.runtime.prod.js","layer":null},"startTime":1755516799063,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":83581,"timestamp":40959583,"id":111,"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":1755516798986,"traceId":"3b4b354188fe54e1"}]
2
+ [{"name":"build-module-js","duration":90483,"timestamp":40959637,"id":112,"parentId":93,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js","layer":"rsc"},"startTime":1755516798986,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":90862,"timestamp":40959848,"id":113,"parentId":76,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/batcher.js","layer":"pages-dir-node"},"startTime":1755516798986,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":91444,"timestamp":40959904,"id":114,"parentId":97,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/batcher.js","layer":"rsc"},"startTime":1755516798986,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":91886,"timestamp":40960054,"id":115,"parentId":76,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/scheduler.js","layer":"pages-dir-node"},"startTime":1755516798986,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":92497,"timestamp":40960100,"id":116,"parentId":97,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/scheduler.js","layer":"rsc"},"startTime":1755516798986,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":2069,"timestamp":41058363,"id":131,"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":1755516799085,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":27706,"timestamp":41036970,"id":127,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/builtin/global-error.js","layer":"rsc"},"startTime":1755516799063,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":28194,"timestamp":41037096,"id":128,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/builtin/not-found.js","layer":"rsc"},"startTime":1755516799063,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":28558,"timestamp":41037169,"id":129,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/builtin/forbidden.js","layer":"rsc"},"startTime":1755516799063,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":29183,"timestamp":41037275,"id":130,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/builtin/unauthorized.js","layer":"rsc"},"startTime":1755516799063,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":51442,"timestamp":41015920,"id":117,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/fallback.js","layer":"rsc"},"startTime":1755516799042,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":51439,"timestamp":41016425,"id":119,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/streaming-metadata.js","layer":"rsc"},"startTime":1755516799043,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":52169,"timestamp":41016657,"id":121,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/server-action-request-meta.js","layer":"rsc"},"startTime":1755516799043,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":53441,"timestamp":41016544,"id":120,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/action-utils.js","layer":"rsc"},"startTime":1755516799043,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":54729,"timestamp":41016779,"id":122,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/entry-base.js","layer":"rsc"},"startTime":1755516799043,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":14633,"timestamp":41059127,"id":135,"parentId":79,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"pages-dir-node"},"startTime":1755516799085,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":67454,"timestamp":41016276,"id":118,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/encryption-utils.js","layer":"rsc"},"startTime":1755516799042,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":53946,"timestamp":41030720,"id":123,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/stream-utils/encoded-tags.js","layer":"rsc"},"startTime":1755516799057,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":9458,"timestamp":41076171,"id":144,"parentId":103,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":"pages-dir-node"},"startTime":1755516799102,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":12761,"timestamp":41076111,"id":143,"parentId":103,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"pages-dir-node"},"startTime":1755516799102,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":1221,"timestamp":41092927,"id":145,"parentId":111,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/stream-utils/encoded-tags.js","layer":"pages-dir-node"},"startTime":1755516799119,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":1101,"timestamp":41097736,"id":150,"parentId":131,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/utils.js","layer":"pages-dir-node"},"startTime":1755516799124,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":41477,"timestamp":41058423,"id":132,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1755516799085,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":41717,"timestamp":41058681,"id":133,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/experimental/ppr.js","layer":"rsc"},"startTime":1755516799085,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":42007,"timestamp":41058888,"id":134,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/fallback-params.js","layer":"rsc"},"startTime":1755516799085,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":19229,"timestamp":41105918,"id":155,"parentId":27,"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":1755516799132,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":29960,"timestamp":41097787,"id":151,"parentId":131,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/base-http/helpers.js","layer":"pages-dir-node"},"startTime":1755516799124,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":53188,"timestamp":41075139,"id":136,"parentId":86,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/base-http/helpers.js","layer":"rsc"},"startTime":1755516799101,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":53845,"timestamp":41075449,"id":138,"parentId":89,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/base-http/index.js","layer":"rsc"},"startTime":1755516799102,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":55095,"timestamp":41075307,"id":137,"parentId":87,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"rsc"},"startTime":1755516799102,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":34048,"timestamp":41097815,"id":152,"parentId":131,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/request.js","layer":"pages-dir-node"},"startTime":1755516799124,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":57275,"timestamp":41075962,"id":142,"parentId":92,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/request.js","layer":"rsc"},"startTime":1755516799102,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":58613,"timestamp":41075787,"id":141,"parentId":87,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/clone-response.js","layer":"rsc"},"startTime":1755516799102,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":60793,"timestamp":41075676,"id":140,"parentId":87,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/dedupe-fetch.js","layer":"rsc"},"startTime":1755516799102,"traceId":"3b4b354188fe54e1"},{"name":"build-module-external","duration":22,"timestamp":41138317,"id":156,"parentId":120,"tags":{"name":"./work-async-storage.external","layer":null},"startTime":1755516799165,"traceId":"3b4b354188fe54e1"},{"name":"build-module-external","duration":12,"timestamp":41138478,"id":158,"parentId":122,"tags":{"name":"./work-unit-async-storage.external","layer":null},"startTime":1755516799165,"traceId":"3b4b354188fe54e1"},{"name":"build-module-external","duration":11,"timestamp":41138581,"id":160,"parentId":122,"tags":{"name":"../app-render/action-async-storage.external","layer":null},"startTime":1755516799165,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":55146,"timestamp":41092997,"id":146,"parentId":98,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/detached-promise.js","layer":"pages-dir-node"},"startTime":1755516799119,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":55533,"timestamp":41093086,"id":147,"parentId":105,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/detached-promise.js","layer":"rsc"},"startTime":1755516799119,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":56087,"timestamp":41093301,"id":148,"parentId":98,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/client-component-renderer-logger.js","layer":"pages-dir-node"},"startTime":1755516799120,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":56851,"timestamp":41093365,"id":149,"parentId":105,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/client-component-renderer-logger.js","layer":"rsc"},"startTime":1755516799120,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":83963,"timestamp":41075566,"id":139,"parentId":87,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"rsc"},"startTime":1755516799102,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":21440,"timestamp":41138603,"id":161,"parentId":122,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/client-segment.js","layer":"rsc"},"startTime":1755516799165,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":21821,"timestamp":41138501,"id":159,"parentId":122,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/render-from-template-context.js","layer":"rsc"},"startTime":1755516799165,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":21918,"timestamp":41138671,"id":162,"parentId":122,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/client-page.js","layer":"rsc"},"startTime":1755516799165,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":22501,"timestamp":41139094,"id":166,"parentId":122,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/hooks-server-context.js","layer":"rsc"},"startTime":1755516799165,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":23521,"timestamp":41138353,"id":157,"parentId":122,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/layout-router.js","layer":"rsc"},"startTime":1755516799165,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":23528,"timestamp":41139172,"id":167,"parentId":119,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"rsc"},"startTime":1755516799165,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":24398,"timestamp":41139245,"id":168,"parentId":120,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"rsc"},"startTime":1755516799165,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":25220,"timestamp":41139304,"id":169,"parentId":120,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"rsc"},"startTime":1755516799166,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":25776,"timestamp":41139362,"id":170,"parentId":120,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"rsc"},"startTime":1755516799166,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":28,"timestamp":41166255,"id":171,"parentId":132,"tags":{"name":"next/dist/compiled/next-server/app-page.runtime.prod.js","layer":null},"startTime":1755516799192,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":8313,"timestamp":41166430,"id":173,"parentId":112,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/errors/constants.js","layer":"rsc"},"startTime":1755516799193,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":9035,"timestamp":41166300,"id":172,"parentId":111,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/errors/constants.js","layer":"pages-dir-node"},"startTime":1755516799193,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":9915,"timestamp":41166634,"id":175,"parentId":112,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/segment-cache/output-export-prefetch-encoding.js","layer":"rsc"},"startTime":1755516799193,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":11492,"timestamp":41166738,"id":176,"parentId":144,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"pages-dir-node"},"startTime":1755516799193,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":14280,"timestamp":41166817,"id":177,"parentId":118,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/invariant-error.js","layer":"rsc"},"startTime":1755516799193,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":15827,"timestamp":41166559,"id":174,"parentId":111,"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":1755516799193,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":78136,"timestamp":41105711,"id":153,"parentId":111,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/stream-utils/uint8array-helpers.js","layer":"pages-dir-node"},"startTime":1755516799132,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":79090,"timestamp":41105773,"id":154,"parentId":112,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/stream-utils/uint8array-helpers.js","layer":"rsc"},"startTime":1755516799132,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":11391,"timestamp":41178688,"id":179,"parentId":122,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"rsc"},"startTime":1755516799205,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":11202,"timestamp":41179167,"id":182,"parentId":122,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/metadata/metadata-boundary.js","layer":"rsc"},"startTime":1755516799205,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":12571,"timestamp":41178824,"id":180,"parentId":128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/http-access-fallback/error-fallback.js","layer":"rsc"},"startTime":1755516799205,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":57166,"timestamp":41138733,"id":163,"parentId":122,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/params.js","layer":"rsc"},"startTime":1755516799165,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":64312,"timestamp":41138840,"id":164,"parentId":122,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/search-params.js","layer":"rsc"},"startTime":1755516799165,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":67507,"timestamp":41138955,"id":165,"parentId":122,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/collect-segment-data.js","layer":"rsc"},"startTime":1755516799165,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":33483,"timestamp":41187831,"id":186,"parentId":168,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"rsc"},"startTime":1755516799214,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":33136,"timestamp":41188992,"id":189,"parentId":134,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"rsc"},"startTime":1755516799215,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":35096,"timestamp":41187967,"id":187,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/app/layout.tsx","layer":"rsc"},"startTime":1755516799214,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":35776,"timestamp":41188870,"id":188,"parentId":29,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/app/page.tsx","layer":"rsc"},"startTime":1755516799215,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":39774,"timestamp":41189104,"id":190,"parentId":134,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"rsc"},"startTime":1755516799215,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":15282,"timestamp":41214604,"id":191,"parentId":176,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"pages-dir-node"},"startTime":1755516799241,"traceId":"3b4b354188fe54e1"},{"name":"build-module-cjs","duration":59224,"timestamp":41178584,"id":178,"parentId":25,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/cjs/_interop_require_default.cjs","layer":"pages-dir-node"},"startTime":1755516799205,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":61354,"timestamp":41178928,"id":181,"parentId":122,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/metadata.js","layer":"rsc"},"startTime":1755516799205,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":62119,"timestamp":41179253,"id":183,"parentId":122,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/rsc/preloads.js","layer":"rsc"},"startTime":1755516799205,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":62536,"timestamp":41179371,"id":184,"parentId":122,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/rsc/postpone.js","layer":"rsc"},"startTime":1755516799206,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":64200,"timestamp":41179480,"id":185,"parentId":122,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/rsc/taint.js","layer":"rsc"},"startTime":1755516799206,"traceId":"3b4b354188fe54e1"},{"name":"add-entry","duration":738703,"timestamp":40509760,"id":21,"parentId":18,"tags":{"request":"next/dist/pages/_app"},"startTime":1755516798536,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":8613,"timestamp":41249797,"id":204,"parentId":168,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/segment.js","layer":"rsc"},"startTime":1755516799276,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":9724,"timestamp":41249344,"id":202,"parentId":139,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"rsc"},"startTime":1755516799276,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":9678,"timestamp":41249912,"id":205,"parentId":167,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"rsc"},"startTime":1755516799276,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":10355,"timestamp":41250037,"id":206,"parentId":169,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"rsc"},"startTime":1755516799276,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":49981,"timestamp":41214876,"id":193,"parentId":79,"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":1755516799241,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":50110,"timestamp":41214936,"id":194,"parentId":79,"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":1755516799241,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":50227,"timestamp":41215310,"id":198,"parentId":152,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/error.js","layer":"pages-dir-node"},"startTime":1755516799242,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":50693,"timestamp":41215351,"id":199,"parentId":142,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/error.js","layer":"rsc"},"startTime":1755516799242,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":50925,"timestamp":41215456,"id":200,"parentId":152,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/cookies.js","layer":"pages-dir-node"},"startTime":1755516799242,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":51279,"timestamp":41215502,"id":201,"parentId":142,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/cookies.js","layer":"rsc"},"startTime":1755516799242,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":53765,"timestamp":41215127,"id":196,"parentId":152,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/next-url.js","layer":"pages-dir-node"},"startTime":1755516799241,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":56750,"timestamp":41215193,"id":197,"parentId":142,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/next-url.js","layer":"rsc"},"startTime":1755516799241,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":57709,"timestamp":41214727,"id":192,"parentId":51,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/api/server.js","layer":"rsc"},"startTime":1755516799241,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":58063,"timestamp":41214973,"id":195,"parentId":138,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/api-utils/get-cookie-parser.js","layer":"rsc"},"startTime":1755516799241,"traceId":"3b4b354188fe54e1"},{"name":"build-module-external","duration":26,"timestamp":41277241,"id":211,"parentId":163,"tags":{"name":"../app-render/dynamic-access-async-storage.external","layer":null},"startTime":1755516799303,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":18568,"timestamp":41262374,"id":207,"parentId":191,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/segment.js","layer":"pages-dir-node"},"startTime":1755516799289,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":20062,"timestamp":41262462,"id":208,"parentId":190,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"rsc"},"startTime":1755516799289,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":8733,"timestamp":41277769,"id":215,"parentId":165,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js","layer":"rsc"},"startTime":1755516799304,"traceId":"3b4b354188fe54e1"},{"name":"add-entry","duration":777790,"timestamp":40509800,"id":24,"parentId":18,"tags":{"request":"next/dist/pages/_document"},"startTime":1755516798536,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":11705,"timestamp":41277670,"id":214,"parentId":163,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils/reflect-utils.js","layer":"rsc"},"startTime":1755516799304,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":41465,"timestamp":41249530,"id":203,"parentId":139,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/metadata-constants.js","layer":"rsc"},"startTime":1755516799276,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":4647,"timestamp":41287501,"id":220,"parentId":190,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"rsc"},"startTime":1755516799314,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5032,"timestamp":41287429,"id":219,"parentId":190,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"rsc"},"startTime":1755516799314,"traceId":"3b4b354188fe54e1"}]
3
+ [{"name":"build-module-js","duration":37045,"timestamp":41262570,"id":209,"parentId":89,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/api-utils/index.js","layer":"rsc"},"startTime":1755516799289,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":9372,"timestamp":41292734,"id":221,"parentId":180,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/styles/access-error-styles.js","layer":"rsc"},"startTime":1755516799319,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16626,"timestamp":41293097,"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":1755516799319,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16979,"timestamp":41293168,"id":225,"parentId":181,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/metadata/async-metadata.js","layer":"rsc"},"startTime":1755516799319,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":36993,"timestamp":41277483,"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":1755516799304,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":37282,"timestamp":41277874,"id":216,"parentId":163,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"rsc"},"startTime":1755516799304,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":39690,"timestamp":41276984,"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":1755516799303,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":47991,"timestamp":41277285,"id":212,"parentId":164,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/utils.js","layer":"rsc"},"startTime":1755516799304,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":40109,"timestamp":41287226,"id":217,"parentId":63,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/fresh/index.js","layer":"pages-dir-node"},"startTime":1755516799313,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":40862,"timestamp":41287290,"id":218,"parentId":94,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/fresh/index.js","layer":"rsc"},"startTime":1755516799314,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":9558,"timestamp":41319271,"id":234,"parentId":196,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/get-hostname.js","layer":"pages-dir-node"},"startTime":1755516799345,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":9816,"timestamp":41319345,"id":235,"parentId":197,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/get-hostname.js","layer":"rsc"},"startTime":1755516799346,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":10137,"timestamp":41319433,"id":236,"parentId":196,"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":1755516799346,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":10478,"timestamp":41319495,"id":237,"parentId":197,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":"rsc"},"startTime":1755516799346,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":11297,"timestamp":41319596,"id":238,"parentId":196,"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":1755516799346,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":11881,"timestamp":41319662,"id":239,"parentId":197,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":"rsc"},"startTime":1755516799346,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":21,"timestamp":41332173,"id":240,"parentId":188,"tags":{"name":"node:path","layer":null},"startTime":1755516799358,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":49592,"timestamp":41292833,"id":222,"parentId":181,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/resolve-metadata.js","layer":"rsc"},"startTime":1755516799319,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":50197,"timestamp":41292953,"id":223,"parentId":181,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/pathname.js","layer":"rsc"},"startTime":1755516799319,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":2969,"timestamp":41346977,"id":242,"parentId":213,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/is-error.js","layer":"rsc"},"startTime":1755516799373,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":48959,"timestamp":41304328,"id":226,"parentId":127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-loader/module-proxy.js","layer":"rsc"},"startTime":1755516799331,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":9095,"timestamp":41347299,"id":244,"parentId":196,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js","layer":"pages-dir-node"},"startTime":1755516799374,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":9681,"timestamp":41347350,"id":245,"parentId":197,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js","layer":"rsc"},"startTime":1755516799374,"traceId":"3b4b354188fe54e1"},{"name":"build-module-cjs","duration":43717,"timestamp":41317993,"id":227,"parentId":79,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs","layer":"pages-dir-node"},"startTime":1755516799344,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":46114,"timestamp":41318111,"id":228,"parentId":181,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/generate/basic.js","layer":"rsc"},"startTime":1755516799344,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":46960,"timestamp":41318346,"id":229,"parentId":181,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/generate/alternate.js","layer":"rsc"},"startTime":1755516799345,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":49631,"timestamp":41318543,"id":230,"parentId":181,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/generate/opengraph.js","layer":"rsc"},"startTime":1755516799345,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":50976,"timestamp":41318719,"id":231,"parentId":181,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/generate/meta.js","layer":"rsc"},"startTime":1755516799345,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":51949,"timestamp":41318896,"id":232,"parentId":181,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/generate/icons.js","layer":"rsc"},"startTime":1755516799345,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":52253,"timestamp":41319096,"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":1755516799345,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":17483,"timestamp":41357356,"id":246,"parentId":236,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"pages-dir-node"},"startTime":1755516799384,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":17704,"timestamp":41357455,"id":247,"parentId":238,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"pages-dir-node"},"startTime":1755516799384,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":17911,"timestamp":41357530,"id":248,"parentId":238,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"pages-dir-node"},"startTime":1755516799384,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":49030,"timestamp":41332207,"id":241,"parentId":155,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/get-metadata-route.js","layer":"rsc"},"startTime":1755516799358,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":6988,"timestamp":41376493,"id":254,"parentId":213,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/is-next-router-error.js","layer":"rsc"},"startTime":1755516799403,"traceId":"3b4b354188fe54e1"},{"name":"build-module-external","duration":19,"timestamp":41385835,"id":257,"parentId":212,"tags":{"name":"../app-render/after-task-async-storage.external","layer":null},"startTime":1755516799412,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":43047,"timestamp":41347172,"id":243,"parentId":192,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/exports/index.js","layer":"rsc"},"startTime":1755516799373,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5204,"timestamp":41385723,"id":256,"parentId":242,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"rsc"},"startTime":1755516799412,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5476,"timestamp":41385867,"id":258,"parentId":238,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"pages-dir-node"},"startTime":1755516799412,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5788,"timestamp":41385922,"id":259,"parentId":239,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"rsc"},"startTime":1755516799412,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5924,"timestamp":41386073,"id":261,"parentId":237,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"rsc"},"startTime":1755516799412,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":6311,"timestamp":41385987,"id":260,"parentId":236,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"pages-dir-node"},"startTime":1755516799412,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":6426,"timestamp":41386140,"id":262,"parentId":236,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"pages-dir-node"},"startTime":1755516799412,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":6658,"timestamp":41386181,"id":263,"parentId":237,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"rsc"},"startTime":1755516799412,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":6930,"timestamp":41386245,"id":264,"parentId":236,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"pages-dir-node"},"startTime":1755516799412,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":7414,"timestamp":41386283,"id":265,"parentId":237,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"rsc"},"startTime":1755516799413,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":43596,"timestamp":41357793,"id":250,"parentId":122,"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":1755516799384,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":44009,"timestamp":41357594,"id":249,"parentId":122,"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":1755516799384,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":45239,"timestamp":41357984,"id":251,"parentId":209,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/adapters/headers.js","layer":"rsc"},"startTime":1755516799384,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":10683,"timestamp":41394404,"id":267,"parentId":213,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"rsc"},"startTime":1755516799421,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":11113,"timestamp":41394313,"id":266,"parentId":248,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"pages-dir-node"},"startTime":1755516799421,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":32981,"timestamp":41376374,"id":253,"parentId":213,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/error-telemetry-utils.js","layer":"rsc"},"startTime":1755516799403,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":33485,"timestamp":41376568,"id":255,"parentId":213,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/react-large-shell-error.js","layer":"rsc"},"startTime":1755516799403,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5680,"timestamp":41406157,"id":272,"parentId":241,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":"rsc"},"startTime":1755516799432,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":38766,"timestamp":41376199,"id":252,"parentId":213,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/format-server-error.js","layer":"rsc"},"startTime":1755516799402,"traceId":"3b4b354188fe54e1"},{"name":"build-module-css","duration":956,"timestamp":41418631,"id":284,"parentId":187,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/app/globals.css","layer":"rsc"},"startTime":1755516799445,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":26608,"timestamp":41394485,"id":268,"parentId":222,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/interop-default.js","layer":"rsc"},"startTime":1755516799421,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":27079,"timestamp":41394712,"id":270,"parentId":222,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/app-dir-module.js","layer":"rsc"},"startTime":1755516799421,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":27743,"timestamp":41394600,"id":269,"parentId":222,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/default-metadata.js","layer":"rsc"},"startTime":1755516799421,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":28480,"timestamp":41394816,"id":271,"parentId":222,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/generate/utils.js","layer":"rsc"},"startTime":1755516799421,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":7071,"timestamp":41418467,"id":283,"parentId":188,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/app/env.ts","layer":"rsc"},"startTime":1755516799445,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":7496,"timestamp":41419295,"id":287,"parentId":241,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/hash.js","layer":"rsc"},"startTime":1755516799446,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":8196,"timestamp":41419364,"id":288,"parentId":254,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-error.js","layer":"rsc"},"startTime":1755516799446,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":18469,"timestamp":41412181,"id":274,"parentId":122,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react.js","layer":"rsc"},"startTime":1755516799438,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":20649,"timestamp":41412312,"id":275,"parentId":222,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/resolvers/resolve-opengraph.js","layer":"rsc"},"startTime":1755516799439,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":21285,"timestamp":41411972,"id":273,"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":1755516799438,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":21405,"timestamp":41412425,"id":276,"parentId":222,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/resolvers/resolve-title.js","layer":"rsc"},"startTime":1755516799439,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":24401,"timestamp":41412531,"id":277,"parentId":222,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/resolvers/resolve-basics.js","layer":"rsc"},"startTime":1755516799439,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":25704,"timestamp":41412747,"id":279,"parentId":222,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/output/log.js","layer":"rsc"},"startTime":1755516799439,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":25929,"timestamp":41412849,"id":280,"parentId":231,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/non-nullable.js","layer":"rsc"},"startTime":1755516799439,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":26767,"timestamp":41412642,"id":278,"parentId":222,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/resolvers/resolve-icons.js","layer":"rsc"},"startTime":1755516799439,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":26841,"timestamp":41412957,"id":281,"parentId":228,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/constants.js","layer":"rsc"},"startTime":1755516799439,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":13846,"timestamp":41429059,"id":296,"parentId":241,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/isomorphic/path.js","layer":"rsc"},"startTime":1755516799455,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":29328,"timestamp":41418988,"id":285,"parentId":241,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/server-utils.js","layer":"rsc"},"startTime":1755516799445,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":31273,"timestamp":41419165,"id":286,"parentId":241,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/is-metadata-route.js","layer":"rsc"},"startTime":1755516799445,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":37628,"timestamp":41413088,"id":282,"parentId":232,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/generate/icon-mark.js","layer":"rsc"},"startTime":1755516799439,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":34163,"timestamp":41423739,"id":289,"parentId":165,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react-server-dom-webpack/client.node.js","layer":"rsc"},"startTime":1755516799450,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":34701,"timestamp":41424172,"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":1755516799450,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":36010,"timestamp":41424288,"id":293,"parentId":243,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/response.js","layer":"rsc"},"startTime":1755516799451,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":36785,"timestamp":41424396,"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":1755516799451,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":37017,"timestamp":41424499,"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":1755516799451,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":44017,"timestamp":41423902,"id":290,"parentId":243,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/connection.js","layer":"rsc"},"startTime":1755516799450,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":45240,"timestamp":41424051,"id":291,"parentId":243,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/root-params.js","layer":"rsc"},"startTime":1755516799450,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":3931,"timestamp":41478139,"id":305,"parentId":285,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/path-match.js","layer":"rsc"},"startTime":1755516799504,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5392,"timestamp":41478329,"id":307,"parentId":285,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"rsc"},"startTime":1755516799505,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":7796,"timestamp":41478233,"id":306,"parentId":285,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/prepare-destination.js","layer":"rsc"},"startTime":1755516799504,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":17842,"timestamp":41475569,"id":297,"parentId":279,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/picocolors.js","layer":"rsc"},"startTime":1755516799502,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":18717,"timestamp":41475755,"id":298,"parentId":285,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/url.js","layer":"rsc"},"startTime":1755516799502,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":19880,"timestamp":41475870,"id":299,"parentId":279,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/lru-cache.js","layer":"rsc"},"startTime":1755516799502,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":21144,"timestamp":41475978,"id":300,"parentId":275,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/resolvers/resolve-url.js","layer":"rsc"},"startTime":1755516799502,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":10836,"timestamp":41489600,"id":313,"parentId":285,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"rsc"},"startTime":1755516799516,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":24301,"timestamp":41477337,"id":301,"parentId":285,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/generate-interception-routes-rewrites.js","layer":"rsc"},"startTime":1755516799504,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":24397,"timestamp":41477550,"id":302,"parentId":285,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/decode-query-path-parameter.js","layer":"rsc"},"startTime":1755516799504,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":24789,"timestamp":41477744,"id":303,"parentId":285,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/parse-and-validate-flight-router-state.js","layer":"rsc"},"startTime":1755516799504,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":25005,"timestamp":41477939,"id":304,"parentId":286,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/is-app-route-route.js","layer":"rsc"},"startTime":1755516799504,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":27043,"timestamp":41480554,"id":308,"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":1755516799507,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":5738,"timestamp":41505088,"id":317,"parentId":188,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/envin.tsx","layer":"rsc"},"startTime":1755516799531,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":68481,"timestamp":41497825,"id":315,"parentId":195,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/cookie/index.js","layer":"rsc"},"startTime":1755516799524,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":20339,"timestamp":41551904,"id":324,"parentId":307,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"rsc"},"startTime":1755516799578,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":20625,"timestamp":41551994,"id":325,"parentId":306,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/parse-url.js","layer":"rsc"},"startTime":1755516799578,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":94220,"timestamp":41480707,"id":309,"parentId":187,"tags":{"name":"__barrel_optimize__?names=Shrub!=!/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"rsc"},"startTime":1755516799507,"traceId":"3b4b354188fe54e1"}]
4
+ [{"name":"build-module-js","duration":102395,"timestamp":41489689,"id":314,"parentId":289,"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":1755516799516,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":87822,"timestamp":41504907,"id":316,"parentId":243,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/after/index.js","layer":"rsc"},"startTime":1755516799531,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":112178,"timestamp":41480799,"id":310,"parentId":188,"tags":{"name":"__barrel_optimize__?names=Ban!=!/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"rsc"},"startTime":1755516799507,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":30651,"timestamp":41573716,"id":328,"parentId":188,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/get-config-file.ts","layer":"rsc"},"startTime":1755516799600,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":3640,"timestamp":41601664,"id":331,"parentId":313,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/match-segments.js","layer":"rsc"},"startTime":1755516799628,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":57758,"timestamp":41551672,"id":322,"parentId":200,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js","layer":"pages-dir-node"},"startTime":1755516799578,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":61144,"timestamp":41551752,"id":323,"parentId":201,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js","layer":"rsc"},"startTime":1755516799578,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":22,"timestamp":41619681,"id":332,"parentId":314,"tags":{"name":"util","layer":null},"startTime":1755516799646,"traceId":"3b4b354188fe54e1"},{"name":"add-entry","duration":1109961,"timestamp":40509773,"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":1755516798536,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":50122,"timestamp":41572966,"id":326,"parentId":213,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/string-hash/index.js","layer":"rsc"},"startTime":1755516799599,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":50917,"timestamp":41573185,"id":327,"parentId":307,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"rsc"},"startTime":1755516799599,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":26982,"timestamp":41601529,"id":330,"parentId":303,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/types.js","layer":"rsc"},"startTime":1755516799628,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":27452,"timestamp":41601251,"id":329,"parentId":222,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/server-only/empty.js","layer":"rsc"},"startTime":1755516799627,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":4820,"timestamp":41625337,"id":333,"parentId":325,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":"rsc"},"startTime":1755516799652,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":2868,"timestamp":41632403,"id":336,"parentId":310,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/ban.js","layer":"rsc"},"startTime":1755516799659,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":3242,"timestamp":41632296,"id":335,"parentId":309,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/shrub.js","layer":"rsc"},"startTime":1755516799659,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":13039,"timestamp":41630492,"id":334,"parentId":316,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/after/after.js","layer":"rsc"},"startTime":1755516799657,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":2984,"timestamp":41654655,"id":337,"parentId":336,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/createLucideIcon.js","layer":"rsc"},"startTime":1755516799681,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":10834,"timestamp":41657958,"id":338,"parentId":188,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/variables/index.ts","layer":"rsc"},"startTime":1755516799684,"traceId":"3b4b354188fe54e1"},{"name":"font-loader","duration":132768,"timestamp":41546790,"id":321,"parentId":320,"tags":{},"startTime":1755516799573,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":5182,"timestamp":41681319,"id":342,"parentId":328,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/run-bundled-code.ts","layer":"rsc"},"startTime":1755516799708,"traceId":"3b4b354188fe54e1"},{"name":"font-loader","duration":144749,"timestamp":41542645,"id":319,"parentId":318,"tags":{},"startTime":1755516799569,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":48372,"timestamp":41666028,"id":339,"parentId":294,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/ua-parser-js/ua-parser.js","layer":"rsc"},"startTime":1755516799692,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":48681,"timestamp":41666181,"id":340,"parentId":328,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-loader/server-reference.js","layer":"rsc"},"startTime":1755516799692,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":27390,"timestamp":41689023,"id":343,"parentId":337,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/Icon.js","layer":"rsc"},"startTime":1755516799715,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":26,"timestamp":41719024,"id":344,"parentId":328,"tags":{"name":"esbuild","layer":null},"startTime":1755516799745,"traceId":"3b4b354188fe54e1"},{"name":"add-entry","duration":1209346,"timestamp":40509729,"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":1755516798536,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":52753,"timestamp":41675181,"id":341,"parentId":328,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-loader/action-validate.js","layer":"rsc"},"startTime":1755516799701,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":2882,"timestamp":41728284,"id":348,"parentId":337,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/shared/src/utils.js","layer":"rsc"},"startTime":1755516799755,"traceId":"3b4b354188fe54e1"},{"name":"postcss","duration":4979,"timestamp":41936546,"id":352,"parentId":320,"tags":{},"startTime":1755516799963,"traceId":"3b4b354188fe54e1"},{"name":"postcss","duration":2041,"timestamp":41939496,"id":353,"parentId":318,"tags":{},"startTime":1755516799966,"traceId":"3b4b354188fe54e1"},{"name":"next-font-loader","duration":395354,"timestamp":41546760,"id":320,"parentId":312,"tags":{},"startTime":1755516799573,"traceId":"3b4b354188fe54e1"},{"name":"next-font-loader","duration":429691,"timestamp":41512428,"id":318,"parentId":311,"tags":{},"startTime":1755516799539,"traceId":"3b4b354188fe54e1"},{"name":"css-loader","duration":34337,"timestamp":41941726,"id":354,"parentId":312,"tags":{"astUsed":"true"},"startTime":1755516799968,"traceId":"3b4b354188fe54e1"},{"name":"css-loader","duration":33977,"timestamp":41942099,"id":355,"parentId":311,"tags":{"astUsed":"true"},"startTime":1755516799968,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":487026,"timestamp":41489519,"id":312,"parentId":187,"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":1755516799516,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":490244,"timestamp":41486505,"id":311,"parentId":187,"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":1755516799513,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":246607,"timestamp":41731477,"id":351,"parentId":343,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/defaultAttributes.js","layer":"rsc"},"startTime":1755516799758,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":261730,"timestamp":41725423,"id":347,"parentId":328,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/encryption.js","layer":"rsc"},"startTime":1755516799752,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":271503,"timestamp":41725219,"id":346,"parentId":305,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/path-to-regexp/index.js","layer":"rsc"},"startTime":1755516799751,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":19231,"timestamp":41978228,"id":356,"parentId":328,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/cli/utils/logger.ts","layer":"rsc"},"startTime":1755516800004,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":29,"timestamp":41998420,"id":357,"parentId":342,"tags":{"name":"node:vm","layer":null},"startTime":1755516800025,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":10,"timestamp":41998463,"id":358,"parentId":338,"tags":{"name":"node:fs","layer":null},"startTime":1755516800025,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":9417,"timestamp":41998486,"id":359,"parentId":317,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/filters/context.tsx","layer":"rsc"},"startTime":1755516800025,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":279547,"timestamp":41731205,"id":349,"parentId":328,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/index.js","layer":"rsc"},"startTime":1755516799757,"traceId":"3b4b354188fe54e1"},{"name":"build-module-cjs","duration":290359,"timestamp":41731350,"id":350,"parentId":303,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/superstruct/index.cjs","layer":"rsc"},"startTime":1755516799758,"traceId":"3b4b354188fe54e1"},{"name":"add-entry","duration":1518765,"timestamp":40509315,"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":1755516798536,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":21393,"timestamp":42008086,"id":360,"parentId":317,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/context.tsx","layer":"rsc"},"startTime":1755516800034,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":23121,"timestamp":42008336,"id":361,"parentId":328,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/improve-error-with-sourcemap.ts","layer":"rsc"},"startTime":1755516800035,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":6463,"timestamp":42027759,"id":362,"parentId":328,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/result.ts","layer":"rsc"},"startTime":1755516800054,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":3747,"timestamp":42040124,"id":363,"parentId":338,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/variables/default.ts","layer":"rsc"},"startTime":1755516800066,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":4270,"timestamp":42040310,"id":364,"parentId":338,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/variables/description.ts","layer":"rsc"},"startTime":1755516800067,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":320121,"timestamp":41724873,"id":345,"parentId":342,"tags":{"layer":"rsc"},"startTime":1755516799751,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":1910,"timestamp":42051041,"id":365,"parentId":317,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/index.tsx","layer":"rsc"},"startTime":1755516800077,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":3047,"timestamp":42051209,"id":366,"parentId":342,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/static-node-modules-for-vm.ts","layer":"rsc"},"startTime":1755516800077,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":15524,"timestamp":42051338,"id":367,"parentId":317,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/filters/index.tsx","layer":"rsc"},"startTime":1755516800078,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":22982,"timestamp":42051454,"id":368,"parentId":349,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/external.js","layer":"rsc"},"startTime":1755516800078,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":28,"timestamp":42075755,"id":369,"parentId":366,"tags":{"name":"node:fs/promises","layer":null},"startTime":1755516800102,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":62,"timestamp":42080540,"id":374,"parentId":366,"tags":{"name":"node:timers/promises","layer":null},"startTime":1755516800107,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":9,"timestamp":42080618,"id":375,"parentId":366,"tags":{"name":"node:util/types","layer":null},"startTime":1755516800107,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":7874,"timestamp":42075841,"id":370,"parentId":342,"tags":{"name":"/home/runner/work/envin/envin/packages/core/dist/presets/arktype.js","layer":"rsc"},"startTime":1755516800102,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":10758,"timestamp":42076129,"id":371,"parentId":342,"tags":{"name":"/home/runner/work/envin/envin/packages/core/dist/presets/valibot.js","layer":"rsc"},"startTime":1755516800102,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16198,"timestamp":42076328,"id":372,"parentId":342,"tags":{"name":"/home/runner/work/envin/envin/packages/core/dist/presets/zod.js","layer":"rsc"},"startTime":1755516800103,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":29852,"timestamp":42093795,"id":376,"parentId":345,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/cn.ts","layer":"rsc"},"startTime":1755516800120,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":30124,"timestamp":42093964,"id":377,"parentId":345,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/register-spinner-autostopping.ts","layer":"rsc"},"startTime":1755516800120,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":3648,"timestamp":42124402,"id":378,"parentId":338,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/types.ts","layer":"rsc"},"startTime":1755516800151,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":16,"timestamp":42128125,"id":379,"parentId":366,"tags":{"name":"node:timers","layer":null},"startTime":1755516800154,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":7,"timestamp":42128154,"id":380,"parentId":366,"tags":{"name":"node:util","layer":null},"startTime":1755516800154,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":5,"timestamp":42128166,"id":381,"parentId":366,"tags":{"name":"node:assert","layer":null},"startTime":1755516800154,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":4,"timestamp":42128177,"id":382,"parentId":366,"tags":{"name":"node:async_hooks","layer":null},"startTime":1755516800154,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":4,"timestamp":42128186,"id":383,"parentId":366,"tags":{"name":"node:buffer","layer":null},"startTime":1755516800154,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":4,"timestamp":42128194,"id":384,"parentId":366,"tags":{"name":"node:child_process","layer":null},"startTime":1755516800154,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":4,"timestamp":42128202,"id":385,"parentId":366,"tags":{"name":"node:cluster","layer":null},"startTime":1755516800154,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":3,"timestamp":42128210,"id":386,"parentId":366,"tags":{"name":"node:console","layer":null},"startTime":1755516800154,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":4,"timestamp":42128217,"id":387,"parentId":366,"tags":{"name":"node:constants","layer":null},"startTime":1755516800154,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":4,"timestamp":42128225,"id":388,"parentId":366,"tags":{"name":"node:crypto","layer":null},"startTime":1755516800154,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":3,"timestamp":42128232,"id":389,"parentId":366,"tags":{"name":"node:dgram","layer":null},"startTime":1755516800154,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":3,"timestamp":42128239,"id":390,"parentId":366,"tags":{"name":"node:diagnostics_channel","layer":null},"startTime":1755516800154,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":3,"timestamp":42128246,"id":391,"parentId":366,"tags":{"name":"node:dns","layer":null},"startTime":1755516800154,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":4,"timestamp":42128254,"id":392,"parentId":366,"tags":{"name":"node:domain","layer":null},"startTime":1755516800154,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":4,"timestamp":42128262,"id":393,"parentId":366,"tags":{"name":"node:events","layer":null},"startTime":1755516800154,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":3,"timestamp":42128271,"id":394,"parentId":366,"tags":{"name":"node:http","layer":null},"startTime":1755516800154,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":4,"timestamp":42128278,"id":395,"parentId":366,"tags":{"name":"node:http2","layer":null},"startTime":1755516800155,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":4,"timestamp":42128287,"id":396,"parentId":366,"tags":{"name":"node:https","layer":null},"startTime":1755516800155,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":4,"timestamp":42128295,"id":397,"parentId":366,"tags":{"name":"node:module","layer":null},"startTime":1755516800155,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":4,"timestamp":42128303,"id":398,"parentId":366,"tags":{"name":"node:inspector","layer":null},"startTime":1755516800155,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":3,"timestamp":42128310,"id":399,"parentId":366,"tags":{"name":"node:net","layer":null},"startTime":1755516800155,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":3,"timestamp":42128317,"id":400,"parentId":366,"tags":{"name":"node:os","layer":null},"startTime":1755516800155,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":4,"timestamp":42128324,"id":401,"parentId":366,"tags":{"name":"node:perf_hooks","layer":null},"startTime":1755516800155,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":4,"timestamp":42128332,"id":402,"parentId":366,"tags":{"name":"node:process","layer":null},"startTime":1755516800155,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":3,"timestamp":42128339,"id":403,"parentId":366,"tags":{"name":"node:querystring","layer":null},"startTime":1755516800155,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":3,"timestamp":42128346,"id":404,"parentId":366,"tags":{"name":"node:readline","layer":null},"startTime":1755516800155,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":3,"timestamp":42128353,"id":405,"parentId":366,"tags":{"name":"node:repl","layer":null},"startTime":1755516800155,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":4,"timestamp":42128360,"id":406,"parentId":366,"tags":{"name":"node:stream","layer":null},"startTime":1755516800155,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":3,"timestamp":42128368,"id":407,"parentId":366,"tags":{"name":"node:string_decoder","layer":null},"startTime":1755516800155,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":5,"timestamp":42128375,"id":408,"parentId":366,"tags":{"name":"node:tls","layer":null},"startTime":1755516800155,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":3,"timestamp":42128383,"id":409,"parentId":366,"tags":{"name":"node:tty","layer":null},"startTime":1755516800155,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":3,"timestamp":42128390,"id":410,"parentId":366,"tags":{"name":"node:url","layer":null},"startTime":1755516800155,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":3,"timestamp":42128399,"id":411,"parentId":366,"tags":{"name":"node:v8","layer":null},"startTime":1755516800155,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":12,"timestamp":42128446,"id":412,"parentId":366,"tags":{"name":"node:worker_threads","layer":null},"startTime":1755516800155,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":10,"timestamp":42128468,"id":413,"parentId":366,"tags":{"name":"node:zlib","layer":null},"startTime":1755516800155,"traceId":"3b4b354188fe54e1"}]
5
+ [{"name":"build-module-js","duration":54424,"timestamp":42080384,"id":373,"parentId":338,"tags":{"name":"/home/runner/work/envin/envin/node_modules/dotenv/lib/main.js","layer":"rsc"},"startTime":1755516800107,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":15,"timestamp":42137481,"id":425,"parentId":373,"tags":{"name":"fs","layer":null},"startTime":1755516800164,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":8,"timestamp":42137512,"id":426,"parentId":373,"tags":{"name":"os","layer":null},"startTime":1755516800164,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":5,"timestamp":42137527,"id":427,"parentId":373,"tags":{"name":"crypto","layer":null},"startTime":1755516800164,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":38121,"timestamp":42128743,"id":414,"parentId":368,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/schemas.js","layer":"rsc"},"startTime":1755516800155,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":38589,"timestamp":42128975,"id":415,"parentId":368,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/checks.js","layer":"rsc"},"startTime":1755516800155,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":39045,"timestamp":42129332,"id":417,"parentId":368,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/parse.js","layer":"rsc"},"startTime":1755516800156,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":39731,"timestamp":42129440,"id":418,"parentId":368,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/compat.js","layer":"rsc"},"startTime":1755516800156,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":40871,"timestamp":42129209,"id":416,"parentId":368,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/errors.js","layer":"rsc"},"startTime":1755516800155,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":41605,"timestamp":42129577,"id":419,"parentId":368,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/iso.js","layer":"rsc"},"startTime":1755516800156,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":42253,"timestamp":42129681,"id":420,"parentId":368,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/coerce.js","layer":"rsc"},"startTime":1755516800156,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":45548,"timestamp":42136147,"id":421,"parentId":342,"tags":{"name":"/home/runner/work/envin/envin/packages/core/dist/index.js","layer":"rsc"},"startTime":1755516800162,"traceId":"3b4b354188fe54e1"},{"name":"build-module-json","duration":1279,"timestamp":42185980,"id":429,"parentId":373,"tags":{"name":"/home/runner/work/envin/envin/node_modules/dotenv/package.json","layer":"rsc"},"startTime":1755516800212,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":52083,"timestamp":42136302,"id":422,"parentId":368,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/index.js","layer":"rsc"},"startTime":1755516800163,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":53733,"timestamp":42136416,"id":423,"parentId":368,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/en.js","layer":"rsc"},"startTime":1755516800163,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":54553,"timestamp":42136529,"id":424,"parentId":368,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/index.js","layer":"rsc"},"startTime":1755516800163,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":27878,"timestamp":42173108,"id":428,"parentId":361,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/source-map.js","layer":"rsc"},"startTime":1755516800199,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":68723,"timestamp":42192314,"id":430,"parentId":356,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/index.mjs","layer":"rsc"},"startTime":1755516800219,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":69953,"timestamp":42200023,"id":431,"parentId":416,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/util.js","layer":"rsc"},"startTime":1755516800226,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":62055,"timestamp":42215352,"id":432,"parentId":361,"tags":{"name":"/home/runner/work/envin/envin/node_modules/stacktrace-parser/dist/stack-trace-parser.esm.js","layer":"rsc"},"startTime":1755516800242,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":63455,"timestamp":42215521,"id":433,"parentId":422,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/core.js","layer":"rsc"},"startTime":1755516800242,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":64703,"timestamp":42215638,"id":434,"parentId":422,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/parse.js","layer":"rsc"},"startTime":1755516800242,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":66313,"timestamp":42215746,"id":435,"parentId":422,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/errors.js","layer":"rsc"},"startTime":1755516800242,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":93601,"timestamp":42215859,"id":436,"parentId":422,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/schemas.js","layer":"rsc"},"startTime":1755516800242,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":100671,"timestamp":42215962,"id":437,"parentId":422,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/checks.js","layer":"rsc"},"startTime":1755516800242,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":100973,"timestamp":42216090,"id":438,"parentId":422,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/versions.js","layer":"rsc"},"startTime":1755516800242,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":101482,"timestamp":42216430,"id":441,"parentId":422,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/doc.js","layer":"rsc"},"startTime":1755516800243,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":105748,"timestamp":42216208,"id":439,"parentId":422,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/regexes.js","layer":"rsc"},"startTime":1755516800242,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":106316,"timestamp":42216311,"id":440,"parentId":422,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/registries.js","layer":"rsc"},"startTime":1755516800243,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":106890,"timestamp":42216538,"id":442,"parentId":422,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/function.js","layer":"rsc"},"startTime":1755516800243,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":113332,"timestamp":42216639,"id":443,"parentId":422,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/api.js","layer":"rsc"},"startTime":1755516800243,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":120866,"timestamp":42216738,"id":444,"parentId":422,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/to-json-schema.js","layer":"rsc"},"startTime":1755516800243,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":122142,"timestamp":42216947,"id":446,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/az.js","layer":"rsc"},"startTime":1755516800243,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":123458,"timestamp":42217078,"id":447,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ar.js","layer":"rsc"},"startTime":1755516800243,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":124939,"timestamp":42217190,"id":448,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/be.js","layer":"rsc"},"startTime":1755516800243,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":126157,"timestamp":42217289,"id":449,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ca.js","layer":"rsc"},"startTime":1755516800244,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":127111,"timestamp":42217385,"id":450,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/cs.js","layer":"rsc"},"startTime":1755516800244,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":127912,"timestamp":42217486,"id":451,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/da.js","layer":"rsc"},"startTime":1755516800244,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":128595,"timestamp":42217581,"id":452,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/de.js","layer":"rsc"},"startTime":1755516800244,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":129311,"timestamp":42217676,"id":453,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/eo.js","layer":"rsc"},"startTime":1755516800244,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":129978,"timestamp":42217776,"id":454,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/es.js","layer":"rsc"},"startTime":1755516800244,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":130764,"timestamp":42217874,"id":455,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fa.js","layer":"rsc"},"startTime":1755516800244,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":131494,"timestamp":42217968,"id":456,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fi.js","layer":"rsc"},"startTime":1755516800244,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":131992,"timestamp":42218259,"id":458,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fr-CA.js","layer":"rsc"},"startTime":1755516800244,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":133616,"timestamp":42216845,"id":445,"parentId":422,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/json-schema.js","layer":"rsc"},"startTime":1755516800243,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":132738,"timestamp":42218479,"id":460,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/hu.js","layer":"rsc"},"startTime":1755516800245,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":133355,"timestamp":42218582,"id":461,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/id.js","layer":"rsc"},"startTime":1755516800245,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":134039,"timestamp":42218677,"id":462,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/is.js","layer":"rsc"},"startTime":1755516800245,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":134734,"timestamp":42218776,"id":463,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/it.js","layer":"rsc"},"startTime":1755516800245,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":135360,"timestamp":42218976,"id":465,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/kh.js","layer":"rsc"},"startTime":1755516800245,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":136984,"timestamp":42218131,"id":457,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fr.js","layer":"rsc"},"startTime":1755516800244,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":136804,"timestamp":42219100,"id":466,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ko.js","layer":"rsc"},"startTime":1755516800245,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":138344,"timestamp":42218362,"id":459,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/he.js","layer":"rsc"},"startTime":1755516800245,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":138285,"timestamp":42219206,"id":467,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/mk.js","layer":"rsc"},"startTime":1755516800245,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":139374,"timestamp":42218880,"id":464,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ja.js","layer":"rsc"},"startTime":1755516800245,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":139674,"timestamp":42219303,"id":468,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ms.js","layer":"rsc"},"startTime":1755516800246,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":140333,"timestamp":42219397,"id":469,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/nl.js","layer":"rsc"},"startTime":1755516800246,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":140971,"timestamp":42219500,"id":470,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/no.js","layer":"rsc"},"startTime":1755516800246,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":141564,"timestamp":42219690,"id":472,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ps.js","layer":"rsc"},"startTime":1755516800246,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":142442,"timestamp":42219596,"id":471,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ota.js","layer":"rsc"},"startTime":1755516800246,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":144081,"timestamp":42219795,"id":473,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/pl.js","layer":"rsc"},"startTime":1755516800246,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":144803,"timestamp":42219895,"id":474,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/pt.js","layer":"rsc"},"startTime":1755516800246,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":145684,"timestamp":42219990,"id":475,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ru.js","layer":"rsc"},"startTime":1755516800246,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":146419,"timestamp":42220115,"id":476,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/sl.js","layer":"rsc"},"startTime":1755516800246,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":147105,"timestamp":42220214,"id":477,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/sv.js","layer":"rsc"},"startTime":1755516800246,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":147874,"timestamp":42220310,"id":478,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ta.js","layer":"rsc"},"startTime":1755516800247,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":148522,"timestamp":42220411,"id":479,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/th.js","layer":"rsc"},"startTime":1755516800247,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":149249,"timestamp":42220508,"id":480,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/tr.js","layer":"rsc"},"startTime":1755516800247,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":149944,"timestamp":42220601,"id":481,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ua.js","layer":"rsc"},"startTime":1755516800247,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":150499,"timestamp":42220796,"id":483,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/vi.js","layer":"rsc"},"startTime":1755516800247,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":151360,"timestamp":42220699,"id":482,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ur.js","layer":"rsc"},"startTime":1755516800247,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":151907,"timestamp":42220892,"id":484,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/zh-CN.js","layer":"rsc"},"startTime":1755516800247,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":152550,"timestamp":42220988,"id":485,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/zh-TW.js","layer":"rsc"},"startTime":1755516800247,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":153158,"timestamp":42221110,"id":486,"parentId":424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/yo.js","layer":"rsc"},"startTime":1755516800247,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":18595,"timestamp":42376228,"id":487,"parentId":430,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/core.mjs","layer":"rsc"},"startTime":1755516800402,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":5779,"timestamp":42390215,"id":495,"parentId":365,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/preview.tsx","layer":"rsc"},"startTime":1755516800416,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":7472,"timestamp":42388923,"id":491,"parentId":365,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/form.tsx","layer":"rsc"},"startTime":1755516800415,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":12776,"timestamp":42386874,"id":488,"parentId":428,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/source-map-generator.js","layer":"rsc"},"startTime":1755516800413,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":17885,"timestamp":42387048,"id":489,"parentId":428,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/source-map-consumer.js","layer":"rsc"},"startTime":1755516800413,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":19676,"timestamp":42387165,"id":490,"parentId":428,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/source-node.js","layer":"rsc"},"startTime":1755516800413,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":21181,"timestamp":42389125,"id":492,"parentId":430,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/shared/consola.DRwqZj3T.mjs","layer":"rsc"},"startTime":1755516800415,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":54979,"timestamp":42389358,"id":494,"parentId":430,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/chunks/prompt.mjs","layer":"rsc"},"startTime":1755516800416,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":57527,"timestamp":42389249,"id":493,"parentId":430,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/shared/consola.DXBYu-KD.mjs","layer":"rsc"},"startTime":1755516800415,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":61079,"timestamp":42394942,"id":496,"parentId":377,"tags":{"name":"/home/runner/work/envin/envin/node_modules/log-symbols/index.js","layer":"rsc"},"startTime":1755516800421,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":12808,"timestamp":42447538,"id":498,"parentId":376,"tags":{"name":"/home/runner/work/envin/envin/node_modules/clsx/dist/clsx.mjs","layer":"rsc"},"startTime":1755516800474,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":22263,"timestamp":42447335,"id":497,"parentId":376,"tags":{"name":"/home/runner/work/envin/envin/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"rsc"},"startTime":1755516800474,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":15839,"timestamp":42458783,"id":499,"parentId":488,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/base64-vlq.js","layer":"rsc"},"startTime":1755516800485,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16304,"timestamp":42459183,"id":502,"parentId":488,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/mapping-list.js","layer":"rsc"},"startTime":1755516800485,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":17431,"timestamp":42459071,"id":501,"parentId":488,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/array-set.js","layer":"rsc"},"startTime":1755516800485,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":17753,"timestamp":42459297,"id":503,"parentId":489,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/binary-search.js","layer":"rsc"},"startTime":1755516800486,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":21059,"timestamp":42458937,"id":500,"parentId":488,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/util.js","layer":"rsc"},"startTime":1755516800485,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":24387,"timestamp":42459400,"id":504,"parentId":489,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/quick-sort.js","layer":"rsc"},"startTime":1755516800486,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":13657,"timestamp":42472864,"id":505,"parentId":496,"tags":{"name":"/home/runner/work/envin/envin/node_modules/log-symbols/symbols.js","layer":"rsc"},"startTime":1755516800499,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":2316,"timestamp":42485333,"id":506,"parentId":370,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/index.js","layer":"rsc"},"startTime":1755516800512,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":50300,"timestamp":42485567,"id":507,"parentId":371,"tags":{"name":"/home/runner/work/envin/envin/node_modules/valibot/dist/index.js","layer":"rsc"},"startTime":1755516800512,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":4195,"timestamp":42536312,"id":508,"parentId":499,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/base64.js","layer":"rsc"},"startTime":1755516800563,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":3091,"timestamp":42539198,"id":509,"parentId":506,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/config.js","layer":"rsc"},"startTime":1755516800565,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":3211,"timestamp":42539355,"id":510,"parentId":506,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/module.js","layer":"rsc"},"startTime":1755516800566,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":3645,"timestamp":42539471,"id":511,"parentId":506,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/generic.js","layer":"rsc"},"startTime":1755516800566,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5133,"timestamp":42539582,"id":512,"parentId":506,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/scope.js","layer":"rsc"},"startTime":1755516800566,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":6060,"timestamp":42540938,"id":513,"parentId":506,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/type.js","layer":"rsc"},"startTime":1755516800567,"traceId":"3b4b354188fe54e1"}]
6
+ [{"name":"build-module-js","duration":6776,"timestamp":42541404,"id":514,"parentId":506,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/keywords.js","layer":"rsc"},"startTime":1755516800568,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5735,"timestamp":42550475,"id":515,"parentId":512,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/match.js","layer":"rsc"},"startTime":1755516800577,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":4470,"timestamp":42552682,"id":516,"parentId":511,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/string.js","layer":"rsc"},"startTime":1755516800579,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":6003,"timestamp":42552942,"id":518,"parentId":511,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/reduce/dynamic.js","layer":"rsc"},"startTime":1755516800579,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":6808,"timestamp":42552827,"id":517,"parentId":512,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/definition.js","layer":"rsc"},"startTime":1755516800579,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":7674,"timestamp":42554156,"id":520,"parentId":512,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/scanner.js","layer":"rsc"},"startTime":1755516800580,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":7942,"timestamp":42554277,"id":521,"parentId":514,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/builtins.js","layer":"rsc"},"startTime":1755516800581,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":8188,"timestamp":42554490,"id":523,"parentId":514,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/number.js","layer":"rsc"},"startTime":1755516800581,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":8665,"timestamp":42554386,"id":522,"parentId":514,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/constructors.js","layer":"rsc"},"startTime":1755516800581,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":13096,"timestamp":42554598,"id":524,"parentId":514,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/string.js","layer":"rsc"},"startTime":1755516800581,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":14169,"timestamp":42553988,"id":519,"parentId":512,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/ast/validate.js","layer":"rsc"},"startTime":1755516800580,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":14949,"timestamp":42554699,"id":525,"parentId":514,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/ts.js","layer":"rsc"},"startTime":1755516800581,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":8738,"timestamp":42576690,"id":526,"parentId":517,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/objectLiteral.js","layer":"rsc"},"startTime":1755516800603,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":10109,"timestamp":42576865,"id":527,"parentId":517,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/tupleExpressions.js","layer":"rsc"},"startTime":1755516800603,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":11637,"timestamp":42576991,"id":528,"parentId":517,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/tupleLiteral.js","layer":"rsc"},"startTime":1755516800603,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":12084,"timestamp":42577268,"id":529,"parentId":518,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/reduce/shared.js","layer":"rsc"},"startTime":1755516800603,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":13027,"timestamp":42578241,"id":530,"parentId":505,"tags":{"name":"/home/runner/work/envin/envin/node_modules/yoctocolors/index.js","layer":"rsc"},"startTime":1755516800604,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":13322,"timestamp":42578384,"id":531,"parentId":505,"tags":{"name":"/home/runner/work/envin/envin/node_modules/is-unicode-supported/index.js","layer":"rsc"},"startTime":1755516800605,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":13533,"timestamp":42578544,"id":532,"parentId":516,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operator/default.js","layer":"rsc"},"startTime":1755516800605,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":13587,"timestamp":42578897,"id":534,"parentId":522,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/Array.js","layer":"rsc"},"startTime":1755516800605,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":13831,"timestamp":42579087,"id":535,"parentId":522,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/FormData.js","layer":"rsc"},"startTime":1755516800605,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":14761,"timestamp":42578724,"id":533,"parentId":516,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operator/operator.js","layer":"rsc"},"startTime":1755516800605,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":14544,"timestamp":42579407,"id":536,"parentId":522,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/TypedArray.js","layer":"rsc"},"startTime":1755516800606,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16735,"timestamp":42579584,"id":537,"parentId":518,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operand/operand.js","layer":"rsc"},"startTime":1755516800606,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":9146,"timestamp":42589804,"id":538,"parentId":509,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/config.js","layer":"rsc"},"startTime":1755516800616,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":8234,"timestamp":42597181,"id":539,"parentId":526,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/property.js","layer":"rsc"},"startTime":1755516800623,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":6425,"timestamp":42600455,"id":540,"parentId":527,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operand/unenclosed.js","layer":"rsc"},"startTime":1755516800627,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":6219,"timestamp":42603503,"id":541,"parentId":530,"tags":{"name":"/home/runner/work/envin/envin/node_modules/yoctocolors/base.js","layer":"rsc"},"startTime":1755516800630,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":6222,"timestamp":42603770,"id":543,"parentId":533,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operator/brand.js","layer":"rsc"},"startTime":1755516800630,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":7349,"timestamp":42603646,"id":542,"parentId":533,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operator/bounds.js","layer":"rsc"},"startTime":1755516800630,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":7496,"timestamp":42603877,"id":544,"parentId":533,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operator/divisor.js","layer":"rsc"},"startTime":1755516800630,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":9223,"timestamp":42604570,"id":545,"parentId":506,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/index.js","layer":"rsc"},"startTime":1755516800631,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":9724,"timestamp":42604821,"id":547,"parentId":537,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operand/enclosed.js","layer":"rsc"},"startTime":1755516800631,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":10532,"timestamp":42604713,"id":546,"parentId":506,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/index.js","layer":"rsc"},"startTime":1755516800631,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":27216,"timestamp":42611658,"id":548,"parentId":538,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/implement.js","layer":"rsc"},"startTime":1755516800638,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":28870,"timestamp":42611808,"id":549,"parentId":538,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/registry.js","layer":"rsc"},"startTime":1755516800638,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":34130,"timestamp":42623244,"id":550,"parentId":540,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operand/genericArgs.js","layer":"rsc"},"startTime":1755516800649,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":26829,"timestamp":42635583,"id":551,"parentId":542,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operand/date.js","layer":"rsc"},"startTime":1755516800662,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":22631,"timestamp":42641471,"id":553,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/generic.js","layer":"rsc"},"startTime":1755516800668,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":24082,"timestamp":42641273,"id":552,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/constraint.js","layer":"rsc"},"startTime":1755516800667,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":24432,"timestamp":42641637,"id":554,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/intrinsic.js","layer":"rsc"},"startTime":1755516800668,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":25325,"timestamp":42641800,"id":555,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/kinds.js","layer":"rsc"},"startTime":1755516800668,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":25784,"timestamp":42641950,"id":556,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/module.js","layer":"rsc"},"startTime":1755516800668,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":29231,"timestamp":42642124,"id":557,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/node.js","layer":"rsc"},"startTime":1755516800668,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":31651,"timestamp":42642285,"id":558,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/parse.js","layer":"rsc"},"startTime":1755516800669,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":36805,"timestamp":42642580,"id":560,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/scope.js","layer":"rsc"},"startTime":1755516800669,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":37847,"timestamp":42642433,"id":559,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/predicate.js","layer":"rsc"},"startTime":1755516800669,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":39005,"timestamp":42642736,"id":561,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/arrays.js","layer":"rsc"},"startTime":1755516800669,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":38964,"timestamp":42643081,"id":563,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/describe.js","layer":"rsc"},"startTime":1755516800669,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":39301,"timestamp":42643251,"id":564,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/domain.js","layer":"rsc"},"startTime":1755516800669,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":39764,"timestamp":42643424,"id":565,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/errors.js","layer":"rsc"},"startTime":1755516800670,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":40963,"timestamp":42642884,"id":562,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/clone.js","layer":"rsc"},"startTime":1755516800669,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":41035,"timestamp":42643735,"id":567,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/functions.js","layer":"rsc"},"startTime":1755516800670,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":41995,"timestamp":42643580,"id":566,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/flatMorph.js","layer":"rsc"},"startTime":1755516800670,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":42183,"timestamp":42643882,"id":568,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/generics.js","layer":"rsc"},"startTime":1755516800670,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":42360,"timestamp":42644052,"id":569,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/hkt.js","layer":"rsc"},"startTime":1755516800670,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":42392,"timestamp":42644218,"id":570,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/intersections.js","layer":"rsc"},"startTime":1755516800670,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":42419,"timestamp":42644370,"id":571,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/keys.js","layer":"rsc"},"startTime":1755516800671,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":43300,"timestamp":42644664,"id":573,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/numbers.js","layer":"rsc"},"startTime":1755516800671,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":43778,"timestamp":42644514,"id":572,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/lazily.js","layer":"rsc"},"startTime":1755516800671,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":44345,"timestamp":42644810,"id":574,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/objectKinds.js","layer":"rsc"},"startTime":1755516800671,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":44848,"timestamp":42644956,"id":575,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/path.js","layer":"rsc"},"startTime":1755516800671,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":45104,"timestamp":42645430,"id":578,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/registry.js","layer":"rsc"},"startTime":1755516800672,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":45681,"timestamp":42645131,"id":576,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/primitive.js","layer":"rsc"},"startTime":1755516800671,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":46413,"timestamp":42645283,"id":577,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/records.js","layer":"rsc"},"startTime":1755516800672,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":47547,"timestamp":42645737,"id":580,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/serialize.js","layer":"rsc"},"startTime":1755516800672,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":48691,"timestamp":42645587,"id":579,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/scanner.js","layer":"rsc"},"startTime":1755516800672,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":51613,"timestamp":42646060,"id":582,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/traits.js","layer":"rsc"},"startTime":1755516800672,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":52455,"timestamp":42645889,"id":581,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/strings.js","layer":"rsc"},"startTime":1755516800672,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":52319,"timestamp":42646220,"id":583,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/unionToTuple.js","layer":"rsc"},"startTime":1755516800672,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":53349,"timestamp":42646366,"id":584,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/compile.js","layer":"rsc"},"startTime":1755516800673,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":53405,"timestamp":42646513,"id":585,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/declare.js","layer":"rsc"},"startTime":1755516800673,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":54046,"timestamp":42646667,"id":586,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/disjoint.js","layer":"rsc"},"startTime":1755516800673,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":55103,"timestamp":42646812,"id":587,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/errors.js","layer":"rsc"},"startTime":1755516800673,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":55929,"timestamp":42646988,"id":588,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/intersections.js","layer":"rsc"},"startTime":1755516800673,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":56195,"timestamp":42647183,"id":589,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/jsonSchema.js","layer":"rsc"},"startTime":1755516800673,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":56238,"timestamp":42647336,"id":590,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/standardSchema.js","layer":"rsc"},"startTime":1755516800674,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":57189,"timestamp":42647514,"id":591,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/traversal.js","layer":"rsc"},"startTime":1755516800674,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":57425,"timestamp":42647681,"id":592,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/utils.js","layer":"rsc"},"startTime":1755516800674,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":56080,"timestamp":42658452,"id":595,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/divisor.js","layer":"rsc"},"startTime":1755516800685,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":56604,"timestamp":42658560,"id":596,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/exactLength.js","layer":"rsc"},"startTime":1755516800685,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":57330,"timestamp":42658341,"id":594,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/before.js","layer":"rsc"},"startTime":1755516800685,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":57709,"timestamp":42658659,"id":597,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/max.js","layer":"rsc"},"startTime":1755516800685,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":58844,"timestamp":42658199,"id":593,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/after.js","layer":"rsc"},"startTime":1755516800684,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":58835,"timestamp":42658763,"id":598,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/maxLength.js","layer":"rsc"},"startTime":1755516800685,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":59375,"timestamp":42658869,"id":599,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/min.js","layer":"rsc"},"startTime":1755516800685,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":59971,"timestamp":42658964,"id":600,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/minLength.js","layer":"rsc"},"startTime":1755516800685,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":60804,"timestamp":42659217,"id":602,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/range.js","layer":"rsc"},"startTime":1755516800685,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":61515,"timestamp":42659314,"id":603,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/domain.js","layer":"rsc"},"startTime":1755516800686,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":62539,"timestamp":42659099,"id":601,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/pattern.js","layer":"rsc"},"startTime":1755516800685,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":64339,"timestamp":42659409,"id":604,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/intersection.js","layer":"rsc"},"startTime":1755516800686,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":65718,"timestamp":42659521,"id":605,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/morph.js","layer":"rsc"},"startTime":1755516800686,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":67154,"timestamp":42659614,"id":606,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/proto.js","layer":"rsc"},"startTime":1755516800686,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":68344,"timestamp":42659906,"id":609,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/unit.js","layer":"rsc"},"startTime":1755516800686,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":69598,"timestamp":42660235,"id":612,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/prop.js","layer":"rsc"},"startTime":1755516800686,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":71507,"timestamp":42660137,"id":611,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/optional.js","layer":"rsc"},"startTime":1755516800686,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":73196,"timestamp":42659999,"id":610,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/index.js","layer":"rsc"},"startTime":1755516800686,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":84754,"timestamp":42659810,"id":608,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/union.js","layer":"rsc"},"startTime":1755516800686,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":95038,"timestamp":42660339,"id":613,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/required.js","layer":"rsc"},"startTime":1755516800687,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":98083,"timestamp":42659706,"id":607,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/root.js","layer":"rsc"},"startTime":1755516800686,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":100324,"timestamp":42660432,"id":614,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/sequence.js","layer":"rsc"},"startTime":1755516800687,"traceId":"3b4b354188fe54e1"}]
7
+ [{"name":"build-module-js","duration":106968,"timestamp":42660534,"id":615,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/structure.js","layer":"rsc"},"startTime":1755516800687,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":1952,"timestamp":42782858,"id":616,"parentId":554,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/shared.js","layer":"rsc"},"startTime":1755516800809,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":2076,"timestamp":42783664,"id":619,"parentId":603,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/basis.js","layer":"rsc"},"startTime":1755516800810,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":3024,"timestamp":42783285,"id":617,"parentId":555,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/kinds.js","layer":"rsc"},"startTime":1755516800810,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":2855,"timestamp":42783834,"id":620,"parentId":604,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/utils.js","layer":"rsc"},"startTime":1755516800810,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":7997,"timestamp":42783488,"id":618,"parentId":555,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/alias.js","layer":"rsc"},"startTime":1755516800810,"traceId":"3b4b354188fe54e1"},{"name":"add-entry","duration":2283433,"timestamp":40509788,"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":1755516798536,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":933,"timestamp":42851771,"id":632,"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%227fea5f354eb0276638e829d61a080ac79bd8e42c55%22%2C%22exportedName%22%3A%22getFileValues%22%7D%2C%7B%22id%22%3A%227ff89b6cde3a2d95cbb07bde870de26bfdd9984990%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%227f7cc625b816c203b08bba123cbcc366786bbef8da%22%2C%22exportedName%22%3A%22getConfigFile%22%7D%5D%5D%5D&__client_imported__=!","layer":"rsc"},"startTime":1755516800878,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":1148,"timestamp":42852874,"id":633,"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":1755516800879,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":194,"timestamp":42854047,"id":634,"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":1755516800880,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":995,"timestamp":42854259,"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%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":1755516800880,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":597,"timestamp":42855275,"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%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":1755516800881,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":809,"timestamp":42855892,"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%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":1755516800882,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":660,"timestamp":42856718,"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%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":1755516800883,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5335,"timestamp":42869420,"id":639,"parentId":635,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/builtin/global-error.js","layer":"ssr"},"startTime":1755516800896,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":4953,"timestamp":42880648,"id":640,"parentId":637,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/filters/context.tsx","layer":"ssr"},"startTime":1755516800907,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":13476,"timestamp":42881377,"id":641,"parentId":637,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/context.tsx","layer":"ssr"},"startTime":1755516800908,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":13936,"timestamp":42881746,"id":643,"parentId":635,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/client-page.js","layer":"ssr"},"startTime":1755516800908,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":14336,"timestamp":42881998,"id":646,"parentId":635,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/render-from-template-context.js","layer":"ssr"},"startTime":1755516800908,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":14789,"timestamp":42882103,"id":647,"parentId":637,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/preview.tsx","layer":"ssr"},"startTime":1755516800908,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":16223,"timestamp":42882258,"id":648,"parentId":637,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/filters/index.tsx","layer":"ssr"},"startTime":1755516800908,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":19228,"timestamp":42881578,"id":642,"parentId":637,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/form.tsx","layer":"ssr"},"startTime":1755516800908,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":18209,"timestamp":42883858,"id":649,"parentId":635,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"ssr"},"startTime":1755516800910,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":18667,"timestamp":42883966,"id":650,"parentId":635,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/metadata/async-metadata.js","layer":"ssr"},"startTime":1755516800910,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":19356,"timestamp":42884081,"id":651,"parentId":635,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/metadata/metadata-boundary.js","layer":"ssr"},"startTime":1755516800910,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":19810,"timestamp":42884171,"id":652,"parentId":635,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/generate/icon-mark.js","layer":"ssr"},"startTime":1755516800910,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":54365,"timestamp":42881906,"id":645,"parentId":635,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/layout-router.js","layer":"ssr"},"startTime":1755516800908,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":55248,"timestamp":42881834,"id":644,"parentId":635,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/client-segment.js","layer":"ssr"},"startTime":1755516800908,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":5589,"timestamp":42940617,"id":653,"parentId":640,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/types.ts","layer":"ssr"},"startTime":1755516800967,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":7693,"timestamp":42946536,"id":656,"parentId":646,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"ssr"},"startTime":1755516800973,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":11225,"timestamp":42947090,"id":658,"parentId":643,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/search-params.js","layer":"ssr"},"startTime":1755516800973,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":15497,"timestamp":42947190,"id":659,"parentId":643,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/params.js","layer":"ssr"},"startTime":1755516800973,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":15674,"timestamp":42947278,"id":660,"parentId":651,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/metadata-constants.js","layer":"ssr"},"startTime":1755516800973,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":15831,"timestamp":42947458,"id":663,"parentId":642,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/index.js","layer":"ssr"},"startTime":1755516800974,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":21803,"timestamp":42947023,"id":657,"parentId":643,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/invariant-error.js","layer":"ssr"},"startTime":1755516800973,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":22045,"timestamp":42947366,"id":661,"parentId":649,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"ssr"},"startTime":1755516800974,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":22232,"timestamp":42947413,"id":662,"parentId":649,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"ssr"},"startTime":1755516800974,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":22434,"timestamp":42947635,"id":665,"parentId":639,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/handle-isr-error.js","layer":"ssr"},"startTime":1755516800974,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":22794,"timestamp":42947547,"id":664,"parentId":641,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/variables/index.ts","layer":"ssr"},"startTime":1755516800974,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":29809,"timestamp":42946374,"id":654,"parentId":648,"tags":{"name":"__barrel_optimize__?names=Check,Copy!=!/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1755516800973,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":31912,"timestamp":42946479,"id":655,"parentId":642,"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":1755516800973,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":15303,"timestamp":42972200,"id":666,"parentId":645,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/match-segments.js","layer":"ssr"},"startTime":1755516800998,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":15651,"timestamp":42972303,"id":667,"parentId":645,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"ssr"},"startTime":1755516800999,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":3537,"timestamp":42992759,"id":670,"parentId":663,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/external.js","layer":"ssr"},"startTime":1755516801019,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":4319,"timestamp":42992886,"id":671,"parentId":658,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"ssr"},"startTime":1755516801019,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5573,"timestamp":42992984,"id":672,"parentId":658,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js","layer":"ssr"},"startTime":1755516801019,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":6109,"timestamp":42993116,"id":673,"parentId":658,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/scheduler.js","layer":"ssr"},"startTime":1755516801019,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":6176,"timestamp":42993440,"id":677,"parentId":658,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"ssr"},"startTime":1755516801020,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":11526,"timestamp":42990233,"id":668,"parentId":649,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/navigation-untracked.js","layer":"ssr"},"startTime":1755516801016,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":11942,"timestamp":42993534,"id":678,"parentId":645,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"ssr"},"startTime":1755516801020,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":12673,"timestamp":42993393,"id":676,"parentId":658,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils/reflect-utils.js","layer":"ssr"},"startTime":1755516801020,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":13848,"timestamp":42993585,"id":679,"parentId":645,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/error-boundary.js","layer":"ssr"},"startTime":1755516801020,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":14890,"timestamp":42993627,"id":680,"parentId":645,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-boundary.js","layer":"ssr"},"startTime":1755516801020,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":15731,"timestamp":42993666,"id":681,"parentId":645,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/use-action-queue.js","layer":"ssr"},"startTime":1755516801020,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":17829,"timestamp":42993713,"id":682,"parentId":645,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/bfcache.js","layer":"ssr"},"startTime":1755516801020,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":19626,"timestamp":42993752,"id":683,"parentId":645,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"ssr"},"startTime":1755516801020,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":20086,"timestamp":42993836,"id":685,"parentId":645,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"ssr"},"startTime":1755516801020,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":20602,"timestamp":42993875,"id":686,"parentId":645,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/disable-smooth-scroll.js","layer":"ssr"},"startTime":1755516801020,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":23170,"timestamp":42993792,"id":684,"parentId":645,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"ssr"},"startTime":1755516801020,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":24132,"timestamp":42993299,"id":675,"parentId":658,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/utils.js","layer":"ssr"},"startTime":1755516801020,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":42290,"timestamp":42993208,"id":674,"parentId":658,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"ssr"},"startTime":1755516801019,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":60788,"timestamp":42990345,"id":669,"parentId":645,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"ssr"},"startTime":1755516801017,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":15558,"timestamp":43036269,"id":687,"parentId":667,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/segment.js","layer":"ssr"},"startTime":1755516801062,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":15583,"timestamp":43036562,"id":691,"parentId":654,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/copy.js","layer":"ssr"},"startTime":1755516801063,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16120,"timestamp":43036459,"id":689,"parentId":645,"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":1755516801063,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16208,"timestamp":43036609,"id":692,"parentId":655,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/file.js","layer":"ssr"},"startTime":1755516801063,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16395,"timestamp":43036662,"id":693,"parentId":655,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/lock.js","layer":"ssr"},"startTime":1755516801063,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16577,"timestamp":43036705,"id":694,"parentId":655,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/circle-alert.js","layer":"ssr"},"startTime":1755516801063,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16753,"timestamp":43036747,"id":695,"parentId":655,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/shield-off.js","layer":"ssr"},"startTime":1755516801063,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":17295,"timestamp":43036398,"id":688,"parentId":667,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"ssr"},"startTime":1755516801063,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":17487,"timestamp":43036512,"id":690,"parentId":654,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/check.js","layer":"ssr"},"startTime":1755516801063,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":4186,"timestamp":43057765,"id":696,"parentId":670,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/index.js","layer":"ssr"},"startTime":1755516801084,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16039,"timestamp":43057919,"id":697,"parentId":670,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/schemas.js","layer":"ssr"},"startTime":1755516801084,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16334,"timestamp":43058052,"id":698,"parentId":670,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/checks.js","layer":"ssr"},"startTime":1755516801084,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16822,"timestamp":43058156,"id":699,"parentId":670,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/errors.js","layer":"ssr"},"startTime":1755516801084,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":17222,"timestamp":43058252,"id":700,"parentId":670,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/parse.js","layer":"ssr"},"startTime":1755516801084,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":17479,"timestamp":43058336,"id":701,"parentId":670,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/compat.js","layer":"ssr"},"startTime":1755516801085,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":18430,"timestamp":43058420,"id":702,"parentId":670,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/en.js","layer":"ssr"},"startTime":1755516801085,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":19309,"timestamp":43058507,"id":703,"parentId":670,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/index.js","layer":"ssr"},"startTime":1755516801085,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":20093,"timestamp":43058589,"id":704,"parentId":670,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/iso.js","layer":"ssr"},"startTime":1755516801085,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":20492,"timestamp":43058671,"id":705,"parentId":670,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/coerce.js","layer":"ssr"},"startTime":1755516801085,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":27342,"timestamp":43058772,"id":706,"parentId":679,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/is-next-router-error.js","layer":"ssr"},"startTime":1755516801085,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":27812,"timestamp":43058824,"id":707,"parentId":680,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-error.js","layer":"ssr"},"startTime":1755516801085,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":27986,"timestamp":43058866,"id":708,"parentId":681,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/is-thenable.js","layer":"ssr"},"startTime":1755516801085,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":28419,"timestamp":43058955,"id":710,"parentId":684,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/app-router-headers.js","layer":"ssr"},"startTime":1755516801085,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":28889,"timestamp":43058912,"id":709,"parentId":675,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"ssr"},"startTime":1755516801085,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":6227,"timestamp":43102937,"id":714,"parentId":691,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/createLucideIcon.js","layer":"ssr"},"startTime":1755516801129,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":7223,"timestamp":43102601,"id":711,"parentId":674,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/hooks-server-context.js","layer":"ssr"},"startTime":1755516801129,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":7034,"timestamp":43103074,"id":716,"parentId":647,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/cn.ts","layer":"ssr"},"startTime":1755516801129,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":7945,"timestamp":43102988,"id":715,"parentId":689,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"ssr"},"startTime":1755516801129,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":8568,"timestamp":43103173,"id":717,"parentId":679,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/nav-failure-handler.js","layer":"ssr"},"startTime":1755516801129,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":8940,"timestamp":43103314,"id":720,"parentId":684,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-call-server.js","layer":"ssr"},"startTime":1755516801130,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":720,"timestamp":43119708,"id":776,"parentId":664,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js?id=7fea5f354eb0276638e829d61a080ac79bd8e42c55&name=getFileValues!","layer":"ssr"},"startTime":1755516801146,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":228,"timestamp":43120444,"id":777,"parentId":664,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js?id=7ff89b6cde3a2d95cbb07bde870de26bfdd9984990&name=getVariables!","layer":"ssr"},"startTime":1755516801147,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":12054,"timestamp":43115210,"id":725,"parentId":696,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/core.js","layer":"ssr"},"startTime":1755516801141,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":12801,"timestamp":43115318,"id":726,"parentId":696,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/parse.js","layer":"ssr"},"startTime":1755516801142,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":13801,"timestamp":43115442,"id":727,"parentId":696,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/errors.js","layer":"ssr"},"startTime":1755516801142,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":32951,"timestamp":43115638,"id":728,"parentId":696,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/schemas.js","layer":"ssr"},"startTime":1755516801142,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":39372,"timestamp":43115724,"id":729,"parentId":696,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/checks.js","layer":"ssr"},"startTime":1755516801142,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":39504,"timestamp":43115810,"id":730,"parentId":696,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/versions.js","layer":"ssr"},"startTime":1755516801142,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":44012,"timestamp":43115905,"id":731,"parentId":696,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/util.js","layer":"ssr"},"startTime":1755516801142,"traceId":"3b4b354188fe54e1"}]
8
+ [{"name":"build-module-js","duration":46845,"timestamp":43115984,"id":732,"parentId":696,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/regexes.js","layer":"ssr"},"startTime":1755516801142,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":47448,"timestamp":43116098,"id":733,"parentId":696,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/registries.js","layer":"ssr"},"startTime":1755516801142,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":47911,"timestamp":43116186,"id":734,"parentId":696,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/doc.js","layer":"ssr"},"startTime":1755516801142,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":48791,"timestamp":43116268,"id":735,"parentId":696,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/function.js","layer":"ssr"},"startTime":1755516801142,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":53705,"timestamp":43116354,"id":736,"parentId":696,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/api.js","layer":"ssr"},"startTime":1755516801143,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":61379,"timestamp":43116434,"id":737,"parentId":696,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/to-json-schema.js","layer":"ssr"},"startTime":1755516801143,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":61483,"timestamp":43116516,"id":738,"parentId":696,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/json-schema.js","layer":"ssr"},"startTime":1755516801143,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":62384,"timestamp":43116603,"id":739,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ar.js","layer":"ssr"},"startTime":1755516801143,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":63237,"timestamp":43116685,"id":740,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/az.js","layer":"ssr"},"startTime":1755516801143,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":64314,"timestamp":43116770,"id":741,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/be.js","layer":"ssr"},"startTime":1755516801143,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":65098,"timestamp":43116855,"id":742,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ca.js","layer":"ssr"},"startTime":1755516801143,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":66119,"timestamp":43116934,"id":743,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/cs.js","layer":"ssr"},"startTime":1755516801143,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":66612,"timestamp":43117041,"id":744,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/da.js","layer":"ssr"},"startTime":1755516801143,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":67076,"timestamp":43117142,"id":745,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/de.js","layer":"ssr"},"startTime":1755516801143,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":67638,"timestamp":43117226,"id":746,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/eo.js","layer":"ssr"},"startTime":1755516801143,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":68159,"timestamp":43117305,"id":747,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/es.js","layer":"ssr"},"startTime":1755516801144,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":68676,"timestamp":43117386,"id":748,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fa.js","layer":"ssr"},"startTime":1755516801144,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":69124,"timestamp":43117472,"id":749,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fi.js","layer":"ssr"},"startTime":1755516801144,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":69603,"timestamp":43117552,"id":750,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fr.js","layer":"ssr"},"startTime":1755516801144,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":70100,"timestamp":43117629,"id":751,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fr-CA.js","layer":"ssr"},"startTime":1755516801144,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":70580,"timestamp":43117717,"id":752,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/he.js","layer":"ssr"},"startTime":1755516801144,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":71347,"timestamp":43117797,"id":753,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/hu.js","layer":"ssr"},"startTime":1755516801144,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":72210,"timestamp":43117875,"id":754,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/id.js","layer":"ssr"},"startTime":1755516801144,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":73021,"timestamp":43117961,"id":755,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/is.js","layer":"ssr"},"startTime":1755516801144,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":73853,"timestamp":43118066,"id":756,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/it.js","layer":"ssr"},"startTime":1755516801144,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":74670,"timestamp":43118156,"id":757,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ja.js","layer":"ssr"},"startTime":1755516801144,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":75449,"timestamp":43118242,"id":758,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/kh.js","layer":"ssr"},"startTime":1755516801144,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":75999,"timestamp":43118322,"id":759,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ko.js","layer":"ssr"},"startTime":1755516801145,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":76473,"timestamp":43118401,"id":760,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/mk.js","layer":"ssr"},"startTime":1755516801145,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":76923,"timestamp":43118484,"id":761,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ms.js","layer":"ssr"},"startTime":1755516801145,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":77361,"timestamp":43118561,"id":762,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/nl.js","layer":"ssr"},"startTime":1755516801145,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":77841,"timestamp":43118639,"id":763,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/no.js","layer":"ssr"},"startTime":1755516801145,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":78319,"timestamp":43118722,"id":764,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ota.js","layer":"ssr"},"startTime":1755516801145,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":78797,"timestamp":43118800,"id":765,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ps.js","layer":"ssr"},"startTime":1755516801145,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":79297,"timestamp":43118878,"id":766,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/pl.js","layer":"ssr"},"startTime":1755516801145,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":79749,"timestamp":43118959,"id":767,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/pt.js","layer":"ssr"},"startTime":1755516801145,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":80331,"timestamp":43119062,"id":768,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ru.js","layer":"ssr"},"startTime":1755516801145,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":80766,"timestamp":43119151,"id":769,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/sl.js","layer":"ssr"},"startTime":1755516801145,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":81243,"timestamp":43119236,"id":770,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/sv.js","layer":"ssr"},"startTime":1755516801145,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":81722,"timestamp":43119317,"id":771,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ta.js","layer":"ssr"},"startTime":1755516801146,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":82179,"timestamp":43119395,"id":772,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/th.js","layer":"ssr"},"startTime":1755516801146,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":82728,"timestamp":43119472,"id":773,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/tr.js","layer":"ssr"},"startTime":1755516801146,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":84570,"timestamp":43119554,"id":774,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ua.js","layer":"ssr"},"startTime":1755516801146,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":85069,"timestamp":43119631,"id":775,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ur.js","layer":"ssr"},"startTime":1755516801146,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":105200,"timestamp":43103273,"id":719,"parentId":680,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect.js","layer":"ssr"},"startTime":1755516801129,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":105579,"timestamp":43103356,"id":721,"parentId":684,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-find-source-map-url.js","layer":"ssr"},"startTime":1755516801130,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":106624,"timestamp":43103223,"id":718,"parentId":680,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/navigation.js","layer":"ssr"},"startTime":1755516801129,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":108012,"timestamp":43103446,"id":723,"parentId":684,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-build-id.js","layer":"ssr"},"startTime":1755516801130,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":108878,"timestamp":43103405,"id":722,"parentId":684,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/flight-data-helpers.js","layer":"ssr"},"startTime":1755516801130,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":97654,"timestamp":43115097,"id":724,"parentId":684,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js","layer":"ssr"},"startTime":1755516801141,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":3686,"timestamp":43224204,"id":778,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/vi.js","layer":"ssr"},"startTime":1755516801250,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":4368,"timestamp":43224424,"id":779,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/zh-CN.js","layer":"ssr"},"startTime":1755516801251,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5092,"timestamp":43224584,"id":780,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/zh-TW.js","layer":"ssr"},"startTime":1755516801251,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5828,"timestamp":43224744,"id":781,"parentId":703,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/yo.js","layer":"ssr"},"startTime":1755516801251,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":5987,"timestamp":43225151,"id":785,"parentId":716,"tags":{"name":"/home/runner/work/envin/envin/node_modules/clsx/dist/clsx.mjs","layer":"ssr"},"startTime":1755516801251,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":10757,"timestamp":43225309,"id":786,"parentId":716,"tags":{"name":"/home/runner/work/envin/envin/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"ssr"},"startTime":1755516801252,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":137611,"timestamp":43102732,"id":712,"parentId":643,"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":1755516801129,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":137853,"timestamp":43102844,"id":713,"parentId":646,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react.js","layer":"ssr"},"startTime":1755516801129,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16943,"timestamp":43224893,"id":782,"parentId":707,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-status-code.js","layer":"ssr"},"startTime":1755516801251,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":17446,"timestamp":43224970,"id":783,"parentId":714,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/Icon.js","layer":"ssr"},"startTime":1755516801251,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":17913,"timestamp":43225077,"id":784,"parentId":714,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/shared/src/utils.js","layer":"ssr"},"startTime":1755516801251,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":1060,"timestamp":43250031,"id":790,"parentId":712,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1755516801276,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":6904,"timestamp":43247218,"id":788,"parentId":717,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"ssr"},"startTime":1755516801273,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":29182,"timestamp":43225461,"id":787,"parentId":645,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-dom.js","layer":"ssr"},"startTime":1755516801252,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5042,"timestamp":43249895,"id":789,"parentId":783,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/defaultAttributes.js","layer":"ssr"},"startTime":1755516801276,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5153,"timestamp":43250196,"id":791,"parentId":718,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js","layer":"ssr"},"startTime":1755516801276,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":2436,"timestamp":43255537,"id":792,"parentId":718,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/navigation.react-server.js","layer":"ssr"},"startTime":1755516801282,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":3526,"timestamp":43255749,"id":794,"parentId":724,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js","layer":"ssr"},"startTime":1755516801282,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":4312,"timestamp":43255677,"id":793,"parentId":718,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/bailout-to-client-rendering.js","layer":"ssr"},"startTime":1755516801282,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":9612,"timestamp":43256816,"id":795,"parentId":646,"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":1755516801283,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":9631,"timestamp":43257051,"id":796,"parentId":684,"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":1755516801283,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":4829,"timestamp":43263842,"id":797,"parentId":794,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/hash.js","layer":"ssr"},"startTime":1755516801290,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5194,"timestamp":43263945,"id":798,"parentId":793,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"ssr"},"startTime":1755516801290,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":1676,"timestamp":43269700,"id":802,"parentId":792,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/not-found.js","layer":"ssr"},"startTime":1755516801296,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":2260,"timestamp":43269803,"id":803,"parentId":792,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/forbidden.js","layer":"ssr"},"startTime":1755516801296,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":2765,"timestamp":43269872,"id":804,"parentId":792,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/unauthorized.js","layer":"ssr"},"startTime":1755516801296,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":3234,"timestamp":43269939,"id":805,"parentId":792,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/unstable-rethrow.js","layer":"ssr"},"startTime":1755516801296,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":27313,"timestamp":43264036,"id":799,"parentId":641,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-hook-form/dist/index.esm.mjs","layer":"ssr"},"startTime":1755516801290,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":27580,"timestamp":43264192,"id":800,"parentId":668,"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":1755516801290,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":21560,"timestamp":43270558,"id":806,"parentId":641,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/validate.ts","layer":"ssr"},"startTime":1755516801297,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":30895,"timestamp":43266960,"id":801,"parentId":641,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/api/navigation.js","layer":"ssr"},"startTime":1755516801293,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":3761,"timestamp":43298526,"id":810,"parentId":648,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/input.tsx","layer":"ssr"},"startTime":1755516801325,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":4431,"timestamp":43298359,"id":809,"parentId":648,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/button.tsx","layer":"ssr"},"startTime":1755516801325,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":322,"timestamp":43303024,"id":815,"parentId":806,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js?id=7fbb2efd26697957034dfbf3fb468fe2c46b642e89&name=validate!","layer":"ssr"},"startTime":1755516801329,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":5680,"timestamp":43298825,"id":812,"parentId":642,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/accordion.tsx","layer":"ssr"},"startTime":1755516801325,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":7051,"timestamp":43298676,"id":811,"parentId":648,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/select.tsx","layer":"ssr"},"startTime":1755516801325,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":8197,"timestamp":43298993,"id":813,"parentId":642,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/badge.tsx","layer":"ssr"},"startTime":1755516801325,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":37204,"timestamp":43270682,"id":807,"parentId":776,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-loader/action-client-wrapper.js","layer":"ssr"},"startTime":1755516801297,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":10716,"timestamp":43298127,"id":808,"parentId":647,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/scroll-area.tsx","layer":"ssr"},"startTime":1755516801324,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":10575,"timestamp":43299284,"id":814,"parentId":642,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/form.tsx","layer":"ssr"},"startTime":1755516801326,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":13780,"timestamp":43316825,"id":817,"parentId":805,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/unstable-rethrow.server.js","layer":"ssr"},"startTime":1755516801343,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":2829,"timestamp":43331283,"id":819,"parentId":648,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/hooks/use-copy-to-clipboard.ts","layer":"ssr"},"startTime":1755516801358,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":3412,"timestamp":43331074,"id":818,"parentId":641,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/hooks/use-hot-reload.ts","layer":"ssr"},"startTime":1755516801357,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":25861,"timestamp":43312384,"id":816,"parentId":718,"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":1755516801339,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":4323,"timestamp":43334642,"id":820,"parentId":812,"tags":{"name":"__barrel_optimize__?names=ChevronDownIcon!=!/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1755516801361,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":4475,"timestamp":43334749,"id":821,"parentId":811,"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":1755516801361,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":857,"timestamp":43341185,"id":822,"parentId":817,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/router-utils/is-postpone.js","layer":"ssr"},"startTime":1755516801367,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":2082,"timestamp":43343655,"id":823,"parentId":818,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/cli/utils/logger.ts","layer":"ssr"},"startTime":1755516801370,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":2131,"timestamp":43346085,"id":824,"parentId":820,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/chevron-down.js","layer":"ssr"},"startTime":1755516801372,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":2241,"timestamp":43346187,"id":825,"parentId":821,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/chevron-up.js","layer":"ssr"},"startTime":1755516801372,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":28647,"timestamp":43349033,"id":826,"parentId":823,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/index.mjs","layer":"ssr"},"startTime":1755516801375,"traceId":"3b4b354188fe54e1"}]
9
+ [{"name":"build-module-mjs","duration":3467,"timestamp":43384932,"id":827,"parentId":826,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/core.mjs","layer":"ssr"},"startTime":1755516801411,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":3922,"timestamp":43385186,"id":828,"parentId":826,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/shared/consola.DRwqZj3T.mjs","layer":"ssr"},"startTime":1755516801411,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":5985,"timestamp":43385367,"id":829,"parentId":826,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/shared/consola.DXBYu-KD.mjs","layer":"ssr"},"startTime":1755516801412,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":35021,"timestamp":43385550,"id":830,"parentId":826,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/chunks/prompt.mjs","layer":"ssr"},"startTime":1755516801412,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":35582,"timestamp":43385708,"id":831,"parentId":642,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/index.tsx","layer":"ssr"},"startTime":1755516801412,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":2239,"timestamp":43432452,"id":833,"parentId":814,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/label.tsx","layer":"ssr"},"startTime":1755516801459,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":7086,"timestamp":43432290,"id":832,"parentId":809,"tags":{"name":"/home/runner/work/envin/envin/node_modules/class-variance-authority/dist/index.mjs","layer":"ssr"},"startTime":1755516801459,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":3464,"timestamp":43440496,"id":834,"parentId":809,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"ssr"},"startTime":1755516801467,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":4448,"timestamp":43441190,"id":838,"parentId":818,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm-debug/index.js","layer":"ssr"},"startTime":1755516801467,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":8566,"timestamp":43440709,"id":835,"parentId":812,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-accordion/dist/index.mjs","layer":"ssr"},"startTime":1755516801467,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":17138,"timestamp":43440935,"id":836,"parentId":808,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-scroll-area/dist/index.mjs","layer":"ssr"},"startTime":1755516801467,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":27675,"timestamp":43441079,"id":837,"parentId":811,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-select/dist/index.mjs","layer":"ssr"},"startTime":1755516801467,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":14162,"timestamp":43471580,"id":839,"parentId":838,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm-debug/url.js","layer":"ssr"},"startTime":1755516801498,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":15461,"timestamp":43471807,"id":840,"parentId":838,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm-debug/manager.js","layer":"ssr"},"startTime":1755516801498,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":17821,"timestamp":43471961,"id":841,"parentId":838,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm-debug/socket.js","layer":"ssr"},"startTime":1755516801498,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":8723,"timestamp":43893928,"id":853,"parentId":840,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm-debug/on.js","layer":"ssr"},"startTime":1755516801920,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":10259,"timestamp":43897027,"id":855,"parentId":840,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm-debug/contrib/backo2.js","layer":"ssr"},"startTime":1755516801923,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":13853,"timestamp":43896875,"id":854,"parentId":833,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-label/dist/index.mjs","layer":"ssr"},"startTime":1755516801923,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":10301,"timestamp":43923540,"id":856,"parentId":834,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","layer":"ssr"},"startTime":1755516801950,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":10184,"timestamp":43924078,"id":859,"parentId":835,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/primitive/dist/index.mjs","layer":"ssr"},"startTime":1755516801950,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":11537,"timestamp":43923765,"id":857,"parentId":835,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-context/dist/index.mjs","layer":"ssr"},"startTime":1755516801950,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":12827,"timestamp":43924220,"id":860,"parentId":835,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs","layer":"ssr"},"startTime":1755516801950,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":12886,"timestamp":43924624,"id":863,"parentId":835,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-id/dist/index.mjs","layer":"ssr"},"startTime":1755516801951,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":13760,"timestamp":43924363,"id":861,"parentId":835,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-primitive/dist/index.mjs","layer":"ssr"},"startTime":1755516801951,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":13821,"timestamp":43924758,"id":864,"parentId":835,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-direction/dist/index.mjs","layer":"ssr"},"startTime":1755516801951,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":16646,"timestamp":43924495,"id":862,"parentId":835,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-collapsible/dist/index.mjs","layer":"ssr"},"startTime":1755516801951,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":13241,"timestamp":43928217,"id":865,"parentId":836,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs","layer":"ssr"},"startTime":1755516801954,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":20619,"timestamp":43923920,"id":858,"parentId":835,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-collection/dist/index.mjs","layer":"ssr"},"startTime":1755516801950,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":19290,"timestamp":43929592,"id":867,"parentId":836,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs","layer":"ssr"},"startTime":1755516801956,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":19543,"timestamp":43929741,"id":868,"parentId":836,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/number/dist/index.mjs","layer":"ssr"},"startTime":1755516801956,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":23540,"timestamp":43929418,"id":866,"parentId":836,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-presence/dist/index.mjs","layer":"ssr"},"startTime":1755516801956,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":23216,"timestamp":43931281,"id":873,"parentId":837,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-previous/dist/index.mjs","layer":"ssr"},"startTime":1755516801958,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":23667,"timestamp":43931411,"id":874,"parentId":837,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-visually-hidden/dist/index.mjs","layer":"ssr"},"startTime":1755516801958,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":27923,"timestamp":43930664,"id":869,"parentId":837,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-focus-guards/dist/index.mjs","layer":"ssr"},"startTime":1755516801957,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":29051,"timestamp":43930838,"id":870,"parentId":837,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs","layer":"ssr"},"startTime":1755516801957,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":29151,"timestamp":43931140,"id":872,"parentId":837,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-portal/dist/index.mjs","layer":"ssr"},"startTime":1755516801957,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":38609,"timestamp":43930976,"id":871,"parentId":837,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-popper/dist/index.mjs","layer":"ssr"},"startTime":1755516801957,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":31778,"timestamp":43939165,"id":875,"parentId":837,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-focus-scope/dist/index.mjs","layer":"ssr"},"startTime":1755516801965,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":7682,"timestamp":43979102,"id":876,"parentId":837,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/index.js","layer":"ssr"},"startTime":1755516802005,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":9183,"timestamp":43979267,"id":877,"parentId":837,"tags":{"name":"/home/runner/work/envin/envin/node_modules/aria-hidden/dist/es2015/index.js","layer":"ssr"},"startTime":1755516802005,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":13776,"timestamp":43990701,"id":878,"parentId":838,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/index.js","layer":"ssr"},"startTime":1755516802017,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":7234,"timestamp":44002317,"id":879,"parentId":838,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/build/esm-debug/index.js","layer":"ssr"},"startTime":1755516802029,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":6637,"timestamp":44004691,"id":880,"parentId":876,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/Combination.js","layer":"ssr"},"startTime":1755516802031,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":8678,"timestamp":44007948,"id":881,"parentId":838,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/node_modules/debug/src/index.js","layer":"ssr"},"startTime":1755516802034,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":8845,"timestamp":44010138,"id":883,"parentId":878,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transport.js","layer":"ssr"},"startTime":1755516802036,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":9324,"timestamp":44010234,"id":884,"parentId":878,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/util.js","layer":"ssr"},"startTime":1755516802036,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":11987,"timestamp":44009992,"id":882,"parentId":878,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/socket.js","layer":"ssr"},"startTime":1755516802036,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":12496,"timestamp":44010329,"id":885,"parentId":878,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/globals.node.js","layer":"ssr"},"startTime":1755516802037,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":12726,"timestamp":44014576,"id":886,"parentId":878,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transports/index.js","layer":"ssr"},"startTime":1755516802041,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":13244,"timestamp":44014708,"id":887,"parentId":878,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transports/polling-fetch.js","layer":"ssr"},"startTime":1755516802041,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":13690,"timestamp":44014805,"id":888,"parentId":878,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transports/polling-xhr.node.js","layer":"ssr"},"startTime":1755516802041,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":14140,"timestamp":44014984,"id":890,"parentId":878,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transports/websocket.node.js","layer":"ssr"},"startTime":1755516802041,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":14851,"timestamp":44015177,"id":892,"parentId":878,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transports/webtransport.js","layer":"ssr"},"startTime":1755516802041,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16020,"timestamp":44015089,"id":891,"parentId":878,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transports/websocket.js","layer":"ssr"},"startTime":1755516802041,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16695,"timestamp":44015266,"id":893,"parentId":878,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/contrib/parseuri.js","layer":"ssr"},"startTime":1755516802041,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":19073,"timestamp":44014892,"id":889,"parentId":878,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transports/polling-xhr.js","layer":"ssr"},"startTime":1755516802041,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":24840,"timestamp":44016992,"id":894,"parentId":879,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/build/esm-debug/binary.js","layer":"ssr"},"startTime":1755516802043,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":25343,"timestamp":44017148,"id":895,"parentId":879,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/build/esm-debug/is-binary.js","layer":"ssr"},"startTime":1755516802043,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":20787,"timestamp":44025977,"id":896,"parentId":880,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/UI.js","layer":"ssr"},"startTime":1755516802052,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":21004,"timestamp":44026174,"id":897,"parentId":880,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/sidecar.js","layer":"ssr"},"startTime":1755516802052,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":21261,"timestamp":44026319,"id":898,"parentId":860,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-effect-event/dist/index.mjs","layer":"ssr"},"startTime":1755516802053,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":12702,"timestamp":44037667,"id":899,"parentId":881,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/node_modules/debug/src/browser.js","layer":"ssr"},"startTime":1755516802064,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":13417,"timestamp":44037877,"id":900,"parentId":881,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/node_modules/debug/src/node.js","layer":"ssr"},"startTime":1755516802064,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":10602,"timestamp":44043047,"id":901,"parentId":883,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/contrib/parseqs.js","layer":"ssr"},"startTime":1755516802069,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":24,"timestamp":44055899,"id":907,"parentId":900,"tags":{"name":"tty","layer":null},"startTime":1755516802082,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":9103,"timestamp":44047915,"id":902,"parentId":887,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transports/polling.js","layer":"ssr"},"startTime":1755516802074,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":9244,"timestamp":44048066,"id":903,"parentId":889,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/contrib/has-cors.js","layer":"ssr"},"startTime":1755516802074,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":9487,"timestamp":44048167,"id":904,"parentId":870,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-escape-keydown/dist/index.mjs","layer":"ssr"},"startTime":1755516802074,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":9765,"timestamp":44048263,"id":905,"parentId":871,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-arrow/dist/index.mjs","layer":"ssr"},"startTime":1755516802074,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":10087,"timestamp":44048348,"id":906,"parentId":871,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-size/dist/index.mjs","layer":"ssr"},"startTime":1755516802075,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":6937,"timestamp":44059263,"id":908,"parentId":896,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/medium.js","layer":"ssr"},"startTime":1755516802085,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":8082,"timestamp":44059394,"id":909,"parentId":897,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/SideEffect.js","layer":"ssr"},"startTime":1755516802086,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":13288,"timestamp":44061951,"id":910,"parentId":899,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/node_modules/debug/src/common.js","layer":"ssr"},"startTime":1755516802088,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":13906,"timestamp":44063757,"id":911,"parentId":840,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@socket.io/component-emitter/lib/esm/index.js","layer":"ssr"},"startTime":1755516802090,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":13011,"timestamp":44070430,"id":912,"parentId":871,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.mjs","layer":"ssr"},"startTime":1755516802097,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":6630,"timestamp":44083705,"id":913,"parentId":909,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js","layer":"ssr"},"startTime":1755516802110,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":7494,"timestamp":44083889,"id":914,"parentId":909,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/handleScroll.js","layer":"ssr"},"startTime":1755516802110,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":7641,"timestamp":44093899,"id":915,"parentId":879,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/node_modules/debug/src/index.js","layer":"ssr"},"startTime":1755516802120,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":7973,"timestamp":44099390,"id":916,"parentId":880,"tags":{"name":"/home/runner/work/envin/envin/node_modules/tslib/tslib.es6.mjs","layer":"ssr"},"startTime":1755516802126,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":40,"timestamp":44109384,"id":919,"parentId":900,"tags":{"layer":null},"startTime":1755516802136,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":8496,"timestamp":44102131,"id":917,"parentId":883,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/node_modules/debug/src/index.js","layer":"ssr"},"startTime":1755516802128,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":6374,"timestamp":44109210,"id":918,"parentId":915,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/node_modules/debug/src/browser.js","layer":"ssr"},"startTime":1755516802135,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":6469,"timestamp":44109441,"id":920,"parentId":896,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/index.js","layer":"ssr"},"startTime":1755516802136,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":7151,"timestamp":44111033,"id":921,"parentId":915,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/node_modules/debug/src/node.js","layer":"ssr"},"startTime":1755516802137,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":8674,"timestamp":44112438,"id":923,"parentId":890,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/wrapper.mjs","layer":"ssr"},"startTime":1755516802139,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":9063,"timestamp":44112314,"id":922,"parentId":897,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/index.js","layer":"ssr"},"startTime":1755516802139,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":11486,"timestamp":44113694,"id":924,"parentId":888,"tags":{"name":"/home/runner/work/envin/envin/node_modules/xmlhttprequest-ssl/lib/XMLHttpRequest.js","layer":"ssr"},"startTime":1755516802140,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":15501,"timestamp":44116423,"id":926,"parentId":917,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/node_modules/debug/src/browser.js","layer":"ssr"},"startTime":1755516802143,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":15943,"timestamp":44116289,"id":925,"parentId":896,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll-bar/dist/es2015/constants.js","layer":"ssr"},"startTime":1755516802143,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16647,"timestamp":44116521,"id":927,"parentId":917,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/node_modules/debug/src/node.js","layer":"ssr"},"startTime":1755516802143,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":15481,"timestamp":44120151,"id":928,"parentId":909,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll-bar/dist/es2015/index.js","layer":"ssr"},"startTime":1755516802146,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":19,"timestamp":44137419,"id":939,"parentId":924,"tags":{"name":"url","layer":null},"startTime":1755516802164,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":7,"timestamp":44137453,"id":940,"parentId":924,"tags":{"name":"child_process","layer":null},"startTime":1755516802164,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":4,"timestamp":44137467,"id":941,"parentId":924,"tags":{"name":"http","layer":null},"startTime":1755516802164,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":3,"timestamp":44137476,"id":942,"parentId":924,"tags":{"name":"https","layer":null},"startTime":1755516802164,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":10149,"timestamp":44133618,"id":929,"parentId":883,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/index.js","layer":"ssr"},"startTime":1755516802160,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":10962,"timestamp":44133752,"id":930,"parentId":918,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/node_modules/debug/src/common.js","layer":"ssr"},"startTime":1755516802160,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":11275,"timestamp":44133846,"id":931,"parentId":920,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/useRef.js","layer":"ssr"},"startTime":1755516802160,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":11420,"timestamp":44133941,"id":932,"parentId":920,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/assignRef.js","layer":"ssr"},"startTime":1755516802160,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":11563,"timestamp":44134059,"id":933,"parentId":920,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/createRef.js","layer":"ssr"},"startTime":1755516802160,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":11828,"timestamp":44134245,"id":935,"parentId":920,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/useMergeRef.js","layer":"ssr"},"startTime":1755516802160,"traceId":"3b4b354188fe54e1"}]
10
+ [{"name":"build-module-js","duration":12530,"timestamp":44134156,"id":934,"parentId":920,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/mergeRef.js","layer":"ssr"},"startTime":1755516802160,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":12622,"timestamp":44134329,"id":936,"parentId":920,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/useTransformRef.js","layer":"ssr"},"startTime":1755516802161,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":12890,"timestamp":44134411,"id":937,"parentId":920,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/transformRef.js","layer":"ssr"},"startTime":1755516802161,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":13145,"timestamp":44134498,"id":938,"parentId":920,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/refToCallback.js","layer":"ssr"},"startTime":1755516802161,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":14701,"timestamp":44139818,"id":943,"parentId":909,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-style-singleton/dist/es2015/index.js","layer":"ssr"},"startTime":1755516802166,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":15246,"timestamp":44140069,"id":945,"parentId":922,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/hook.js","layer":"ssr"},"startTime":1755516802166,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":15707,"timestamp":44139946,"id":944,"parentId":922,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/hoc.js","layer":"ssr"},"startTime":1755516802166,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":15948,"timestamp":44140257,"id":947,"parentId":922,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/medium.js","layer":"ssr"},"startTime":1755516802166,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16345,"timestamp":44140341,"id":948,"parentId":922,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/renderProp.js","layer":"ssr"},"startTime":1755516802167,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16779,"timestamp":44140167,"id":946,"parentId":922,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/config.js","layer":"ssr"},"startTime":1755516802166,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":17026,"timestamp":44140424,"id":949,"parentId":922,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/exports.js","layer":"ssr"},"startTime":1755516802167,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":21083,"timestamp":44141729,"id":950,"parentId":912,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs","layer":"ssr"},"startTime":1755516802168,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":25633,"timestamp":44141851,"id":951,"parentId":923,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/receiver.js","layer":"ssr"},"startTime":1755516802168,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":26213,"timestamp":44141941,"id":952,"parentId":923,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/stream.js","layer":"ssr"},"startTime":1755516802168,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":29615,"timestamp":44142149,"id":954,"parentId":923,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/websocket.js","layer":"ssr"},"startTime":1755516802168,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":31306,"timestamp":44142232,"id":955,"parentId":923,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/websocket-server.js","layer":"ssr"},"startTime":1755516802168,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":36654,"timestamp":44142056,"id":953,"parentId":923,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/sender.js","layer":"ssr"},"startTime":1755516802168,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":31575,"timestamp":44148806,"id":956,"parentId":926,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/node_modules/debug/src/common.js","layer":"ssr"},"startTime":1755516802175,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":30305,"timestamp":44153384,"id":957,"parentId":910,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ms/index.js","layer":"ssr"},"startTime":1755516802180,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":30897,"timestamp":44153596,"id":958,"parentId":928,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll-bar/dist/es2015/component.js","layer":"ssr"},"startTime":1755516802180,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":31174,"timestamp":44153755,"id":959,"parentId":928,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll-bar/dist/es2015/utils.js","layer":"ssr"},"startTime":1755516802180,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":21,"timestamp":44188552,"id":963,"parentId":951,"tags":{"name":"stream","layer":null},"startTime":1755516802215,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":7,"timestamp":44188585,"id":964,"parentId":954,"tags":{"name":"events","layer":null},"startTime":1755516802215,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":4,"timestamp":44188599,"id":965,"parentId":954,"tags":{"name":"net","layer":null},"startTime":1755516802215,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":4,"timestamp":44188608,"id":966,"parentId":954,"tags":{"name":"tls","layer":null},"startTime":1755516802215,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":18339,"timestamp":44175610,"id":960,"parentId":929,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/encodePacket.js","layer":"ssr"},"startTime":1755516802202,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":18663,"timestamp":44175761,"id":961,"parentId":929,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/decodePacket.js","layer":"ssr"},"startTime":1755516802202,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":18865,"timestamp":44175864,"id":962,"parentId":929,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/commons.js","layer":"ssr"},"startTime":1755516802202,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":6825,"timestamp":44192734,"id":967,"parentId":943,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-style-singleton/dist/es2015/component.js","layer":"ssr"},"startTime":1755516802219,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":6899,"timestamp":44192964,"id":969,"parentId":943,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-style-singleton/dist/es2015/hook.js","layer":"ssr"},"startTime":1755516802219,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":7465,"timestamp":44192870,"id":968,"parentId":943,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-style-singleton/dist/es2015/singleton.js","layer":"ssr"},"startTime":1755516802219,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":12,"timestamp":44200552,"id":978,"parentId":921,"tags":{"layer":null},"startTime":1755516802227,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":8067,"timestamp":44195033,"id":970,"parentId":945,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/env.js","layer":"ssr"},"startTime":1755516802221,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":8079,"timestamp":44195257,"id":972,"parentId":951,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/constants.js","layer":"ssr"},"startTime":1755516802221,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":8687,"timestamp":44195343,"id":973,"parentId":951,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/buffer-util.js","layer":"ssr"},"startTime":1755516802222,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":10459,"timestamp":44195162,"id":971,"parentId":951,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/permessage-deflate.js","layer":"ssr"},"startTime":1755516802221,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":11034,"timestamp":44195432,"id":974,"parentId":951,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/validation.js","layer":"ssr"},"startTime":1755516802222,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":12518,"timestamp":44195526,"id":975,"parentId":954,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/event-target.js","layer":"ssr"},"startTime":1755516802222,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":14340,"timestamp":44195611,"id":976,"parentId":954,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/extension.js","layer":"ssr"},"startTime":1755516802222,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":14972,"timestamp":44195699,"id":977,"parentId":955,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/subprotocol.js","layer":"ssr"},"startTime":1755516802222,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":23,"timestamp":44213144,"id":979,"parentId":971,"tags":{"name":"zlib","layer":null},"startTime":1755516802239,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":7,"timestamp":44213182,"id":980,"parentId":974,"tags":{"name":"buffer","layer":null},"startTime":1755516802239,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":9,"timestamp":44213197,"id":981,"parentId":927,"tags":{"layer":null},"startTime":1755516802239,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5999,"timestamp":44215182,"id":982,"parentId":971,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/limiter.js","layer":"ssr"},"startTime":1755516802241,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":4348,"timestamp":44219848,"id":983,"parentId":950,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.mjs","layer":"ssr"},"startTime":1755516802246,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":11,"timestamp":44226477,"id":986,"parentId":974,"tags":{"layer":null},"startTime":1755516802253,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":5,"timestamp":44226501,"id":987,"parentId":973,"tags":{"layer":null},"startTime":1755516802253,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":2664,"timestamp":44224893,"id":984,"parentId":950,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs","layer":"ssr"},"startTime":1755516802251,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":6539,"timestamp":44226183,"id":985,"parentId":950,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/core/dist/floating-ui.core.mjs","layer":"ssr"},"startTime":1755516802252,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":1028,"timestamp":44234620,"id":988,"parentId":970,"tags":{"name":"/home/runner/work/envin/envin/node_modules/detect-node-es/esm/node.js","layer":"ssr"},"startTime":1755516802261,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":1045,"timestamp":44235739,"id":989,"parentId":968,"tags":{"name":"/home/runner/work/envin/envin/node_modules/get-nonce/dist/es2015/index.js","layer":"ssr"},"startTime":1755516802262,"traceId":"3b4b354188fe54e1"},{"name":"build-module-svg","duration":1086077,"timestamp":43494401,"id":842,"parentId":831,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/fly.svg","layer":"ssr"},"startTime":1755516801521,"traceId":"3b4b354188fe54e1"},{"name":"build-module-svg","duration":692318,"timestamp":43888811,"id":843,"parentId":831,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/neon.svg","layer":"ssr"},"startTime":1755516801915,"traceId":"3b4b354188fe54e1"},{"name":"build-module-svg","duration":692620,"timestamp":43888935,"id":844,"parentId":831,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/netlify.svg","layer":"ssr"},"startTime":1755516801915,"traceId":"3b4b354188fe54e1"},{"name":"build-module-svg","duration":692905,"timestamp":43888988,"id":845,"parentId":831,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/railway.svg","layer":"ssr"},"startTime":1755516801915,"traceId":"3b4b354188fe54e1"},{"name":"build-module-svg","duration":693263,"timestamp":43889060,"id":846,"parentId":831,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/render.svg","layer":"ssr"},"startTime":1755516801915,"traceId":"3b4b354188fe54e1"},{"name":"build-module-svg","duration":693626,"timestamp":43889103,"id":847,"parentId":831,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/supabase.svg","layer":"ssr"},"startTime":1755516801915,"traceId":"3b4b354188fe54e1"},{"name":"build-module-svg","duration":693950,"timestamp":43889140,"id":848,"parentId":831,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/uploadthing.svg","layer":"ssr"},"startTime":1755516801915,"traceId":"3b4b354188fe54e1"},{"name":"build-module-svg","duration":694272,"timestamp":43889181,"id":849,"parentId":831,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/upstash.svg","layer":"ssr"},"startTime":1755516801915,"traceId":"3b4b354188fe54e1"},{"name":"build-module-svg","duration":694514,"timestamp":43889215,"id":850,"parentId":831,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/vercel.svg","layer":"ssr"},"startTime":1755516801915,"traceId":"3b4b354188fe54e1"},{"name":"build-module-svg","duration":698599,"timestamp":43889247,"id":851,"parentId":831,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/vite.svg","layer":"ssr"},"startTime":1755516801915,"traceId":"3b4b354188fe54e1"},{"name":"build-module-svg","duration":698914,"timestamp":43889283,"id":852,"parentId":831,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/wxt.svg","layer":"ssr"},"startTime":1755516801916,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":229,"timestamp":44597070,"id":991,"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%227fbb2efd26697957034dfbf3fb468fe2c46b642e89%22%2C%22exportedName%22%3A%22validate%22%7D%5D%5D%5D&__client_imported__=true!","layer":"action-browser"},"startTime":1755516802623,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":1717,"timestamp":44599567,"id":992,"parentId":991,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/validate.ts","layer":"action-browser"},"startTime":1755516802626,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":1439,"timestamp":44606143,"id":993,"parentId":992,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-loader/server-reference.js","layer":"action-browser"},"startTime":1755516802632,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":2986,"timestamp":44606411,"id":995,"parentId":992,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/encryption.js","layer":"action-browser"},"startTime":1755516802633,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":4031,"timestamp":44606514,"id":996,"parentId":992,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/get-config-file.ts","layer":"action-browser"},"startTime":1755516802633,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":10484,"timestamp":44606294,"id":994,"parentId":992,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-loader/action-validate.js","layer":"action-browser"},"startTime":1755516802633,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5365,"timestamp":44620889,"id":997,"parentId":995,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js","layer":"action-browser"},"startTime":1755516802647,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5110,"timestamp":44621299,"id":1000,"parentId":995,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react.js","layer":"action-browser"},"startTime":1755516802648,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5292,"timestamp":44621398,"id":1001,"parentId":996,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/index.js","layer":"action-browser"},"startTime":1755516802648,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5119,"timestamp":44621691,"id":1004,"parentId":993,"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":1755516802648,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5180,"timestamp":44621798,"id":1005,"parentId":995,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react-server-dom-webpack/client.node.js","layer":"action-browser"},"startTime":1755516802648,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5193,"timestamp":44621894,"id":1006,"parentId":995,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/server-only/empty.js","layer":"action-browser"},"startTime":1755516802648,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":6067,"timestamp":44621595,"id":1003,"parentId":996,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/cli/utils/logger.ts","layer":"action-browser"},"startTime":1755516802648,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":7046,"timestamp":44621490,"id":1002,"parentId":996,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/run-bundled-code.ts","layer":"action-browser"},"startTime":1755516802648,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":7214,"timestamp":44621987,"id":1007,"parentId":996,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/improve-error-with-sourcemap.ts","layer":"action-browser"},"startTime":1755516802648,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":7332,"timestamp":44622121,"id":1008,"parentId":996,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/result.ts","layer":"action-browser"},"startTime":1755516802648,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":13904,"timestamp":44621073,"id":998,"parentId":995,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/encryption-utils.js","layer":"action-browser"},"startTime":1755516802647,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16295,"timestamp":44621190,"id":999,"parentId":995,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"action-browser"},"startTime":1755516802647,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":2257,"timestamp":44639033,"id":1009,"parentId":1002,"tags":{"layer":"action-browser"},"startTime":1755516802665,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":6824,"timestamp":44639083,"id":1010,"parentId":997,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/trace/tracer.js","layer":"action-browser"},"startTime":1755516802665,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":7397,"timestamp":44639247,"id":1011,"parentId":997,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/trace/constants.js","layer":"action-browser"},"startTime":1755516802665,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":7519,"timestamp":44639355,"id":1012,"parentId":997,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/detached-promise.js","layer":"action-browser"},"startTime":1755516802666,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":7872,"timestamp":44639457,"id":1013,"parentId":997,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/scheduler.js","layer":"action-browser"},"startTime":1755516802666,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":8030,"timestamp":44639560,"id":1014,"parentId":997,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/stream-utils/encoded-tags.js","layer":"action-browser"},"startTime":1755516802666,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":8314,"timestamp":44639655,"id":1015,"parentId":997,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/stream-utils/uint8array-helpers.js","layer":"action-browser"},"startTime":1755516802666,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":8500,"timestamp":44639867,"id":1018,"parentId":1001,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/external.js","layer":"action-browser"},"startTime":1755516802666,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":46164,"timestamp":44640084,"id":1020,"parentId":1003,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/index.mjs","layer":"action-browser"},"startTime":1755516802666,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":45901,"timestamp":44640609,"id":1025,"parentId":1007,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/source-map.js","layer":"action-browser"},"startTime":1755516802667,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":46680,"timestamp":44640708,"id":1026,"parentId":1007,"tags":{"name":"/home/runner/work/envin/envin/node_modules/stacktrace-parser/dist/stack-trace-parser.esm.js","layer":"action-browser"},"startTime":1755516802667,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":48285,"timestamp":44639752,"id":1016,"parentId":997,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/errors/constants.js","layer":"action-browser"},"startTime":1755516802666,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":48603,"timestamp":44639813,"id":1017,"parentId":997,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/segment-cache/output-export-prefetch-encoding.js","layer":"action-browser"},"startTime":1755516802666,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":48922,"timestamp":44640315,"id":1022,"parentId":1002,"tags":{"name":"/home/runner/work/envin/envin/packages/core/dist/presets/arktype.js","layer":"action-browser"},"startTime":1755516802667,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":49908,"timestamp":44640217,"id":1021,"parentId":1002,"tags":{"name":"/home/runner/work/envin/envin/packages/core/dist/index.js","layer":"action-browser"},"startTime":1755516802666,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":50001,"timestamp":44640801,"id":1027,"parentId":1002,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/static-node-modules-for-vm.ts","layer":"action-browser"},"startTime":1755516802667,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":52408,"timestamp":44640419,"id":1023,"parentId":1002,"tags":{"name":"/home/runner/work/envin/envin/packages/core/dist/presets/valibot.js","layer":"action-browser"},"startTime":1755516802667,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":53352,"timestamp":44640513,"id":1024,"parentId":1002,"tags":{"name":"/home/runner/work/envin/envin/packages/core/dist/presets/zod.js","layer":"action-browser"},"startTime":1755516802667,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":25014,"timestamp":44697341,"id":1032,"parentId":999,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"action-browser"},"startTime":1755516802724,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":25176,"timestamp":44697551,"id":1033,"parentId":999,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/metadata-constants.js","layer":"action-browser"},"startTime":1755516802724,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":97897,"timestamp":44639960,"id":1019,"parentId":1005,"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":1755516802666,"traceId":"3b4b354188fe54e1"}]
11
+ [{"name":"build-module-js","duration":41580,"timestamp":44696998,"id":1028,"parentId":998,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/invariant-error.js","layer":"action-browser"},"startTime":1755516802723,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":41969,"timestamp":44697221,"id":1030,"parentId":999,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/hooks-server-context.js","layer":"action-browser"},"startTime":1755516802723,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":42563,"timestamp":44697158,"id":1029,"parentId":998,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"action-browser"},"startTime":1755516802723,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":42995,"timestamp":44697284,"id":1031,"parentId":999,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"action-browser"},"startTime":1755516802724,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":11943,"timestamp":44742030,"id":1034,"parentId":1010,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"action-browser"},"startTime":1755516802768,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":11465,"timestamp":44742858,"id":1038,"parentId":1018,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/index.js","layer":"action-browser"},"startTime":1755516802769,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":25552,"timestamp":44743047,"id":1039,"parentId":1018,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/schemas.js","layer":"action-browser"},"startTime":1755516802769,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":25808,"timestamp":44743214,"id":1040,"parentId":1018,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/checks.js","layer":"action-browser"},"startTime":1755516802769,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":26197,"timestamp":44743371,"id":1041,"parentId":1018,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/errors.js","layer":"action-browser"},"startTime":1755516802770,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":26489,"timestamp":44743538,"id":1042,"parentId":1018,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/parse.js","layer":"action-browser"},"startTime":1755516802770,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":26728,"timestamp":44743712,"id":1043,"parentId":1018,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/compat.js","layer":"action-browser"},"startTime":1755516802770,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":27460,"timestamp":44743891,"id":1044,"parentId":1018,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/en.js","layer":"action-browser"},"startTime":1755516802770,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":28102,"timestamp":44744088,"id":1045,"parentId":1018,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/index.js","layer":"action-browser"},"startTime":1755516802770,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":28377,"timestamp":44744262,"id":1046,"parentId":1018,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/iso.js","layer":"action-browser"},"startTime":1755516802770,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":28488,"timestamp":44744428,"id":1047,"parentId":1018,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/coerce.js","layer":"action-browser"},"startTime":1755516802771,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":30165,"timestamp":44744602,"id":1048,"parentId":1020,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/core.mjs","layer":"action-browser"},"startTime":1755516802771,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":30913,"timestamp":44744768,"id":1049,"parentId":1020,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/shared/consola.DRwqZj3T.mjs","layer":"action-browser"},"startTime":1755516802771,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":33048,"timestamp":44744929,"id":1050,"parentId":1020,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/shared/consola.DXBYu-KD.mjs","layer":"action-browser"},"startTime":1755516802771,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":62257,"timestamp":44745116,"id":1051,"parentId":1020,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/chunks/prompt.mjs","layer":"action-browser"},"startTime":1755516802771,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":64095,"timestamp":44745285,"id":1052,"parentId":1025,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/source-map-generator.js","layer":"action-browser"},"startTime":1755516802772,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":69004,"timestamp":44745444,"id":1053,"parentId":1025,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/source-map-consumer.js","layer":"action-browser"},"startTime":1755516802772,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":70555,"timestamp":44745685,"id":1054,"parentId":1025,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/source-node.js","layer":"action-browser"},"startTime":1755516802772,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":70693,"timestamp":44745855,"id":1055,"parentId":1022,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/index.js","layer":"action-browser"},"startTime":1755516802772,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":98889,"timestamp":44746044,"id":1056,"parentId":1023,"tags":{"name":"/home/runner/work/envin/envin/node_modules/valibot/dist/index.js","layer":"action-browser"},"startTime":1755516802772,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":103319,"timestamp":44742569,"id":1036,"parentId":1009,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/register-spinner-autostopping.ts","layer":"action-browser"},"startTime":1755516802769,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":103479,"timestamp":44742765,"id":1037,"parentId":1010,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/is-thenable.js","layer":"action-browser"},"startTime":1755516802769,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":104236,"timestamp":44742281,"id":1035,"parentId":1009,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/cn.ts","layer":"action-browser"},"startTime":1755516802769,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":1461,"timestamp":44859052,"id":1059,"parentId":1019,"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":1755516802885,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":14333,"timestamp":44860748,"id":1060,"parentId":1038,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/core.js","layer":"action-browser"},"startTime":1755516802887,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":14863,"timestamp":44860955,"id":1061,"parentId":1038,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/parse.js","layer":"action-browser"},"startTime":1755516802887,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":15632,"timestamp":44861181,"id":1062,"parentId":1038,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/errors.js","layer":"action-browser"},"startTime":1755516802887,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":25776,"timestamp":44861378,"id":1063,"parentId":1038,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/schemas.js","layer":"action-browser"},"startTime":1755516802888,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":30455,"timestamp":44861499,"id":1064,"parentId":1038,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/checks.js","layer":"action-browser"},"startTime":1755516802888,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":30550,"timestamp":44861596,"id":1065,"parentId":1038,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/versions.js","layer":"action-browser"},"startTime":1755516802888,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":32937,"timestamp":44861699,"id":1066,"parentId":1038,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/util.js","layer":"action-browser"},"startTime":1755516802888,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":34283,"timestamp":44861791,"id":1067,"parentId":1038,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/regexes.js","layer":"action-browser"},"startTime":1755516802888,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":38800,"timestamp":44861882,"id":1068,"parentId":1038,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/registries.js","layer":"action-browser"},"startTime":1755516802888,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":39271,"timestamp":44861981,"id":1069,"parentId":1038,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/doc.js","layer":"action-browser"},"startTime":1755516802888,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":40103,"timestamp":44862105,"id":1070,"parentId":1038,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/function.js","layer":"action-browser"},"startTime":1755516802888,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":44769,"timestamp":44862200,"id":1071,"parentId":1038,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/api.js","layer":"action-browser"},"startTime":1755516802888,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":47657,"timestamp":44862299,"id":1072,"parentId":1038,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/to-json-schema.js","layer":"action-browser"},"startTime":1755516802889,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":47793,"timestamp":44862390,"id":1073,"parentId":1038,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/json-schema.js","layer":"action-browser"},"startTime":1755516802889,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":48289,"timestamp":44862482,"id":1074,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ar.js","layer":"action-browser"},"startTime":1755516802889,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":48770,"timestamp":44862577,"id":1075,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/az.js","layer":"action-browser"},"startTime":1755516802889,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":49360,"timestamp":44862667,"id":1076,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/be.js","layer":"action-browser"},"startTime":1755516802889,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":49810,"timestamp":44862752,"id":1077,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ca.js","layer":"action-browser"},"startTime":1755516802889,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":50275,"timestamp":44862847,"id":1078,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/cs.js","layer":"action-browser"},"startTime":1755516802889,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":50714,"timestamp":44862935,"id":1079,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/da.js","layer":"action-browser"},"startTime":1755516802889,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":51128,"timestamp":44863052,"id":1080,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/de.js","layer":"action-browser"},"startTime":1755516802889,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":51584,"timestamp":44863152,"id":1081,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/eo.js","layer":"action-browser"},"startTime":1755516802889,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":52088,"timestamp":44863239,"id":1082,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/es.js","layer":"action-browser"},"startTime":1755516802889,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":52534,"timestamp":44863327,"id":1083,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fa.js","layer":"action-browser"},"startTime":1755516802890,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":52983,"timestamp":44863422,"id":1084,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fi.js","layer":"action-browser"},"startTime":1755516802890,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":53406,"timestamp":44863515,"id":1085,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fr.js","layer":"action-browser"},"startTime":1755516802890,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":53855,"timestamp":44863606,"id":1086,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fr-CA.js","layer":"action-browser"},"startTime":1755516802890,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":54298,"timestamp":44863695,"id":1087,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/he.js","layer":"action-browser"},"startTime":1755516802890,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":54765,"timestamp":44863782,"id":1088,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/hu.js","layer":"action-browser"},"startTime":1755516802890,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":55203,"timestamp":44863872,"id":1089,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/id.js","layer":"action-browser"},"startTime":1755516802890,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":55610,"timestamp":44864023,"id":1090,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/is.js","layer":"action-browser"},"startTime":1755516802890,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":57575,"timestamp":44864131,"id":1091,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/it.js","layer":"action-browser"},"startTime":1755516802890,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":58072,"timestamp":44864226,"id":1092,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ja.js","layer":"action-browser"},"startTime":1755516802890,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":58498,"timestamp":44864327,"id":1093,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/kh.js","layer":"action-browser"},"startTime":1755516802891,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":59000,"timestamp":44864415,"id":1094,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ko.js","layer":"action-browser"},"startTime":1755516802891,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":59442,"timestamp":44864503,"id":1095,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/mk.js","layer":"action-browser"},"startTime":1755516802891,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":59872,"timestamp":44864595,"id":1096,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ms.js","layer":"action-browser"},"startTime":1755516802891,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":60302,"timestamp":44864682,"id":1097,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/nl.js","layer":"action-browser"},"startTime":1755516802891,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":60745,"timestamp":44864767,"id":1098,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/no.js","layer":"action-browser"},"startTime":1755516802891,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":61465,"timestamp":44864860,"id":1099,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ota.js","layer":"action-browser"},"startTime":1755516802891,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":62336,"timestamp":44864946,"id":1100,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ps.js","layer":"action-browser"},"startTime":1755516802891,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":63100,"timestamp":44865056,"id":1101,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/pl.js","layer":"action-browser"},"startTime":1755516802891,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":63829,"timestamp":44865159,"id":1102,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/pt.js","layer":"action-browser"},"startTime":1755516802891,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":64862,"timestamp":44865245,"id":1103,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ru.js","layer":"action-browser"},"startTime":1755516802891,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":65662,"timestamp":44865332,"id":1104,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/sl.js","layer":"action-browser"},"startTime":1755516802892,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":66447,"timestamp":44865425,"id":1105,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/sv.js","layer":"action-browser"},"startTime":1755516802892,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":67224,"timestamp":44865513,"id":1106,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ta.js","layer":"action-browser"},"startTime":1755516802892,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":67993,"timestamp":44865598,"id":1107,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/th.js","layer":"action-browser"},"startTime":1755516802892,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":68651,"timestamp":44865689,"id":1108,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/tr.js","layer":"action-browser"},"startTime":1755516802892,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":69108,"timestamp":44865774,"id":1109,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ua.js","layer":"action-browser"},"startTime":1755516802892,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":69600,"timestamp":44865861,"id":1110,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ur.js","layer":"action-browser"},"startTime":1755516802892,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":70017,"timestamp":44865955,"id":1111,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/vi.js","layer":"action-browser"},"startTime":1755516802892,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":70439,"timestamp":44866066,"id":1112,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/zh-CN.js","layer":"action-browser"},"startTime":1755516802892,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":70973,"timestamp":44866164,"id":1113,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/zh-TW.js","layer":"action-browser"},"startTime":1755516802892,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":71866,"timestamp":44866257,"id":1114,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/yo.js","layer":"action-browser"},"startTime":1755516802892,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":72513,"timestamp":44866347,"id":1115,"parentId":1052,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/base64-vlq.js","layer":"action-browser"},"startTime":1755516802893,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":75204,"timestamp":44866435,"id":1116,"parentId":1052,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/util.js","layer":"action-browser"},"startTime":1755516802893,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":75924,"timestamp":44866528,"id":1117,"parentId":1052,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/array-set.js","layer":"action-browser"},"startTime":1755516802893,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":76167,"timestamp":44866616,"id":1118,"parentId":1052,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/mapping-list.js","layer":"action-browser"},"startTime":1755516802893,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":76465,"timestamp":44866703,"id":1119,"parentId":1053,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/binary-search.js","layer":"action-browser"},"startTime":1755516802893,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":76761,"timestamp":44866799,"id":1120,"parentId":1053,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/quick-sort.js","layer":"action-browser"},"startTime":1755516802893,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":76889,"timestamp":44866885,"id":1121,"parentId":1055,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/config.js","layer":"action-browser"},"startTime":1755516802893,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":77198,"timestamp":44866971,"id":1122,"parentId":1055,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/generic.js","layer":"action-browser"},"startTime":1755516802893,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":77492,"timestamp":44867089,"id":1123,"parentId":1055,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/keywords.js","layer":"action-browser"},"startTime":1755516802893,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":77579,"timestamp":44867183,"id":1124,"parentId":1055,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/module.js","layer":"action-browser"},"startTime":1755516802893,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":78309,"timestamp":44867272,"id":1125,"parentId":1055,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/scope.js","layer":"action-browser"},"startTime":1755516802893,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":78598,"timestamp":44867377,"id":1126,"parentId":1055,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/type.js","layer":"action-browser"},"startTime":1755516802894,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":79042,"timestamp":44867463,"id":1127,"parentId":1055,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/index.js","layer":"action-browser"},"startTime":1755516802894,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":79260,"timestamp":44867551,"id":1128,"parentId":1055,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/index.js","layer":"action-browser"},"startTime":1755516802894,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":88291,"timestamp":44858817,"id":1057,"parentId":1029,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"action-browser"},"startTime":1755516802885,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":88586,"timestamp":44858966,"id":1058,"parentId":1029,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/segment.js","layer":"action-browser"},"startTime":1755516802885,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":80436,"timestamp":44867644,"id":1129,"parentId":992,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/app/page.tsx","layer":"action-browser"},"startTime":1755516802894,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":7509,"timestamp":44966861,"id":1130,"parentId":1036,"tags":{"name":"/home/runner/work/envin/envin/node_modules/log-symbols/index.js","layer":"action-browser"},"startTime":1755516802993,"traceId":"3b4b354188fe54e1"}]
12
+ [{"name":"build-module-mjs","duration":7959,"timestamp":44967081,"id":1131,"parentId":1035,"tags":{"name":"/home/runner/work/envin/envin/node_modules/clsx/dist/clsx.mjs","layer":"action-browser"},"startTime":1755516802993,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":12628,"timestamp":44967199,"id":1132,"parentId":1035,"tags":{"name":"/home/runner/work/envin/envin/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"action-browser"},"startTime":1755516802993,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5683,"timestamp":44983105,"id":1133,"parentId":1115,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/base64.js","layer":"action-browser"},"startTime":1755516803009,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":6381,"timestamp":44983269,"id":1134,"parentId":1122,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/reduce/dynamic.js","layer":"action-browser"},"startTime":1755516803009,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":6720,"timestamp":44983378,"id":1135,"parentId":1122,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/string.js","layer":"action-browser"},"startTime":1755516803010,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":6869,"timestamp":44983478,"id":1136,"parentId":1123,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/builtins.js","layer":"action-browser"},"startTime":1755516803010,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":7003,"timestamp":44983580,"id":1137,"parentId":1123,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/constructors.js","layer":"action-browser"},"startTime":1755516803010,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":7176,"timestamp":44983676,"id":1138,"parentId":1123,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/number.js","layer":"action-browser"},"startTime":1755516803010,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":9178,"timestamp":44983769,"id":1139,"parentId":1123,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/string.js","layer":"action-browser"},"startTime":1755516803010,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":9677,"timestamp":44983884,"id":1140,"parentId":1123,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/ts.js","layer":"action-browser"},"startTime":1755516803010,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":10206,"timestamp":44983977,"id":1141,"parentId":1125,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/match.js","layer":"action-browser"},"startTime":1755516803010,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":10264,"timestamp":44984095,"id":1142,"parentId":1125,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/ast/validate.js","layer":"action-browser"},"startTime":1755516803010,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":10602,"timestamp":44984199,"id":1143,"parentId":1125,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/definition.js","layer":"action-browser"},"startTime":1755516803010,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":10824,"timestamp":44984289,"id":1144,"parentId":1125,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/scanner.js","layer":"action-browser"},"startTime":1755516803011,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":11018,"timestamp":44984377,"id":1145,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/config.js","layer":"action-browser"},"startTime":1755516803011,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":11859,"timestamp":44984473,"id":1146,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/constraint.js","layer":"action-browser"},"startTime":1755516803011,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":12388,"timestamp":44984561,"id":1147,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/generic.js","layer":"action-browser"},"startTime":1755516803011,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":12650,"timestamp":44984645,"id":1148,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/intrinsic.js","layer":"action-browser"},"startTime":1755516803011,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":13045,"timestamp":44984736,"id":1149,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/kinds.js","layer":"action-browser"},"startTime":1755516803011,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":13237,"timestamp":44984826,"id":1150,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/module.js","layer":"action-browser"},"startTime":1755516803011,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":15033,"timestamp":44984912,"id":1151,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/node.js","layer":"action-browser"},"startTime":1755516803011,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16166,"timestamp":44985025,"id":1152,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/parse.js","layer":"action-browser"},"startTime":1755516803011,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16486,"timestamp":44985124,"id":1153,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/predicate.js","layer":"action-browser"},"startTime":1755516803011,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16773,"timestamp":44985211,"id":1154,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/after.js","layer":"action-browser"},"startTime":1755516803011,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":10444,"timestamp":45004638,"id":1156,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/before.js","layer":"action-browser"},"startTime":1755516803031,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":10725,"timestamp":45004824,"id":1157,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/divisor.js","layer":"action-browser"},"startTime":1755516803031,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":10912,"timestamp":45005063,"id":1158,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/exactLength.js","layer":"action-browser"},"startTime":1755516803031,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":11172,"timestamp":45005199,"id":1159,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/max.js","layer":"action-browser"},"startTime":1755516803031,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":11453,"timestamp":45005303,"id":1160,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/maxLength.js","layer":"action-browser"},"startTime":1755516803032,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":14125,"timestamp":45017481,"id":1161,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/min.js","layer":"action-browser"},"startTime":1755516803044,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":14389,"timestamp":45017632,"id":1162,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/minLength.js","layer":"action-browser"},"startTime":1755516803044,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":14689,"timestamp":45017746,"id":1163,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/pattern.js","layer":"action-browser"},"startTime":1755516803044,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":15554,"timestamp":45017844,"id":1164,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/range.js","layer":"action-browser"},"startTime":1755516803044,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16920,"timestamp":45017935,"id":1165,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/domain.js","layer":"action-browser"},"startTime":1755516803044,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":18327,"timestamp":45018065,"id":1166,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/intersection.js","layer":"action-browser"},"startTime":1755516803044,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":19214,"timestamp":45018170,"id":1167,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/morph.js","layer":"action-browser"},"startTime":1755516803044,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":19803,"timestamp":45018260,"id":1168,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/proto.js","layer":"action-browser"},"startTime":1755516803044,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":24474,"timestamp":45018355,"id":1169,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/root.js","layer":"action-browser"},"startTime":1755516803045,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":27996,"timestamp":45018442,"id":1170,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/union.js","layer":"action-browser"},"startTime":1755516803045,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":29109,"timestamp":45018532,"id":1171,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/unit.js","layer":"action-browser"},"startTime":1755516803045,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":33453,"timestamp":45018627,"id":1172,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/scope.js","layer":"action-browser"},"startTime":1755516803045,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":34858,"timestamp":45018715,"id":1173,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/compile.js","layer":"action-browser"},"startTime":1755516803045,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":34932,"timestamp":45018802,"id":1174,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/declare.js","layer":"action-browser"},"startTime":1755516803045,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":35668,"timestamp":45018895,"id":1175,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/disjoint.js","layer":"action-browser"},"startTime":1755516803045,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":36650,"timestamp":45018982,"id":1176,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/errors.js","layer":"action-browser"},"startTime":1755516803045,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":37312,"timestamp":45019089,"id":1177,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/implement.js","layer":"action-browser"},"startTime":1755516803045,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":37962,"timestamp":45019187,"id":1178,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/intersections.js","layer":"action-browser"},"startTime":1755516803045,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":38166,"timestamp":45019275,"id":1179,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/jsonSchema.js","layer":"action-browser"},"startTime":1755516803045,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":38490,"timestamp":45019361,"id":1180,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/registry.js","layer":"action-browser"},"startTime":1755516803046,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":38515,"timestamp":45019461,"id":1181,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/standardSchema.js","layer":"action-browser"},"startTime":1755516803046,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":39254,"timestamp":45019553,"id":1182,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/traversal.js","layer":"action-browser"},"startTime":1755516803046,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":39448,"timestamp":45019643,"id":1183,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/utils.js","layer":"action-browser"},"startTime":1755516803046,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":40027,"timestamp":45019735,"id":1184,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/index.js","layer":"action-browser"},"startTime":1755516803046,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":40730,"timestamp":45019835,"id":1185,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/optional.js","layer":"action-browser"},"startTime":1755516803046,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":41426,"timestamp":45019926,"id":1186,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/prop.js","layer":"action-browser"},"startTime":1755516803046,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":41655,"timestamp":45020035,"id":1187,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/required.js","layer":"action-browser"},"startTime":1755516803046,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":43701,"timestamp":45020130,"id":1188,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/sequence.js","layer":"action-browser"},"startTime":1755516803046,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":48962,"timestamp":45020219,"id":1189,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/structure.js","layer":"action-browser"},"startTime":1755516803046,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":49598,"timestamp":45020314,"id":1190,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/arrays.js","layer":"action-browser"},"startTime":1755516803047,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":49882,"timestamp":45020403,"id":1191,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/clone.js","layer":"action-browser"},"startTime":1755516803047,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":49906,"timestamp":45020494,"id":1192,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/describe.js","layer":"action-browser"},"startTime":1755516803047,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":50040,"timestamp":45020585,"id":1193,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/domain.js","layer":"action-browser"},"startTime":1755516803047,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":50256,"timestamp":45020670,"id":1194,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/errors.js","layer":"action-browser"},"startTime":1755516803047,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":50505,"timestamp":45020759,"id":1195,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/flatMorph.js","layer":"action-browser"},"startTime":1755516803047,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":50851,"timestamp":45020852,"id":1196,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/functions.js","layer":"action-browser"},"startTime":1755516803047,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":50974,"timestamp":45020940,"id":1197,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/generics.js","layer":"action-browser"},"startTime":1755516803047,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":51075,"timestamp":45021047,"id":1198,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/hkt.js","layer":"action-browser"},"startTime":1755516803047,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":51082,"timestamp":45021146,"id":1199,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/intersections.js","layer":"action-browser"},"startTime":1755516803047,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":51101,"timestamp":45021234,"id":1200,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/keys.js","layer":"action-browser"},"startTime":1755516803047,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":51189,"timestamp":45021325,"id":1201,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/lazily.js","layer":"action-browser"},"startTime":1755516803048,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":51926,"timestamp":45021414,"id":1202,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/numbers.js","layer":"action-browser"},"startTime":1755516803048,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":52438,"timestamp":45021501,"id":1203,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/objectKinds.js","layer":"action-browser"},"startTime":1755516803048,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":53162,"timestamp":45021591,"id":1204,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/path.js","layer":"action-browser"},"startTime":1755516803048,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":53310,"timestamp":45021678,"id":1205,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/primitive.js","layer":"action-browser"},"startTime":1755516803048,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":54186,"timestamp":45021764,"id":1206,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/records.js","layer":"action-browser"},"startTime":1755516803048,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":54777,"timestamp":45021853,"id":1207,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/registry.js","layer":"action-browser"},"startTime":1755516803048,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":55379,"timestamp":45021941,"id":1208,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/scanner.js","layer":"action-browser"},"startTime":1755516803048,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":56342,"timestamp":45022057,"id":1209,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/serialize.js","layer":"action-browser"},"startTime":1755516803048,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":56888,"timestamp":45022174,"id":1210,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/strings.js","layer":"action-browser"},"startTime":1755516803048,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":57640,"timestamp":45022262,"id":1211,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/traits.js","layer":"action-browser"},"startTime":1755516803048,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":57749,"timestamp":45022349,"id":1212,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/unionToTuple.js","layer":"action-browser"},"startTime":1755516803049,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":57866,"timestamp":45022442,"id":1213,"parentId":1129,"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":1755516803049,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":57873,"timestamp":45022811,"id":1217,"parentId":1130,"tags":{"name":"/home/runner/work/envin/envin/node_modules/log-symbols/symbols.js","layer":"action-browser"},"startTime":1755516803049,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":76586,"timestamp":45004487,"id":1155,"parentId":1129,"tags":{"name":"__barrel_optimize__?names=Ban!=!/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"action-browser"},"startTime":1755516803031,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":58880,"timestamp":45022533,"id":1214,"parentId":1129,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/app/env.ts","layer":"action-browser"},"startTime":1755516803049,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":59152,"timestamp":45022623,"id":1215,"parentId":1129,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/envin.tsx","layer":"action-browser"},"startTime":1755516803049,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":60106,"timestamp":45022720,"id":1216,"parentId":1129,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/variables/index.ts","layer":"action-browser"},"startTime":1755516803049,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":15883,"timestamp":45095615,"id":1218,"parentId":1134,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operand/operand.js","layer":"action-browser"},"startTime":1755516803122,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":15982,"timestamp":45095885,"id":1219,"parentId":1134,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operator/operator.js","layer":"action-browser"},"startTime":1755516803122,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":3128,"timestamp":45113852,"id":1220,"parentId":1134,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/reduce/shared.js","layer":"action-browser"},"startTime":1755516803140,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":3213,"timestamp":45114031,"id":1221,"parentId":1135,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operator/default.js","layer":"action-browser"},"startTime":1755516803140,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":3404,"timestamp":45114142,"id":1222,"parentId":1137,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/Array.js","layer":"action-browser"},"startTime":1755516803140,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":3605,"timestamp":45114251,"id":1223,"parentId":1137,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/FormData.js","layer":"action-browser"},"startTime":1755516803140,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":3711,"timestamp":45114345,"id":1224,"parentId":1137,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/TypedArray.js","layer":"action-browser"},"startTime":1755516803141,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":4312,"timestamp":45114439,"id":1225,"parentId":1143,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/objectLiteral.js","layer":"action-browser"},"startTime":1755516803141,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":4878,"timestamp":45114539,"id":1226,"parentId":1143,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/tupleExpressions.js","layer":"action-browser"},"startTime":1755516803141,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5698,"timestamp":45114632,"id":1227,"parentId":1143,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/tupleLiteral.js","layer":"action-browser"},"startTime":1755516803141,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5949,"timestamp":45114722,"id":1228,"parentId":1148,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/shared.js","layer":"action-browser"},"startTime":1755516803141,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":6291,"timestamp":45114821,"id":1229,"parentId":1149,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/kinds.js","layer":"action-browser"},"startTime":1755516803141,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":7072,"timestamp":45114911,"id":1230,"parentId":1149,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/alias.js","layer":"action-browser"},"startTime":1755516803141,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":7272,"timestamp":45115030,"id":1231,"parentId":1165,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/basis.js","layer":"action-browser"},"startTime":1755516803141,"traceId":"3b4b354188fe54e1"}]
13
+ [{"name":"build-module-js","duration":7562,"timestamp":45115131,"id":1232,"parentId":1166,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/utils.js","layer":"action-browser"},"startTime":1755516803141,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":9123,"timestamp":45123465,"id":1234,"parentId":1217,"tags":{"name":"/home/runner/work/envin/envin/node_modules/yoctocolors/index.js","layer":"action-browser"},"startTime":1755516803150,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":9727,"timestamp":45123584,"id":1235,"parentId":1217,"tags":{"name":"/home/runner/work/envin/envin/node_modules/is-unicode-supported/index.js","layer":"action-browser"},"startTime":1755516803150,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":11360,"timestamp":45123692,"id":1236,"parentId":1216,"tags":{"name":"/home/runner/work/envin/envin/node_modules/dotenv/lib/main.js","layer":"action-browser"},"startTime":1755516803150,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":11964,"timestamp":45123352,"id":1233,"parentId":1155,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/ban.js","layer":"action-browser"},"startTime":1755516803150,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":11800,"timestamp":45123792,"id":1237,"parentId":1216,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/variables/default.ts","layer":"action-browser"},"startTime":1755516803150,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":12044,"timestamp":45123899,"id":1238,"parentId":1216,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/variables/description.ts","layer":"action-browser"},"startTime":1755516803150,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":12188,"timestamp":45123997,"id":1239,"parentId":1215,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/filters/context.tsx","layer":"action-browser"},"startTime":1755516803150,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":12324,"timestamp":45124121,"id":1240,"parentId":1215,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/context.tsx","layer":"action-browser"},"startTime":1755516803150,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":12416,"timestamp":45124224,"id":1241,"parentId":1216,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/types.ts","layer":"action-browser"},"startTime":1755516803150,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":12435,"timestamp":45124412,"id":1243,"parentId":1215,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/index.tsx","layer":"action-browser"},"startTime":1755516803151,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":12729,"timestamp":45124316,"id":1242,"parentId":1215,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/filters/index.tsx","layer":"action-browser"},"startTime":1755516803151,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":12808,"timestamp":45124520,"id":1244,"parentId":992,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/standard.ts","layer":"action-browser"},"startTime":1755516803151,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":7548,"timestamp":45140238,"id":1245,"parentId":1218,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operand/enclosed.js","layer":"action-browser"},"startTime":1755516803166,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":8185,"timestamp":45140486,"id":1246,"parentId":1218,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operand/unenclosed.js","layer":"action-browser"},"startTime":1755516803167,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":9128,"timestamp":45140648,"id":1247,"parentId":1219,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operator/bounds.js","layer":"action-browser"},"startTime":1755516803167,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":9167,"timestamp":45140823,"id":1248,"parentId":1219,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operator/brand.js","layer":"action-browser"},"startTime":1755516803167,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":9330,"timestamp":45140994,"id":1249,"parentId":1219,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operator/divisor.js","layer":"action-browser"},"startTime":1755516803167,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":2087,"timestamp":45151897,"id":1250,"parentId":1225,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/property.js","layer":"action-browser"},"startTime":1755516803178,"traceId":"3b4b354188fe54e1"},{"name":"build-module-json","duration":647,"timestamp":45154331,"id":1252,"parentId":1236,"tags":{"name":"/home/runner/work/envin/envin/node_modules/dotenv/package.json","layer":"action-browser"},"startTime":1755516803181,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":3244,"timestamp":45154119,"id":1251,"parentId":1234,"tags":{"name":"/home/runner/work/envin/envin/node_modules/yoctocolors/base.js","layer":"action-browser"},"startTime":1755516803180,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":1702,"timestamp":45157476,"id":1256,"parentId":1245,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operand/date.js","layer":"action-browser"},"startTime":1755516803184,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":1801,"timestamp":45157697,"id":1257,"parentId":1246,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operand/genericArgs.js","layer":"action-browser"},"startTime":1755516803184,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5507,"timestamp":45154381,"id":1253,"parentId":1233,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/createLucideIcon.js","layer":"action-browser"},"startTime":1755516803181,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":5443,"timestamp":45154661,"id":1255,"parentId":1243,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/preview.tsx","layer":"action-browser"},"startTime":1755516803181,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":5813,"timestamp":45154478,"id":1254,"parentId":1243,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/form.tsx","layer":"action-browser"},"startTime":1755516803181,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":2091,"timestamp":45161906,"id":1258,"parentId":1253,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/shared/src/utils.js","layer":"action-browser"},"startTime":1755516803188,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":2401,"timestamp":45162063,"id":1259,"parentId":1253,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/Icon.js","layer":"action-browser"},"startTime":1755516803188,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":809,"timestamp":45165478,"id":1260,"parentId":1259,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/defaultAttributes.js","layer":"action-browser"},"startTime":1755516803192,"traceId":"3b4b354188fe54e1"},{"name":"make","duration":4657445,"timestamp":40509022,"id":18,"parentId":16,"tags":{},"startTime":1755516798535,"traceId":"3b4b354188fe54e1"},{"name":"get-entries","duration":772,"timestamp":45168476,"id":1262,"parentId":1261,"tags":{},"startTime":1755516803195,"traceId":"3b4b354188fe54e1"},{"name":"node-file-trace-plugin","duration":236445,"timestamp":45177880,"id":1263,"parentId":1261,"tags":{"traceEntryCount":"8"},"startTime":1755516803204,"traceId":"3b4b354188fe54e1"},{"name":"collect-traced-files","duration":961,"timestamp":45414341,"id":1264,"parentId":1261,"tags":{},"startTime":1755516803441,"traceId":"3b4b354188fe54e1"},{"name":"finish-modules","duration":247114,"timestamp":45168194,"id":1261,"parentId":17,"tags":{},"startTime":1755516803194,"traceId":"3b4b354188fe54e1"},{"name":"chunk-graph","duration":28697,"timestamp":45593790,"id":1266,"parentId":1265,"tags":{},"startTime":1755516803620,"traceId":"3b4b354188fe54e1"},{"name":"optimize-modules","duration":29,"timestamp":45622622,"id":1268,"parentId":1265,"tags":{},"startTime":1755516803649,"traceId":"3b4b354188fe54e1"},{"name":"optimize-chunks","duration":12911,"timestamp":45622732,"id":1269,"parentId":1265,"tags":{},"startTime":1755516803649,"traceId":"3b4b354188fe54e1"},{"name":"optimize-tree","duration":197,"timestamp":45635769,"id":1270,"parentId":1265,"tags":{},"startTime":1755516803662,"traceId":"3b4b354188fe54e1"},{"name":"optimize-chunk-modules","duration":61172,"timestamp":45636125,"id":1271,"parentId":1265,"tags":{},"startTime":1755516803662,"traceId":"3b4b354188fe54e1"},{"name":"optimize","duration":74869,"timestamp":45622568,"id":1267,"parentId":1265,"tags":{},"startTime":1755516803649,"traceId":"3b4b354188fe54e1"},{"name":"module-hash","duration":51748,"timestamp":45729927,"id":1272,"parentId":1265,"tags":{},"startTime":1755516803756,"traceId":"3b4b354188fe54e1"},{"name":"code-generation","duration":965484,"timestamp":45781752,"id":1273,"parentId":1265,"tags":{},"startTime":1755516803808,"traceId":"3b4b354188fe54e1"},{"name":"hash","duration":8135,"timestamp":46754772,"id":1274,"parentId":1265,"tags":{},"startTime":1755516804781,"traceId":"3b4b354188fe54e1"},{"name":"code-generation-jobs","duration":601,"timestamp":46762903,"id":1275,"parentId":1265,"tags":{},"startTime":1755516804789,"traceId":"3b4b354188fe54e1"},{"name":"module-assets","duration":510,"timestamp":46763454,"id":1276,"parentId":1265,"tags":{},"startTime":1755516804790,"traceId":"3b4b354188fe54e1"},{"name":"create-chunk-assets","duration":9224,"timestamp":46763980,"id":1277,"parentId":1265,"tags":{},"startTime":1755516804790,"traceId":"3b4b354188fe54e1"},{"name":"minify-js","duration":150333,"timestamp":46819356,"id":1281,"parentId":1278,"tags":{"name":"../pages/_app.js","cache":"MISS"},"startTime":1755516804846,"traceId":"3b4b354188fe54e1"},{"name":"minify-js","duration":159364,"timestamp":46810434,"id":1279,"parentId":1278,"tags":{"name":"../app/_not-found/page.js","cache":"MISS"},"startTime":1755516804837,"traceId":"3b4b354188fe54e1"},{"name":"minify-js","duration":71315,"timestamp":46898517,"id":1284,"parentId":1278,"tags":{"name":"../pages/_document.js","cache":"MISS"},"startTime":1755516804925,"traceId":"3b4b354188fe54e1"},{"name":"minify-js","duration":71238,"timestamp":46898622,"id":1285,"parentId":1278,"tags":{"name":"../webpack-runtime.js","cache":"MISS"},"startTime":1755516804925,"traceId":"3b4b354188fe54e1"},{"name":"minify-js","duration":156495,"timestamp":46819595,"id":1282,"parentId":1278,"tags":{"name":"../pages/_error.js","cache":"MISS"},"startTime":1755516804846,"traceId":"3b4b354188fe54e1"},{"name":"minify-js","duration":166812,"timestamp":46817311,"id":1280,"parentId":1278,"tags":{"name":"../app/favicon.ico/route.js","cache":"MISS"},"startTime":1755516804844,"traceId":"3b4b354188fe54e1"},{"name":"minify-js","duration":96715,"timestamp":46898990,"id":1286,"parentId":1278,"tags":{"name":"155.js","cache":"MISS"},"startTime":1755516804925,"traceId":"3b4b354188fe54e1"},{"name":"minify-js","duration":109179,"timestamp":46899485,"id":1287,"parentId":1278,"tags":{"name":"692.js","cache":"MISS"},"startTime":1755516804926,"traceId":"3b4b354188fe54e1"},{"name":"minify-js","duration":117836,"timestamp":46899945,"id":1288,"parentId":1278,"tags":{"name":"569.js","cache":"MISS"},"startTime":1755516804926,"traceId":"3b4b354188fe54e1"},{"name":"minify-js","duration":148259,"timestamp":46917343,"id":1291,"parentId":1278,"tags":{"name":"496.js","cache":"MISS"},"startTime":1755516804944,"traceId":"3b4b354188fe54e1"},{"name":"minify-js","duration":178906,"timestamp":46900485,"id":1289,"parentId":1278,"tags":{"name":"699.js","cache":"MISS"},"startTime":1755516804927,"traceId":"3b4b354188fe54e1"},{"name":"minify-js","duration":284111,"timestamp":46904369,"id":1290,"parentId":1278,"tags":{"name":"55.js","cache":"MISS"},"startTime":1755516804931,"traceId":"3b4b354188fe54e1"},{"name":"minify-js","duration":1053004,"timestamp":46824307,"id":1283,"parentId":1278,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1755516804851,"traceId":"3b4b354188fe54e1"},{"name":"minify-webpack-plugin-optimize","duration":1100975,"timestamp":46776361,"id":1278,"parentId":16,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1755516804803,"traceId":"3b4b354188fe54e1"},{"name":"css-minimizer-plugin","duration":155,"timestamp":47877609,"id":1292,"parentId":16,"tags":{},"startTime":1755516805904,"traceId":"3b4b354188fe54e1"},{"name":"create-trace-assets","duration":1386,"timestamp":47877969,"id":1293,"parentId":17,"tags":{},"startTime":1755516805904,"traceId":"3b4b354188fe54e1"},{"name":"seal","duration":2392975,"timestamp":45496168,"id":1265,"parentId":16,"tags":{},"startTime":1755516803522,"traceId":"3b4b354188fe54e1"},{"name":"webpack-compilation","duration":7397448,"timestamp":40499703,"id":16,"parentId":13,"tags":{"name":"server"},"startTime":1755516798526,"traceId":"3b4b354188fe54e1"},{"name":"emit","duration":6781,"timestamp":47897550,"id":1294,"parentId":13,"tags":{},"startTime":1755516805924,"traceId":"3b4b354188fe54e1"},{"name":"webpack-close","duration":1559770,"timestamp":47905935,"id":1295,"parentId":13,"tags":{"name":"server"},"startTime":1755516805932,"traceId":"3b4b354188fe54e1"},{"name":"webpack-generate-error-stats","duration":2599,"timestamp":49465775,"id":1296,"parentId":1295,"tags":{},"startTime":1755516807492,"traceId":"3b4b354188fe54e1"},{"name":"make","duration":211,"timestamp":49477534,"id":1298,"parentId":1297,"tags":{},"startTime":1755516807504,"traceId":"3b4b354188fe54e1"},{"name":"chunk-graph","duration":107,"timestamp":49478495,"id":1300,"parentId":1299,"tags":{},"startTime":1755516807505,"traceId":"3b4b354188fe54e1"},{"name":"optimize-modules","duration":13,"timestamp":49478667,"id":1302,"parentId":1299,"tags":{},"startTime":1755516807505,"traceId":"3b4b354188fe54e1"},{"name":"optimize-chunks","duration":85,"timestamp":49478742,"id":1303,"parentId":1299,"tags":{},"startTime":1755516807505,"traceId":"3b4b354188fe54e1"},{"name":"optimize-tree","duration":12,"timestamp":49478879,"id":1304,"parentId":1299,"tags":{},"startTime":1755516807505,"traceId":"3b4b354188fe54e1"},{"name":"optimize-chunk-modules","duration":83,"timestamp":49478965,"id":1305,"parentId":1299,"tags":{},"startTime":1755516807505,"traceId":"3b4b354188fe54e1"},{"name":"optimize","duration":478,"timestamp":49478623,"id":1301,"parentId":1299,"tags":{},"startTime":1755516807505,"traceId":"3b4b354188fe54e1"},{"name":"module-hash","duration":15,"timestamp":49479295,"id":1306,"parentId":1299,"tags":{},"startTime":1755516807506,"traceId":"3b4b354188fe54e1"},{"name":"code-generation","duration":16,"timestamp":49479326,"id":1307,"parentId":1299,"tags":{},"startTime":1755516807506,"traceId":"3b4b354188fe54e1"},{"name":"hash","duration":65,"timestamp":49479385,"id":1308,"parentId":1299,"tags":{},"startTime":1755516807506,"traceId":"3b4b354188fe54e1"},{"name":"code-generation-jobs","duration":52,"timestamp":49479450,"id":1309,"parentId":1299,"tags":{},"startTime":1755516807506,"traceId":"3b4b354188fe54e1"},{"name":"module-assets","duration":19,"timestamp":49479492,"id":1310,"parentId":1299,"tags":{},"startTime":1755516807506,"traceId":"3b4b354188fe54e1"},{"name":"create-chunk-assets","duration":16,"timestamp":49479518,"id":1311,"parentId":1299,"tags":{},"startTime":1755516807506,"traceId":"3b4b354188fe54e1"},{"name":"minify-js","duration":632,"timestamp":49481795,"id":1313,"parentId":1312,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"MISS"},"startTime":1755516807508,"traceId":"3b4b354188fe54e1"},{"name":"minify-webpack-plugin-optimize","duration":901,"timestamp":49481534,"id":1312,"parentId":1297,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1755516807508,"traceId":"3b4b354188fe54e1"},{"name":"css-minimizer-plugin","duration":9,"timestamp":49482487,"id":1314,"parentId":1297,"tags":{},"startTime":1755516807509,"traceId":"3b4b354188fe54e1"},{"name":"seal","duration":5875,"timestamp":49478323,"id":1299,"parentId":1297,"tags":{},"startTime":1755516807505,"traceId":"3b4b354188fe54e1"},{"name":"webpack-compilation","duration":8390,"timestamp":49475917,"id":1297,"parentId":13,"tags":{"name":"edge-server"},"startTime":1755516807502,"traceId":"3b4b354188fe54e1"},{"name":"emit","duration":940,"timestamp":49484365,"id":1315,"parentId":13,"tags":{},"startTime":1755516807511,"traceId":"3b4b354188fe54e1"},{"name":"webpack-close","duration":3996,"timestamp":49485553,"id":1316,"parentId":13,"tags":{"name":"edge-server"},"startTime":1755516807512,"traceId":"3b4b354188fe54e1"},{"name":"webpack-generate-error-stats","duration":749,"timestamp":49489558,"id":1317,"parentId":1316,"tags":{},"startTime":1755516807516,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":1224,"timestamp":49506998,"id":1329,"parentId":1322,"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":1755516807533,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":268,"timestamp":49508315,"id":1330,"parentId":1327,"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":1755516807535,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":344,"timestamp":49508599,"id":1331,"parentId":1328,"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":1755516807535,"traceId":"3b4b354188fe54e1"},{"name":"next-client-pages-loader","duration":250,"timestamp":49515891,"id":1335,"parentId":1334,"tags":{"absolutePagePath":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/builtin/global-not-found.js"},"startTime":1755516807542,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":1523,"timestamp":49515303,"id":1334,"parentId":1323,"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":1755516807542,"traceId":"3b4b354188fe54e1"},{"name":"next-client-pages-loader","duration":26,"timestamp":49517453,"id":1337,"parentId":1336,"tags":{"absolutePagePath":"next/dist/pages/_app"},"startTime":1755516807544,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":870,"timestamp":49516852,"id":1336,"parentId":1324,"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":1755516807543,"traceId":"3b4b354188fe54e1"},{"name":"next-client-pages-loader","duration":21,"timestamp":49517833,"id":1339,"parentId":1338,"tags":{"absolutePagePath":"next/dist/pages/_error"},"startTime":1755516807544,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":312,"timestamp":49517774,"id":1338,"parentId":1326,"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":1755516807544,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16282,"timestamp":49508959,"id":1332,"parentId":1320,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/next.js","layer":"pages-dir-browser"},"startTime":1755516807535,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16244,"timestamp":49509397,"id":1333,"parentId":1321,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-next.js","layer":"app-pages-browser"},"startTime":1755516807536,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":7813,"timestamp":49536644,"id":1340,"parentId":1329,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/client-page.js","layer":"app-pages-browser"},"startTime":1755516807563,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":8643,"timestamp":49536806,"id":1341,"parentId":1329,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/client-segment.js","layer":"app-pages-browser"},"startTime":1755516807563,"traceId":"3b4b354188fe54e1"}]
14
+ [{"name":"build-module-js","duration":9438,"timestamp":49536969,"id":1343,"parentId":1329,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/render-from-template-context.js","layer":"app-pages-browser"},"startTime":1755516807563,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":18858,"timestamp":49537075,"id":1344,"parentId":1329,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/builtin/global-error.js","layer":"app-pages-browser"},"startTime":1755516807563,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":19272,"timestamp":49537209,"id":1346,"parentId":1329,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/metadata/async-metadata.js","layer":"app-pages-browser"},"startTime":1755516807563,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":20305,"timestamp":49537147,"id":1345,"parentId":1329,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"app-pages-browser"},"startTime":1755516807563,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":20528,"timestamp":49537405,"id":1347,"parentId":1329,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/metadata/metadata-boundary.js","layer":"app-pages-browser"},"startTime":1755516807564,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":20559,"timestamp":49537772,"id":1351,"parentId":1334,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/builtin/global-not-found.js","layer":"app-pages-browser"},"startTime":1755516807564,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":21128,"timestamp":49537634,"id":1349,"parentId":1336,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/pages/_app.js","layer":"pages-dir-browser"},"startTime":1755516807564,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":21666,"timestamp":49537835,"id":1352,"parentId":1331,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/filters/context.tsx","layer":"app-pages-browser"},"startTime":1755516807564,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":22154,"timestamp":49538572,"id":1353,"parentId":1331,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/filters/index.tsx","layer":"app-pages-browser"},"startTime":1755516807565,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":26420,"timestamp":49536896,"id":1342,"parentId":1329,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/layout-router.js","layer":"app-pages-browser"},"startTime":1755516807563,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":26342,"timestamp":49537714,"id":1350,"parentId":1338,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/pages/_error.js","layer":"pages-dir-browser"},"startTime":1755516807564,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":26460,"timestamp":49538737,"id":1354,"parentId":1331,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/context.tsx","layer":"app-pages-browser"},"startTime":1755516807565,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":27505,"timestamp":49539072,"id":1356,"parentId":1331,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/preview.tsx","layer":"app-pages-browser"},"startTime":1755516807565,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":29469,"timestamp":49537474,"id":1348,"parentId":1329,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/generate/icon-mark.js","layer":"app-pages-browser"},"startTime":1755516807564,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":30297,"timestamp":49538888,"id":1355,"parentId":1331,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/form.tsx","layer":"app-pages-browser"},"startTime":1755516807565,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":17565,"timestamp":49552357,"id":1357,"parentId":1332,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/webpack.js","layer":"pages-dir-browser"},"startTime":1755516807579,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":18069,"timestamp":49552757,"id":1361,"parentId":1333,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-bootstrap.js","layer":"app-pages-browser"},"startTime":1755516807579,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":18993,"timestamp":49552704,"id":1360,"parentId":1333,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-webpack.js","layer":"app-pages-browser"},"startTime":1755516807579,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":43445,"timestamp":49552801,"id":1362,"parentId":1333,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-index.js","layer":"app-pages-browser"},"startTime":1755516807579,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":54534,"timestamp":49552506,"id":1358,"parentId":1332,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/require-instrumentation-client.js","layer":"pages-dir-browser"},"startTime":1755516807579,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":54873,"timestamp":49552579,"id":1359,"parentId":1333,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/require-instrumentation-client.js","layer":"app-pages-browser"},"startTime":1755516807579,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":8210,"timestamp":49600824,"id":1364,"parentId":1340,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/invariant-error.js","layer":"app-pages-browser"},"startTime":1755516807627,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":8695,"timestamp":49600939,"id":1365,"parentId":1343,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1755516807627,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":17729,"timestamp":49601046,"id":1366,"parentId":1325,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/router.js","layer":"pages-dir-browser"},"startTime":1755516807627,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":23994,"timestamp":49600696,"id":1363,"parentId":1332,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/index.js","layer":"pages-dir-browser"},"startTime":1755516807627,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":12479,"timestamp":49614127,"id":1367,"parentId":1349,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils.js","layer":"pages-dir-browser"},"startTime":1755516807640,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":14084,"timestamp":49614226,"id":1368,"parentId":1350,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/head.js","layer":"pages-dir-browser"},"startTime":1755516807640,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":17355,"timestamp":49614277,"id":1369,"parentId":1342,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"app-pages-browser"},"startTime":1755516807640,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":18065,"timestamp":49614328,"id":1370,"parentId":1342,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/error-boundary.js","layer":"app-pages-browser"},"startTime":1755516807641,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5092,"timestamp":49658757,"id":1377,"parentId":1347,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/metadata-constants.js","layer":"app-pages-browser"},"startTime":1755516807685,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":4980,"timestamp":49659242,"id":1387,"parentId":1354,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/api/navigation.js","layer":"app-pages-browser"},"startTime":1755516807685,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":8393,"timestamp":49658350,"id":1371,"parentId":1342,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/match-segments.js","layer":"app-pages-browser"},"startTime":1755516807685,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":8798,"timestamp":49658617,"id":1374,"parentId":1342,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/bfcache.js","layer":"app-pages-browser"},"startTime":1755516807685,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":9701,"timestamp":49658489,"id":1372,"parentId":1342,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-boundary.js","layer":"app-pages-browser"},"startTime":1755516807685,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":10048,"timestamp":49658663,"id":1375,"parentId":1344,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/handle-isr-error.js","layer":"app-pages-browser"},"startTime":1755516807685,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":10714,"timestamp":49658551,"id":1373,"parentId":1342,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/use-action-queue.js","layer":"app-pages-browser"},"startTime":1755516807685,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":10907,"timestamp":49658846,"id":1378,"parentId":1342,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"app-pages-browser"},"startTime":1755516807685,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":11181,"timestamp":49658936,"id":1380,"parentId":1342,"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":1755516807685,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":11634,"timestamp":49658974,"id":1381,"parentId":1345,"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":1755516807685,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":11778,"timestamp":49659042,"id":1382,"parentId":1345,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"app-pages-browser"},"startTime":1755516807685,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":12167,"timestamp":49659083,"id":1383,"parentId":1351,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/http-access-fallback/error-fallback.js","layer":"app-pages-browser"},"startTime":1755516807685,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":12509,"timestamp":49659119,"id":1384,"parentId":1342,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/disable-smooth-scroll.js","layer":"app-pages-browser"},"startTime":1755516807685,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":13260,"timestamp":49658716,"id":1376,"parentId":1345,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/navigation-untracked.js","layer":"app-pages-browser"},"startTime":1755516807685,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":14601,"timestamp":49658896,"id":1379,"parentId":1342,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"app-pages-browser"},"startTime":1755516807685,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":14702,"timestamp":49659164,"id":1385,"parentId":1342,"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":1755516807685,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":14859,"timestamp":49659383,"id":1389,"parentId":1362,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-call-server.js","layer":"app-pages-browser"},"startTime":1755516807686,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":15217,"timestamp":49659427,"id":1390,"parentId":1362,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-find-source-map-url.js","layer":"app-pages-browser"},"startTime":1755516807686,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":1310,"timestamp":49681944,"id":1401,"parentId":1366,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/is-error.js","layer":"pages-dir-browser"},"startTime":1755516807708,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":32291,"timestamp":49659472,"id":1391,"parentId":1362,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-build-id.js","layer":"app-pages-browser"},"startTime":1755516807686,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":32565,"timestamp":49659511,"id":1392,"parentId":1360,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"app-pages-browser"},"startTime":1755516807686,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":32910,"timestamp":49659547,"id":1393,"parentId":1362,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1755516807686,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":33872,"timestamp":49659588,"id":1394,"parentId":1362,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"app-pages-browser"},"startTime":1755516807686,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":35239,"timestamp":49659201,"id":1386,"parentId":1342,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"app-pages-browser"},"startTime":1755516807685,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":12846,"timestamp":49681971,"id":1402,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1755516807708,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":13720,"timestamp":49681731,"id":1398,"parentId":1340,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/request/params.browser.js","layer":"app-pages-browser"},"startTime":1755516807708,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":14240,"timestamp":49681653,"id":1397,"parentId":1340,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/request/search-params.browser.js","layer":"app-pages-browser"},"startTime":1755516807708,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":14254,"timestamp":49682040,"id":1403,"parentId":1362,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-globals.js","layer":"app-pages-browser"},"startTime":1755516807708,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":15343,"timestamp":49682170,"id":1406,"parentId":1362,"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":1755516807708,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":15846,"timestamp":49682207,"id":1407,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/disable-smooth-scroll.js","layer":"pages-dir-browser"},"startTime":1755516807708,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16205,"timestamp":49682243,"id":1408,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":"pages-dir-browser"},"startTime":1755516807708,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16900,"timestamp":49682279,"id":1409,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"pages-dir-browser"},"startTime":1755516807709,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":17436,"timestamp":49682310,"id":1410,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1755516807709,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":17823,"timestamp":49682342,"id":1411,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1755516807709,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":18486,"timestamp":49682378,"id":1412,"parentId":1362,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/react-client-callbacks/on-recoverable-error.js","layer":"app-pages-browser"},"startTime":1755516807709,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":19046,"timestamp":49682450,"id":1414,"parentId":1366,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/with-router.js","layer":"pages-dir-browser"},"startTime":1755516807709,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":20251,"timestamp":49682415,"id":1413,"parentId":1362,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/react-client-callbacks/error-boundary-callbacks.js","layer":"app-pages-browser"},"startTime":1755516807709,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":20493,"timestamp":49682485,"id":1415,"parentId":1366,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1755516807709,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":23504,"timestamp":49682127,"id":1405,"parentId":1362,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/app-router-instance.js","layer":"app-pages-browser"},"startTime":1755516807708,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":23833,"timestamp":49682545,"id":1417,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/react-client-callbacks/on-recoverable-error.js","layer":"pages-dir-browser"},"startTime":1755516807709,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":24242,"timestamp":49682580,"id":1418,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/is-next-router-error.js","layer":"pages-dir-browser"},"startTime":1755516807709,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":43422,"timestamp":49682088,"id":1404,"parentId":1362,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/app-router.js","layer":"app-pages-browser"},"startTime":1755516807708,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":44226,"timestamp":49682615,"id":1419,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/page-loader.js","layer":"pages-dir-browser"},"startTime":1755516807709,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":44992,"timestamp":49682672,"id":1421,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/route-announcer.js","layer":"pages-dir-browser"},"startTime":1755516807709,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":46826,"timestamp":49682644,"id":1420,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/head-manager.js","layer":"pages-dir-browser"},"startTime":1755516807709,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":57286,"timestamp":49682516,"id":1416,"parentId":1366,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/router.js","layer":"pages-dir-browser"},"startTime":1755516807709,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":87913,"timestamp":49659333,"id":1388,"parentId":1349,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react/jsx-runtime.js","layer":"pages-dir-browser"},"startTime":1755516807686,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":71796,"timestamp":49681782,"id":1399,"parentId":1357,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/deployment-id.js","layer":"pages-dir-browser"},"startTime":1755516807708,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":72033,"timestamp":49681843,"id":1400,"parentId":1360,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/deployment-id.js","layer":"app-pages-browser"},"startTime":1755516807708,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":1586,"timestamp":49757326,"id":1427,"parentId":1349,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"pages-dir-browser"},"startTime":1755516807784,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":1754,"timestamp":49757973,"id":1429,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"pages-dir-browser"},"startTime":1755516807784,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":6564,"timestamp":49756534,"id":1426,"parentId":1343,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"app-pages-browser"},"startTime":1755516807783,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5454,"timestamp":49757808,"id":1428,"parentId":1342,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"app-pages-browser"},"startTime":1755516807784,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5539,"timestamp":49758040,"id":1430,"parentId":1355,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/index.js","layer":"app-pages-browser"},"startTime":1755516807784,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":19140,"timestamp":49758207,"id":1431,"parentId":1354,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-hook-form/dist/index.esm.mjs","layer":"app-pages-browser"},"startTime":1755516807784,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":23895,"timestamp":49756185,"id":1422,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/mitt.js","layer":"pages-dir-browser"},"startTime":1755516807782,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":24024,"timestamp":49756328,"id":1423,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/runtime-config.external.js","layer":"pages-dir-browser"},"startTime":1755516807783,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":24136,"timestamp":49756472,"id":1425,"parentId":1368,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1755516807783,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":24709,"timestamp":49756412,"id":1424,"parentId":1368,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/side-effect.js","layer":"pages-dir-browser"},"startTime":1755516807783,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":13387,"timestamp":49784487,"id":1435,"parentId":1354,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/validate.ts","layer":"app-pages-browser"},"startTime":1755516807811,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":13872,"timestamp":49784391,"id":1434,"parentId":1353,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/cn.ts","layer":"app-pages-browser"},"startTime":1755516807811,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":14023,"timestamp":49784586,"id":1436,"parentId":1353,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/button.tsx","layer":"app-pages-browser"},"startTime":1755516807811,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":14157,"timestamp":49784677,"id":1437,"parentId":1353,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/input.tsx","layer":"app-pages-browser"},"startTime":1755516807811,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":14342,"timestamp":49784854,"id":1439,"parentId":1356,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/scroll-area.tsx","layer":"app-pages-browser"},"startTime":1755516807811,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":14629,"timestamp":49784938,"id":1440,"parentId":1355,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/accordion.tsx","layer":"app-pages-browser"},"startTime":1755516807811,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":15506,"timestamp":49784763,"id":1438,"parentId":1353,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/select.tsx","layer":"app-pages-browser"},"startTime":1755516807811,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":15515,"timestamp":49785041,"id":1441,"parentId":1355,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/badge.tsx","layer":"app-pages-browser"},"startTime":1755516807811,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":15642,"timestamp":49785221,"id":1443,"parentId":1353,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/hooks/use-copy-to-clipboard.ts","layer":"app-pages-browser"},"startTime":1755516807811,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":15840,"timestamp":49785303,"id":1444,"parentId":1354,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/hooks/use-hot-reload.ts","layer":"app-pages-browser"},"startTime":1755516807812,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":16701,"timestamp":49785137,"id":1442,"parentId":1355,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/form.tsx","layer":"app-pages-browser"},"startTime":1755516807811,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":16632,"timestamp":49785393,"id":1445,"parentId":1354,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/variables/index.ts","layer":"app-pages-browser"},"startTime":1755516807812,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16803,"timestamp":49785660,"id":1450,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/has-base-path.js","layer":"pages-dir-browser"},"startTime":1755516807812,"traceId":"3b4b354188fe54e1"}]
15
+ [{"name":"build-module-js","duration":17415,"timestamp":49785728,"id":1451,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/remove-base-path.js","layer":"pages-dir-browser"},"startTime":1755516807812,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":17615,"timestamp":49785768,"id":1452,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1755516807812,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":19381,"timestamp":49784220,"id":1433,"parentId":1352,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/types.ts","layer":"app-pages-browser"},"startTime":1755516807810,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":17969,"timestamp":49785834,"id":1454,"parentId":1368,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/amp-mode.js","layer":"pages-dir-browser"},"startTime":1755516807812,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":18266,"timestamp":49785871,"id":1455,"parentId":1370,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/is-next-router-error.js","layer":"app-pages-browser"},"startTime":1755516807812,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":18377,"timestamp":49785955,"id":1457,"parentId":1368,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"pages-dir-browser"},"startTime":1755516807812,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":18576,"timestamp":49785987,"id":1458,"parentId":1355,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/index.tsx","layer":"app-pages-browser"},"startTime":1755516807812,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":19168,"timestamp":49785911,"id":1456,"parentId":1370,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/nav-failure-handler.js","layer":"app-pages-browser"},"startTime":1755516807812,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":19532,"timestamp":49786174,"id":1461,"parentId":1379,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/flight-data-helpers.js","layer":"app-pages-browser"},"startTime":1755516807812,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":20493,"timestamp":49786130,"id":1460,"parentId":1387,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/navigation.js","layer":"app-pages-browser"},"startTime":1755516807812,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":20964,"timestamp":49786245,"id":1463,"parentId":1372,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-error.js","layer":"app-pages-browser"},"startTime":1755516807812,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":21604,"timestamp":49786210,"id":1462,"parentId":1372,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect.js","layer":"app-pages-browser"},"startTime":1755516807812,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":23011,"timestamp":49786094,"id":1459,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/script.js","layer":"pages-dir-browser"},"startTime":1755516807812,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":23937,"timestamp":49785802,"id":1453,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/adapters.js","layer":"pages-dir-browser"},"startTime":1755516807812,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":38656,"timestamp":49785479,"id":1446,"parentId":1353,"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":1755516807812,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":38808,"timestamp":49785528,"id":1447,"parentId":1355,"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":1755516807812,"traceId":"3b4b354188fe54e1"},{"name":"font-loader","duration":1015,"timestamp":49830584,"id":1496,"parentId":1495,"tags":{},"startTime":1755516807857,"traceId":"3b4b354188fe54e1"},{"name":"font-loader","duration":315,"timestamp":49831290,"id":1498,"parentId":1497,"tags":{},"startTime":1755516807858,"traceId":"3b4b354188fe54e1"},{"name":"postcss","duration":2087,"timestamp":49833422,"id":1499,"parentId":1495,"tags":{},"startTime":1755516807860,"traceId":"3b4b354188fe54e1"},{"name":"postcss","duration":1203,"timestamp":49834314,"id":1500,"parentId":1497,"tags":{},"startTime":1755516807861,"traceId":"3b4b354188fe54e1"},{"name":"next-font-loader","duration":5098,"timestamp":49830532,"id":1495,"parentId":1481,"tags":{},"startTime":1755516807857,"traceId":"3b4b354188fe54e1"},{"name":"next-font-loader","duration":4363,"timestamp":49831273,"id":1497,"parentId":1482,"tags":{},"startTime":1755516807857,"traceId":"3b4b354188fe54e1"},{"name":"css-loader","duration":7567,"timestamp":49835552,"id":1501,"parentId":1481,"tags":{"astUsed":"true"},"startTime":1755516807862,"traceId":"3b4b354188fe54e1"},{"name":"css-loader","duration":7513,"timestamp":49835612,"id":1502,"parentId":1482,"tags":{"astUsed":"true"},"startTime":1755516807862,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":14433,"timestamp":49829213,"id":1481,"parentId":1395,"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":1755516807855,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":14255,"timestamp":49829590,"id":1482,"parentId":1396,"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":1755516807856,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":17818,"timestamp":49828693,"id":1471,"parentId":1412,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/is-error.js","layer":"app-pages-browser"},"startTime":1755516807855,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":90195,"timestamp":49758395,"id":1432,"parentId":1349,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react/index.js","layer":"pages-dir-browser"},"startTime":1755516807785,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":20808,"timestamp":49828294,"id":1464,"parentId":1373,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/is-thenable.js","layer":"app-pages-browser"},"startTime":1755516807855,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":20984,"timestamp":49828421,"id":1465,"parentId":1376,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1755516807855,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":21150,"timestamp":49828564,"id":1468,"parentId":1383,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/styles/access-error-styles.js","layer":"app-pages-browser"},"startTime":1755516807855,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":21572,"timestamp":49828479,"id":1466,"parentId":1380,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/segment.js","layer":"app-pages-browser"},"startTime":1755516807855,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":22008,"timestamp":49828522,"id":1467,"parentId":1379,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/app-router-headers.js","layer":"app-pages-browser"},"startTime":1755516807855,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":22387,"timestamp":49828611,"id":1469,"parentId":1379,"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":1755516807855,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":22487,"timestamp":49828789,"id":1472,"parentId":1401,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"pages-dir-browser"},"startTime":1755516807855,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":23184,"timestamp":49828653,"id":1470,"parentId":1385,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"app-pages-browser"},"startTime":1755516807855,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":23157,"timestamp":49828988,"id":1476,"parentId":1406,"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":1755516807855,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":23502,"timestamp":49828954,"id":1475,"parentId":1417,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"pages-dir-browser"},"startTime":1755516807855,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":26036,"timestamp":49829093,"id":1478,"parentId":1386,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"app-pages-browser"},"startTime":1755516807855,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":26272,"timestamp":49829136,"id":1479,"parentId":1394,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"app-pages-browser"},"startTime":1755516807855,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":26808,"timestamp":49829175,"id":1480,"parentId":1408,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"pages-dir-browser"},"startTime":1755516807855,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":26907,"timestamp":49829628,"id":1483,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/tracing/tracer.js","layer":"pages-dir-browser"},"startTime":1755516807856,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":28361,"timestamp":49829047,"id":1477,"parentId":1406,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"app-pages-browser"},"startTime":1755516807855,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":28165,"timestamp":49829669,"id":1484,"parentId":1404,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/remove-base-path.js","layer":"app-pages-browser"},"startTime":1755516807856,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":28494,"timestamp":49829718,"id":1485,"parentId":1404,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/has-base-path.js","layer":"app-pages-browser"},"startTime":1755516807856,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":28871,"timestamp":49829789,"id":1487,"parentId":1418,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-error.js","layer":"pages-dir-browser"},"startTime":1755516807856,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":29276,"timestamp":49829827,"id":1488,"parentId":1418,"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":1755516807856,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":29434,"timestamp":49829889,"id":1490,"parentId":1419,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"pages-dir-browser"},"startTime":1755516807856,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":30714,"timestamp":49828910,"id":1474,"parentId":1412,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"app-pages-browser"},"startTime":1755516807855,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":30104,"timestamp":49829859,"id":1489,"parentId":1419,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":"pages-dir-browser"},"startTime":1755516807856,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":29869,"timestamp":49830358,"id":1492,"parentId":1416,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":"pages-dir-browser"},"startTime":1755516807857,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":30086,"timestamp":49830432,"id":1493,"parentId":1416,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"pages-dir-browser"},"startTime":1755516807857,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":30373,"timestamp":49830478,"id":1494,"parentId":1416,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"pages-dir-browser"},"startTime":1755516807857,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":32118,"timestamp":49829756,"id":1486,"parentId":1419,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/constants.js","layer":"pages-dir-browser"},"startTime":1755516807856,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":2235,"timestamp":49865287,"id":1519,"parentId":1416,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/constants.js","layer":"pages-dir-browser"},"startTime":1755516807892,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":9568,"timestamp":49865654,"id":1530,"parentId":1430,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/external.js","layer":"app-pages-browser"},"startTime":1755516807892,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":91218,"timestamp":49785576,"id":1448,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-dom/client.js","layer":"pages-dir-browser"},"startTime":1755516807812,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":92160,"timestamp":49785625,"id":1449,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"pages-dir-browser"},"startTime":1755516807812,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":49904,"timestamp":49828827,"id":1473,"parentId":1403,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"app-pages-browser"},"startTime":1755516807855,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":15555,"timestamp":49864634,"id":1504,"parentId":1416,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"pages-dir-browser"},"startTime":1755516807891,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":15878,"timestamp":49864677,"id":1505,"parentId":1416,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"pages-dir-browser"},"startTime":1755516807891,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16424,"timestamp":49864720,"id":1506,"parentId":1405,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/add-base-path.js","layer":"app-pages-browser"},"startTime":1755516807891,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":17887,"timestamp":49864523,"id":1503,"parentId":1416,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"pages-dir-browser"},"startTime":1755516807891,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":18038,"timestamp":49864766,"id":1507,"parentId":1419,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/add-base-path.js","layer":"pages-dir-browser"},"startTime":1755516807891,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":18221,"timestamp":49864885,"id":1510,"parentId":1412,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":"app-pages-browser"},"startTime":1755516807891,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":18429,"timestamp":49864932,"id":1511,"parentId":1417,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":"pages-dir-browser"},"startTime":1755516807891,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":19001,"timestamp":49864845,"id":1509,"parentId":1397,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/request/search-params.browser.prod.js","layer":"app-pages-browser"},"startTime":1755516807891,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":19958,"timestamp":49864983,"id":1512,"parentId":1405,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/segment-cache.js","layer":"app-pages-browser"},"startTime":1755516807891,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":20580,"timestamp":49865092,"id":1514,"parentId":1406,"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":1755516807891,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":21045,"timestamp":49865137,"id":1515,"parentId":1405,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"app-pages-browser"},"startTime":1755516807891,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":21824,"timestamp":49864800,"id":1508,"parentId":1398,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/request/params.browser.prod.js","layer":"app-pages-browser"},"startTime":1755516807891,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":22077,"timestamp":49865209,"id":1517,"parentId":1406,"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":1755516807891,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":22505,"timestamp":49865250,"id":1518,"parentId":1405,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js","layer":"app-pages-browser"},"startTime":1755516807891,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":22938,"timestamp":49865314,"id":1520,"parentId":1416,"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":1755516807892,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":23274,"timestamp":49865355,"id":1521,"parentId":1416,"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":1755516807892,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":325,"timestamp":49893585,"id":1537,"parentId":1435,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js?id=7fbb2efd26697957034dfbf3fb468fe2c46b642e89&name=validate!","layer":"app-pages-browser"},"startTime":1755516807920,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":213,"timestamp":49894031,"id":1539,"parentId":1445,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js?id=7fea5f354eb0276638e829d61a080ac79bd8e42c55&name=getFileValues!","layer":"app-pages-browser"},"startTime":1755516807920,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":197,"timestamp":49894256,"id":1540,"parentId":1445,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js?id=7ff89b6cde3a2d95cbb07bde870de26bfdd9984990&name=getVariables!","layer":"app-pages-browser"},"startTime":1755516807920,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":37853,"timestamp":49865388,"id":1522,"parentId":1416,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"pages-dir-browser"},"startTime":1755516807892,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":38495,"timestamp":49865420,"id":1523,"parentId":1419,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/add-locale.js","layer":"pages-dir-browser"},"startTime":1755516807892,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":40210,"timestamp":49865047,"id":1513,"parentId":1405,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/links.js","layer":"app-pages-browser"},"startTime":1755516807891,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":40185,"timestamp":49865486,"id":1525,"parentId":1420,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/set-attributes-from-props.js","layer":"pages-dir-browser"},"startTime":1755516807892,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":40773,"timestamp":49865514,"id":1526,"parentId":1404,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/app-router-announcer.js","layer":"app-pages-browser"},"startTime":1755516807892,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":40941,"timestamp":49865584,"id":1528,"parentId":1419,"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":1755516807892,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":42669,"timestamp":49865174,"id":1516,"parentId":1406,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/prefetch-cache-utils.js","layer":"app-pages-browser"},"startTime":1755516807891,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":42704,"timestamp":49865614,"id":1529,"parentId":1404,"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":1755516807892,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":42267,"timestamp":49866383,"id":1533,"parentId":1416,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/detect-domain-locale.js","layer":"pages-dir-browser"},"startTime":1755516807893,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":44859,"timestamp":49865454,"id":1524,"parentId":1419,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/route-loader.js","layer":"pages-dir-browser"},"startTime":1755516807892,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":44672,"timestamp":49866442,"id":1534,"parentId":1416,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/remove-locale.js","layer":"pages-dir-browser"},"startTime":1755516807893,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":46426,"timestamp":49865549,"id":1527,"parentId":1419,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":"pages-dir-browser"},"startTime":1755516807892,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":46060,"timestamp":49866485,"id":1535,"parentId":1460,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/navigation.react-server.js","layer":"app-pages-browser"},"startTime":1755516807893,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":18970,"timestamp":49893927,"id":1538,"parentId":1460,"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":1755516807920,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":19674,"timestamp":49893472,"id":1536,"parentId":1450,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"pages-dir-browser"},"startTime":1755516807920,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":19174,"timestamp":49894535,"id":1542,"parentId":1404,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/errors/graceful-degrade-boundary.js","layer":"app-pages-browser"},"startTime":1755516807921,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":19679,"timestamp":49894757,"id":1545,"parentId":1416,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/bloom-filter.js","layer":"pages-dir-browser"},"startTime":1755516807921,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":20610,"timestamp":49894636,"id":1543,"parentId":1416,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/resolve-href.js","layer":"pages-dir-browser"},"startTime":1755516807921,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":13490,"timestamp":49919817,"id":1561,"parentId":1434,"tags":{"name":"/home/runner/work/envin/envin/node_modules/clsx/dist/clsx.mjs","layer":"app-pages-browser"},"startTime":1755516807946,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":18623,"timestamp":49919901,"id":1562,"parentId":1434,"tags":{"name":"/home/runner/work/envin/envin/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"app-pages-browser"},"startTime":1755516807946,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":19135,"timestamp":49919989,"id":1563,"parentId":1436,"tags":{"name":"/home/runner/work/envin/envin/node_modules/class-variance-authority/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755516807946,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":109945,"timestamp":49829924,"id":1491,"parentId":1362,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react-server-dom-webpack/client.browser.js","layer":"app-pages-browser"},"startTime":1755516807856,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":21293,"timestamp":49919157,"id":1548,"parentId":1416,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":"pages-dir-browser"},"startTime":1755516807945,"traceId":"3b4b354188fe54e1"}]
16
+ [{"name":"build-module-js","duration":21870,"timestamp":49919110,"id":1547,"parentId":1416,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"pages-dir-browser"},"startTime":1755516807945,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":22331,"timestamp":49918983,"id":1546,"parentId":1416,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/compare-states.js","layer":"pages-dir-browser"},"startTime":1755516807945,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":22268,"timestamp":49919300,"id":1551,"parentId":1447,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/circle-alert.js","layer":"app-pages-browser"},"startTime":1755516807946,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":22521,"timestamp":49919254,"id":1550,"parentId":1446,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/copy.js","layer":"app-pages-browser"},"startTime":1755516807945,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":22596,"timestamp":49919378,"id":1552,"parentId":1447,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/file.js","layer":"app-pages-browser"},"startTime":1755516807946,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":22763,"timestamp":49919430,"id":1553,"parentId":1447,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/lock.js","layer":"app-pages-browser"},"startTime":1755516807946,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":22916,"timestamp":49919478,"id":1554,"parentId":1447,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/shield-off.js","layer":"app-pages-browser"},"startTime":1755516807946,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":23196,"timestamp":49919521,"id":1555,"parentId":1460,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js","layer":"app-pages-browser"},"startTime":1755516807946,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":23494,"timestamp":49919560,"id":1556,"parentId":1463,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-status-code.js","layer":"app-pages-browser"},"startTime":1755516807946,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":23699,"timestamp":49919603,"id":1557,"parentId":1453,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"pages-dir-browser"},"startTime":1755516807946,"traceId":"3b4b354188fe54e1"},{"name":"build-module-ts","duration":23794,"timestamp":49919729,"id":1560,"parentId":1444,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/cli/utils/logger.ts","layer":"app-pages-browser"},"startTime":1755516807946,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":24510,"timestamp":49919202,"id":1549,"parentId":1446,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/check.js","layer":"app-pages-browser"},"startTime":1755516807945,"traceId":"3b4b354188fe54e1"},{"name":"build-module-svg","duration":153152,"timestamp":49948546,"id":1599,"parentId":1458,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/fly.svg","layer":"app-pages-browser"},"startTime":1755516807975,"traceId":"3b4b354188fe54e1"},{"name":"build-module-svg","duration":153246,"timestamp":49948927,"id":1600,"parentId":1458,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/neon.svg","layer":"app-pages-browser"},"startTime":1755516807975,"traceId":"3b4b354188fe54e1"},{"name":"build-module-svg","duration":153534,"timestamp":49948964,"id":1601,"parentId":1458,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/netlify.svg","layer":"app-pages-browser"},"startTime":1755516807975,"traceId":"3b4b354188fe54e1"},{"name":"build-module-svg","duration":153819,"timestamp":49948990,"id":1602,"parentId":1458,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/railway.svg","layer":"app-pages-browser"},"startTime":1755516807975,"traceId":"3b4b354188fe54e1"},{"name":"build-module-svg","duration":154104,"timestamp":49949040,"id":1603,"parentId":1458,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/render.svg","layer":"app-pages-browser"},"startTime":1755516807975,"traceId":"3b4b354188fe54e1"},{"name":"build-module-svg","duration":154458,"timestamp":49949068,"id":1604,"parentId":1458,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/supabase.svg","layer":"app-pages-browser"},"startTime":1755516807975,"traceId":"3b4b354188fe54e1"},{"name":"build-module-svg","duration":154704,"timestamp":49949096,"id":1605,"parentId":1458,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/uploadthing.svg","layer":"app-pages-browser"},"startTime":1755516807975,"traceId":"3b4b354188fe54e1"},{"name":"build-module-svg","duration":155036,"timestamp":49949121,"id":1606,"parentId":1458,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/upstash.svg","layer":"app-pages-browser"},"startTime":1755516807975,"traceId":"3b4b354188fe54e1"},{"name":"build-module-svg","duration":155283,"timestamp":49949142,"id":1607,"parentId":1458,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/vercel.svg","layer":"app-pages-browser"},"startTime":1755516807975,"traceId":"3b4b354188fe54e1"},{"name":"build-module-svg","duration":155645,"timestamp":49949163,"id":1608,"parentId":1458,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/vite.svg","layer":"app-pages-browser"},"startTime":1755516807975,"traceId":"3b4b354188fe54e1"},{"name":"build-module-svg","duration":155910,"timestamp":49949187,"id":1609,"parentId":1458,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/wxt.svg","layer":"app-pages-browser"},"startTime":1755516807975,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":162269,"timestamp":49945551,"id":1576,"parentId":1530,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/index.js","layer":"app-pages-browser"},"startTime":1755516807972,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":174538,"timestamp":49945652,"id":1577,"parentId":1530,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/schemas.js","layer":"app-pages-browser"},"startTime":1755516807972,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":174742,"timestamp":49945738,"id":1578,"parentId":1530,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/checks.js","layer":"app-pages-browser"},"startTime":1755516807972,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":175041,"timestamp":49945827,"id":1579,"parentId":1530,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/errors.js","layer":"app-pages-browser"},"startTime":1755516807972,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":175284,"timestamp":49945906,"id":1580,"parentId":1530,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/parse.js","layer":"app-pages-browser"},"startTime":1755516807972,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":175502,"timestamp":49945985,"id":1581,"parentId":1530,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/compat.js","layer":"app-pages-browser"},"startTime":1755516807972,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":176059,"timestamp":49946090,"id":1582,"parentId":1530,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/en.js","layer":"app-pages-browser"},"startTime":1755516807972,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":176893,"timestamp":49946172,"id":1583,"parentId":1530,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/index.js","layer":"app-pages-browser"},"startTime":1755516807972,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":177342,"timestamp":49946257,"id":1584,"parentId":1530,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/iso.js","layer":"app-pages-browser"},"startTime":1755516807972,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":177571,"timestamp":49946334,"id":1585,"parentId":1530,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/coerce.js","layer":"app-pages-browser"},"startTime":1755516807973,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":177056,"timestamp":49947760,"id":1594,"parentId":1436,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755516807974,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":205982,"timestamp":49919682,"id":1559,"parentId":1438,"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":1755516807946,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":206207,"timestamp":49919638,"id":1558,"parentId":1440,"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":1755516807946,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":259941,"timestamp":49866321,"id":1532,"parentId":1340,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react/jsx-runtime.js","layer":"app-pages-browser"},"startTime":1755516807893,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":183711,"timestamp":49945109,"id":1566,"parentId":1471,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"app-pages-browser"},"startTime":1755516807971,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":184103,"timestamp":49945161,"id":1567,"parentId":1487,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-status-code.js","layer":"pages-dir-browser"},"startTime":1755516807971,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":184933,"timestamp":49944931,"id":1564,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/portal/index.js","layer":"pages-dir-browser"},"startTime":1755516807971,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":184900,"timestamp":49945198,"id":1568,"parentId":1486,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":"pages-dir-browser"},"startTime":1755516807971,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":185089,"timestamp":49945278,"id":1570,"parentId":1492,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":"pages-dir-browser"},"startTime":1755516807971,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":185446,"timestamp":49945238,"id":1569,"parentId":1485,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"app-pages-browser"},"startTime":1755516807971,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":185772,"timestamp":49945310,"id":1571,"parentId":1469,"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":1755516807972,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":186255,"timestamp":49945358,"id":1572,"parentId":1480,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"pages-dir-browser"},"startTime":1755516807972,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":186439,"timestamp":49945487,"id":1575,"parentId":1452,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/image-config.js","layer":"pages-dir-browser"},"startTime":1755516807972,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":185828,"timestamp":49946417,"id":1586,"parentId":1503,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"pages-dir-browser"},"startTime":1755516807973,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":186011,"timestamp":49946486,"id":1588,"parentId":1506,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"app-pages-browser"},"startTime":1755516807973,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":186403,"timestamp":49946450,"id":1587,"parentId":1509,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils/reflect-utils.js","layer":"app-pages-browser"},"startTime":1755516807973,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":186624,"timestamp":49946527,"id":1589,"parentId":1507,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"pages-dir-browser"},"startTime":1755516807973,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":186881,"timestamp":49946586,"id":1591,"parentId":1521,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"pages-dir-browser"},"startTime":1755516807973,"traceId":"3b4b354188fe54e1"},{"name":"build-module-tsx","duration":185299,"timestamp":49948434,"id":1598,"parentId":1442,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/label.tsx","layer":"app-pages-browser"},"startTime":1755516807975,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":184948,"timestamp":49949209,"id":1610,"parentId":1459,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/request-idle-callback.js","layer":"pages-dir-browser"},"startTime":1755516807975,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":185206,"timestamp":49949246,"id":1611,"parentId":1453,"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":1755516807975,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":188133,"timestamp":49946557,"id":1590,"parentId":1520,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"pages-dir-browser"},"startTime":1755516807973,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":188328,"timestamp":49946614,"id":1592,"parentId":1521,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"pages-dir-browser"},"startTime":1755516807973,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":205090,"timestamp":49948092,"id":1596,"parentId":1440,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-accordion/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755516807974,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":259166,"timestamp":49894711,"id":1544,"parentId":1416,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/is-api-route.js","layer":"pages-dir-browser"},"startTime":1755516807921,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":259628,"timestamp":49894467,"id":1541,"parentId":1343,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react/index.js","layer":"app-pages-browser"},"startTime":1755516807921,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":211205,"timestamp":49947880,"id":1595,"parentId":1439,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-scroll-area/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755516807974,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":217845,"timestamp":49948255,"id":1597,"parentId":1438,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-select/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755516807974,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":17116,"timestamp":50183226,"id":1620,"parentId":1537,"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":1755516808209,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":17265,"timestamp":50183848,"id":1634,"parentId":1576,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/core.js","layer":"app-pages-browser"},"startTime":1755516808210,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":17932,"timestamp":50183932,"id":1635,"parentId":1576,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/parse.js","layer":"app-pages-browser"},"startTime":1755516808210,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":18883,"timestamp":50184040,"id":1636,"parentId":1576,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/errors.js","layer":"app-pages-browser"},"startTime":1755516808210,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":28232,"timestamp":50184124,"id":1637,"parentId":1576,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/schemas.js","layer":"app-pages-browser"},"startTime":1755516808210,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":32416,"timestamp":50184202,"id":1638,"parentId":1576,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/checks.js","layer":"app-pages-browser"},"startTime":1755516808210,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":32487,"timestamp":50184286,"id":1639,"parentId":1576,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/versions.js","layer":"app-pages-browser"},"startTime":1755516808211,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":38668,"timestamp":50184364,"id":1640,"parentId":1576,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/util.js","layer":"app-pages-browser"},"startTime":1755516808211,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":39924,"timestamp":50184441,"id":1641,"parentId":1576,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/regexes.js","layer":"app-pages-browser"},"startTime":1755516808211,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":40292,"timestamp":50184523,"id":1642,"parentId":1576,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/registries.js","layer":"app-pages-browser"},"startTime":1755516808211,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":40627,"timestamp":50184600,"id":1643,"parentId":1576,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/doc.js","layer":"app-pages-browser"},"startTime":1755516808211,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":41639,"timestamp":50184675,"id":1644,"parentId":1576,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/function.js","layer":"app-pages-browser"},"startTime":1755516808211,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":47498,"timestamp":50184760,"id":1645,"parentId":1576,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/api.js","layer":"app-pages-browser"},"startTime":1755516808211,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":51201,"timestamp":50184840,"id":1646,"parentId":1576,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/to-json-schema.js","layer":"app-pages-browser"},"startTime":1755516808211,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":51248,"timestamp":50184920,"id":1647,"parentId":1576,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/json-schema.js","layer":"app-pages-browser"},"startTime":1755516808211,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":51860,"timestamp":50184998,"id":1648,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ar.js","layer":"app-pages-browser"},"startTime":1755516808211,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":293663,"timestamp":49945392,"id":1573,"parentId":1342,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react-dom/index.js","layer":"app-pages-browser"},"startTime":1755516807972,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":294402,"timestamp":49945053,"id":1565,"parentId":1388,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react/cjs/react-jsx-runtime.production.js","layer":"pages-dir-browser"},"startTime":1755516807971,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":294283,"timestamp":49945432,"id":1574,"parentId":1362,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react-dom/client.js","layer":"app-pages-browser"},"startTime":1755516807972,"traceId":"3b4b354188fe54e1"},{"name":"postcss-process","duration":394969,"timestamp":49949773,"id":1613,"parentId":1612,"tags":{},"startTime":1755516807976,"traceId":"3b4b354188fe54e1"},{"name":"postcss-loader","duration":395544,"timestamp":49949413,"id":1612,"parentId":1593,"tags":{},"startTime":1755516807976,"traceId":"3b4b354188fe54e1"},{"name":"css-loader","duration":14321,"timestamp":50345038,"id":1649,"parentId":1593,"tags":{"astUsed":"true"},"startTime":1755516808371,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":178221,"timestamp":50182814,"id":1614,"parentId":1524,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"pages-dir-browser"},"startTime":1755516808209,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":178568,"timestamp":50182940,"id":1615,"parentId":1535,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/not-found.js","layer":"app-pages-browser"},"startTime":1755516808209,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":178833,"timestamp":50183087,"id":1617,"parentId":1535,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/unauthorized.js","layer":"app-pages-browser"},"startTime":1755516808209,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":179299,"timestamp":50183029,"id":1616,"parentId":1535,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/forbidden.js","layer":"app-pages-browser"},"startTime":1755516808209,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":179474,"timestamp":50183188,"id":1619,"parentId":1522,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"pages-dir-browser"},"startTime":1755516808209,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":179827,"timestamp":50183132,"id":1618,"parentId":1535,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/unstable-rethrow.js","layer":"app-pages-browser"},"startTime":1755516808209,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":179955,"timestamp":50183377,"id":1622,"parentId":1551,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/createLucideIcon.js","layer":"app-pages-browser"},"startTime":1755516808210,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":180416,"timestamp":50183466,"id":1624,"parentId":1506,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"app-pages-browser"},"startTime":1755516808210,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":180851,"timestamp":50183505,"id":1625,"parentId":1507,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"pages-dir-browser"},"startTime":1755516808210,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":181234,"timestamp":50183543,"id":1626,"parentId":1517,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/apply-flight-data.js","layer":"app-pages-browser"},"startTime":1755516808210,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":182487,"timestamp":50183430,"id":1623,"parentId":1557,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"pages-dir-browser"},"startTime":1755516808210,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":182743,"timestamp":50183666,"id":1629,"parentId":1515,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"app-pages-browser"},"startTime":1755516808210,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":183557,"timestamp":50183581,"id":1627,"parentId":1518,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/promise-queue.js","layer":"app-pages-browser"},"startTime":1755516808210,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":183960,"timestamp":50183702,"id":1630,"parentId":1515,"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":1755516808210,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":184688,"timestamp":50183737,"id":1631,"parentId":1515,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"app-pages-browser"},"startTime":1755516808210,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":185334,"timestamp":50183777,"id":1632,"parentId":1515,"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":1755516808210,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":187178,"timestamp":50183624,"id":1628,"parentId":1515,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"app-pages-browser"},"startTime":1755516808210,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":188529,"timestamp":50183812,"id":1633,"parentId":1515,"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":1755516808210,"traceId":"3b4b354188fe54e1"}]
17
+ [{"name":"build-module-js","duration":9437,"timestamp":50398227,"id":1650,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/az.js","layer":"app-pages-browser"},"startTime":1755516808424,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":10005,"timestamp":50398467,"id":1651,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/be.js","layer":"app-pages-browser"},"startTime":1755516808425,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":10440,"timestamp":50398638,"id":1652,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ca.js","layer":"app-pages-browser"},"startTime":1755516808425,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":10866,"timestamp":50398811,"id":1653,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/cs.js","layer":"app-pages-browser"},"startTime":1755516808425,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":11526,"timestamp":50398967,"id":1654,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/da.js","layer":"app-pages-browser"},"startTime":1755516808425,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":12189,"timestamp":50399159,"id":1655,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/de.js","layer":"app-pages-browser"},"startTime":1755516808425,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":12641,"timestamp":50399322,"id":1656,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/eo.js","layer":"app-pages-browser"},"startTime":1755516808426,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":13073,"timestamp":50399473,"id":1657,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/es.js","layer":"app-pages-browser"},"startTime":1755516808426,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":13518,"timestamp":50399630,"id":1658,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fa.js","layer":"app-pages-browser"},"startTime":1755516808426,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":13933,"timestamp":50399780,"id":1659,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fi.js","layer":"app-pages-browser"},"startTime":1755516808426,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":14381,"timestamp":50399920,"id":1660,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fr.js","layer":"app-pages-browser"},"startTime":1755516808426,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":14773,"timestamp":50400085,"id":1661,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fr-CA.js","layer":"app-pages-browser"},"startTime":1755516808426,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":15207,"timestamp":50400241,"id":1662,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/he.js","layer":"app-pages-browser"},"startTime":1755516808426,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":15633,"timestamp":50400384,"id":1663,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/hu.js","layer":"app-pages-browser"},"startTime":1755516808427,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16083,"timestamp":50400523,"id":1664,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/id.js","layer":"app-pages-browser"},"startTime":1755516808427,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16553,"timestamp":50400663,"id":1665,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/is.js","layer":"app-pages-browser"},"startTime":1755516808427,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16942,"timestamp":50400822,"id":1666,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/it.js","layer":"app-pages-browser"},"startTime":1755516808427,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":19931,"timestamp":50400986,"id":1667,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ja.js","layer":"app-pages-browser"},"startTime":1755516808427,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":20535,"timestamp":50401119,"id":1668,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/kh.js","layer":"app-pages-browser"},"startTime":1755516808427,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":21102,"timestamp":50401209,"id":1669,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ko.js","layer":"app-pages-browser"},"startTime":1755516808427,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":21613,"timestamp":50401290,"id":1670,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/mk.js","layer":"app-pages-browser"},"startTime":1755516808428,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":22147,"timestamp":50401369,"id":1671,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ms.js","layer":"app-pages-browser"},"startTime":1755516808428,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":22644,"timestamp":50401453,"id":1672,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/nl.js","layer":"app-pages-browser"},"startTime":1755516808428,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":23149,"timestamp":50401532,"id":1673,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/no.js","layer":"app-pages-browser"},"startTime":1755516808428,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":23679,"timestamp":50401608,"id":1674,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ota.js","layer":"app-pages-browser"},"startTime":1755516808428,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":24166,"timestamp":50401694,"id":1675,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ps.js","layer":"app-pages-browser"},"startTime":1755516808428,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":24710,"timestamp":50401770,"id":1676,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/pl.js","layer":"app-pages-browser"},"startTime":1755516808428,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":25214,"timestamp":50401846,"id":1677,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/pt.js","layer":"app-pages-browser"},"startTime":1755516808428,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":25929,"timestamp":50401921,"id":1678,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ru.js","layer":"app-pages-browser"},"startTime":1755516808428,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":26523,"timestamp":50402030,"id":1679,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/sl.js","layer":"app-pages-browser"},"startTime":1755516808428,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":27016,"timestamp":50402119,"id":1680,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/sv.js","layer":"app-pages-browser"},"startTime":1755516808428,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":27503,"timestamp":50402196,"id":1681,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ta.js","layer":"app-pages-browser"},"startTime":1755516808428,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":8338,"timestamp":50434253,"id":1682,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/th.js","layer":"app-pages-browser"},"startTime":1755516808460,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":8796,"timestamp":50434423,"id":1683,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/tr.js","layer":"app-pages-browser"},"startTime":1755516808461,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":9288,"timestamp":50434518,"id":1684,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ua.js","layer":"app-pages-browser"},"startTime":1755516808461,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":9727,"timestamp":50434660,"id":1685,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ur.js","layer":"app-pages-browser"},"startTime":1755516808461,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":10177,"timestamp":50434758,"id":1686,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/vi.js","layer":"app-pages-browser"},"startTime":1755516808461,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":10649,"timestamp":50434841,"id":1687,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/zh-CN.js","layer":"app-pages-browser"},"startTime":1755516808461,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":10943,"timestamp":50435115,"id":1692,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/zh-TW.js","layer":"app-pages-browser"},"startTime":1755516808461,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":11411,"timestamp":50435234,"id":1693,"parentId":1583,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/yo.js","layer":"app-pages-browser"},"startTime":1755516808461,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":11357,"timestamp":50435707,"id":1702,"parentId":1594,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755516808462,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":12093,"timestamp":50435793,"id":1703,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-context/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755516808462,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":14273,"timestamp":50435953,"id":1705,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/primitive/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755516808462,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":15025,"timestamp":50436054,"id":1706,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755516808462,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":15373,"timestamp":50436143,"id":1707,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-primitive/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755516808462,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":15480,"timestamp":50436307,"id":1709,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-id/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755516808463,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":15671,"timestamp":50436388,"id":1710,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-direction/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755516808463,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":15503,"timestamp":50436753,"id":1716,"parentId":1595,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755516808463,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":15636,"timestamp":50436834,"id":1717,"parentId":1595,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755516808463,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":15698,"timestamp":50436912,"id":1718,"parentId":1595,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/number/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755516808463,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":15391,"timestamp":50437416,"id":1724,"parentId":1597,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-previous/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755516808464,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":15584,"timestamp":50437495,"id":1725,"parentId":1597,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-visually-hidden/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755516808464,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16309,"timestamp":50437578,"id":1726,"parentId":1597,"tags":{"name":"/home/runner/work/envin/envin/node_modules/aria-hidden/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1755516808464,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16375,"timestamp":50437684,"id":1727,"parentId":1597,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1755516808464,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":276018,"timestamp":50183321,"id":1621,"parentId":1432,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react/cjs/react.production.js","layer":"pages-dir-browser"},"startTime":1755516808210,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":26507,"timestamp":50435322,"id":1694,"parentId":1559,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/chevron-down.js","layer":"app-pages-browser"},"startTime":1755516808462,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":27213,"timestamp":50435023,"id":1690,"parentId":1524,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/trusted-types.js","layer":"pages-dir-browser"},"startTime":1755516808461,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":27085,"timestamp":50435365,"id":1695,"parentId":1559,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/chevron-up.js","layer":"app-pages-browser"},"startTime":1755516808462,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":27349,"timestamp":50435404,"id":1696,"parentId":1571,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/hash.js","layer":"app-pages-browser"},"startTime":1755516808462,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":27628,"timestamp":50435447,"id":1697,"parentId":1572,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/segment.js","layer":"pages-dir-browser"},"startTime":1755516808462,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":27768,"timestamp":50435478,"id":1698,"parentId":1572,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"pages-dir-browser"},"startTime":1755516808462,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":27990,"timestamp":50435506,"id":1699,"parentId":1569,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"app-pages-browser"},"startTime":1755516808462,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":27307,"timestamp":50436546,"id":1712,"parentId":1622,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/Icon.js","layer":"app-pages-browser"},"startTime":1755516808463,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":27444,"timestamp":50436633,"id":1714,"parentId":1624,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"app-pages-browser"},"startTime":1755516808463,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":27868,"timestamp":50436594,"id":1713,"parentId":1622,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/shared/src/utils.js","layer":"app-pages-browser"},"startTime":1755516808463,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":43329,"timestamp":50436466,"id":1711,"parentId":1598,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-label/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755516808463,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":45110,"timestamp":50436228,"id":1708,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-collapsible/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755516808462,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":46122,"timestamp":50436668,"id":1715,"parentId":1595,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-presence/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755516808463,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":46266,"timestamp":50437094,"id":1720,"parentId":1597,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-focus-guards/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755516808463,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":51277,"timestamp":50437177,"id":1721,"parentId":1597,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-focus-scope/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755516808463,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":55420,"timestamp":50435872,"id":1704,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-collection/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755516808462,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":54726,"timestamp":50437339,"id":1723,"parentId":1597,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-portal/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755516808464,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":56959,"timestamp":50437256,"id":1722,"parentId":1597,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-popper/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755516808463,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":58863,"timestamp":50436989,"id":1719,"parentId":1597,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755516808463,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":17543,"timestamp":50498726,"id":1730,"parentId":1618,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/unstable-rethrow.browser.js","layer":"app-pages-browser"},"startTime":1755516808525,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":18199,"timestamp":50498852,"id":1731,"parentId":1626,"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":1755516808525,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":18433,"timestamp":50498993,"id":1734,"parentId":1630,"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":1755516808525,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":19079,"timestamp":50498950,"id":1733,"parentId":1630,"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":1755516808525,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":19252,"timestamp":50499101,"id":1736,"parentId":1631,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/handle-segment-mismatch.js","layer":"app-pages-browser"},"startTime":1755516808525,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":19809,"timestamp":50499060,"id":1735,"parentId":1630,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/handle-mutable.js","layer":"app-pages-browser"},"startTime":1755516808525,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":20150,"timestamp":50499187,"id":1738,"parentId":1628,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.js","layer":"app-pages-browser"},"startTime":1755516808525,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":20622,"timestamp":50499141,"id":1737,"parentId":1628,"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":1755516808525,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":23922,"timestamp":50498906,"id":1732,"parentId":1629,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"app-pages-browser"},"startTime":1755516808525,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":2560,"timestamp":50525641,"id":1740,"parentId":1727,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/Combination.js","layer":"app-pages-browser"},"startTime":1755516808552,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":96002,"timestamp":50434922,"id":1688,"parentId":1481,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js","layer":null},"startTime":1755516808461,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":105567,"timestamp":50435071,"id":1691,"parentId":1491,"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":1755516808461,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":105769,"timestamp":50435628,"id":1701,"parentId":1560,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/browser.mjs","layer":"app-pages-browser"},"startTime":1755516808462,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":106342,"timestamp":50435547,"id":1700,"parentId":1444,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm/index.js","layer":"app-pages-browser"},"startTime":1755516808462,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":198683,"timestamp":50434972,"id":1689,"parentId":1448,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-dom/cjs/react-dom-client.production.js","layer":"pages-dir-browser"},"startTime":1755516808461,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":109000,"timestamp":50525478,"id":1739,"parentId":1712,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/defaultAttributes.js","layer":"app-pages-browser"},"startTime":1755516808552,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":109121,"timestamp":50525939,"id":1743,"parentId":1633,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/assign-location.js","layer":"app-pages-browser"},"startTime":1755516808552,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":109554,"timestamp":50526047,"id":1744,"parentId":1633,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/server-reference-info.js","layer":"app-pages-browser"},"startTime":1755516808552,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":110247,"timestamp":50526130,"id":1745,"parentId":1628,"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":1755516808552,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":111744,"timestamp":50526210,"id":1746,"parentId":1628,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/aliased-prefetch-navigations.js","layer":"app-pages-browser"},"startTime":1755516808552,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":969029,"timestamp":49678860,"id":1395,"parentId":1330,"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":1755516807705,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":966962,"timestamp":49681464,"id":1396,"parentId":1330,"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":1755516807708,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":187598,"timestamp":50467154,"id":1729,"parentId":1541,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react/cjs/react.production.js","layer":"app-pages-browser"},"startTime":1755516808493,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":187987,"timestamp":50467043,"id":1728,"parentId":1532,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react/cjs/react-jsx-runtime.production.js","layer":"app-pages-browser"},"startTime":1755516808493,"traceId":"3b4b354188fe54e1"},{"name":"add-entry","duration":1158109,"timestamp":49499317,"id":1323,"parentId":1319,"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":1755516807526,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":899,"timestamp":50657224,"id":1748,"parentId":1706,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-effect-event/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755516808683,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":2942,"timestamp":50659910,"id":1749,"parentId":1701,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/core.mjs","layer":"app-pages-browser"},"startTime":1755516808686,"traceId":"3b4b354188fe54e1"}]
18
+ [{"name":"build-module-js","duration":3476,"timestamp":50660063,"id":1750,"parentId":1740,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/UI.js","layer":"app-pages-browser"},"startTime":1755516808686,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":3542,"timestamp":50660168,"id":1751,"parentId":1740,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/sidecar.js","layer":"app-pages-browser"},"startTime":1755516808686,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":139995,"timestamp":50525802,"id":1741,"parentId":1573,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react-dom/cjs/react-dom.production.js","layer":"app-pages-browser"},"startTime":1755516808552,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":95,"timestamp":50666518,"id":1752,"parentId":1395,"tags":{},"startTime":1755516808693,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":14,"timestamp":50666625,"id":1753,"parentId":1396,"tags":{},"startTime":1755516808693,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":3251,"timestamp":50666649,"id":1754,"parentId":1722,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-arrow/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755516808693,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":3492,"timestamp":50666773,"id":1755,"parentId":1722,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-size/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755516808693,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":27591,"timestamp":50643697,"id":1747,"parentId":1459,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-dom/index.js","layer":"pages-dir-browser"},"startTime":1755516808670,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":226805,"timestamp":50525879,"id":1742,"parentId":1574,"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":1755516808552,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":86826,"timestamp":50666867,"id":1756,"parentId":1731,"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":1755516808693,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":2965,"timestamp":50754839,"id":1760,"parentId":1719,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-escape-keydown/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755516808781,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":6050,"timestamp":50755020,"id":1761,"parentId":1740,"tags":{"name":"/home/runner/work/envin/envin/node_modules/tslib/tslib.es6.mjs","layer":"app-pages-browser"},"startTime":1755516808781,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":1464,"timestamp":50764141,"id":1762,"parentId":1750,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/medium.js","layer":"app-pages-browser"},"startTime":1755516808790,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":2498,"timestamp":50764278,"id":1763,"parentId":1751,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/SideEffect.js","layer":"app-pages-browser"},"startTime":1755516808791,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":3958,"timestamp":50764370,"id":1764,"parentId":1722,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.mjs","layer":"app-pages-browser"},"startTime":1755516808791,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":2660,"timestamp":50770252,"id":1765,"parentId":1750,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll-bar/dist/es2015/constants.js","layer":"app-pages-browser"},"startTime":1755516808796,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":2757,"timestamp":50770377,"id":1766,"parentId":1750,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1755516808797,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":2822,"timestamp":50770473,"id":1767,"parentId":1751,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1755516808797,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":107929,"timestamp":50666919,"id":1757,"parentId":1700,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm/url.js","layer":"app-pages-browser"},"startTime":1755516808693,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":109295,"timestamp":50667029,"id":1758,"parentId":1700,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm/manager.js","layer":"app-pages-browser"},"startTime":1755516808693,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":111309,"timestamp":50667116,"id":1759,"parentId":1700,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm/socket.js","layer":"app-pages-browser"},"startTime":1755516808693,"traceId":"3b4b354188fe54e1"},{"name":"build-module-css","duration":837018,"timestamp":49946651,"id":1593,"parentId":1531,"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":1755516807973,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":12,"timestamp":50784242,"id":1773,"parentId":1358,"tags":{"layer":null},"startTime":1755516808810,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":1671,"timestamp":50783804,"id":1769,"parentId":1763,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js","layer":"app-pages-browser"},"startTime":1755516808810,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":2206,"timestamp":50783943,"id":1770,"parentId":1763,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/handleScroll.js","layer":"app-pages-browser"},"startTime":1755516808810,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":2280,"timestamp":50784055,"id":1771,"parentId":1763,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll-bar/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1755516808810,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":2313,"timestamp":50784153,"id":1772,"parentId":1763,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-style-singleton/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1755516808810,"traceId":"3b4b354188fe54e1"},{"name":"build-module-css","duration":922978,"timestamp":49865750,"id":1531,"parentId":1330,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/app/globals.css","layer":"app-pages-browser"},"startTime":1755516807892,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":3345,"timestamp":50791340,"id":1774,"parentId":1766,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/assignRef.js","layer":"app-pages-browser"},"startTime":1755516808818,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":3481,"timestamp":50791471,"id":1775,"parentId":1766,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/useRef.js","layer":"app-pages-browser"},"startTime":1755516808818,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":3595,"timestamp":50791565,"id":1776,"parentId":1766,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/createRef.js","layer":"app-pages-browser"},"startTime":1755516808818,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":3695,"timestamp":50791650,"id":1777,"parentId":1766,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/mergeRef.js","layer":"app-pages-browser"},"startTime":1755516808818,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":3962,"timestamp":50791737,"id":1778,"parentId":1766,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/useMergeRef.js","layer":"app-pages-browser"},"startTime":1755516808818,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":4057,"timestamp":50791819,"id":1779,"parentId":1766,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/useTransformRef.js","layer":"app-pages-browser"},"startTime":1755516808818,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":4169,"timestamp":50791898,"id":1780,"parentId":1766,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/transformRef.js","layer":"app-pages-browser"},"startTime":1755516808818,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":4339,"timestamp":50791976,"id":1781,"parentId":1766,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/refToCallback.js","layer":"app-pages-browser"},"startTime":1755516808818,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":4452,"timestamp":50792094,"id":1782,"parentId":1767,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/hoc.js","layer":"app-pages-browser"},"startTime":1755516808818,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":4763,"timestamp":50792182,"id":1783,"parentId":1767,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/hook.js","layer":"app-pages-browser"},"startTime":1755516808818,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":4875,"timestamp":50792262,"id":1784,"parentId":1767,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/config.js","layer":"app-pages-browser"},"startTime":1755516808818,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5225,"timestamp":50792347,"id":1785,"parentId":1767,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/medium.js","layer":"app-pages-browser"},"startTime":1755516808819,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5543,"timestamp":50792426,"id":1786,"parentId":1767,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/renderProp.js","layer":"app-pages-browser"},"startTime":1755516808819,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5734,"timestamp":50792502,"id":1787,"parentId":1767,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/exports.js","layer":"app-pages-browser"},"startTime":1755516808819,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":8769,"timestamp":50792585,"id":1788,"parentId":1764,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs","layer":"app-pages-browser"},"startTime":1755516808819,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":29986,"timestamp":50779592,"id":1768,"parentId":1747,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-dom/cjs/react-dom.production.js","layer":"pages-dir-browser"},"startTime":1755516808806,"traceId":"3b4b354188fe54e1"},{"name":"build-module","duration":34,"timestamp":50809928,"id":1790,"parentId":1531,"tags":{},"startTime":1755516808836,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":1465,"timestamp":50809975,"id":1791,"parentId":1771,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll-bar/dist/es2015/component.js","layer":"app-pages-browser"},"startTime":1755516808836,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":1623,"timestamp":50810120,"id":1792,"parentId":1771,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll-bar/dist/es2015/utils.js","layer":"app-pages-browser"},"startTime":1755516808836,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":1716,"timestamp":50810219,"id":1793,"parentId":1772,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-style-singleton/dist/es2015/component.js","layer":"app-pages-browser"},"startTime":1755516808836,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":1962,"timestamp":50810314,"id":1794,"parentId":1772,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-style-singleton/dist/es2015/singleton.js","layer":"app-pages-browser"},"startTime":1755516808837,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":2080,"timestamp":50810399,"id":1795,"parentId":1772,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-style-singleton/dist/es2015/hook.js","layer":"app-pages-browser"},"startTime":1755516808837,"traceId":"3b4b354188fe54e1"},{"name":"add-entry","duration":1314308,"timestamp":49499343,"id":1327,"parentId":1319,"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":1755516807526,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":2316,"timestamp":50814251,"id":1796,"parentId":1783,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/env.js","layer":"app-pages-browser"},"startTime":1755516808840,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":2748,"timestamp":50814376,"id":1797,"parentId":1758,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@socket.io/component-emitter/lib/esm/index.js","layer":"app-pages-browser"},"startTime":1755516808841,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":1937,"timestamp":50819613,"id":1801,"parentId":1788,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.mjs","layer":"app-pages-browser"},"startTime":1755516808846,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":5828,"timestamp":50819740,"id":1802,"parentId":1788,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/core/dist/floating-ui.core.mjs","layer":"app-pages-browser"},"startTime":1755516808846,"traceId":"3b4b354188fe54e1"},{"name":"build-module-mjs","duration":6704,"timestamp":50819839,"id":1803,"parentId":1788,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs","layer":"app-pages-browser"},"startTime":1755516808846,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":24355,"timestamp":50803205,"id":1789,"parentId":1758,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm/on.js","layer":"app-pages-browser"},"startTime":1755516808829,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16306,"timestamp":50814473,"id":1798,"parentId":1700,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/build/esm/index.js","layer":"app-pages-browser"},"startTime":1755516808841,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16653,"timestamp":50814557,"id":1799,"parentId":1700,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/index.js","layer":"app-pages-browser"},"startTime":1755516808841,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16981,"timestamp":50814645,"id":1800,"parentId":1758,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm/contrib/backo2.js","layer":"app-pages-browser"},"startTime":1755516808841,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":1281,"timestamp":50832388,"id":1804,"parentId":1794,"tags":{"name":"/home/runner/work/envin/envin/node_modules/get-nonce/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1755516808859,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":6309,"timestamp":50832538,"id":1805,"parentId":1796,"tags":{"name":"/home/runner/work/envin/envin/node_modules/detect-node-es/esm/browser.js","layer":"app-pages-browser"},"startTime":1755516808859,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5403,"timestamp":50834712,"id":1806,"parentId":1627,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_class_private_field_loose_key.js","layer":"app-pages-browser"},"startTime":1755516808861,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5507,"timestamp":50834843,"id":1807,"parentId":1627,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js","layer":"app-pages-browser"},"startTime":1755516808861,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":3925,"timestamp":50837977,"id":1816,"parentId":1689,"tags":{"name":"/home/runner/work/envin/envin/node_modules/scheduler/index.js","layer":"pages-dir-browser"},"startTime":1755516808864,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":4435,"timestamp":50837842,"id":1814,"parentId":1689,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/polyfills/process.js","layer":"pages-dir-browser"},"startTime":1755516808864,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":4693,"timestamp":50837887,"id":1815,"parentId":1729,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/polyfills/process.js","layer":"app-pages-browser"},"startTime":1755516808864,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5690,"timestamp":50837413,"id":1809,"parentId":1798,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/build/esm/is-binary.js","layer":"app-pages-browser"},"startTime":1755516808864,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":8047,"timestamp":50837505,"id":1810,"parentId":1799,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/socket.js","layer":"app-pages-browser"},"startTime":1755516808864,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":8623,"timestamp":50837590,"id":1811,"parentId":1799,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/transport.js","layer":"app-pages-browser"},"startTime":1755516808864,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":11613,"timestamp":50837291,"id":1808,"parentId":1798,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/build/esm/binary.js","layer":"app-pages-browser"},"startTime":1755516808864,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":11802,"timestamp":50837682,"id":1812,"parentId":1799,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/util.js","layer":"app-pages-browser"},"startTime":1755516808864,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":13766,"timestamp":50837762,"id":1813,"parentId":1799,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/globals.js","layer":"app-pages-browser"},"startTime":1755516808864,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":12472,"timestamp":50840466,"id":1817,"parentId":1704,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_class_private_field_get.js","layer":"app-pages-browser"},"startTime":1755516808867,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":12632,"timestamp":50840592,"id":1818,"parentId":1704,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_class_private_field_init.js","layer":"app-pages-browser"},"startTime":1755516808867,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":12856,"timestamp":50840683,"id":1819,"parentId":1704,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_class_private_field_set.js","layer":"app-pages-browser"},"startTime":1755516808867,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":14172,"timestamp":50840856,"id":1821,"parentId":1799,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/transports/polling-fetch.js","layer":"app-pages-browser"},"startTime":1755516808867,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":15358,"timestamp":50840937,"id":1822,"parentId":1799,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/transports/polling-xhr.js","layer":"app-pages-browser"},"startTime":1755516808867,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":15690,"timestamp":50841251,"id":1825,"parentId":1799,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/contrib/parseuri.js","layer":"app-pages-browser"},"startTime":1755516808867,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":16442,"timestamp":50841162,"id":1824,"parentId":1799,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/transports/webtransport.js","layer":"app-pages-browser"},"startTime":1755516808867,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":17339,"timestamp":50841053,"id":1823,"parentId":1799,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/transports/websocket.js","layer":"app-pages-browser"},"startTime":1755516808867,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":17863,"timestamp":50840769,"id":1820,"parentId":1799,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/transports/index.js","layer":"app-pages-browser"},"startTime":1755516808867,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":2495,"timestamp":50860083,"id":1827,"parentId":1810,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/index.js","layer":"app-pages-browser"},"startTime":1755516808886,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":916,"timestamp":50866704,"id":1832,"parentId":1827,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/commons.js","layer":"app-pages-browser"},"startTime":1755516808893,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":8228,"timestamp":50859837,"id":1826,"parentId":1810,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/contrib/parseqs.js","layer":"app-pages-browser"},"startTime":1755516808886,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":3126,"timestamp":50865825,"id":1829,"parentId":1817,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_class_apply_descriptor_get.js","layer":"app-pages-browser"},"startTime":1755516808892,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":4787,"timestamp":50865735,"id":1828,"parentId":1816,"tags":{"name":"/home/runner/work/envin/envin/node_modules/scheduler/cjs/scheduler.production.js","layer":"pages-dir-browser"},"startTime":1755516808892,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":4772,"timestamp":50865991,"id":1830,"parentId":1817,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_class_extract_field_descriptor.js","layer":"app-pages-browser"},"startTime":1755516808892,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5043,"timestamp":50866114,"id":1831,"parentId":1818,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_check_private_redeclaration.js","layer":"app-pages-browser"},"startTime":1755516808892,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":4633,"timestamp":50866823,"id":1833,"parentId":1819,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_class_apply_descriptor_set.js","layer":"app-pages-browser"},"startTime":1755516808893,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":4791,"timestamp":50866917,"id":1834,"parentId":1742,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/scheduler/index.js","layer":"app-pages-browser"},"startTime":1755516808893,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5502,"timestamp":50867030,"id":1835,"parentId":1821,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/transports/polling.js","layer":"app-pages-browser"},"startTime":1755516808893,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5724,"timestamp":50867117,"id":1836,"parentId":1822,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/contrib/has-cors.js","layer":"app-pages-browser"},"startTime":1755516808893,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":5465,"timestamp":50868302,"id":1838,"parentId":1827,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/decodePacket.browser.js","layer":"app-pages-browser"},"startTime":1755516808895,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":6159,"timestamp":50868182,"id":1837,"parentId":1827,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/encodePacket.browser.js","layer":"app-pages-browser"},"startTime":1755516808894,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":2324,"timestamp":50877442,"id":1839,"parentId":1834,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/scheduler/cjs/scheduler.production.js","layer":"app-pages-browser"},"startTime":1755516808904,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":2592,"timestamp":50877829,"id":1840,"parentId":1838,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.js","layer":"app-pages-browser"},"startTime":1755516808904,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":1163,"timestamp":50880785,"id":1841,"parentId":1814,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/process/browser.js","layer":"pages-dir-browser"},"startTime":1755516808907,"traceId":"3b4b354188fe54e1"},{"name":"build-module-js","duration":1884,"timestamp":50880847,"id":1842,"parentId":1815,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/process/browser.js","layer":"app-pages-browser"},"startTime":1755516808907,"traceId":"3b4b354188fe54e1"},{"name":"add-entry","duration":1383466,"timestamp":49499327,"id":1324,"parentId":1319,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1755516807526,"traceId":"3b4b354188fe54e1"},{"name":"add-entry","duration":1383537,"timestamp":49499340,"id":1326,"parentId":1319,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1755516807526,"traceId":"3b4b354188fe54e1"}]
19
+ [{"name":"add-entry","duration":1383755,"timestamp":49499336,"id":1325,"parentId":1319,"tags":{"request":"/home/runner/work/envin/envin/node_modules/next/dist/client/router.js"},"startTime":1755516807526,"traceId":"3b4b354188fe54e1"},{"name":"add-entry","duration":1383955,"timestamp":49499142,"id":1320,"parentId":1319,"tags":{"request":"./../../node_modules/next/dist/client/next.js"},"startTime":1755516807525,"traceId":"3b4b354188fe54e1"},{"name":"add-entry","duration":1383897,"timestamp":49499205,"id":1321,"parentId":1319,"tags":{"request":"./../../node_modules/next/dist/client/app-next.js"},"startTime":1755516807525,"traceId":"3b4b354188fe54e1"},{"name":"add-entry","duration":1383816,"timestamp":49499292,"id":1322,"parentId":1319,"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":1755516807526,"traceId":"3b4b354188fe54e1"},{"name":"add-entry","duration":1383764,"timestamp":49499347,"id":1328,"parentId":1319,"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":1755516807526,"traceId":"3b4b354188fe54e1"},{"name":"make","duration":1384301,"timestamp":49498857,"id":1319,"parentId":1318,"tags":{},"startTime":1755516807525,"traceId":"3b4b354188fe54e1"},{"name":"chunk-graph","duration":9506,"timestamp":50926813,"id":1844,"parentId":1843,"tags":{},"startTime":1755516808953,"traceId":"3b4b354188fe54e1"},{"name":"optimize-modules","duration":12,"timestamp":50936380,"id":1846,"parentId":1843,"tags":{},"startTime":1755516808963,"traceId":"3b4b354188fe54e1"},{"name":"optimize-chunks","duration":7307,"timestamp":50938271,"id":1848,"parentId":1843,"tags":{},"startTime":1755516808964,"traceId":"3b4b354188fe54e1"},{"name":"optimize-tree","duration":13,"timestamp":50945622,"id":1849,"parentId":1843,"tags":{},"startTime":1755516808972,"traceId":"3b4b354188fe54e1"},{"name":"optimize-chunk-modules","duration":15832,"timestamp":50945672,"id":1850,"parentId":1843,"tags":{},"startTime":1755516808972,"traceId":"3b4b354188fe54e1"},{"name":"optimize","duration":25184,"timestamp":50936359,"id":1845,"parentId":1843,"tags":{},"startTime":1755516808963,"traceId":"3b4b354188fe54e1"},{"name":"module-hash","duration":12200,"timestamp":50974069,"id":1851,"parentId":1843,"tags":{},"startTime":1755516809000,"traceId":"3b4b354188fe54e1"},{"name":"code-generation","duration":164150,"timestamp":50986314,"id":1852,"parentId":1843,"tags":{},"startTime":1755516809013,"traceId":"3b4b354188fe54e1"},{"name":"hash","duration":4186,"timestamp":51153246,"id":1853,"parentId":1843,"tags":{},"startTime":1755516809179,"traceId":"3b4b354188fe54e1"},{"name":"code-generation-jobs","duration":241,"timestamp":51157431,"id":1854,"parentId":1843,"tags":{},"startTime":1755516809184,"traceId":"3b4b354188fe54e1"},{"name":"module-assets","duration":309,"timestamp":51157644,"id":1855,"parentId":1843,"tags":{},"startTime":1755516809184,"traceId":"3b4b354188fe54e1"},{"name":"create-chunk-assets","duration":5245,"timestamp":51157966,"id":1856,"parentId":1843,"tags":{},"startTime":1755516809184,"traceId":"3b4b354188fe54e1"},{"name":"NextJsBuildManifest-generateClientManifest","duration":1288,"timestamp":51165807,"id":1858,"parentId":1318,"tags":{},"startTime":1755516809192,"traceId":"3b4b354188fe54e1"},{"name":"NextJsBuildManifest-createassets","duration":1942,"timestamp":51165166,"id":1857,"parentId":1318,"tags":{},"startTime":1755516809191,"traceId":"3b4b354188fe54e1"},{"name":"minify-js","duration":75124,"timestamp":51181032,"id":1861,"parentId":1859,"tags":{"name":"static/chunks/main-app-33297f11826f6188.js","cache":"MISS"},"startTime":1755516809207,"traceId":"3b4b354188fe54e1"},{"name":"minify-js","duration":74927,"timestamp":51181286,"id":1863,"parentId":1859,"tags":{"name":"static/chunks/pages/_app-fb4ee7c0ef279148.js","cache":"MISS"},"startTime":1755516809208,"traceId":"3b4b354188fe54e1"},{"name":"minify-js","duration":75105,"timestamp":51181139,"id":1862,"parentId":1859,"tags":{"name":"static/chunks/app/_not-found/page-c0461d0d47ad4dbc.js","cache":"MISS"},"startTime":1755516809207,"traceId":"3b4b354188fe54e1"},{"name":"minify-js","duration":74928,"timestamp":51181343,"id":1864,"parentId":1859,"tags":{"name":"static/chunks/pages/_error-c6afbe452ce29473.js","cache":"MISS"},"startTime":1755516809208,"traceId":"3b4b354188fe54e1"},{"name":"minify-js","duration":74898,"timestamp":51181396,"id":1865,"parentId":1859,"tags":{"name":"static/chunks/app/layout-ed888ec51fd89fdb.js","cache":"MISS"},"startTime":1755516809208,"traceId":"3b4b354188fe54e1"},{"name":"minify-js","duration":72910,"timestamp":51183410,"id":1867,"parentId":1859,"tags":{"name":"static/chunks/webpack-cdcb98bf76c6361f.js","cache":"MISS"},"startTime":1755516809210,"traceId":"3b4b354188fe54e1"},{"name":"minify-js","duration":75010,"timestamp":51181473,"id":1866,"parentId":1859,"tags":{"name":"static/chunks/app/page-65cc4b55d36fcf0d.js","cache":"MISS"},"startTime":1755516809208,"traceId":"3b4b354188fe54e1"},{"name":"minify-js","duration":252803,"timestamp":51200617,"id":1870,"parentId":1859,"tags":{"name":"static/chunks/902-ed50607f285d8d49.js","cache":"MISS"},"startTime":1755516809227,"traceId":"3b4b354188fe54e1"},{"name":"minify-js","duration":300369,"timestamp":51173716,"id":1860,"parentId":1859,"tags":{"name":"static/chunks/main-8616388f163ef4b5.js","cache":"MISS"},"startTime":1755516809200,"traceId":"3b4b354188fe54e1"},{"name":"minify-js","duration":252768,"timestamp":51221383,"id":1872,"parentId":1859,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"MISS"},"startTime":1755516809248,"traceId":"3b4b354188fe54e1"},{"name":"minify-js","duration":252744,"timestamp":51221438,"id":1873,"parentId":1859,"tags":{"name":"static/xi_Z3hljVkHaKwH1u_6TA/_ssgManifest.js","cache":"MISS"},"startTime":1755516809248,"traceId":"3b4b354188fe54e1"},{"name":"minify-js","duration":252732,"timestamp":51221476,"id":1874,"parentId":1859,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1755516809248,"traceId":"3b4b354188fe54e1"},{"name":"minify-js","duration":252718,"timestamp":51221511,"id":1875,"parentId":1859,"tags":{"name":"static/xi_Z3hljVkHaKwH1u_6TA/_buildManifest.js","cache":"MISS"},"startTime":1755516809248,"traceId":"3b4b354188fe54e1"},{"name":"minify-js","duration":252704,"timestamp":51221546,"id":1876,"parentId":1859,"tags":{"name":"server/next-font-manifest.js","cache":"MISS"},"startTime":1755516809248,"traceId":"3b4b354188fe54e1"},{"name":"minify-js","duration":370344,"timestamp":51183546,"id":1868,"parentId":1859,"tags":{"name":"static/chunks/framework-5a60ddf90c03a3df.js","cache":"MISS"},"startTime":1755516809210,"traceId":"3b4b354188fe54e1"},{"name":"minify-js","duration":361696,"timestamp":51194762,"id":1869,"parentId":1859,"tags":{"name":"static/chunks/87c73c54-100f6e3edbad6d22.js","cache":"MISS"},"startTime":1755516809221,"traceId":"3b4b354188fe54e1"},{"name":"minify-js","duration":429038,"timestamp":51208017,"id":1871,"parentId":1859,"tags":{"name":"static/chunks/442-e5e2e8139dc29708.js","cache":"MISS"},"startTime":1755516809234,"traceId":"3b4b354188fe54e1"},{"name":"minify-webpack-plugin-optimize","duration":468975,"timestamp":51168112,"id":1859,"parentId":1318,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1755516809194,"traceId":"3b4b354188fe54e1"},{"name":"minify-css","duration":284939,"timestamp":51637547,"id":1878,"parentId":1877,"tags":{"file":"static/css/9e9951dd5420394c.css","cache":"MISS"},"startTime":1755516809664,"traceId":"3b4b354188fe54e1"},{"name":"css-minimizer-plugin","duration":285024,"timestamp":51637477,"id":1877,"parentId":1318,"tags":{},"startTime":1755516809664,"traceId":"3b4b354188fe54e1"},{"name":"seal","duration":1023245,"timestamp":50907343,"id":1843,"parentId":1318,"tags":{},"startTime":1755516808934,"traceId":"3b4b354188fe54e1"},{"name":"webpack-compilation","duration":2432809,"timestamp":49497860,"id":1318,"parentId":13,"tags":{"name":"client"},"startTime":1755516807524,"traceId":"3b4b354188fe54e1"},{"name":"emit","duration":3743,"timestamp":51930711,"id":1879,"parentId":13,"tags":{},"startTime":1755516809957,"traceId":"3b4b354188fe54e1"},{"name":"webpack-close","duration":1073501,"timestamp":51934857,"id":1880,"parentId":13,"tags":{"name":"client"},"startTime":1755516809961,"traceId":"3b4b354188fe54e1"},{"name":"webpack-generate-error-stats","duration":808,"timestamp":53008377,"id":1881,"parentId":1880,"tags":{},"startTime":1755516811035,"traceId":"3b4b354188fe54e1"},{"name":"run-webpack-compiler","duration":12903258,"timestamp":40106214,"id":13,"parentId":1,"tags":{},"startTime":1755516798132,"traceId":"3b4b354188fe54e1"},{"name":"format-webpack-messages","duration":105,"timestamp":53009479,"id":1882,"parentId":1,"tags":{},"startTime":1755516811036,"traceId":"3b4b354188fe54e1"},{"name":"verify-and-lint","duration":67469,"timestamp":53027517,"id":1885,"parentId":1,"tags":{},"startTime":1755516811054,"traceId":"3b4b354188fe54e1"},{"name":"verify-typescript-setup","duration":3851701,"timestamp":53013255,"id":1884,"parentId":1,"tags":{},"startTime":1755516811039,"traceId":"3b4b354188fe54e1"},{"name":"check-static-error-page","duration":3872,"timestamp":56905354,"id":1888,"parentId":1887,"tags":{},"startTime":1755516814932,"traceId":"3b4b354188fe54e1"},{"name":"check-page","duration":1796,"timestamp":56939786,"id":1889,"parentId":1887,"tags":{"page":"/_app"},"startTime":1755516814966,"traceId":"3b4b354188fe54e1"},{"name":"check-page","duration":777,"timestamp":56940835,"id":1891,"parentId":1887,"tags":{"page":"/_document"},"startTime":1755516814967,"traceId":"3b4b354188fe54e1"},{"name":"check-page","duration":1169,"timestamp":56940762,"id":1890,"parentId":1887,"tags":{"page":"/_error"},"startTime":1755516814967,"traceId":"3b4b354188fe54e1"},{"name":"is-page-static","duration":314382,"timestamp":56942822,"id":1895,"parentId":1894,"tags":{},"startTime":1755516814969,"traceId":"3b4b354188fe54e1"},{"name":"check-page","duration":316193,"timestamp":56941099,"id":1894,"parentId":1887,"tags":{"page":"/favicon.ico"},"startTime":1755516814967,"traceId":"3b4b354188fe54e1"},{"name":"is-page-static","duration":325100,"timestamp":56943133,"id":1896,"parentId":1892,"tags":{},"startTime":1755516814969,"traceId":"3b4b354188fe54e1"},{"name":"check-page","duration":327398,"timestamp":56940879,"id":1892,"parentId":1887,"tags":{"page":"/_not-found"},"startTime":1755516814967,"traceId":"3b4b354188fe54e1"},{"name":"is-page-static","duration":544776,"timestamp":56943469,"id":1897,"parentId":1893,"tags":{},"startTime":1755516814970,"traceId":"3b4b354188fe54e1"},{"name":"check-page","duration":547253,"timestamp":56941051,"id":1893,"parentId":1887,"tags":{"page":"/"},"startTime":1755516814967,"traceId":"3b4b354188fe54e1"},{"name":"static-check","duration":583731,"timestamp":56904598,"id":1887,"parentId":1,"tags":{},"startTime":1755516814931,"traceId":"3b4b354188fe54e1"},{"name":"generate-required-server-files","duration":290,"timestamp":57488441,"id":1899,"parentId":1,"tags":{},"startTime":1755516815515,"traceId":"3b4b354188fe54e1"},{"name":"write-routes-manifest","duration":1844,"timestamp":57493029,"id":1901,"parentId":1,"tags":{},"startTime":1755516815519,"traceId":"3b4b354188fe54e1"},{"name":"load-dotenv","duration":71,"timestamp":57520996,"id":1904,"parentId":1903,"tags":{},"startTime":1755516815547,"traceId":"3b4b354188fe54e1"},{"name":"run-export-path-map","duration":376,"timestamp":58853898,"id":1905,"parentId":1903,"tags":{},"startTime":1755516816880,"traceId":"3b4b354188fe54e1"},{"name":"next-export","duration":2324786,"timestamp":57520153,"id":1903,"parentId":1,"tags":{},"startTime":1755516815546,"traceId":"3b4b354188fe54e1"},{"name":"move-exported-app-not-found-","duration":14574,"timestamp":59846253,"id":1906,"parentId":1902,"tags":{},"startTime":1755516817872,"traceId":"3b4b354188fe54e1"},{"name":"move-exported-page","duration":71365,"timestamp":59860956,"id":1907,"parentId":1902,"tags":{},"startTime":1755516817887,"traceId":"3b4b354188fe54e1"},{"name":"static-generation","duration":2730690,"timestamp":57516562,"id":1902,"parentId":1,"tags":{},"startTime":1755516815543,"traceId":"3b4b354188fe54e1"},{"name":"write-routes-manifest","duration":32090,"timestamp":60247272,"id":1908,"parentId":1,"tags":{},"startTime":1755516818273,"traceId":"3b4b354188fe54e1"},{"name":"node-file-trace-build","duration":9548775,"timestamp":57489823,"id":1900,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1755516815516,"traceId":"3b4b354188fe54e1"},{"name":"apply-include-excludes","duration":573,"timestamp":67038619,"id":1909,"parentId":1,"tags":{},"startTime":1755516825065,"traceId":"3b4b354188fe54e1"},{"name":"print-tree-view","duration":2545,"timestamp":67039292,"id":1910,"parentId":1,"tags":{},"startTime":1755516825066,"traceId":"3b4b354188fe54e1"},{"name":"telemetry-flush","duration":42,"timestamp":67041846,"id":1911,"parentId":1,"tags":{},"startTime":1755516825068,"traceId":"3b4b354188fe54e1"},{"name":"next-build","duration":27173690,"timestamp":39868203,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.4.6","has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1755516797894,"traceId":"3b4b354188fe54e1"}]