@envin/cli 1.1.3 → 1.1.4-canary.c6fea4d

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-f31104412e1b6c0f.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 → hQ8VxCM9KDLkb5wLIRxn3}/_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 → hQ8VxCM9KDLkb5wLIRxn3}/_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":236,"timestamp":646617924,"id":4,"parentId":1,"tags":{},"startTime":1755518635820,"traceId":"ef4822359fdb07a1"},{"name":"load-custom-routes","duration":291,"timestamp":646618260,"id":5,"parentId":1,"tags":{},"startTime":1755518635821,"traceId":"ef4822359fdb07a1"},{"name":"create-dist-dir","duration":65357,"timestamp":646689423,"id":6,"parentId":1,"tags":{},"startTime":1755518635892,"traceId":"ef4822359fdb07a1"},{"name":"create-pages-mapping","duration":185,"timestamp":646759028,"id":7,"parentId":1,"tags":{},"startTime":1755518635962,"traceId":"ef4822359fdb07a1"},{"name":"collect-app-paths","duration":1386,"timestamp":646759240,"id":8,"parentId":1,"tags":{},"startTime":1755518635962,"traceId":"ef4822359fdb07a1"},{"name":"create-app-mapping","duration":1678,"timestamp":646760646,"id":9,"parentId":1,"tags":{},"startTime":1755518635963,"traceId":"ef4822359fdb07a1"},{"name":"public-dir-conflict-check","duration":461,"timestamp":646762596,"id":10,"parentId":1,"tags":{},"startTime":1755518635965,"traceId":"ef4822359fdb07a1"},{"name":"generate-routes-manifest","duration":1928,"timestamp":646763221,"id":11,"parentId":1,"tags":{},"startTime":1755518635966,"traceId":"ef4822359fdb07a1"},{"name":"create-entrypoints","duration":25903,"timestamp":646770617,"id":14,"parentId":1,"tags":{},"startTime":1755518635973,"traceId":"ef4822359fdb07a1"},{"name":"generate-webpack-config","duration":295017,"timestamp":646796612,"id":15,"parentId":13,"tags":{},"startTime":1755518635999,"traceId":"ef4822359fdb07a1"},{"name":"next-trace-entrypoint-plugin","duration":2122,"timestamp":647188052,"id":17,"parentId":16,"tags":{},"startTime":1755518636391,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":46132,"timestamp":647264886,"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":1755518636467,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":64259,"timestamp":647264304,"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":1755518636467,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":81080,"timestamp":647253587,"id":25,"parentId":21,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/pages/_app.js","layer":"pages-dir-node"},"startTime":1755518636456,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":111915,"timestamp":647256926,"id":26,"parentId":24,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/pages/_document.js","layer":"pages-dir-node"},"startTime":1755518636459,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":267,"timestamp":647381116,"id":31,"parentId":30,"tags":{"name":"next/dist/shared/lib/router/utils/format-url","layer":null},"startTime":1755518636584,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":26,"timestamp":647381423,"id":32,"parentId":30,"tags":{"name":"next/dist/shared/lib/page-path/normalize-data-path","layer":null},"startTime":1755518636584,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":93,"timestamp":647381471,"id":33,"parentId":30,"tags":{"name":"next/dist/shared/lib/utils","layer":null},"startTime":1755518636584,"traceId":"ef4822359fdb07a1"},{"name":"build-module-external","duration":32,"timestamp":647381661,"id":34,"parentId":30,"tags":{"name":"next/dist/shared/lib/no-fallback-error.external","layer":null},"startTime":1755518636584,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":17,"timestamp":647381719,"id":35,"parentId":30,"tags":{"name":"next/dist/shared/lib/router/utils/is-bot","layer":null},"startTime":1755518636584,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":28,"timestamp":647381765,"id":36,"parentId":30,"tags":{"name":"next/dist/shared/lib/router/utils/add-path-prefix","layer":null},"startTime":1755518636584,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":15,"timestamp":647381805,"id":37,"parentId":30,"tags":{"name":"next/dist/shared/lib/router/utils/remove-trailing-slash","layer":null},"startTime":1755518636584,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":34,"timestamp":647383139,"id":38,"parentId":28,"tags":{"name":"next/dist/shared/lib/router/utils/app-paths","layer":null},"startTime":1755518636586,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":19,"timestamp":647383195,"id":39,"parentId":25,"tags":{"name":"react/jsx-runtime","layer":null},"startTime":1755518636586,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":32,"timestamp":647383303,"id":40,"parentId":25,"tags":{"name":"react","layer":null},"startTime":1755518636586,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":8582,"timestamp":647443495,"id":46,"parentId":25,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils.js","layer":"pages-dir-node"},"startTime":1755518636646,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":11856,"timestamp":647443760,"id":47,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/constants.js","layer":"pages-dir-node"},"startTime":1755518636646,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":61887,"timestamp":647395871,"id":42,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/htmlescape.js","layer":"pages-dir-node"},"startTime":1755518636598,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":63257,"timestamp":647395406,"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":1755518636598,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":64841,"timestamp":647396033,"id":43,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/utils.js","layer":"pages-dir-node"},"startTime":1755518636599,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":66259,"timestamp":647396332,"id":44,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/is-error.js","layer":"pages-dir-node"},"startTime":1755518636599,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":67103,"timestamp":647396536,"id":45,"parentId":26,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/pretty-bytes.js","layer":"pages-dir-node"},"startTime":1755518636599,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":23349,"timestamp":647443849,"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":1755518636646,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":47769,"timestamp":647443956,"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":1755518636646,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":48064,"timestamp":647444047,"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":1755518636647,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":7633,"timestamp":647498160,"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":1755518636701,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":8537,"timestamp":647497934,"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":1755518636700,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":3155,"timestamp":647508035,"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":1755518636711,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":3806,"timestamp":647508173,"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":1755518636711,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":4060,"timestamp":647508369,"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":1755518636711,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":12959,"timestamp":647508479,"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":1755518636711,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":33,"timestamp":647521761,"id":58,"parentId":55,"tags":{"name":"path","layer":null},"startTime":1755518636724,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":80733,"timestamp":647444107,"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":1755518636647,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":269588,"timestamp":647257107,"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":1755518636460,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":262128,"timestamp":647264665,"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":1755518636467,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":13916,"timestamp":647525042,"id":59,"parentId":54,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":"pages-dir-node"},"startTime":1755518636728,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":14212,"timestamp":647525159,"id":60,"parentId":55,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"pages-dir-node"},"startTime":1755518636728,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":3670,"timestamp":647543701,"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":1755518636746,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":7518,"timestamp":647543134,"id":65,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/pages/_error.js","layer":"pages-dir-node"},"startTime":1755518636746,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":21074,"timestamp":647542829,"id":61,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-kind.js","layer":"pages-dir-node"},"startTime":1755518636745,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":21769,"timestamp":647542928,"id":62,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request-meta.js","layer":"pages-dir-node"},"startTime":1755518636745,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":22634,"timestamp":647543022,"id":63,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/send-payload.js","layer":"pages-dir-node"},"startTime":1755518636746,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":24024,"timestamp":647543084,"id":64,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/render-result.js","layer":"pages-dir-node"},"startTime":1755518636746,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":24341,"timestamp":647543243,"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":1755518636746,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":26575,"timestamp":647543304,"id":67,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/constants.js","layer":"pages-dir-node"},"startTime":1755518636746,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":27509,"timestamp":647543370,"id":68,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/redirect-status.js","layer":"pages-dir-node"},"startTime":1755518636746,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":27907,"timestamp":647543438,"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":1755518636746,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":28234,"timestamp":647543485,"id":70,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/instrumentation/utils.js","layer":"pages-dir-node"},"startTime":1755518636746,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":30076,"timestamp":647543544,"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":1755518636746,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":30804,"timestamp":647543653,"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":1755518636746,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":31456,"timestamp":647543601,"id":72,"parentId":30,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/templates/helpers.js","layer":"pages-dir-node"},"startTime":1755518636746,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":31539,"timestamp":647543786,"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":1755518636746,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":21,"timestamp":647585376,"id":78,"parentId":73,"tags":{"name":"next/dist/compiled/next-server/pages.runtime.prod.js","layer":null},"startTime":1755518636788,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":26360,"timestamp":647561906,"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":1755518636764,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":10386,"timestamp":647590846,"id":79,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/trace/tracer.js","layer":"rsc"},"startTime":1755518636793,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":10811,"timestamp":647591701,"id":80,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/trace/constants.js","layer":"rsc"},"startTime":1755518636794,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":11172,"timestamp":647591877,"id":81,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-kind.js","layer":"rsc"},"startTime":1755518636794,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":11707,"timestamp":647592072,"id":82,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request-meta.js","layer":"rsc"},"startTime":1755518636795,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":12032,"timestamp":647592233,"id":83,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/cache-control.js","layer":"rsc"},"startTime":1755518636795,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":13783,"timestamp":647592381,"id":84,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/constants.js","layer":"rsc"},"startTime":1755518636795,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":13605,"timestamp":647592846,"id":87,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/instrumentation/utils.js","layer":"rsc"},"startTime":1755518636795,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":16701,"timestamp":647593612,"id":92,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/render-result.js","layer":"rsc"},"startTime":1755518636796,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":17538,"timestamp":647593761,"id":93,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/send-payload.js","layer":"rsc"},"startTime":1755518636796,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":17883,"timestamp":647593898,"id":94,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/interop-default.js","layer":"rsc"},"startTime":1755518636796,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":19703,"timestamp":647594135,"id":96,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/response-cache/index.js","layer":"rsc"},"startTime":1755518636797,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":22020,"timestamp":647594054,"id":95,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-status-code.js","layer":"rsc"},"startTime":1755518636797,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":23865,"timestamp":647594276,"id":97,"parentId":65,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/head.js","layer":"pages-dir-node"},"startTime":1755518636797,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":67295,"timestamp":647582406,"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":1755518636785,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":32441,"timestamp":647620203,"id":101,"parentId":63,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/app-router-headers.js","layer":"pages-dir-node"},"startTime":1755518636823,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":33708,"timestamp":647620029,"id":100,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/app-router-headers.js","layer":"rsc"},"startTime":1755518636823,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":20858,"timestamp":647662138,"id":103,"parentId":79,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"rsc"},"startTime":1755518636865,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":21261,"timestamp":647662712,"id":107,"parentId":96,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/response-cache/utils.js","layer":"rsc"},"startTime":1755518636865,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":94059,"timestamp":647592523,"id":85,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/send-response.js","layer":"rsc"},"startTime":1755518636795,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":104270,"timestamp":647592688,"id":86,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/patch-fetch.js","layer":"rsc"},"startTime":1755518636795,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":105765,"timestamp":647592990,"id":88,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/base-http/node.js","layer":"rsc"},"startTime":1755518636796,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":107812,"timestamp":647593168,"id":89,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/utils.js","layer":"rsc"},"startTime":1755518636796,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":108589,"timestamp":647593320,"id":90,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-route/module.compiled.js","layer":"rsc"},"startTime":1755518636796,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":110148,"timestamp":647593469,"id":91,"parentId":28,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js","layer":"rsc"},"startTime":1755518636796,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":42983,"timestamp":647662947,"id":109,"parentId":79,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/is-thenable.js","layer":"rsc"},"startTime":1755518636865,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":43421,"timestamp":647663035,"id":110,"parentId":54,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"pages-dir-node"},"startTime":1755518636866,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":46373,"timestamp":647662493,"id":105,"parentId":93,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils.js","layer":"rsc"},"startTime":1755518636865,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":100543,"timestamp":647619814,"id":98,"parentId":64,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/pipe-readable.js","layer":"pages-dir-node"},"startTime":1755518636822,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":59784,"timestamp":647662355,"id":104,"parentId":92,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/pipe-readable.js","layer":"rsc"},"startTime":1755518636865,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":102273,"timestamp":647620266,"id":102,"parentId":71,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/response-cache/types.js","layer":"pages-dir-node"},"startTime":1755518636823,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":60154,"timestamp":647662834,"id":108,"parentId":96,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/response-cache/types.js","layer":"rsc"},"startTime":1755518636865,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":103781,"timestamp":647619910,"id":99,"parentId":63,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/etag.js","layer":"pages-dir-node"},"startTime":1755518636822,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":61888,"timestamp":647662590,"id":106,"parentId":93,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/etag.js","layer":"rsc"},"startTime":1755518636865,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5336,"timestamp":647727349,"id":124,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/builtin/global-error.js","layer":"rsc"},"startTime":1755518636930,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5672,"timestamp":647727524,"id":125,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/builtin/not-found.js","layer":"rsc"},"startTime":1755518636930,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":6053,"timestamp":647727632,"id":126,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/builtin/forbidden.js","layer":"rsc"},"startTime":1755518636930,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":6386,"timestamp":647727738,"id":127,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/builtin/unauthorized.js","layer":"rsc"},"startTime":1755518636930,"traceId":"ef4822359fdb07a1"}]
2
+ [{"name":"build-module-js","duration":6786,"timestamp":647727894,"id":129,"parentId":97,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/amp-mode.js","layer":"pages-dir-node"},"startTime":1755518636930,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":7511,"timestamp":647727831,"id":128,"parentId":97,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/side-effect.js","layer":"pages-dir-node"},"startTime":1755518636930,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":18,"timestamp":647735715,"id":130,"parentId":90,"tags":{"name":"next/dist/compiled/next-server/app-route.runtime.prod.js","layer":null},"startTime":1755518636938,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":74667,"timestamp":647663095,"id":111,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/fallback.js","layer":"rsc"},"startTime":1755518636866,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":77741,"timestamp":647663814,"id":117,"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":1755518636866,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":81864,"timestamp":647663873,"id":118,"parentId":92,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js","layer":"rsc"},"startTime":1755518636866,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":83477,"timestamp":647663344,"id":113,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/streaming-metadata.js","layer":"rsc"},"startTime":1755518636866,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":84195,"timestamp":647663580,"id":115,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/server-action-request-meta.js","layer":"rsc"},"startTime":1755518636866,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":85811,"timestamp":647663699,"id":116,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/entry-base.js","layer":"rsc"},"startTime":1755518636866,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":87176,"timestamp":647663461,"id":114,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/action-utils.js","layer":"rsc"},"startTime":1755518636866,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":1935,"timestamp":647759947,"id":134,"parentId":98,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js","layer":"pages-dir-node"},"startTime":1755518636962,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":106287,"timestamp":647663217,"id":112,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/encryption-utils.js","layer":"rsc"},"startTime":1755518636866,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":57707,"timestamp":647712368,"id":120,"parentId":76,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/batcher.js","layer":"pages-dir-node"},"startTime":1755518636915,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":58232,"timestamp":647712433,"id":121,"parentId":96,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/batcher.js","layer":"rsc"},"startTime":1755518636915,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":58673,"timestamp":647712552,"id":122,"parentId":76,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/scheduler.js","layer":"pages-dir-node"},"startTime":1755518636915,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":59205,"timestamp":647712601,"id":123,"parentId":96,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/scheduler.js","layer":"rsc"},"startTime":1755518636915,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":60121,"timestamp":647712121,"id":119,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/stream-utils/encoded-tags.js","layer":"rsc"},"startTime":1755518636915,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":15413,"timestamp":647760059,"id":135,"parentId":97,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"pages-dir-node"},"startTime":1755518636963,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":4448,"timestamp":647777328,"id":144,"parentId":110,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":"pages-dir-node"},"startTime":1755518636980,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":820,"timestamp":647781868,"id":145,"parentId":117,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/stream-utils/encoded-tags.js","layer":"pages-dir-node"},"startTime":1755518636984,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":7634,"timestamp":647777270,"id":143,"parentId":110,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"pages-dir-node"},"startTime":1755518636980,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":50062,"timestamp":647735745,"id":131,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1755518636938,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":50404,"timestamp":647735908,"id":132,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/experimental/ppr.js","layer":"rsc"},"startTime":1755518636938,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":50779,"timestamp":647736064,"id":133,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/fallback-params.js","layer":"rsc"},"startTime":1755518636939,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":1865,"timestamp":647795727,"id":150,"parentId":134,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/utils.js","layer":"pages-dir-node"},"startTime":1755518636998,"traceId":"ef4822359fdb07a1"},{"name":"build-module-external","duration":19,"timestamp":647802793,"id":157,"parentId":116,"tags":{"name":"../app-render/work-async-storage.external","layer":null},"startTime":1755518637005,"traceId":"ef4822359fdb07a1"},{"name":"build-module-external","duration":8,"timestamp":647802830,"id":158,"parentId":116,"tags":{"name":"./work-unit-async-storage.external","layer":null},"startTime":1755518637005,"traceId":"ef4822359fdb07a1"},{"name":"build-module-external","duration":6,"timestamp":647802846,"id":159,"parentId":116,"tags":{"name":"../app-render/action-async-storage.external","layer":null},"startTime":1755518637005,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":19633,"timestamp":647804083,"id":170,"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":1755518637007,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":34061,"timestamp":647795810,"id":151,"parentId":134,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/base-http/helpers.js","layer":"pages-dir-node"},"startTime":1755518636998,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":54026,"timestamp":647776376,"id":136,"parentId":85,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/base-http/helpers.js","layer":"rsc"},"startTime":1755518636979,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":54773,"timestamp":647776574,"id":137,"parentId":86,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"rsc"},"startTime":1755518636979,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":57395,"timestamp":647776814,"id":139,"parentId":86,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/dedupe-fetch.js","layer":"rsc"},"startTime":1755518636979,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":58157,"timestamp":647776921,"id":140,"parentId":86,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/clone-response.js","layer":"rsc"},"startTime":1755518636979,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":59096,"timestamp":647777052,"id":141,"parentId":88,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/base-http/index.js","layer":"rsc"},"startTime":1755518636980,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":41905,"timestamp":647795862,"id":152,"parentId":134,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/request.js","layer":"pages-dir-node"},"startTime":1755518636998,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":62309,"timestamp":647777163,"id":142,"parentId":91,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/request.js","layer":"rsc"},"startTime":1755518636980,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":37796,"timestamp":647802858,"id":160,"parentId":116,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/client-page.js","layer":"rsc"},"startTime":1755518637005,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":38226,"timestamp":647802721,"id":156,"parentId":116,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/render-from-template-context.js","layer":"rsc"},"startTime":1755518637005,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":38310,"timestamp":647802983,"id":161,"parentId":116,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/client-segment.js","layer":"rsc"},"startTime":1755518637006,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":38844,"timestamp":647803501,"id":164,"parentId":116,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/hooks-server-context.js","layer":"rsc"},"startTime":1755518637006,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":40007,"timestamp":647802631,"id":155,"parentId":116,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/layout-router.js","layer":"rsc"},"startTime":1755518637005,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":40028,"timestamp":647803777,"id":166,"parentId":113,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"rsc"},"startTime":1755518637006,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":25,"timestamp":647844963,"id":171,"parentId":131,"tags":{"name":"next/dist/compiled/next-server/app-page.runtime.prod.js","layer":null},"startTime":1755518637047,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":46980,"timestamp":647803914,"id":168,"parentId":114,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"rsc"},"startTime":1755518637006,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":48287,"timestamp":647803846,"id":167,"parentId":114,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"rsc"},"startTime":1755518637006,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":48914,"timestamp":647803980,"id":169,"parentId":114,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"rsc"},"startTime":1755518637007,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":84272,"timestamp":647776699,"id":138,"parentId":86,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"rsc"},"startTime":1755518636979,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":79593,"timestamp":647781917,"id":146,"parentId":98,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/detached-promise.js","layer":"pages-dir-node"},"startTime":1755518636984,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":80235,"timestamp":647781963,"id":147,"parentId":104,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/detached-promise.js","layer":"rsc"},"startTime":1755518636984,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":81265,"timestamp":647782130,"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":1755518636985,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":82404,"timestamp":647782189,"id":149,"parentId":104,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/client-component-renderer-logger.js","layer":"rsc"},"startTime":1755518636985,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":22593,"timestamp":647845370,"id":174,"parentId":112,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/invariant-error.js","layer":"rsc"},"startTime":1755518637048,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":24095,"timestamp":647845234,"id":173,"parentId":125,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/http-access-fallback/error-fallback.js","layer":"rsc"},"startTime":1755518637048,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":24816,"timestamp":647845030,"id":172,"parentId":116,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"rsc"},"startTime":1755518637048,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":6434,"timestamp":647875817,"id":178,"parentId":117,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/errors/constants.js","layer":"pages-dir-node"},"startTime":1755518637078,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":6759,"timestamp":647875870,"id":179,"parentId":118,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/errors/constants.js","layer":"rsc"},"startTime":1755518637078,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":7994,"timestamp":647875686,"id":177,"parentId":29,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/app/page.tsx","layer":"rsc"},"startTime":1755518637078,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":8349,"timestamp":647875935,"id":180,"parentId":117,"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":1755518637078,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":8821,"timestamp":647875979,"id":181,"parentId":118,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/segment-cache/output-export-prefetch-encoding.js","layer":"rsc"},"startTime":1755518637079,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":9068,"timestamp":647876187,"id":183,"parentId":116,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/metadata/metadata-boundary.js","layer":"rsc"},"startTime":1755518637079,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":10849,"timestamp":647874970,"id":176,"parentId":27,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/app/layout.tsx","layer":"rsc"},"startTime":1755518637078,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":10280,"timestamp":647876571,"id":187,"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":1755518637079,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":92088,"timestamp":647802373,"id":153,"parentId":117,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/stream-utils/uint8array-helpers.js","layer":"pages-dir-node"},"startTime":1755518637005,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":93422,"timestamp":647802442,"id":154,"parentId":118,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/stream-utils/uint8array-helpers.js","layer":"rsc"},"startTime":1755518637005,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":98644,"timestamp":647803307,"id":163,"parentId":116,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/params.js","layer":"rsc"},"startTime":1755518637006,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":108925,"timestamp":647803120,"id":162,"parentId":116,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/search-params.js","layer":"rsc"},"startTime":1755518637006,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":112295,"timestamp":647803617,"id":165,"parentId":116,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/collect-segment-data.js","layer":"rsc"},"startTime":1755518637006,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":31533,"timestamp":647888776,"id":188,"parentId":133,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"rsc"},"startTime":1755518637091,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":35407,"timestamp":647888952,"id":189,"parentId":133,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"rsc"},"startTime":1755518637091,"traceId":"ef4822359fdb07a1"},{"name":"build-module-cjs","duration":89823,"timestamp":647845478,"id":175,"parentId":25,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/cjs/_interop_require_default.cjs","layer":"pages-dir-node"},"startTime":1755518637048,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":9224,"timestamp":647928757,"id":190,"parentId":167,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"rsc"},"startTime":1755518637131,"traceId":"ef4822359fdb07a1"},{"name":"add-entry","duration":742219,"timestamp":647196108,"id":21,"parentId":18,"tags":{"request":"next/dist/pages/_app"},"startTime":1755518636399,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":66591,"timestamp":647876076,"id":182,"parentId":116,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/metadata.js","layer":"rsc"},"startTime":1755518637079,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":66866,"timestamp":647876359,"id":185,"parentId":116,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/rsc/postpone.js","layer":"rsc"},"startTime":1755518637079,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":68263,"timestamp":647876468,"id":186,"parentId":116,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/rsc/taint.js","layer":"rsc"},"startTime":1755518637079,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":69621,"timestamp":647876252,"id":184,"parentId":116,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/rsc/preloads.js","layer":"rsc"},"startTime":1755518637079,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":13959,"timestamp":647939239,"id":202,"parentId":166,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"rsc"},"startTime":1755518637142,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":17041,"timestamp":647938387,"id":192,"parentId":187,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"pages-dir-node"},"startTime":1755518637141,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":12701,"timestamp":647947384,"id":203,"parentId":189,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"rsc"},"startTime":1755518637150,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":13530,"timestamp":647947518,"id":204,"parentId":138,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"rsc"},"startTime":1755518637150,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":14006,"timestamp":647947815,"id":206,"parentId":167,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/segment.js","layer":"rsc"},"startTime":1755518637150,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":16939,"timestamp":647947903,"id":207,"parentId":168,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"rsc"},"startTime":1755518637150,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":36964,"timestamp":647928914,"id":191,"parentId":51,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/api/server.js","layer":"rsc"},"startTime":1755518637131,"traceId":"ef4822359fdb07a1"},{"name":"build-module-external","duration":19,"timestamp":647970561,"id":211,"parentId":163,"tags":{"name":"../app-render/dynamic-access-async-storage.external","layer":null},"startTime":1755518637173,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":38919,"timestamp":647938478,"id":193,"parentId":97,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/pages/vendored/contexts/amp-context.js","layer":"pages-dir-node"},"startTime":1755518637141,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":40493,"timestamp":647938701,"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":1755518637141,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":42071,"timestamp":647938766,"id":197,"parentId":142,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/next-url.js","layer":"rsc"},"startTime":1755518637141,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":42464,"timestamp":647938531,"id":194,"parentId":97,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/pages/vendored/contexts/head-manager-context.js","layer":"pages-dir-node"},"startTime":1755518637141,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":42638,"timestamp":647938879,"id":198,"parentId":152,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/error.js","layer":"pages-dir-node"},"startTime":1755518637141,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":43128,"timestamp":647938923,"id":199,"parentId":142,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/error.js","layer":"rsc"},"startTime":1755518637141,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":43294,"timestamp":647939071,"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":1755518637142,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":43682,"timestamp":647939121,"id":201,"parentId":142,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/cookies.js","layer":"rsc"},"startTime":1755518637142,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":44862,"timestamp":647938570,"id":195,"parentId":141,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/api-utils/get-cookie-parser.js","layer":"rsc"},"startTime":1755518637141,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":16060,"timestamp":647970365,"id":209,"parentId":173,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/styles/access-error-styles.js","layer":"rsc"},"startTime":1755518637173,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":16362,"timestamp":647970835,"id":214,"parentId":163,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils/reflect-utils.js","layer":"rsc"},"startTime":1755518637173,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":17499,"timestamp":647970896,"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":1755518637173,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":21347,"timestamp":647971102,"id":217,"parentId":189,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"rsc"},"startTime":1755518637174,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":21646,"timestamp":647971171,"id":218,"parentId":189,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"rsc"},"startTime":1755518637174,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":46620,"timestamp":647947639,"id":205,"parentId":138,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/metadata-constants.js","layer":"rsc"},"startTime":1755518637150,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5867,"timestamp":647989297,"id":219,"parentId":192,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/segment.js","layer":"pages-dir-node"},"startTime":1755518637192,"traceId":"ef4822359fdb07a1"}]
3
+ [{"name":"add-entry","duration":800147,"timestamp":647196148,"id":24,"parentId":18,"tags":{"request":"next/dist/pages/_document"},"startTime":1755518636399,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":6522,"timestamp":647996180,"id":226,"parentId":182,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/metadata/async-metadata.js","layer":"rsc"},"startTime":1755518637199,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":7526,"timestamp":647995947,"id":224,"parentId":182,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"rsc"},"startTime":1755518637198,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":22,"timestamp":648005875,"id":227,"parentId":177,"tags":{"name":"node:path","layer":null},"startTime":1755518637208,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":39209,"timestamp":647970162,"id":208,"parentId":88,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/api-utils/index.js","layer":"rsc"},"startTime":1755518637173,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":40912,"timestamp":647970724,"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":1755518637173,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":41329,"timestamp":647970958,"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":1755518637173,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":43637,"timestamp":647970446,"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":1755518637173,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":56289,"timestamp":647970600,"id":212,"parentId":162,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/utils.js","layer":"rsc"},"startTime":1755518637173,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":35841,"timestamp":647995711,"id":222,"parentId":124,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-loader/module-proxy.js","layer":"rsc"},"startTime":1755518637198,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":37095,"timestamp":647995480,"id":220,"parentId":63,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/fresh/index.js","layer":"pages-dir-node"},"startTime":1755518637198,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":37839,"timestamp":647995553,"id":221,"parentId":93,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/fresh/index.js","layer":"rsc"},"startTime":1755518637198,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":42514,"timestamp":647995832,"id":223,"parentId":182,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/resolve-metadata.js","layer":"rsc"},"startTime":1755518637198,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":43011,"timestamp":647996037,"id":225,"parentId":182,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/pathname.js","layer":"rsc"},"startTime":1755518637199,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":11892,"timestamp":648028141,"id":236,"parentId":197,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/get-hostname.js","layer":"rsc"},"startTime":1755518637231,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":12280,"timestamp":648028067,"id":235,"parentId":196,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/get-hostname.js","layer":"pages-dir-node"},"startTime":1755518637231,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":2820,"timestamp":648042936,"id":241,"parentId":213,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/is-error.js","layer":"rsc"},"startTime":1755518637245,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":19420,"timestamp":648028227,"id":237,"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":1755518637231,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":19812,"timestamp":648028274,"id":238,"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":1755518637231,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":20603,"timestamp":648028336,"id":239,"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":1755518637231,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":21369,"timestamp":648028386,"id":240,"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":1755518637231,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":38732,"timestamp":648018425,"id":230,"parentId":182,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/generate/alternate.js","layer":"rsc"},"startTime":1755518637221,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":39560,"timestamp":648017934,"id":228,"parentId":182,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/router-utils/is-postpone.js","layer":"rsc"},"startTime":1755518637220,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":42592,"timestamp":648018237,"id":229,"parentId":182,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/generate/basic.js","layer":"rsc"},"startTime":1755518637221,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":42931,"timestamp":648018779,"id":232,"parentId":182,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/generate/icons.js","layer":"rsc"},"startTime":1755518637221,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":45429,"timestamp":648018602,"id":231,"parentId":182,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/generate/opengraph.js","layer":"rsc"},"startTime":1755518637221,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":46921,"timestamp":648018954,"id":233,"parentId":182,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/generate/meta.js","layer":"rsc"},"startTime":1755518637221,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":14951,"timestamp":648053199,"id":247,"parentId":197,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js","layer":"rsc"},"startTime":1755518637256,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":15543,"timestamp":648053136,"id":246,"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":1755518637256,"traceId":"ef4822359fdb07a1"},{"name":"build-module-cjs","duration":47082,"timestamp":648027976,"id":234,"parentId":97,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs","layer":"pages-dir-node"},"startTime":1755518637231,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":7762,"timestamp":648069942,"id":250,"parentId":213,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/is-next-router-error.js","layer":"rsc"},"startTime":1755518637272,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":42195,"timestamp":648043139,"id":242,"parentId":170,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/get-metadata-route.js","layer":"rsc"},"startTime":1755518637246,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":42440,"timestamp":648043261,"id":243,"parentId":116,"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":1755518637246,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":42540,"timestamp":648043383,"id":244,"parentId":116,"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":1755518637246,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":8447,"timestamp":648080053,"id":254,"parentId":237,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"pages-dir-node"},"startTime":1755518637283,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":8996,"timestamp":648079913,"id":253,"parentId":241,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"rsc"},"startTime":1755518637282,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":9181,"timestamp":648080115,"id":255,"parentId":239,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"pages-dir-node"},"startTime":1755518637283,"traceId":"ef4822359fdb07a1"},{"name":"build-module-external","duration":21,"timestamp":648090312,"id":257,"parentId":212,"tags":{"name":"../app-render/after-task-async-storage.external","layer":null},"startTime":1755518637293,"traceId":"ef4822359fdb07a1"},{"name":"build-module-css","duration":1061,"timestamp":648090347,"id":258,"parentId":176,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/app/globals.css","layer":"rsc"},"startTime":1755518637293,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":14234,"timestamp":648080161,"id":256,"parentId":239,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"pages-dir-node"},"startTime":1755518637283,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":43475,"timestamp":648052961,"id":245,"parentId":191,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/exports/index.js","layer":"rsc"},"startTime":1755518637255,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":7524,"timestamp":648090701,"id":259,"parentId":213,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"rsc"},"startTime":1755518637293,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":32944,"timestamp":648069819,"id":249,"parentId":213,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/error-telemetry-utils.js","layer":"rsc"},"startTime":1755518637272,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":33079,"timestamp":648070041,"id":251,"parentId":213,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/react-large-shell-error.js","layer":"rsc"},"startTime":1755518637273,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":35266,"timestamp":648070163,"id":252,"parentId":208,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/adapters/headers.js","layer":"rsc"},"startTime":1755518637273,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":7314,"timestamp":648099045,"id":268,"parentId":237,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"pages-dir-node"},"startTime":1755518637302,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":7880,"timestamp":648098902,"id":266,"parentId":239,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"pages-dir-node"},"startTime":1755518637301,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":8264,"timestamp":648098960,"id":267,"parentId":240,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"rsc"},"startTime":1755518637301,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":8437,"timestamp":648099091,"id":269,"parentId":238,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"rsc"},"startTime":1755518637302,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":8654,"timestamp":648099156,"id":270,"parentId":237,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"pages-dir-node"},"startTime":1755518637302,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":8927,"timestamp":648099198,"id":271,"parentId":238,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"rsc"},"startTime":1755518637302,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":9463,"timestamp":648099253,"id":272,"parentId":237,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"pages-dir-node"},"startTime":1755518637302,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":9814,"timestamp":648099294,"id":273,"parentId":238,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"rsc"},"startTime":1755518637302,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":44876,"timestamp":648069636,"id":248,"parentId":213,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/format-server-error.js","layer":"rsc"},"startTime":1755518637272,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":7512,"timestamp":648109645,"id":275,"parentId":177,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/app/env.ts","layer":"rsc"},"startTime":1755518637312,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":7908,"timestamp":648109517,"id":274,"parentId":242,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":"rsc"},"startTime":1755518637312,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":29881,"timestamp":648090799,"id":260,"parentId":223,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/interop-default.js","layer":"rsc"},"startTime":1755518637293,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":30344,"timestamp":648091053,"id":262,"parentId":223,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/app-dir-module.js","layer":"rsc"},"startTime":1755518637294,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":30946,"timestamp":648090919,"id":261,"parentId":223,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/default-metadata.js","layer":"rsc"},"startTime":1755518637293,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":31287,"timestamp":648091165,"id":263,"parentId":223,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/generate/utils.js","layer":"rsc"},"startTime":1755518637294,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":7673,"timestamp":648119261,"id":284,"parentId":256,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"pages-dir-node"},"startTime":1755518637322,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":8853,"timestamp":648119341,"id":285,"parentId":250,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-error.js","layer":"rsc"},"startTime":1755518637322,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":30223,"timestamp":648098775,"id":265,"parentId":116,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react.js","layer":"rsc"},"startTime":1755518637301,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":30729,"timestamp":648098623,"id":264,"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":1755518637301,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":6745,"timestamp":648124969,"id":289,"parentId":242,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/hash.js","layer":"rsc"},"startTime":1755518637328,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":22911,"timestamp":648109889,"id":277,"parentId":223,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/resolvers/resolve-title.js","layer":"rsc"},"startTime":1755518637312,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":24559,"timestamp":648109772,"id":276,"parentId":223,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/resolvers/resolve-opengraph.js","layer":"rsc"},"startTime":1755518637312,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":24765,"timestamp":648110142,"id":279,"parentId":223,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/resolvers/resolve-icons.js","layer":"rsc"},"startTime":1755518637313,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":27468,"timestamp":648110028,"id":278,"parentId":223,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/resolvers/resolve-basics.js","layer":"rsc"},"startTime":1755518637313,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":29047,"timestamp":648110251,"id":280,"parentId":223,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/output/log.js","layer":"rsc"},"startTime":1755518637313,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":29364,"timestamp":648110362,"id":281,"parentId":233,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/non-nullable.js","layer":"rsc"},"startTime":1755518637313,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":29951,"timestamp":648110469,"id":282,"parentId":229,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/constants.js","layer":"rsc"},"startTime":1755518637313,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":35524,"timestamp":648110573,"id":283,"parentId":232,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/generate/icon-mark.js","layer":"rsc"},"startTime":1755518637313,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":4896,"timestamp":648141592,"id":296,"parentId":242,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/isomorphic/path.js","layer":"rsc"},"startTime":1755518637344,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":26705,"timestamp":648124736,"id":287,"parentId":242,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/server-utils.js","layer":"rsc"},"startTime":1755518637327,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":27184,"timestamp":648124585,"id":286,"parentId":165,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react-server-dom-webpack/client.node.js","layer":"rsc"},"startTime":1755518637327,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":28389,"timestamp":648124861,"id":288,"parentId":242,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/is-metadata-route.js","layer":"rsc"},"startTime":1755518637327,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":30467,"timestamp":648130153,"id":293,"parentId":245,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/response.js","layer":"rsc"},"startTime":1755518637333,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":30918,"timestamp":648130026,"id":292,"parentId":245,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/image-response.js","layer":"rsc"},"startTime":1755518637333,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":31588,"timestamp":648130268,"id":294,"parentId":245,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/user-agent.js","layer":"rsc"},"startTime":1755518637333,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":31814,"timestamp":648130374,"id":295,"parentId":245,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/url-pattern.js","layer":"rsc"},"startTime":1755518637333,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":40745,"timestamp":648129733,"id":290,"parentId":245,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/connection.js","layer":"rsc"},"startTime":1755518637332,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":42021,"timestamp":648129884,"id":291,"parentId":245,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/root-params.js","layer":"rsc"},"startTime":1755518637332,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":3160,"timestamp":648182553,"id":310,"parentId":287,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/path-match.js","layer":"rsc"},"startTime":1755518637385,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":15003,"timestamp":648172714,"id":297,"parentId":280,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/picocolors.js","layer":"rsc"},"startTime":1755518637375,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":15576,"timestamp":648172911,"id":298,"parentId":287,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/url.js","layer":"rsc"},"startTime":1755518637375,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":16287,"timestamp":648173064,"id":299,"parentId":280,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/lru-cache.js","layer":"rsc"},"startTime":1755518637376,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":17547,"timestamp":648173191,"id":300,"parentId":276,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/resolvers/resolve-url.js","layer":"rsc"},"startTime":1755518637376,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":9486,"timestamp":648182682,"id":312,"parentId":287,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"rsc"},"startTime":1755518637385,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":11094,"timestamp":648184395,"id":314,"parentId":177,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/envin.tsx","layer":"rsc"},"startTime":1755518637387,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":15583,"timestamp":648182615,"id":311,"parentId":287,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/prepare-destination.js","layer":"rsc"},"startTime":1755518637385,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":49561,"timestamp":648192584,"id":315,"parentId":287,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"rsc"},"startTime":1755518637395,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":65587,"timestamp":648181900,"id":305,"parentId":184,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-dom.js","layer":"rsc"},"startTime":1755518637384,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":65621,"timestamp":648182214,"id":307,"parentId":287,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/decode-query-path-parameter.js","layer":"rsc"},"startTime":1755518637385,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":66972,"timestamp":648182086,"id":306,"parentId":287,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/generate-interception-routes-rewrites.js","layer":"rsc"},"startTime":1755518637385,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":67475,"timestamp":648182328,"id":308,"parentId":287,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/parse-and-validate-flight-router-state.js","layer":"rsc"},"startTime":1755518637385,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":67776,"timestamp":648182445,"id":309,"parentId":288,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/is-app-route-route.js","layer":"rsc"},"startTime":1755518637385,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":13888,"timestamp":648243109,"id":320,"parentId":177,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/get-config-file.ts","layer":"rsc"},"startTime":1755518637446,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":96011,"timestamp":648177647,"id":301,"parentId":177,"tags":{"name":"__barrel_optimize__?names=Ban!=!/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"rsc"},"startTime":1755518637380,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":96545,"timestamp":648177766,"id":302,"parentId":176,"tags":{"name":"__barrel_optimize__?names=Shrub!=!/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"rsc"},"startTime":1755518637380,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":42056,"timestamp":648243339,"id":321,"parentId":195,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/cookie/index.js","layer":"rsc"},"startTime":1755518637446,"traceId":"ef4822359fdb07a1"}]
4
+ [{"name":"build-module-js","duration":8987,"timestamp":648283737,"id":326,"parentId":312,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"rsc"},"startTime":1755518637486,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":126459,"timestamp":648184171,"id":313,"parentId":286,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js","layer":"rsc"},"startTime":1755518637387,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":45642,"timestamp":648265595,"id":322,"parentId":245,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/after/index.js","layer":"rsc"},"startTime":1755518637468,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":26955,"timestamp":648291487,"id":330,"parentId":311,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/parse-url.js","layer":"rsc"},"startTime":1755518637494,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":27444,"timestamp":648291411,"id":329,"parentId":315,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/match-segments.js","layer":"rsc"},"startTime":1755518637494,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":51617,"timestamp":648283330,"id":323,"parentId":200,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js","layer":"pages-dir-node"},"startTime":1755518637486,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":55162,"timestamp":648283407,"id":324,"parentId":201,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js","layer":"rsc"},"startTime":1755518637486,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":55711,"timestamp":648283582,"id":325,"parentId":213,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/string-hash/index.js","layer":"rsc"},"startTime":1755518637486,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":32,"timestamp":648340575,"id":332,"parentId":313,"tags":{"name":"util","layer":null},"startTime":1755518637543,"traceId":"ef4822359fdb07a1"},{"name":"add-entry","duration":1144793,"timestamp":647196123,"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":1755518636399,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":52637,"timestamp":648290866,"id":328,"parentId":312,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"rsc"},"startTime":1755518637493,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":53053,"timestamp":648290715,"id":327,"parentId":223,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/server-only/empty.js","layer":"rsc"},"startTime":1755518637493,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":4537,"timestamp":648340782,"id":334,"parentId":302,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/shrub.js","layer":"rsc"},"startTime":1755518637543,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5646,"timestamp":648340623,"id":333,"parentId":301,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/ban.js","layer":"rsc"},"startTime":1755518637543,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":32775,"timestamp":648314541,"id":331,"parentId":308,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/types.js","layer":"rsc"},"startTime":1755518637517,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":4740,"timestamp":648352818,"id":336,"parentId":330,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":"rsc"},"startTime":1755518637555,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":11389,"timestamp":648349688,"id":335,"parentId":322,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/after/after.js","layer":"rsc"},"startTime":1755518637552,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":13727,"timestamp":648359611,"id":337,"parentId":334,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/createLucideIcon.js","layer":"rsc"},"startTime":1755518637562,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":7122,"timestamp":648374258,"id":340,"parentId":177,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/variables/index.ts","layer":"rsc"},"startTime":1755518637577,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":16787,"timestamp":648371240,"id":338,"parentId":320,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-loader/server-reference.js","layer":"rsc"},"startTime":1755518637574,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":6525,"timestamp":648383357,"id":341,"parentId":320,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/run-bundled-code.ts","layer":"rsc"},"startTime":1755518637586,"traceId":"ef4822359fdb07a1"},{"name":"font-loader","duration":158794,"timestamp":648231789,"id":319,"parentId":318,"tags":{},"startTime":1755518637434,"traceId":"ef4822359fdb07a1"},{"name":"font-loader","duration":164196,"timestamp":648227685,"id":317,"parentId":316,"tags":{},"startTime":1755518637430,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":19,"timestamp":648393524,"id":342,"parentId":320,"tags":{"name":"esbuild","layer":null},"startTime":1755518637596,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":28058,"timestamp":648371393,"id":339,"parentId":320,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-loader/action-validate.js","layer":"rsc"},"startTime":1755518637574,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":6621,"timestamp":648393562,"id":343,"parentId":337,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/Icon.js","layer":"rsc"},"startTime":1755518637596,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":43966,"timestamp":648400510,"id":344,"parentId":294,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/ua-parser-js/ua-parser.js","layer":"rsc"},"startTime":1755518637603,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":50523,"timestamp":648400668,"id":345,"parentId":320,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/encryption.js","layer":"rsc"},"startTime":1755518637603,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":38203,"timestamp":648413533,"id":350,"parentId":320,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/cli/utils/logger.ts","layer":"rsc"},"startTime":1755518637616,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":38591,"timestamp":648413457,"id":349,"parentId":343,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/defaultAttributes.js","layer":"rsc"},"startTime":1755518637616,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":39334,"timestamp":648413374,"id":348,"parentId":337,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/shared/src/utils.js","layer":"rsc"},"startTime":1755518637616,"traceId":"ef4822359fdb07a1"},{"name":"add-entry","duration":1257436,"timestamp":647196076,"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":1755518636399,"traceId":"ef4822359fdb07a1"},{"name":"postcss","duration":4982,"timestamp":648662154,"id":351,"parentId":318,"tags":{},"startTime":1755518637865,"traceId":"ef4822359fdb07a1"},{"name":"postcss","duration":2055,"timestamp":648665093,"id":352,"parentId":316,"tags":{},"startTime":1755518637868,"traceId":"ef4822359fdb07a1"},{"name":"next-font-loader","duration":435954,"timestamp":648231759,"id":318,"parentId":304,"tags":{},"startTime":1755518637434,"traceId":"ef4822359fdb07a1"},{"name":"next-font-loader","duration":468906,"timestamp":648198813,"id":316,"parentId":303,"tags":{},"startTime":1755518637401,"traceId":"ef4822359fdb07a1"},{"name":"css-loader","duration":34976,"timestamp":648667332,"id":353,"parentId":304,"tags":{"astUsed":"true"},"startTime":1755518637870,"traceId":"ef4822359fdb07a1"},{"name":"css-loader","duration":34621,"timestamp":648667698,"id":354,"parentId":303,"tags":{"astUsed":"true"},"startTime":1755518637870,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":522617,"timestamp":648180202,"id":304,"parentId":176,"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":1755518637383,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":525281,"timestamp":648177856,"id":303,"parentId":176,"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":1755518637380,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":29,"timestamp":648705922,"id":356,"parentId":341,"tags":{"name":"node:vm","layer":null},"startTime":1755518637908,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":21,"timestamp":648708693,"id":358,"parentId":340,"tags":{"name":"node:fs","layer":null},"startTime":1755518637911,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":5992,"timestamp":648705544,"id":355,"parentId":320,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/improve-error-with-sourcemap.ts","layer":"rsc"},"startTime":1755518637908,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":299833,"timestamp":648413210,"id":347,"parentId":320,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/index.js","layer":"rsc"},"startTime":1755518637616,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":9879,"timestamp":648708735,"id":359,"parentId":320,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/result.ts","layer":"rsc"},"startTime":1755518637911,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":4902,"timestamp":648714665,"id":360,"parentId":314,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/filters/context.tsx","layer":"rsc"},"startTime":1755518637917,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":5266,"timestamp":648714890,"id":361,"parentId":314,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/context.tsx","layer":"rsc"},"startTime":1755518637917,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":22395,"timestamp":648705969,"id":357,"parentId":310,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/path-to-regexp/index.js","layer":"rsc"},"startTime":1755518637909,"traceId":"ef4822359fdb07a1"},{"name":"build-module-cjs","duration":40311,"timestamp":648715101,"id":362,"parentId":308,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/superstruct/index.cjs","layer":"rsc"},"startTime":1755518637918,"traceId":"ef4822359fdb07a1"},{"name":"add-entry","duration":1560156,"timestamp":647195614,"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":1755518636398,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":353791,"timestamp":648406594,"id":346,"parentId":341,"tags":{"layer":"rsc"},"startTime":1755518637609,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":3607,"timestamp":648757367,"id":363,"parentId":340,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/variables/default.ts","layer":"rsc"},"startTime":1755518637960,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":9577,"timestamp":648761832,"id":365,"parentId":341,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/static-node-modules-for-vm.ts","layer":"rsc"},"startTime":1755518637964,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":10711,"timestamp":648761652,"id":364,"parentId":340,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/variables/description.ts","layer":"rsc"},"startTime":1755518637964,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":56,"timestamp":648786899,"id":367,"parentId":365,"tags":{"name":"node:fs/promises","layer":null},"startTime":1755518637989,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":22,"timestamp":648789068,"id":370,"parentId":365,"tags":{"name":"node:timers/promises","layer":null},"startTime":1755518637992,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":12,"timestamp":648789110,"id":371,"parentId":365,"tags":{"name":"node:util/types","layer":null},"startTime":1755518637992,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":20232,"timestamp":648773738,"id":366,"parentId":347,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/external.js","layer":"rsc"},"startTime":1755518637976,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":8334,"timestamp":648788593,"id":368,"parentId":314,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/index.tsx","layer":"rsc"},"startTime":1755518637991,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":29353,"timestamp":648788841,"id":369,"parentId":314,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/filters/index.tsx","layer":"rsc"},"startTime":1755518637991,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":8600,"timestamp":648821721,"id":372,"parentId":341,"tags":{"name":"/home/runner/work/envin/envin/packages/core/dist/presets/arktype.js","layer":"rsc"},"startTime":1755518638024,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":11102,"timestamp":648821921,"id":373,"parentId":341,"tags":{"name":"/home/runner/work/envin/envin/packages/core/dist/presets/valibot.js","layer":"rsc"},"startTime":1755518638024,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":19,"timestamp":648833458,"id":375,"parentId":365,"tags":{"name":"node:timers","layer":null},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":8,"timestamp":648833492,"id":376,"parentId":365,"tags":{"name":"node:util","layer":null},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":6,"timestamp":648833507,"id":377,"parentId":365,"tags":{"name":"node:assert","layer":null},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":5,"timestamp":648833518,"id":378,"parentId":365,"tags":{"name":"node:async_hooks","layer":null},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":5,"timestamp":648833529,"id":379,"parentId":365,"tags":{"name":"node:buffer","layer":null},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":5,"timestamp":648833538,"id":380,"parentId":365,"tags":{"name":"node:child_process","layer":null},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":4,"timestamp":648833548,"id":381,"parentId":365,"tags":{"name":"node:cluster","layer":null},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":4,"timestamp":648833557,"id":382,"parentId":365,"tags":{"name":"node:console","layer":null},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":4,"timestamp":648833565,"id":383,"parentId":365,"tags":{"name":"node:constants","layer":null},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":4,"timestamp":648833574,"id":384,"parentId":365,"tags":{"name":"node:crypto","layer":null},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":4,"timestamp":648833582,"id":385,"parentId":365,"tags":{"name":"node:dgram","layer":null},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":4,"timestamp":648833590,"id":386,"parentId":365,"tags":{"name":"node:diagnostics_channel","layer":null},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":3,"timestamp":648833599,"id":387,"parentId":365,"tags":{"name":"node:dns","layer":null},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":5,"timestamp":648833607,"id":388,"parentId":365,"tags":{"name":"node:domain","layer":null},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":4,"timestamp":648833615,"id":389,"parentId":365,"tags":{"name":"node:http2","layer":null},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":4,"timestamp":648833623,"id":390,"parentId":365,"tags":{"name":"node:http","layer":null},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":4,"timestamp":648833631,"id":391,"parentId":365,"tags":{"name":"node:inspector","layer":null},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":3,"timestamp":648833640,"id":392,"parentId":365,"tags":{"name":"node:https","layer":null},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":4,"timestamp":648833647,"id":393,"parentId":365,"tags":{"name":"node:net","layer":null},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":4,"timestamp":648833655,"id":394,"parentId":365,"tags":{"name":"node:module","layer":null},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":4,"timestamp":648833663,"id":395,"parentId":365,"tags":{"name":"node:os","layer":null},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":4,"timestamp":648833672,"id":396,"parentId":365,"tags":{"name":"node:perf_hooks","layer":null},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":4,"timestamp":648833681,"id":397,"parentId":365,"tags":{"name":"node:process","layer":null},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":4,"timestamp":648833689,"id":398,"parentId":365,"tags":{"name":"node:querystring","layer":null},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":16,"timestamp":648833737,"id":399,"parentId":365,"tags":{"name":"node:readline","layer":null},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":10,"timestamp":648833766,"id":400,"parentId":365,"tags":{"name":"node:repl","layer":null},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":9,"timestamp":648833785,"id":401,"parentId":365,"tags":{"name":"node:stream","layer":null},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":9,"timestamp":648833803,"id":402,"parentId":365,"tags":{"name":"node:string_decoder","layer":null},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":8,"timestamp":648833820,"id":403,"parentId":365,"tags":{"name":"node:tty","layer":null},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":9,"timestamp":648833836,"id":404,"parentId":365,"tags":{"name":"node:tls","layer":null},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":7,"timestamp":648833853,"id":405,"parentId":365,"tags":{"name":"node:url","layer":null},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":8,"timestamp":648833869,"id":406,"parentId":365,"tags":{"name":"node:v8","layer":null},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":8,"timestamp":648833885,"id":407,"parentId":365,"tags":{"name":"node:worker_threads","layer":null},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":7,"timestamp":648833901,"id":408,"parentId":365,"tags":{"name":"node:zlib","layer":null},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":7,"timestamp":648833916,"id":409,"parentId":365,"tags":{"name":"node:events","layer":null},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":17701,"timestamp":648822084,"id":374,"parentId":341,"tags":{"name":"/home/runner/work/envin/envin/packages/core/dist/presets/zod.js","layer":"rsc"},"startTime":1755518638025,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":7942,"timestamp":648833932,"id":410,"parentId":346,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/cn.ts","layer":"rsc"},"startTime":1755518638036,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":8131,"timestamp":648834179,"id":411,"parentId":346,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/register-spinner-autostopping.ts","layer":"rsc"},"startTime":1755518638037,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":6035,"timestamp":648843048,"id":413,"parentId":340,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/types.ts","layer":"rsc"},"startTime":1755518638046,"traceId":"ef4822359fdb07a1"}]
5
+ [{"name":"build-module-js","duration":13431,"timestamp":648842787,"id":412,"parentId":340,"tags":{"name":"/home/runner/work/envin/envin/node_modules/dotenv/lib/main.js","layer":"rsc"},"startTime":1755518638045,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":39999,"timestamp":648843296,"id":414,"parentId":366,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/schemas.js","layer":"rsc"},"startTime":1755518638046,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":40835,"timestamp":648843501,"id":415,"parentId":366,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/errors.js","layer":"rsc"},"startTime":1755518638046,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":41256,"timestamp":648843702,"id":416,"parentId":366,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/checks.js","layer":"rsc"},"startTime":1755518638046,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":41739,"timestamp":648843897,"id":417,"parentId":366,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/parse.js","layer":"rsc"},"startTime":1755518638046,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":42113,"timestamp":648844055,"id":418,"parentId":366,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/compat.js","layer":"rsc"},"startTime":1755518638047,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":42154,"timestamp":648844463,"id":420,"parentId":366,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/coerce.js","layer":"rsc"},"startTime":1755518638047,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":43057,"timestamp":648844263,"id":419,"parentId":366,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/iso.js","layer":"rsc"},"startTime":1755518638047,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":42469,"timestamp":648851859,"id":424,"parentId":341,"tags":{"name":"/home/runner/work/envin/envin/packages/core/dist/index.js","layer":"rsc"},"startTime":1755518638054,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":45401,"timestamp":648849757,"id":421,"parentId":366,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/index.js","layer":"rsc"},"startTime":1755518638052,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":47085,"timestamp":648849914,"id":422,"parentId":366,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/en.js","layer":"rsc"},"startTime":1755518638052,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":48141,"timestamp":648850075,"id":423,"parentId":366,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/index.js","layer":"rsc"},"startTime":1755518638053,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":34,"timestamp":648911180,"id":427,"parentId":412,"tags":{"name":"fs","layer":null},"startTime":1755518638114,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":13,"timestamp":648911240,"id":428,"parentId":412,"tags":{"name":"os","layer":null},"startTime":1755518638114,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":9,"timestamp":648911264,"id":429,"parentId":412,"tags":{"name":"crypto","layer":null},"startTime":1755518638114,"traceId":"ef4822359fdb07a1"},{"name":"build-module-json","duration":954,"timestamp":648926983,"id":430,"parentId":412,"tags":{"name":"/home/runner/work/envin/envin/node_modules/dotenv/package.json","layer":"rsc"},"startTime":1755518638130,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":40229,"timestamp":648889130,"id":425,"parentId":355,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/source-map.js","layer":"rsc"},"startTime":1755518638092,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":78084,"timestamp":648899755,"id":426,"parentId":350,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/index.mjs","layer":"rsc"},"startTime":1755518638102,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":55101,"timestamp":648930370,"id":431,"parentId":355,"tags":{"name":"/home/runner/work/envin/envin/node_modules/stacktrace-parser/dist/stack-trace-parser.esm.js","layer":"rsc"},"startTime":1755518638133,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":56477,"timestamp":648930779,"id":434,"parentId":421,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/core.js","layer":"rsc"},"startTime":1755518638133,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":64893,"timestamp":648930545,"id":432,"parentId":415,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/util.js","layer":"rsc"},"startTime":1755518638133,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":69099,"timestamp":648930663,"id":433,"parentId":421,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/parse.js","layer":"rsc"},"startTime":1755518638133,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":70779,"timestamp":648930884,"id":435,"parentId":421,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/errors.js","layer":"rsc"},"startTime":1755518638133,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":77648,"timestamp":648931115,"id":437,"parentId":421,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/checks.js","layer":"rsc"},"startTime":1755518638134,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":105936,"timestamp":648930985,"id":436,"parentId":421,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/schemas.js","layer":"rsc"},"startTime":1755518638134,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":106236,"timestamp":648931220,"id":438,"parentId":421,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/versions.js","layer":"rsc"},"startTime":1755518638134,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":106938,"timestamp":648931525,"id":441,"parentId":421,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/doc.js","layer":"rsc"},"startTime":1755518638134,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":108225,"timestamp":648931622,"id":442,"parentId":421,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/function.js","layer":"rsc"},"startTime":1755518638134,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":109227,"timestamp":648931423,"id":440,"parentId":421,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/registries.js","layer":"rsc"},"startTime":1755518638134,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":114634,"timestamp":648931726,"id":443,"parentId":421,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/api.js","layer":"rsc"},"startTime":1755518638134,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":114671,"timestamp":648931921,"id":445,"parentId":421,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/json-schema.js","layer":"rsc"},"startTime":1755518638134,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":118847,"timestamp":648931824,"id":444,"parentId":421,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/to-json-schema.js","layer":"rsc"},"startTime":1755518638134,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":119687,"timestamp":648932235,"id":448,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/be.js","layer":"rsc"},"startTime":1755518638135,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":123862,"timestamp":648932037,"id":446,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ar.js","layer":"rsc"},"startTime":1755518638135,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":127826,"timestamp":648931320,"id":439,"parentId":421,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/regexes.js","layer":"rsc"},"startTime":1755518638134,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":128424,"timestamp":648932139,"id":447,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/az.js","layer":"rsc"},"startTime":1755518638135,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":129508,"timestamp":648932329,"id":449,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ca.js","layer":"rsc"},"startTime":1755518638135,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":130428,"timestamp":648932431,"id":450,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/cs.js","layer":"rsc"},"startTime":1755518638135,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":131192,"timestamp":648932531,"id":451,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/da.js","layer":"rsc"},"startTime":1755518638135,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":131821,"timestamp":648932729,"id":453,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/eo.js","layer":"rsc"},"startTime":1755518638135,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":132687,"timestamp":648932627,"id":452,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/de.js","layer":"rsc"},"startTime":1755518638135,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":133254,"timestamp":648932826,"id":454,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/es.js","layer":"rsc"},"startTime":1755518638135,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":133981,"timestamp":648932922,"id":455,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fa.js","layer":"rsc"},"startTime":1755518638135,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":134573,"timestamp":648933144,"id":457,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fr.js","layer":"rsc"},"startTime":1755518638136,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":135207,"timestamp":648933348,"id":459,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/he.js","layer":"rsc"},"startTime":1755518638136,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":136300,"timestamp":648933041,"id":456,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fi.js","layer":"rsc"},"startTime":1755518638136,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":136865,"timestamp":648933243,"id":458,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fr-CA.js","layer":"rsc"},"startTime":1755518638136,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":137440,"timestamp":648933443,"id":460,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/hu.js","layer":"rsc"},"startTime":1755518638136,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":138019,"timestamp":648933646,"id":462,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/is.js","layer":"rsc"},"startTime":1755518638136,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":138867,"timestamp":648933538,"id":461,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/id.js","layer":"rsc"},"startTime":1755518638136,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":139400,"timestamp":648933743,"id":463,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/it.js","layer":"rsc"},"startTime":1755518638136,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":139878,"timestamp":648934054,"id":466,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ko.js","layer":"rsc"},"startTime":1755518638137,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":140762,"timestamp":648933942,"id":465,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/kh.js","layer":"rsc"},"startTime":1755518638136,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":141644,"timestamp":648933838,"id":464,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ja.js","layer":"rsc"},"startTime":1755518638136,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":141897,"timestamp":648934355,"id":469,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/nl.js","layer":"rsc"},"startTime":1755518638137,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":142890,"timestamp":648934155,"id":467,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/mk.js","layer":"rsc"},"startTime":1755518638137,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":143545,"timestamp":648934257,"id":468,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ms.js","layer":"rsc"},"startTime":1755518638137,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":144674,"timestamp":648934449,"id":470,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/no.js","layer":"rsc"},"startTime":1755518638137,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":145791,"timestamp":648934647,"id":472,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ps.js","layer":"rsc"},"startTime":1755518638137,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":147121,"timestamp":648934550,"id":471,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ota.js","layer":"rsc"},"startTime":1755518638137,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":148247,"timestamp":648934742,"id":473,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/pl.js","layer":"rsc"},"startTime":1755518638137,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":149472,"timestamp":648934938,"id":475,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ru.js","layer":"rsc"},"startTime":1755518638137,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":150452,"timestamp":648934836,"id":474,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/pt.js","layer":"rsc"},"startTime":1755518638137,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":152479,"timestamp":648935053,"id":476,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/sl.js","layer":"rsc"},"startTime":1755518638138,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":153198,"timestamp":648935160,"id":477,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/sv.js","layer":"rsc"},"startTime":1755518638138,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":154275,"timestamp":648935261,"id":478,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ta.js","layer":"rsc"},"startTime":1755518638138,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":155480,"timestamp":648935452,"id":480,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/tr.js","layer":"rsc"},"startTime":1755518638138,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":156424,"timestamp":648935553,"id":481,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ua.js","layer":"rsc"},"startTime":1755518638138,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":157417,"timestamp":648935358,"id":479,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/th.js","layer":"rsc"},"startTime":1755518638138,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":157792,"timestamp":648935752,"id":483,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/vi.js","layer":"rsc"},"startTime":1755518638138,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":158424,"timestamp":648935854,"id":484,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/zh-CN.js","layer":"rsc"},"startTime":1755518638138,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":159068,"timestamp":648935950,"id":485,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/zh-TW.js","layer":"rsc"},"startTime":1755518638138,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":159681,"timestamp":648936063,"id":486,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/yo.js","layer":"rsc"},"startTime":1755518638139,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":160850,"timestamp":648935650,"id":482,"parentId":423,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ur.js","layer":"rsc"},"startTime":1755518638138,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":6984,"timestamp":649109228,"id":487,"parentId":426,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/core.mjs","layer":"rsc"},"startTime":1755518638312,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":14464,"timestamp":649110813,"id":489,"parentId":425,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/source-map-consumer.js","layer":"rsc"},"startTime":1755518638313,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":17844,"timestamp":649110641,"id":488,"parentId":425,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/source-map-generator.js","layer":"rsc"},"startTime":1755518638313,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":18362,"timestamp":649111082,"id":491,"parentId":426,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/shared/consola.DRwqZj3T.mjs","layer":"rsc"},"startTime":1755518638314,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":20401,"timestamp":649110940,"id":490,"parentId":425,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/source-node.js","layer":"rsc"},"startTime":1755518638313,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":23915,"timestamp":649111197,"id":492,"parentId":426,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/shared/consola.DXBYu-KD.mjs","layer":"rsc"},"startTime":1755518638314,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":65096,"timestamp":649111302,"id":493,"parentId":426,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/chunks/prompt.mjs","layer":"rsc"},"startTime":1755518638314,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":59564,"timestamp":649117889,"id":494,"parentId":368,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/form.tsx","layer":"rsc"},"startTime":1755518638320,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":45596,"timestamp":649136176,"id":496,"parentId":368,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/preview.tsx","layer":"rsc"},"startTime":1755518638339,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":55541,"timestamp":649135859,"id":495,"parentId":411,"tags":{"name":"/home/runner/work/envin/envin/node_modules/log-symbols/index.js","layer":"rsc"},"startTime":1755518638338,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":2934,"timestamp":649190784,"id":498,"parentId":410,"tags":{"name":"/home/runner/work/envin/envin/node_modules/clsx/dist/clsx.mjs","layer":"rsc"},"startTime":1755518638393,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":10521,"timestamp":649190581,"id":497,"parentId":410,"tags":{"name":"/home/runner/work/envin/envin/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"rsc"},"startTime":1755518638393,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":11116,"timestamp":649191840,"id":501,"parentId":489,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/array-set.js","layer":"rsc"},"startTime":1755518638394,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":11811,"timestamp":649191718,"id":500,"parentId":489,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/binary-search.js","layer":"rsc"},"startTime":1755518638394,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":16071,"timestamp":649191572,"id":499,"parentId":489,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/util.js","layer":"rsc"},"startTime":1755518638394,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":16727,"timestamp":649191951,"id":502,"parentId":489,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/base64-vlq.js","layer":"rsc"},"startTime":1755518638394,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":17561,"timestamp":649192082,"id":503,"parentId":489,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/quick-sort.js","layer":"rsc"},"startTime":1755518638395,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":18222,"timestamp":649192197,"id":504,"parentId":488,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/mapping-list.js","layer":"rsc"},"startTime":1755518638395,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":7180,"timestamp":649212477,"id":505,"parentId":495,"tags":{"name":"/home/runner/work/envin/envin/node_modules/log-symbols/symbols.js","layer":"rsc"},"startTime":1755518638415,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":6065,"timestamp":649214180,"id":506,"parentId":372,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/index.js","layer":"rsc"},"startTime":1755518638417,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":52866,"timestamp":649217967,"id":507,"parentId":373,"tags":{"name":"/home/runner/work/envin/envin/node_modules/valibot/dist/index.js","layer":"rsc"},"startTime":1755518638421,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":54827,"timestamp":649220544,"id":508,"parentId":502,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/base64.js","layer":"rsc"},"startTime":1755518638423,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":3487,"timestamp":649273556,"id":509,"parentId":506,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/config.js","layer":"rsc"},"startTime":1755518638476,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":3502,"timestamp":649273849,"id":510,"parentId":506,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/module.js","layer":"rsc"},"startTime":1755518638476,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":3799,"timestamp":649274068,"id":511,"parentId":506,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/generic.js","layer":"rsc"},"startTime":1755518638477,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5224,"timestamp":649274258,"id":512,"parentId":506,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/scope.js","layer":"rsc"},"startTime":1755518638477,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5867,"timestamp":649275839,"id":513,"parentId":506,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/type.js","layer":"rsc"},"startTime":1755518638478,"traceId":"ef4822359fdb07a1"}]
6
+ [{"name":"build-module-js","duration":7151,"timestamp":649276275,"id":514,"parentId":506,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/keywords.js","layer":"rsc"},"startTime":1755518638479,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5733,"timestamp":649285633,"id":515,"parentId":512,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/match.js","layer":"rsc"},"startTime":1755518638488,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":4603,"timestamp":649288112,"id":518,"parentId":511,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/reduce/dynamic.js","layer":"rsc"},"startTime":1755518638491,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5532,"timestamp":649287816,"id":516,"parentId":511,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/string.js","layer":"rsc"},"startTime":1755518638490,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":6089,"timestamp":649287958,"id":517,"parentId":512,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/definition.js","layer":"rsc"},"startTime":1755518638490,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":7403,"timestamp":649288878,"id":521,"parentId":514,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/builtins.js","layer":"rsc"},"startTime":1755518638491,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":7951,"timestamp":649288620,"id":519,"parentId":512,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/ast/validate.js","layer":"rsc"},"startTime":1755518638491,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":8225,"timestamp":649288767,"id":520,"parentId":512,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/scanner.js","layer":"rsc"},"startTime":1755518638491,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":8437,"timestamp":649288982,"id":522,"parentId":514,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/constructors.js","layer":"rsc"},"startTime":1755518638492,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":8692,"timestamp":649289128,"id":523,"parentId":514,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/number.js","layer":"rsc"},"startTime":1755518638492,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":12992,"timestamp":649289331,"id":525,"parentId":514,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/string.js","layer":"rsc"},"startTime":1755518638492,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":16209,"timestamp":649289233,"id":524,"parentId":514,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/ts.js","layer":"rsc"},"startTime":1755518638492,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":7076,"timestamp":649308198,"id":526,"parentId":517,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/tupleExpressions.js","layer":"rsc"},"startTime":1755518638511,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":8306,"timestamp":649308481,"id":528,"parentId":517,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/tupleLiteral.js","layer":"rsc"},"startTime":1755518638511,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":10113,"timestamp":649308361,"id":527,"parentId":517,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/objectLiteral.js","layer":"rsc"},"startTime":1755518638511,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":10663,"timestamp":649308589,"id":529,"parentId":518,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/reduce/shared.js","layer":"rsc"},"startTime":1755518638511,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":12114,"timestamp":649310304,"id":530,"parentId":522,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/Array.js","layer":"rsc"},"startTime":1755518638513,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":12431,"timestamp":649310449,"id":531,"parentId":522,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/FormData.js","layer":"rsc"},"startTime":1755518638513,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":12832,"timestamp":649311162,"id":532,"parentId":522,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/TypedArray.js","layer":"rsc"},"startTime":1755518638514,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":13089,"timestamp":649311305,"id":533,"parentId":516,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operator/default.js","layer":"rsc"},"startTime":1755518638514,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":13471,"timestamp":649311417,"id":534,"parentId":516,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operator/operator.js","layer":"rsc"},"startTime":1755518638514,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":13768,"timestamp":649311529,"id":535,"parentId":518,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operand/operand.js","layer":"rsc"},"startTime":1755518638514,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":16489,"timestamp":649311875,"id":536,"parentId":505,"tags":{"name":"/home/runner/work/envin/envin/node_modules/yoctocolors/index.js","layer":"rsc"},"startTime":1755518638514,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":16744,"timestamp":649312032,"id":537,"parentId":505,"tags":{"name":"/home/runner/work/envin/envin/node_modules/is-unicode-supported/index.js","layer":"rsc"},"startTime":1755518638515,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":8247,"timestamp":649323129,"id":538,"parentId":509,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/config.js","layer":"rsc"},"startTime":1755518638526,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":7309,"timestamp":649327776,"id":539,"parentId":528,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/property.js","layer":"rsc"},"startTime":1755518638530,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":9040,"timestamp":649327926,"id":540,"parentId":526,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operand/unenclosed.js","layer":"rsc"},"startTime":1755518638530,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":8440,"timestamp":649331514,"id":541,"parentId":534,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operator/bounds.js","layer":"rsc"},"startTime":1755518638534,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":8555,"timestamp":649331686,"id":542,"parentId":534,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operator/brand.js","layer":"rsc"},"startTime":1755518638534,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":8801,"timestamp":649331812,"id":543,"parentId":534,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operator/divisor.js","layer":"rsc"},"startTime":1755518638534,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":9267,"timestamp":649331920,"id":544,"parentId":535,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operand/enclosed.js","layer":"rsc"},"startTime":1755518638534,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":9271,"timestamp":649335308,"id":545,"parentId":506,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/index.js","layer":"rsc"},"startTime":1755518638538,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":10196,"timestamp":649335563,"id":547,"parentId":536,"tags":{"name":"/home/runner/work/envin/envin/node_modules/yoctocolors/base.js","layer":"rsc"},"startTime":1755518638538,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":10813,"timestamp":649335451,"id":546,"parentId":506,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/index.js","layer":"rsc"},"startTime":1755518638538,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":25686,"timestamp":649343542,"id":548,"parentId":538,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/implement.js","layer":"rsc"},"startTime":1755518638546,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":26206,"timestamp":649343701,"id":549,"parentId":538,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/registry.js","layer":"rsc"},"startTime":1755518638546,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":28561,"timestamp":649350251,"id":550,"parentId":540,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operand/genericArgs.js","layer":"rsc"},"startTime":1755518638553,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":33007,"timestamp":649355238,"id":551,"parentId":541,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operand/date.js","layer":"rsc"},"startTime":1755518638558,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":23435,"timestamp":649371205,"id":552,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/constraint.js","layer":"rsc"},"startTime":1755518638574,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":24684,"timestamp":649371377,"id":553,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/generic.js","layer":"rsc"},"startTime":1755518638574,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":25245,"timestamp":649371496,"id":554,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/intrinsic.js","layer":"rsc"},"startTime":1755518638574,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":26230,"timestamp":649371615,"id":555,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/kinds.js","layer":"rsc"},"startTime":1755518638574,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":26810,"timestamp":649371719,"id":556,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/module.js","layer":"rsc"},"startTime":1755518638574,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":28841,"timestamp":649371924,"id":558,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/parse.js","layer":"rsc"},"startTime":1755518638574,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":29319,"timestamp":649372045,"id":559,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/predicate.js","layer":"rsc"},"startTime":1755518638575,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":30023,"timestamp":649372257,"id":561,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/arrays.js","layer":"rsc"},"startTime":1755518638575,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":32973,"timestamp":649371819,"id":557,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/node.js","layer":"rsc"},"startTime":1755518638574,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":35970,"timestamp":649372153,"id":560,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/scope.js","layer":"rsc"},"startTime":1755518638575,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":36239,"timestamp":649372357,"id":562,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/clone.js","layer":"rsc"},"startTime":1755518638575,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":36363,"timestamp":649372690,"id":565,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/errors.js","layer":"rsc"},"startTime":1755518638575,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":36812,"timestamp":649372592,"id":564,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/domain.js","layer":"rsc"},"startTime":1755518638575,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":37109,"timestamp":649372483,"id":563,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/describe.js","layer":"rsc"},"startTime":1755518638575,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":37184,"timestamp":649372807,"id":566,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/flatMorph.js","layer":"rsc"},"startTime":1755518638575,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":37903,"timestamp":649372918,"id":567,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/functions.js","layer":"rsc"},"startTime":1755518638575,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":38267,"timestamp":649373035,"id":568,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/generics.js","layer":"rsc"},"startTime":1755518638576,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":38452,"timestamp":649373139,"id":569,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/hkt.js","layer":"rsc"},"startTime":1755518638576,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":38446,"timestamp":649373337,"id":571,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/keys.js","layer":"rsc"},"startTime":1755518638576,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":38658,"timestamp":649373433,"id":572,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/lazily.js","layer":"rsc"},"startTime":1755518638576,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":39036,"timestamp":649373240,"id":570,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/intersections.js","layer":"rsc"},"startTime":1755518638576,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":39893,"timestamp":649373538,"id":573,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/numbers.js","layer":"rsc"},"startTime":1755518638576,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":40378,"timestamp":649373732,"id":575,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/path.js","layer":"rsc"},"startTime":1755518638576,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":40550,"timestamp":649373837,"id":576,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/primitive.js","layer":"rsc"},"startTime":1755518638576,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":41608,"timestamp":649373636,"id":574,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/objectKinds.js","layer":"rsc"},"startTime":1755518638576,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":42158,"timestamp":649373934,"id":577,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/records.js","layer":"rsc"},"startTime":1755518638576,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":42686,"timestamp":649374049,"id":578,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/registry.js","layer":"rsc"},"startTime":1755518638577,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":43526,"timestamp":649374260,"id":580,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/serialize.js","layer":"rsc"},"startTime":1755518638577,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":44034,"timestamp":649374359,"id":581,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/strings.js","layer":"rsc"},"startTime":1755518638577,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":45112,"timestamp":649374154,"id":579,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/scanner.js","layer":"rsc"},"startTime":1755518638577,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":44914,"timestamp":649374561,"id":583,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/unionToTuple.js","layer":"rsc"},"startTime":1755518638577,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":48455,"timestamp":649374658,"id":584,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/compile.js","layer":"rsc"},"startTime":1755518638577,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":49461,"timestamp":649374456,"id":582,"parentId":546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/traits.js","layer":"rsc"},"startTime":1755518638577,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":49401,"timestamp":649374755,"id":585,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/declare.js","layer":"rsc"},"startTime":1755518638577,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":50068,"timestamp":649374858,"id":586,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/disjoint.js","layer":"rsc"},"startTime":1755518638577,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":51131,"timestamp":649375075,"id":587,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/errors.js","layer":"rsc"},"startTime":1755518638578,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":51966,"timestamp":649375285,"id":588,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/intersections.js","layer":"rsc"},"startTime":1755518638578,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":52185,"timestamp":649375489,"id":589,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/jsonSchema.js","layer":"rsc"},"startTime":1755518638578,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":52154,"timestamp":649375719,"id":590,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/standardSchema.js","layer":"rsc"},"startTime":1755518638578,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":52127,"timestamp":649376141,"id":592,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/utils.js","layer":"rsc"},"startTime":1755518638579,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":53512,"timestamp":649375918,"id":591,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/traversal.js","layer":"rsc"},"startTime":1755518638578,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":51320,"timestamp":649389679,"id":593,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/after.js","layer":"rsc"},"startTime":1755518638592,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":51687,"timestamp":649389976,"id":595,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/divisor.js","layer":"rsc"},"startTime":1755518638593,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":52339,"timestamp":649389857,"id":594,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/before.js","layer":"rsc"},"startTime":1755518638592,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":52562,"timestamp":649390339,"id":598,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/maxLength.js","layer":"rsc"},"startTime":1755518638593,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":53650,"timestamp":649390120,"id":596,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/exactLength.js","layer":"rsc"},"startTime":1755518638593,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":54110,"timestamp":649390236,"id":597,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/max.js","layer":"rsc"},"startTime":1755518638593,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":54365,"timestamp":649390546,"id":600,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/minLength.js","layer":"rsc"},"startTime":1755518638593,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":54998,"timestamp":649390447,"id":599,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/min.js","layer":"rsc"},"startTime":1755518638593,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":55781,"timestamp":649390741,"id":602,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/range.js","layer":"rsc"},"startTime":1755518638593,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":56469,"timestamp":649390845,"id":603,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/domain.js","layer":"rsc"},"startTime":1755518638593,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":57198,"timestamp":649390645,"id":601,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/pattern.js","layer":"rsc"},"startTime":1755518638593,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":58901,"timestamp":649390952,"id":604,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/intersection.js","layer":"rsc"},"startTime":1755518638593,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":60322,"timestamp":649391082,"id":605,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/morph.js","layer":"rsc"},"startTime":1755518638594,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":64779,"timestamp":649391300,"id":607,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/root.js","layer":"rsc"},"startTime":1755518638594,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":67676,"timestamp":649391199,"id":606,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/proto.js","layer":"rsc"},"startTime":1755518638594,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":72053,"timestamp":649391396,"id":608,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/union.js","layer":"rsc"},"startTime":1755518638594,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":73502,"timestamp":649391496,"id":609,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/unit.js","layer":"rsc"},"startTime":1755518638594,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":73936,"timestamp":649391890,"id":613,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/required.js","layer":"rsc"},"startTime":1755518638594,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":75505,"timestamp":649391589,"id":610,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/index.js","layer":"rsc"},"startTime":1755518638594,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":76469,"timestamp":649391686,"id":611,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/optional.js","layer":"rsc"},"startTime":1755518638594,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":77469,"timestamp":649391794,"id":612,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/prop.js","layer":"rsc"},"startTime":1755518638594,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":80412,"timestamp":649391986,"id":614,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/sequence.js","layer":"rsc"},"startTime":1755518638595,"traceId":"ef4822359fdb07a1"}]
7
+ [{"name":"build-module-js","duration":85814,"timestamp":649392113,"id":615,"parentId":545,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/structure.js","layer":"rsc"},"startTime":1755518638595,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":9481,"timestamp":649493545,"id":616,"parentId":554,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/shared.js","layer":"rsc"},"startTime":1755518638696,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":10107,"timestamp":649493746,"id":617,"parentId":555,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/kinds.js","layer":"rsc"},"startTime":1755518638696,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":11800,"timestamp":649493865,"id":618,"parentId":555,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/alias.js","layer":"rsc"},"startTime":1755518638696,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":8284,"timestamp":649501769,"id":619,"parentId":604,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/utils.js","layer":"rsc"},"startTime":1755518638704,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":8693,"timestamp":649501991,"id":620,"parentId":603,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/basis.js","layer":"rsc"},"startTime":1755518638705,"traceId":"ef4822359fdb07a1"},{"name":"add-entry","duration":2315287,"timestamp":647196137,"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":1755518636399,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":1200,"timestamp":649700320,"id":632,"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":1755518638903,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":196,"timestamp":649701549,"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":"rsc"},"startTime":1755518638904,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":655,"timestamp":649701763,"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%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":1755518638904,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":424,"timestamp":649702437,"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":"rsc"},"startTime":1755518638905,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":551,"timestamp":649702876,"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%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":1755518638905,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":620,"timestamp":649703442,"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":"rsc"},"startTime":1755518638906,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":712,"timestamp":649705210,"id":638,"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%227fa0453e34eb666af11053c0ee1cb1798a81897264%22%2C%22exportedName%22%3A%22getFileValues%22%7D%2C%7B%22id%22%3A%227ff7abb8f1796309557660a7e69d858cf4675a6681%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%227f57f871f624f39e605ad73a0b65eb89b21f6022dd%22%2C%22exportedName%22%3A%22getConfigFile%22%7D%5D%5D%5D&__client_imported__=!","layer":"rsc"},"startTime":1755518638908,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":6275,"timestamp":649715297,"id":639,"parentId":634,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/builtin/global-error.js","layer":"ssr"},"startTime":1755518638918,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":4593,"timestamp":649725670,"id":640,"parentId":636,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/filters/context.tsx","layer":"ssr"},"startTime":1755518638928,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":5868,"timestamp":649726157,"id":641,"parentId":636,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/context.tsx","layer":"ssr"},"startTime":1755518638929,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":6555,"timestamp":649726374,"id":643,"parentId":636,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/preview.tsx","layer":"ssr"},"startTime":1755518638929,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":25149,"timestamp":649726273,"id":642,"parentId":636,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/form.tsx","layer":"ssr"},"startTime":1755518638929,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":25628,"timestamp":649726468,"id":644,"parentId":634,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/client-page.js","layer":"ssr"},"startTime":1755518638929,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":26882,"timestamp":649726523,"id":645,"parentId":634,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/client-segment.js","layer":"ssr"},"startTime":1755518638929,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":26153,"timestamp":649728211,"id":649,"parentId":634,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"ssr"},"startTime":1755518638931,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":27597,"timestamp":649727994,"id":648,"parentId":636,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/filters/index.tsx","layer":"ssr"},"startTime":1755518638931,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":27807,"timestamp":649728309,"id":650,"parentId":634,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/metadata/async-metadata.js","layer":"ssr"},"startTime":1755518638931,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":28199,"timestamp":649728389,"id":651,"parentId":634,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/metadata/metadata-boundary.js","layer":"ssr"},"startTime":1755518638931,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":28384,"timestamp":649728472,"id":652,"parentId":634,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/generate/icon-mark.js","layer":"ssr"},"startTime":1755518638931,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":30637,"timestamp":649726615,"id":647,"parentId":634,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/render-from-template-context.js","layer":"ssr"},"startTime":1755518638929,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":34731,"timestamp":649726570,"id":646,"parentId":634,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/layout-router.js","layer":"ssr"},"startTime":1755518638929,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":6339,"timestamp":649790628,"id":658,"parentId":647,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"ssr"},"startTime":1755518638993,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":8408,"timestamp":649791272,"id":660,"parentId":644,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/search-params.js","layer":"ssr"},"startTime":1755518638994,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":12355,"timestamp":649791372,"id":661,"parentId":644,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/params.js","layer":"ssr"},"startTime":1755518638994,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":12522,"timestamp":649791509,"id":663,"parentId":651,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/metadata-constants.js","layer":"ssr"},"startTime":1755518638994,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":12619,"timestamp":649791744,"id":667,"parentId":642,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/index.js","layer":"ssr"},"startTime":1755518638994,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":18628,"timestamp":649786284,"id":653,"parentId":640,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/types.ts","layer":"ssr"},"startTime":1755518638989,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":25840,"timestamp":649786572,"id":655,"parentId":639,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/handle-isr-error.js","layer":"ssr"},"startTime":1755518638989,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":26337,"timestamp":649786459,"id":654,"parentId":641,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/variables/index.ts","layer":"ssr"},"startTime":1755518638989,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":27264,"timestamp":649791212,"id":659,"parentId":644,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/invariant-error.js","layer":"ssr"},"startTime":1755518638994,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":27370,"timestamp":649791462,"id":662,"parentId":646,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/match-segments.js","layer":"ssr"},"startTime":1755518638994,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":27794,"timestamp":649791604,"id":664,"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":1755518638994,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":27984,"timestamp":649791650,"id":665,"parentId":649,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"ssr"},"startTime":1755518638994,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":28376,"timestamp":649791693,"id":666,"parentId":646,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"ssr"},"startTime":1755518638994,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":35181,"timestamp":649790543,"id":657,"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":1755518638993,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":35510,"timestamp":649790422,"id":656,"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":1755518638993,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":4646,"timestamp":649827066,"id":669,"parentId":646,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"ssr"},"startTime":1755518639030,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5700,"timestamp":649827235,"id":671,"parentId":646,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-boundary.js","layer":"ssr"},"startTime":1755518639030,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":7045,"timestamp":649827171,"id":670,"parentId":646,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/error-boundary.js","layer":"ssr"},"startTime":1755518639030,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":3563,"timestamp":649836503,"id":679,"parentId":667,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/external.js","layer":"ssr"},"startTime":1755518639039,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":3977,"timestamp":649836655,"id":680,"parentId":660,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"ssr"},"startTime":1755518639039,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":4734,"timestamp":649836761,"id":681,"parentId":660,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js","layer":"ssr"},"startTime":1755518639039,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5109,"timestamp":649836854,"id":682,"parentId":660,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/scheduler.js","layer":"ssr"},"startTime":1755518639039,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5073,"timestamp":649837267,"id":687,"parentId":660,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"ssr"},"startTime":1755518639040,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":17292,"timestamp":649827285,"id":672,"parentId":646,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/use-action-queue.js","layer":"ssr"},"startTime":1755518639030,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":18718,"timestamp":649827383,"id":674,"parentId":649,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/navigation-untracked.js","layer":"ssr"},"startTime":1755518639030,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":19809,"timestamp":649827330,"id":673,"parentId":646,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/bfcache.js","layer":"ssr"},"startTime":1755518639030,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":20477,"timestamp":649827429,"id":675,"parentId":646,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"ssr"},"startTime":1755518639030,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":20874,"timestamp":649827520,"id":677,"parentId":646,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"ssr"},"startTime":1755518639030,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":23130,"timestamp":649827561,"id":678,"parentId":646,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/disable-smooth-scroll.js","layer":"ssr"},"startTime":1755518639030,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":25130,"timestamp":649827472,"id":676,"parentId":646,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"ssr"},"startTime":1755518639030,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":15469,"timestamp":649837355,"id":688,"parentId":666,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"ssr"},"startTime":1755518639040,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":16072,"timestamp":649837168,"id":685,"parentId":660,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils/reflect-utils.js","layer":"ssr"},"startTime":1755518639040,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":16350,"timestamp":649837223,"id":686,"parentId":666,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/segment.js","layer":"ssr"},"startTime":1755518639040,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":33555,"timestamp":649837070,"id":684,"parentId":660,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/request/utils.js","layer":"ssr"},"startTime":1755518639040,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":36893,"timestamp":649836952,"id":683,"parentId":660,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"ssr"},"startTime":1755518639039,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":56239,"timestamp":649821714,"id":668,"parentId":646,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"ssr"},"startTime":1755518639024,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":24303,"timestamp":649854931,"id":689,"parentId":646,"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":1755518639057,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":10698,"timestamp":649880703,"id":691,"parentId":670,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/is-next-router-error.js","layer":"ssr"},"startTime":1755518639083,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":11412,"timestamp":649880553,"id":690,"parentId":671,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-error.js","layer":"ssr"},"startTime":1755518639083,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":4017,"timestamp":649892238,"id":692,"parentId":679,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/index.js","layer":"ssr"},"startTime":1755518639095,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":15229,"timestamp":649892384,"id":693,"parentId":679,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/schemas.js","layer":"ssr"},"startTime":1755518639095,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":15512,"timestamp":649892483,"id":694,"parentId":679,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/checks.js","layer":"ssr"},"startTime":1755518639095,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":16085,"timestamp":649892571,"id":695,"parentId":679,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/errors.js","layer":"ssr"},"startTime":1755518639095,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":16508,"timestamp":649892664,"id":696,"parentId":679,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/parse.js","layer":"ssr"},"startTime":1755518639095,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":16793,"timestamp":649892748,"id":697,"parentId":679,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/compat.js","layer":"ssr"},"startTime":1755518639095,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":17359,"timestamp":649892832,"id":698,"parentId":679,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/en.js","layer":"ssr"},"startTime":1755518639095,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":17812,"timestamp":649892920,"id":699,"parentId":679,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/index.js","layer":"ssr"},"startTime":1755518639095,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":18207,"timestamp":649893022,"id":700,"parentId":679,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/iso.js","layer":"ssr"},"startTime":1755518639096,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":18393,"timestamp":649893122,"id":701,"parentId":679,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/coerce.js","layer":"ssr"},"startTime":1755518639096,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":21974,"timestamp":649893300,"id":704,"parentId":657,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/check.js","layer":"ssr"},"startTime":1755518639096,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":22314,"timestamp":649893210,"id":702,"parentId":672,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/is-thenable.js","layer":"ssr"},"startTime":1755518639096,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":22405,"timestamp":649893350,"id":705,"parentId":657,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/copy.js","layer":"ssr"},"startTime":1755518639096,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":22594,"timestamp":649893396,"id":706,"parentId":656,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/circle-alert.js","layer":"ssr"},"startTime":1755518639096,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":23250,"timestamp":649893256,"id":703,"parentId":676,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/app-router-headers.js","layer":"ssr"},"startTime":1755518639096,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":23219,"timestamp":649893529,"id":708,"parentId":656,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/lock.js","layer":"ssr"},"startTime":1755518639096,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":23483,"timestamp":649893478,"id":707,"parentId":656,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/file.js","layer":"ssr"},"startTime":1755518639096,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":23627,"timestamp":649893572,"id":709,"parentId":656,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/shield-off.js","layer":"ssr"},"startTime":1755518639096,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":6282,"timestamp":649933923,"id":710,"parentId":684,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"ssr"},"startTime":1755518639136,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":6652,"timestamp":649934071,"id":711,"parentId":683,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/hooks-server-context.js","layer":"ssr"},"startTime":1755518639137,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":7281,"timestamp":649934132,"id":712,"parentId":689,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"ssr"},"startTime":1755518639137,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":7494,"timestamp":649934187,"id":713,"parentId":643,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/cn.ts","layer":"ssr"},"startTime":1755518639137,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":12463,"timestamp":649942187,"id":725,"parentId":692,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/core.js","layer":"ssr"},"startTime":1755518639145,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":13175,"timestamp":649942281,"id":726,"parentId":692,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/parse.js","layer":"ssr"},"startTime":1755518639145,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":14174,"timestamp":649942372,"id":727,"parentId":692,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/errors.js","layer":"ssr"},"startTime":1755518639145,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":22775,"timestamp":649942569,"id":728,"parentId":692,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/schemas.js","layer":"ssr"},"startTime":1755518639145,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":25972,"timestamp":649942653,"id":729,"parentId":692,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/checks.js","layer":"ssr"},"startTime":1755518639145,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":26094,"timestamp":649942740,"id":730,"parentId":692,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/versions.js","layer":"ssr"},"startTime":1755518639145,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":30597,"timestamp":649942823,"id":731,"parentId":692,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/util.js","layer":"ssr"},"startTime":1755518639145,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":32715,"timestamp":649942905,"id":732,"parentId":692,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/regexes.js","layer":"ssr"},"startTime":1755518639145,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":33153,"timestamp":649942993,"id":733,"parentId":692,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/registries.js","layer":"ssr"},"startTime":1755518639146,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":33422,"timestamp":649943101,"id":734,"parentId":692,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/doc.js","layer":"ssr"},"startTime":1755518639146,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":37257,"timestamp":649943235,"id":735,"parentId":692,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/function.js","layer":"ssr"},"startTime":1755518639146,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":40642,"timestamp":649943328,"id":736,"parentId":692,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/api.js","layer":"ssr"},"startTime":1755518639146,"traceId":"ef4822359fdb07a1"}]
8
+ [{"name":"build-module-js","duration":43818,"timestamp":649943417,"id":737,"parentId":692,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/to-json-schema.js","layer":"ssr"},"startTime":1755518639146,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":43868,"timestamp":649943502,"id":738,"parentId":692,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/json-schema.js","layer":"ssr"},"startTime":1755518639146,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":44380,"timestamp":649943585,"id":739,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ar.js","layer":"ssr"},"startTime":1755518639146,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":44867,"timestamp":649943672,"id":740,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/az.js","layer":"ssr"},"startTime":1755518639146,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":45474,"timestamp":649943754,"id":741,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/be.js","layer":"ssr"},"startTime":1755518639146,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":45930,"timestamp":649943838,"id":742,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ca.js","layer":"ssr"},"startTime":1755518639146,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":46431,"timestamp":649943924,"id":743,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/cs.js","layer":"ssr"},"startTime":1755518639146,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":47021,"timestamp":649944025,"id":744,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/da.js","layer":"ssr"},"startTime":1755518639147,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":47453,"timestamp":649944117,"id":745,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/de.js","layer":"ssr"},"startTime":1755518639147,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":47968,"timestamp":649944203,"id":746,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/eo.js","layer":"ssr"},"startTime":1755518639147,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":48582,"timestamp":649944284,"id":747,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/es.js","layer":"ssr"},"startTime":1755518639147,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":49178,"timestamp":649944363,"id":748,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fa.js","layer":"ssr"},"startTime":1755518639147,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":49667,"timestamp":649944451,"id":749,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fi.js","layer":"ssr"},"startTime":1755518639147,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":50119,"timestamp":649944534,"id":750,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fr.js","layer":"ssr"},"startTime":1755518639147,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":50601,"timestamp":649944613,"id":751,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fr-CA.js","layer":"ssr"},"startTime":1755518639147,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":51057,"timestamp":649944699,"id":752,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/he.js","layer":"ssr"},"startTime":1755518639147,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":51574,"timestamp":649944778,"id":753,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/hu.js","layer":"ssr"},"startTime":1755518639147,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":52024,"timestamp":649944857,"id":754,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/id.js","layer":"ssr"},"startTime":1755518639147,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":52523,"timestamp":649944940,"id":755,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/is.js","layer":"ssr"},"startTime":1755518639147,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":52948,"timestamp":649945037,"id":756,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/it.js","layer":"ssr"},"startTime":1755518639148,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":55057,"timestamp":649945122,"id":757,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ja.js","layer":"ssr"},"startTime":1755518639148,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":55537,"timestamp":649945207,"id":758,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/kh.js","layer":"ssr"},"startTime":1755518639148,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":56053,"timestamp":649945288,"id":759,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ko.js","layer":"ssr"},"startTime":1755518639148,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":56518,"timestamp":649945367,"id":760,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/mk.js","layer":"ssr"},"startTime":1755518639148,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":56966,"timestamp":649945447,"id":761,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ms.js","layer":"ssr"},"startTime":1755518639148,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":57389,"timestamp":649945531,"id":762,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/nl.js","layer":"ssr"},"startTime":1755518639148,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":57839,"timestamp":649945611,"id":763,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/no.js","layer":"ssr"},"startTime":1755518639148,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":58277,"timestamp":649945689,"id":764,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ota.js","layer":"ssr"},"startTime":1755518639148,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":58769,"timestamp":649945774,"id":765,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ps.js","layer":"ssr"},"startTime":1755518639148,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":59238,"timestamp":649945854,"id":766,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/pl.js","layer":"ssr"},"startTime":1755518639148,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":59707,"timestamp":649945932,"id":767,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/pt.js","layer":"ssr"},"startTime":1755518639148,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":60288,"timestamp":649946039,"id":768,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ru.js","layer":"ssr"},"startTime":1755518639149,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":60731,"timestamp":649946123,"id":769,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/sl.js","layer":"ssr"},"startTime":1755518639149,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":61208,"timestamp":649946202,"id":770,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/sv.js","layer":"ssr"},"startTime":1755518639149,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":61670,"timestamp":649946287,"id":771,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ta.js","layer":"ssr"},"startTime":1755518639149,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":62150,"timestamp":649946366,"id":772,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/th.js","layer":"ssr"},"startTime":1755518639149,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":62650,"timestamp":649946443,"id":773,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/tr.js","layer":"ssr"},"startTime":1755518639149,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":63098,"timestamp":649946527,"id":774,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ua.js","layer":"ssr"},"startTime":1755518639149,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":63687,"timestamp":649946607,"id":775,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ur.js","layer":"ssr"},"startTime":1755518639149,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":64144,"timestamp":649946685,"id":776,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/vi.js","layer":"ssr"},"startTime":1755518639149,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":64609,"timestamp":649946771,"id":777,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/zh-CN.js","layer":"ssr"},"startTime":1755518639149,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":65050,"timestamp":649946852,"id":778,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/zh-TW.js","layer":"ssr"},"startTime":1755518639149,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":65505,"timestamp":649946933,"id":779,"parentId":699,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/yo.js","layer":"ssr"},"startTime":1755518639149,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":80209,"timestamp":649934518,"id":717,"parentId":671,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect.js","layer":"ssr"},"startTime":1755518639137,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":80722,"timestamp":649934560,"id":718,"parentId":670,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/nav-failure-handler.js","layer":"ssr"},"startTime":1755518639137,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":81684,"timestamp":649934469,"id":716,"parentId":671,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/navigation.js","layer":"ssr"},"startTime":1755518639137,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":82136,"timestamp":649934653,"id":720,"parentId":676,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-call-server.js","layer":"ssr"},"startTime":1755518639137,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":82930,"timestamp":649934605,"id":719,"parentId":690,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-status-code.js","layer":"ssr"},"startTime":1755518639137,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":76117,"timestamp":649941910,"id":721,"parentId":676,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-find-source-map-url.js","layer":"ssr"},"startTime":1755518639144,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":76651,"timestamp":649942024,"id":722,"parentId":676,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/flight-data-helpers.js","layer":"ssr"},"startTime":1755518639145,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":76953,"timestamp":649942087,"id":723,"parentId":676,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-build-id.js","layer":"ssr"},"startTime":1755518639145,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":77355,"timestamp":649942140,"id":724,"parentId":676,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js","layer":"ssr"},"startTime":1755518639145,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":745,"timestamp":650034123,"id":781,"parentId":654,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js?id=7fa0453e34eb666af11053c0ee1cb1798a81897264&name=getFileValues!","layer":"ssr"},"startTime":1755518639237,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":252,"timestamp":650034886,"id":782,"parentId":654,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js?id=7ff7abb8f1796309557660a7e69d858cf4675a6681&name=getVariables!","layer":"ssr"},"startTime":1755518639237,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":2037,"timestamp":650035278,"id":784,"parentId":713,"tags":{"name":"/home/runner/work/envin/envin/node_modules/clsx/dist/clsx.mjs","layer":"ssr"},"startTime":1755518639238,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":6822,"timestamp":650035380,"id":785,"parentId":713,"tags":{"name":"/home/runner/work/envin/envin/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"ssr"},"startTime":1755518639238,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":110108,"timestamp":649934284,"id":714,"parentId":644,"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":1755518639137,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":110221,"timestamp":649934379,"id":715,"parentId":647,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react.js","layer":"ssr"},"startTime":1755518639137,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":11301,"timestamp":650033960,"id":780,"parentId":704,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/createLucideIcon.js","layer":"ssr"},"startTime":1755518639236,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":1585,"timestamp":650052829,"id":788,"parentId":714,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1755518639255,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":20783,"timestamp":650035154,"id":783,"parentId":646,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-dom.js","layer":"ssr"},"startTime":1755518639238,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":3500,"timestamp":650052933,"id":789,"parentId":718,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"ssr"},"startTime":1755518639255,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":4243,"timestamp":650052644,"id":786,"parentId":780,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/Icon.js","layer":"ssr"},"startTime":1755518639255,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":4809,"timestamp":650052757,"id":787,"parentId":780,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/shared/src/utils.js","layer":"ssr"},"startTime":1755518639255,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":8659,"timestamp":650052982,"id":790,"parentId":716,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js","layer":"ssr"},"startTime":1755518639256,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":4057,"timestamp":650059440,"id":792,"parentId":716,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/bailout-to-client-rendering.js","layer":"ssr"},"startTime":1755518639262,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":4742,"timestamp":650059342,"id":791,"parentId":716,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/navigation.react-server.js","layer":"ssr"},"startTime":1755518639262,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":4888,"timestamp":650059500,"id":793,"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":1755518639262,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":3150,"timestamp":650065423,"id":796,"parentId":786,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/defaultAttributes.js","layer":"ssr"},"startTime":1755518639268,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":8564,"timestamp":650062132,"id":794,"parentId":647,"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":1755518639265,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":8708,"timestamp":650062330,"id":795,"parentId":676,"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":1755518639265,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":4563,"timestamp":650069432,"id":798,"parentId":792,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"ssr"},"startTime":1755518639272,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":4819,"timestamp":650069521,"id":799,"parentId":793,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/hash.js","layer":"ssr"},"startTime":1755518639272,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":23654,"timestamp":650068726,"id":797,"parentId":641,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-hook-form/dist/index.esm.mjs","layer":"ssr"},"startTime":1755518639271,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":20148,"timestamp":650074686,"id":803,"parentId":791,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/forbidden.js","layer":"ssr"},"startTime":1755518639277,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":20531,"timestamp":650074750,"id":804,"parentId":791,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/unauthorized.js","layer":"ssr"},"startTime":1755518639277,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":27873,"timestamp":650069579,"id":800,"parentId":641,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/api/navigation.js","layer":"ssr"},"startTime":1755518639272,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":23236,"timestamp":650074602,"id":802,"parentId":791,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/not-found.js","layer":"ssr"},"startTime":1755518639277,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":23389,"timestamp":650074799,"id":805,"parentId":791,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/unstable-rethrow.js","layer":"ssr"},"startTime":1755518639277,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":23519,"timestamp":650074842,"id":806,"parentId":641,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/validate.ts","layer":"ssr"},"startTime":1755518639277,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":28971,"timestamp":650069682,"id":801,"parentId":674,"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":1755518639272,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":456,"timestamp":650104164,"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=7ff80432172d2103d53cfdcbfbb3ab08de0914e6e0&name=validate!","layer":"ssr"},"startTime":1755518639307,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":3363,"timestamp":650101832,"id":809,"parentId":642,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/badge.tsx","layer":"ssr"},"startTime":1755518639304,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":4169,"timestamp":650101564,"id":807,"parentId":643,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/scroll-area.tsx","layer":"ssr"},"startTime":1755518639304,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":4453,"timestamp":650101727,"id":808,"parentId":642,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/accordion.tsx","layer":"ssr"},"startTime":1755518639304,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":4232,"timestamp":650102162,"id":812,"parentId":642,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/input.tsx","layer":"ssr"},"startTime":1755518639305,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":4757,"timestamp":650101929,"id":810,"parentId":642,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/button.tsx","layer":"ssr"},"startTime":1755518639304,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":8573,"timestamp":650102060,"id":811,"parentId":642,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/form.tsx","layer":"ssr"},"startTime":1755518639305,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":9068,"timestamp":650102254,"id":813,"parentId":648,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/select.tsx","layer":"ssr"},"startTime":1755518639305,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":22024,"timestamp":650102348,"id":814,"parentId":781,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-loader/action-client-wrapper.js","layer":"ssr"},"startTime":1755518639305,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":10883,"timestamp":650114143,"id":817,"parentId":641,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/hooks/use-hot-reload.ts","layer":"ssr"},"startTime":1755518639317,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":11167,"timestamp":650114281,"id":818,"parentId":805,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/unstable-rethrow.server.js","layer":"ssr"},"startTime":1755518639317,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":4681,"timestamp":650127455,"id":819,"parentId":642,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/hooks/use-copy-to-clipboard.ts","layer":"ssr"},"startTime":1755518639330,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":27636,"timestamp":650107682,"id":816,"parentId":716,"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":1755518639310,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":3644,"timestamp":650132273,"id":820,"parentId":808,"tags":{"name":"__barrel_optimize__?names=ChevronDownIcon!=!/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1755518639335,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":3804,"timestamp":650132382,"id":821,"parentId":813,"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":1755518639335,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":1389,"timestamp":650136526,"id":822,"parentId":818,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/router-utils/is-postpone.js","layer":"ssr"},"startTime":1755518639339,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":2018,"timestamp":650136658,"id":823,"parentId":817,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/cli/utils/logger.ts","layer":"ssr"},"startTime":1755518639339,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":33365,"timestamp":650141580,"id":824,"parentId":823,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/index.mjs","layer":"ssr"},"startTime":1755518639344,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":33897,"timestamp":650141770,"id":826,"parentId":821,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/chevron-up.js","layer":"ssr"},"startTime":1755518639344,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":34197,"timestamp":650141710,"id":825,"parentId":820,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/chevron-down.js","layer":"ssr"},"startTime":1755518639344,"traceId":"ef4822359fdb07a1"}]
9
+ [{"name":"build-module-mjs","duration":3007,"timestamp":650182528,"id":827,"parentId":824,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/core.mjs","layer":"ssr"},"startTime":1755518639385,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":3525,"timestamp":650182686,"id":828,"parentId":824,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/shared/consola.DRwqZj3T.mjs","layer":"ssr"},"startTime":1755518639385,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":5114,"timestamp":650182798,"id":829,"parentId":824,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/shared/consola.DXBYu-KD.mjs","layer":"ssr"},"startTime":1755518639385,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":34366,"timestamp":650182893,"id":830,"parentId":824,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/chunks/prompt.mjs","layer":"ssr"},"startTime":1755518639385,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":35317,"timestamp":650182985,"id":831,"parentId":642,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/index.tsx","layer":"ssr"},"startTime":1755518639386,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":3779,"timestamp":650228856,"id":832,"parentId":809,"tags":{"name":"/home/runner/work/envin/envin/node_modules/class-variance-authority/dist/index.mjs","layer":"ssr"},"startTime":1755518639431,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":2455,"timestamp":650230937,"id":833,"parentId":811,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/label.tsx","layer":"ssr"},"startTime":1755518639433,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":3967,"timestamp":650233676,"id":834,"parentId":817,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm-debug/index.js","layer":"ssr"},"startTime":1755518639436,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":4731,"timestamp":650236369,"id":835,"parentId":809,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"ssr"},"startTime":1755518639439,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":9258,"timestamp":650236607,"id":837,"parentId":808,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-accordion/dist/index.mjs","layer":"ssr"},"startTime":1755518639439,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":16149,"timestamp":650236501,"id":836,"parentId":807,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-scroll-area/dist/index.mjs","layer":"ssr"},"startTime":1755518639439,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":26113,"timestamp":650236729,"id":838,"parentId":813,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-select/dist/index.mjs","layer":"ssr"},"startTime":1755518639439,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":22377,"timestamp":650243219,"id":840,"parentId":834,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm-debug/manager.js","layer":"ssr"},"startTime":1755518639446,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":25781,"timestamp":650243326,"id":841,"parentId":834,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm-debug/socket.js","layer":"ssr"},"startTime":1755518639446,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":26582,"timestamp":650243084,"id":839,"parentId":834,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm-debug/url.js","layer":"ssr"},"startTime":1755518639446,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":6432,"timestamp":650664984,"id":853,"parentId":840,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm-debug/on.js","layer":"ssr"},"startTime":1755518639868,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5462,"timestamp":650669238,"id":854,"parentId":840,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm-debug/contrib/backo2.js","layer":"ssr"},"startTime":1755518639872,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":12504,"timestamp":650673915,"id":855,"parentId":833,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-label/dist/index.mjs","layer":"ssr"},"startTime":1755518639876,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":6427,"timestamp":650702939,"id":857,"parentId":837,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-context/dist/index.mjs","layer":"ssr"},"startTime":1755518639905,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":7086,"timestamp":650702764,"id":856,"parentId":835,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","layer":"ssr"},"startTime":1755518639905,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":7728,"timestamp":650703061,"id":858,"parentId":837,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs","layer":"ssr"},"startTime":1755518639906,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":7844,"timestamp":650704276,"id":859,"parentId":837,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/primitive/dist/index.mjs","layer":"ssr"},"startTime":1755518639907,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":8106,"timestamp":650704508,"id":861,"parentId":837,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-primitive/dist/index.mjs","layer":"ssr"},"startTime":1755518639907,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":8680,"timestamp":650704600,"id":862,"parentId":837,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-id/dist/index.mjs","layer":"ssr"},"startTime":1755518639907,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":8872,"timestamp":650704776,"id":864,"parentId":837,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-direction/dist/index.mjs","layer":"ssr"},"startTime":1755518639907,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":9518,"timestamp":650704948,"id":866,"parentId":836,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs","layer":"ssr"},"startTime":1755518639907,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":9651,"timestamp":650705165,"id":868,"parentId":836,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/number/dist/index.mjs","layer":"ssr"},"startTime":1755518639908,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":10181,"timestamp":650705061,"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":1755518639908,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":14577,"timestamp":650704686,"id":863,"parentId":837,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-collapsible/dist/index.mjs","layer":"ssr"},"startTime":1755518639907,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":15210,"timestamp":650704863,"id":865,"parentId":836,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-presence/dist/index.mjs","layer":"ssr"},"startTime":1755518639907,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":14610,"timestamp":650706798,"id":873,"parentId":838,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-previous/dist/index.mjs","layer":"ssr"},"startTime":1755518639909,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":21551,"timestamp":650704404,"id":860,"parentId":837,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-collection/dist/index.mjs","layer":"ssr"},"startTime":1755518639907,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":22039,"timestamp":650706519,"id":870,"parentId":838,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-focus-guards/dist/index.mjs","layer":"ssr"},"startTime":1755518639909,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":23533,"timestamp":650706383,"id":869,"parentId":838,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs","layer":"ssr"},"startTime":1755518639909,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":24969,"timestamp":650706619,"id":871,"parentId":838,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-focus-scope/dist/index.mjs","layer":"ssr"},"startTime":1755518639909,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":26484,"timestamp":650706708,"id":872,"parentId":838,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-popper/dist/index.mjs","layer":"ssr"},"startTime":1755518639909,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":29105,"timestamp":650707859,"id":875,"parentId":838,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-visually-hidden/dist/index.mjs","layer":"ssr"},"startTime":1755518639910,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":30069,"timestamp":650707724,"id":874,"parentId":838,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-portal/dist/index.mjs","layer":"ssr"},"startTime":1755518639910,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":24545,"timestamp":650734774,"id":876,"parentId":838,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/index.js","layer":"ssr"},"startTime":1755518639937,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":21253,"timestamp":650750425,"id":877,"parentId":838,"tags":{"name":"/home/runner/work/envin/envin/node_modules/aria-hidden/dist/es2015/index.js","layer":"ssr"},"startTime":1755518639953,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":16210,"timestamp":650756667,"id":879,"parentId":834,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/index.js","layer":"ssr"},"startTime":1755518639959,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":17994,"timestamp":650756518,"id":878,"parentId":834,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/build/esm-debug/index.js","layer":"ssr"},"startTime":1755518639959,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":6163,"timestamp":650774801,"id":880,"parentId":834,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/node_modules/debug/src/index.js","layer":"ssr"},"startTime":1755518639977,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":8024,"timestamp":650778407,"id":881,"parentId":876,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/Combination.js","layer":"ssr"},"startTime":1755518639981,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":9034,"timestamp":650779468,"id":883,"parentId":879,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transport.js","layer":"ssr"},"startTime":1755518639982,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":11746,"timestamp":650779325,"id":882,"parentId":879,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/socket.js","layer":"ssr"},"startTime":1755518639982,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":12070,"timestamp":650779573,"id":884,"parentId":879,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/util.js","layer":"ssr"},"startTime":1755518639982,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":12843,"timestamp":650779663,"id":885,"parentId":879,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/globals.node.js","layer":"ssr"},"startTime":1755518639982,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":13344,"timestamp":650779762,"id":886,"parentId":878,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/build/esm-debug/binary.js","layer":"ssr"},"startTime":1755518639982,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":17350,"timestamp":650779854,"id":887,"parentId":878,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/build/esm-debug/is-binary.js","layer":"ssr"},"startTime":1755518639982,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":15404,"timestamp":650783948,"id":888,"parentId":879,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transports/index.js","layer":"ssr"},"startTime":1755518639986,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":15538,"timestamp":650784217,"id":890,"parentId":879,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transports/polling-xhr.node.js","layer":"ssr"},"startTime":1755518639987,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":16153,"timestamp":650784111,"id":889,"parentId":879,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transports/polling-fetch.js","layer":"ssr"},"startTime":1755518639987,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":16319,"timestamp":650784405,"id":892,"parentId":879,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transports/websocket.node.js","layer":"ssr"},"startTime":1755518639987,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":17047,"timestamp":650784490,"id":893,"parentId":879,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transports/websocket.js","layer":"ssr"},"startTime":1755518639987,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":17612,"timestamp":650784585,"id":894,"parentId":879,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transports/webtransport.js","layer":"ssr"},"startTime":1755518639987,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":19299,"timestamp":650784316,"id":891,"parentId":879,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transports/polling-xhr.js","layer":"ssr"},"startTime":1755518639987,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":19651,"timestamp":650784668,"id":895,"parentId":879,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/contrib/parseuri.js","layer":"ssr"},"startTime":1755518639987,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":15165,"timestamp":650795198,"id":896,"parentId":880,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/node_modules/debug/src/browser.js","layer":"ssr"},"startTime":1755518639998,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":15978,"timestamp":650797856,"id":897,"parentId":880,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/node_modules/debug/src/node.js","layer":"ssr"},"startTime":1755518640000,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":24,"timestamp":650816935,"id":904,"parentId":897,"tags":{"name":"tty","layer":null},"startTime":1755518640019,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":6610,"timestamp":650811807,"id":898,"parentId":883,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/contrib/parseqs.js","layer":"ssr"},"startTime":1755518640014,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":6761,"timestamp":650811954,"id":899,"parentId":881,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/sidecar.js","layer":"ssr"},"startTime":1755518640014,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":7206,"timestamp":650812073,"id":900,"parentId":881,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/UI.js","layer":"ssr"},"startTime":1755518640015,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":7697,"timestamp":650814333,"id":901,"parentId":889,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/transports/polling.js","layer":"ssr"},"startTime":1755518640017,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":7859,"timestamp":650814464,"id":902,"parentId":891,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm-debug/contrib/has-cors.js","layer":"ssr"},"startTime":1755518640017,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":10498,"timestamp":650815612,"id":903,"parentId":858,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-effect-event/dist/index.mjs","layer":"ssr"},"startTime":1755518640018,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":9085,"timestamp":650819643,"id":906,"parentId":869,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-escape-keydown/dist/index.mjs","layer":"ssr"},"startTime":1755518640022,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":9488,"timestamp":650819739,"id":907,"parentId":872,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-arrow/dist/index.mjs","layer":"ssr"},"startTime":1755518640022,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":10306,"timestamp":650819519,"id":905,"parentId":840,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@socket.io/component-emitter/lib/esm/index.js","layer":"ssr"},"startTime":1755518640022,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":10994,"timestamp":650819834,"id":908,"parentId":896,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/node_modules/debug/src/common.js","layer":"ssr"},"startTime":1755518640022,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":8017,"timestamp":650824924,"id":909,"parentId":872,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-size/dist/index.mjs","layer":"ssr"},"startTime":1755518640027,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":8240,"timestamp":650831469,"id":910,"parentId":899,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/SideEffect.js","layer":"ssr"},"startTime":1755518640034,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":8503,"timestamp":650831597,"id":911,"parentId":899,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/medium.js","layer":"ssr"},"startTime":1755518640034,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":9661,"timestamp":650840450,"id":912,"parentId":872,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.mjs","layer":"ssr"},"startTime":1755518640043,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":4416,"timestamp":650853250,"id":914,"parentId":910,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js","layer":"ssr"},"startTime":1755518640056,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":4898,"timestamp":650853101,"id":913,"parentId":878,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/node_modules/debug/src/index.js","layer":"ssr"},"startTime":1755518640056,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5433,"timestamp":650853352,"id":915,"parentId":910,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/handleScroll.js","layer":"ssr"},"startTime":1755518640056,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":4169,"timestamp":650864328,"id":916,"parentId":883,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/node_modules/debug/src/index.js","layer":"ssr"},"startTime":1755518640067,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5023,"timestamp":650864471,"id":917,"parentId":913,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/node_modules/debug/src/browser.js","layer":"ssr"},"startTime":1755518640067,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":48,"timestamp":650869769,"id":920,"parentId":897,"tags":{"layer":null},"startTime":1755518640072,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":9362,"timestamp":650865419,"id":918,"parentId":881,"tags":{"name":"/home/runner/work/envin/envin/node_modules/tslib/tslib.es6.mjs","layer":"ssr"},"startTime":1755518640068,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":10198,"timestamp":650865552,"id":919,"parentId":913,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/node_modules/debug/src/node.js","layer":"ssr"},"startTime":1755518640068,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":6434,"timestamp":650876058,"id":921,"parentId":892,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/wrapper.mjs","layer":"ssr"},"startTime":1755518640079,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":7131,"timestamp":650879868,"id":922,"parentId":890,"tags":{"name":"/home/runner/work/envin/envin/node_modules/xmlhttprequest-ssl/lib/XMLHttpRequest.js","layer":"ssr"},"startTime":1755518640082,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":7301,"timestamp":650880031,"id":923,"parentId":899,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/index.js","layer":"ssr"},"startTime":1755518640083,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":7919,"timestamp":650880344,"id":926,"parentId":916,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/node_modules/debug/src/node.js","layer":"ssr"},"startTime":1755518640083,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":8885,"timestamp":650880237,"id":925,"parentId":916,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/node_modules/debug/src/browser.js","layer":"ssr"},"startTime":1755518640083,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":9300,"timestamp":650880139,"id":924,"parentId":900,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/index.js","layer":"ssr"},"startTime":1755518640083,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":10811,"timestamp":650881368,"id":927,"parentId":917,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/node_modules/debug/src/common.js","layer":"ssr"},"startTime":1755518640084,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":13245,"timestamp":650882743,"id":928,"parentId":900,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll-bar/dist/es2015/constants.js","layer":"ssr"},"startTime":1755518640085,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":23,"timestamp":650897250,"id":931,"parentId":922,"tags":{"name":"url","layer":null},"startTime":1755518640100,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":8,"timestamp":650897288,"id":932,"parentId":922,"tags":{"name":"child_process","layer":null},"startTime":1755518640100,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":5,"timestamp":650897303,"id":933,"parentId":922,"tags":{"name":"http","layer":null},"startTime":1755518640100,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":4,"timestamp":650897313,"id":934,"parentId":922,"tags":{"name":"https","layer":null},"startTime":1755518640100,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":14003,"timestamp":650883926,"id":929,"parentId":910,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll-bar/dist/es2015/index.js","layer":"ssr"},"startTime":1755518640086,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":20204,"timestamp":650884075,"id":930,"parentId":883,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/index.js","layer":"ssr"},"startTime":1755518640087,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":11475,"timestamp":650901865,"id":936,"parentId":921,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/stream.js","layer":"ssr"},"startTime":1755518640104,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":12311,"timestamp":650901719,"id":935,"parentId":908,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ms/index.js","layer":"ssr"},"startTime":1755518640104,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":14199,"timestamp":650901971,"id":937,"parentId":921,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/receiver.js","layer":"ssr"},"startTime":1755518640105,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":19434,"timestamp":650902175,"id":939,"parentId":921,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/websocket.js","layer":"ssr"},"startTime":1755518640105,"traceId":"ef4822359fdb07a1"}]
10
+ [{"name":"build-module-js","duration":21330,"timestamp":650902268,"id":940,"parentId":921,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/websocket-server.js","layer":"ssr"},"startTime":1755518640105,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":25334,"timestamp":650902085,"id":938,"parentId":921,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/sender.js","layer":"ssr"},"startTime":1755518640105,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":21310,"timestamp":650907323,"id":941,"parentId":926,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/node_modules/debug/src/common.js","layer":"ssr"},"startTime":1755518640110,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":22064,"timestamp":650907564,"id":943,"parentId":923,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/hook.js","layer":"ssr"},"startTime":1755518640110,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":22690,"timestamp":650907457,"id":942,"parentId":923,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/hoc.js","layer":"ssr"},"startTime":1755518640110,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":22859,"timestamp":650907654,"id":944,"parentId":923,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/config.js","layer":"ssr"},"startTime":1755518640110,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":23445,"timestamp":650907829,"id":946,"parentId":923,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/renderProp.js","layer":"ssr"},"startTime":1755518640110,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":24399,"timestamp":650907738,"id":945,"parentId":923,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/medium.js","layer":"ssr"},"startTime":1755518640110,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":24709,"timestamp":650907912,"id":947,"parentId":923,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/exports.js","layer":"ssr"},"startTime":1755518640110,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":25048,"timestamp":650907993,"id":948,"parentId":924,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/assignRef.js","layer":"ssr"},"startTime":1755518640111,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":25212,"timestamp":650908162,"id":949,"parentId":924,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/useRef.js","layer":"ssr"},"startTime":1755518640111,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":25307,"timestamp":650908342,"id":951,"parentId":924,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/mergeRef.js","layer":"ssr"},"startTime":1755518640111,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":25638,"timestamp":650908259,"id":950,"parentId":924,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/createRef.js","layer":"ssr"},"startTime":1755518640111,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":25673,"timestamp":650908512,"id":953,"parentId":924,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/useTransformRef.js","layer":"ssr"},"startTime":1755518640111,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":26181,"timestamp":650908427,"id":952,"parentId":924,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/useMergeRef.js","layer":"ssr"},"startTime":1755518640111,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":26272,"timestamp":650908676,"id":955,"parentId":924,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/refToCallback.js","layer":"ssr"},"startTime":1755518640111,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":26651,"timestamp":650908596,"id":954,"parentId":924,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/transformRef.js","layer":"ssr"},"startTime":1755518640111,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":31288,"timestamp":650910103,"id":956,"parentId":910,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-style-singleton/dist/es2015/index.js","layer":"ssr"},"startTime":1755518640113,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":20,"timestamp":650942089,"id":963,"parentId":936,"tags":{"name":"stream","layer":null},"startTime":1755518640145,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":8,"timestamp":650942127,"id":964,"parentId":939,"tags":{"name":"events","layer":null},"startTime":1755518640145,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":6,"timestamp":650942143,"id":965,"parentId":939,"tags":{"name":"net","layer":null},"startTime":1755518640145,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":5,"timestamp":650942154,"id":966,"parentId":939,"tags":{"name":"tls","layer":null},"startTime":1755518640145,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":34221,"timestamp":650912132,"id":957,"parentId":912,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs","layer":"ssr"},"startTime":1755518640115,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":25767,"timestamp":650924657,"id":959,"parentId":929,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll-bar/dist/es2015/utils.js","layer":"ssr"},"startTime":1755518640127,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":26122,"timestamp":650924766,"id":960,"parentId":930,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/encodePacket.js","layer":"ssr"},"startTime":1755518640127,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":26475,"timestamp":650924860,"id":961,"parentId":930,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/decodePacket.js","layer":"ssr"},"startTime":1755518640127,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":27558,"timestamp":650924497,"id":958,"parentId":929,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll-bar/dist/es2015/component.js","layer":"ssr"},"startTime":1755518640127,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":27443,"timestamp":650924947,"id":962,"parentId":930,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/commons.js","layer":"ssr"},"startTime":1755518640127,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":14,"timestamp":650953588,"id":967,"parentId":919,"tags":{"layer":null},"startTime":1755518640156,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":8908,"timestamp":650953619,"id":968,"parentId":937,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/permessage-deflate.js","layer":"ssr"},"startTime":1755518640156,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":9369,"timestamp":650953860,"id":970,"parentId":937,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/buffer-util.js","layer":"ssr"},"startTime":1755518640156,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":9696,"timestamp":650953764,"id":969,"parentId":937,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/constants.js","layer":"ssr"},"startTime":1755518640156,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":10301,"timestamp":650953954,"id":971,"parentId":937,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/validation.js","layer":"ssr"},"startTime":1755518640156,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":11276,"timestamp":650954061,"id":972,"parentId":939,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/event-target.js","layer":"ssr"},"startTime":1755518640157,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":13078,"timestamp":650954152,"id":973,"parentId":939,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/extension.js","layer":"ssr"},"startTime":1755518640157,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":13726,"timestamp":650954248,"id":974,"parentId":940,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/subprotocol.js","layer":"ssr"},"startTime":1755518640157,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":14955,"timestamp":650956888,"id":975,"parentId":943,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/env.js","layer":"ssr"},"startTime":1755518640159,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":23,"timestamp":650972955,"id":979,"parentId":926,"tags":{"layer":null},"startTime":1755518640175,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":14308,"timestamp":650959624,"id":977,"parentId":956,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-style-singleton/dist/es2015/singleton.js","layer":"ssr"},"startTime":1755518640162,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":14563,"timestamp":650959718,"id":978,"parentId":956,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-style-singleton/dist/es2015/hook.js","layer":"ssr"},"startTime":1755518640162,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":15067,"timestamp":650959495,"id":976,"parentId":956,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-style-singleton/dist/es2015/component.js","layer":"ssr"},"startTime":1755518640162,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":18,"timestamp":650974792,"id":980,"parentId":968,"tags":{"name":"zlib","layer":null},"startTime":1755518640177,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":7,"timestamp":650974824,"id":981,"parentId":971,"tags":{"name":"buffer","layer":null},"startTime":1755518640177,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":2351,"timestamp":650977254,"id":982,"parentId":968,"tags":{"name":"/home/runner/work/envin/envin/node_modules/ws/lib/limiter.js","layer":"ssr"},"startTime":1755518640180,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":11,"timestamp":650982839,"id":984,"parentId":970,"tags":{"layer":null},"startTime":1755518640185,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":3233,"timestamp":650981481,"id":983,"parentId":957,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.mjs","layer":"ssr"},"startTime":1755518640184,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":28,"timestamp":650984997,"id":985,"parentId":971,"tags":{"layer":null},"startTime":1755518640188,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":2541,"timestamp":650985341,"id":986,"parentId":957,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs","layer":"ssr"},"startTime":1755518640188,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":7538,"timestamp":650985739,"id":987,"parentId":957,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/core/dist/floating-ui.core.mjs","layer":"ssr"},"startTime":1755518640188,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":1511,"timestamp":650994661,"id":988,"parentId":975,"tags":{"name":"/home/runner/work/envin/envin/node_modules/detect-node-es/esm/node.js","layer":"ssr"},"startTime":1755518640197,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":1083,"timestamp":650996291,"id":989,"parentId":977,"tags":{"name":"/home/runner/work/envin/envin/node_modules/get-nonce/dist/es2015/index.js","layer":"ssr"},"startTime":1755518640199,"traceId":"ef4822359fdb07a1"},{"name":"build-module-svg","duration":1021188,"timestamp":650275488,"id":842,"parentId":831,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/fly.svg","layer":"ssr"},"startTime":1755518639478,"traceId":"ef4822359fdb07a1"},{"name":"build-module-svg","duration":645396,"timestamp":650651853,"id":843,"parentId":831,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/neon.svg","layer":"ssr"},"startTime":1755518639854,"traceId":"ef4822359fdb07a1"},{"name":"build-module-svg","duration":645731,"timestamp":650651958,"id":844,"parentId":831,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/netlify.svg","layer":"ssr"},"startTime":1755518639854,"traceId":"ef4822359fdb07a1"},{"name":"build-module-svg","duration":646065,"timestamp":650651999,"id":845,"parentId":831,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/railway.svg","layer":"ssr"},"startTime":1755518639855,"traceId":"ef4822359fdb07a1"},{"name":"build-module-svg","duration":646351,"timestamp":650652058,"id":846,"parentId":831,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/render.svg","layer":"ssr"},"startTime":1755518639855,"traceId":"ef4822359fdb07a1"},{"name":"build-module-svg","duration":646748,"timestamp":650652088,"id":847,"parentId":831,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/supabase.svg","layer":"ssr"},"startTime":1755518639855,"traceId":"ef4822359fdb07a1"},{"name":"build-module-svg","duration":647041,"timestamp":650652112,"id":848,"parentId":831,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/uploadthing.svg","layer":"ssr"},"startTime":1755518639855,"traceId":"ef4822359fdb07a1"},{"name":"build-module-svg","duration":647389,"timestamp":650652138,"id":849,"parentId":831,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/upstash.svg","layer":"ssr"},"startTime":1755518639855,"traceId":"ef4822359fdb07a1"},{"name":"build-module-svg","duration":647647,"timestamp":650652167,"id":850,"parentId":831,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/vercel.svg","layer":"ssr"},"startTime":1755518639855,"traceId":"ef4822359fdb07a1"},{"name":"build-module-svg","duration":647930,"timestamp":650652192,"id":851,"parentId":831,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/wxt.svg","layer":"ssr"},"startTime":1755518639855,"traceId":"ef4822359fdb07a1"},{"name":"build-module-svg","duration":648525,"timestamp":650652215,"id":852,"parentId":831,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/vite.svg","layer":"ssr"},"startTime":1755518639855,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":432,"timestamp":651316910,"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%227ff80432172d2103d53cfdcbfbb3ab08de0914e6e0%22%2C%22exportedName%22%3A%22validate%22%7D%5D%5D%5D&__client_imported__=true!","layer":"action-browser"},"startTime":1755518640519,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":2143,"timestamp":651318556,"id":992,"parentId":991,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/validate.ts","layer":"action-browser"},"startTime":1755518640521,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":1363,"timestamp":651328793,"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":1755518640531,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":2765,"timestamp":651329126,"id":995,"parentId":992,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/app-render/encryption.js","layer":"action-browser"},"startTime":1755518640532,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":3947,"timestamp":651329236,"id":996,"parentId":992,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/get-config-file.ts","layer":"action-browser"},"startTime":1755518640532,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":13683,"timestamp":651328973,"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":1755518640532,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5598,"timestamp":651343840,"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":1755518640546,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5338,"timestamp":651344290,"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":1755518640547,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5553,"timestamp":651344396,"id":1001,"parentId":996,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/index.js","layer":"action-browser"},"startTime":1755518640547,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5399,"timestamp":651344699,"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":1755518640547,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5477,"timestamp":651344801,"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":1755518640547,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5454,"timestamp":651344905,"id":1006,"parentId":995,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/server-only/empty.js","layer":"action-browser"},"startTime":1755518640547,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":7061,"timestamp":651344601,"id":1003,"parentId":996,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/cli/utils/logger.ts","layer":"action-browser"},"startTime":1755518640547,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":7812,"timestamp":651344492,"id":1002,"parentId":996,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/run-bundled-code.ts","layer":"action-browser"},"startTime":1755518640547,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":7778,"timestamp":651345015,"id":1007,"parentId":996,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/improve-error-with-sourcemap.ts","layer":"action-browser"},"startTime":1755518640548,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":7965,"timestamp":651345121,"id":1008,"parentId":996,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/result.ts","layer":"action-browser"},"startTime":1755518640548,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":14884,"timestamp":651344053,"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":1755518640547,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":19404,"timestamp":651344176,"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":1755518640547,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":2331,"timestamp":651365111,"id":1009,"parentId":1002,"tags":{"layer":"action-browser"},"startTime":1755518640568,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":6888,"timestamp":651365167,"id":1010,"parentId":997,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/trace/tracer.js","layer":"action-browser"},"startTime":1755518640568,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":7470,"timestamp":651365337,"id":1011,"parentId":997,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/lib/trace/constants.js","layer":"action-browser"},"startTime":1755518640568,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":7615,"timestamp":651365459,"id":1012,"parentId":997,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/detached-promise.js","layer":"action-browser"},"startTime":1755518640568,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":7938,"timestamp":651365560,"id":1013,"parentId":997,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/scheduler.js","layer":"action-browser"},"startTime":1755518640568,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":8113,"timestamp":651365654,"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":1755518640568,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":8427,"timestamp":651365756,"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":1755518640568,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":8612,"timestamp":651365969,"id":1018,"parentId":1001,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/external.js","layer":"action-browser"},"startTime":1755518640569,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":40612,"timestamp":651366205,"id":1020,"parentId":1003,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/index.mjs","layer":"action-browser"},"startTime":1755518640569,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":40421,"timestamp":651366726,"id":1025,"parentId":1007,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/source-map.js","layer":"action-browser"},"startTime":1755518640569,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":41146,"timestamp":651366822,"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":1755518640569,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":43012,"timestamp":651365854,"id":1016,"parentId":997,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/errors/constants.js","layer":"action-browser"},"startTime":1755518640568,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":43386,"timestamp":651365909,"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":1755518640568,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":43764,"timestamp":651366434,"id":1022,"parentId":1002,"tags":{"name":"/home/runner/work/envin/envin/packages/core/dist/presets/arktype.js","layer":"action-browser"},"startTime":1755518640569,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":44856,"timestamp":651366335,"id":1021,"parentId":1002,"tags":{"name":"/home/runner/work/envin/envin/packages/core/dist/index.js","layer":"action-browser"},"startTime":1755518640569,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":46053,"timestamp":651366531,"id":1023,"parentId":1002,"tags":{"name":"/home/runner/work/envin/envin/packages/core/dist/presets/valibot.js","layer":"action-browser"},"startTime":1755518640569,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":46181,"timestamp":651366941,"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":1755518640569,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":47574,"timestamp":651366633,"id":1024,"parentId":1002,"tags":{"name":"/home/runner/work/envin/envin/packages/core/dist/presets/zod.js","layer":"action-browser"},"startTime":1755518640569,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":26443,"timestamp":651416973,"id":1032,"parentId":999,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"action-browser"},"startTime":1755518640620,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":26602,"timestamp":651417223,"id":1033,"parentId":999,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/metadata-constants.js","layer":"action-browser"},"startTime":1755518640620,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":92926,"timestamp":651366097,"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":1755518640569,"traceId":"ef4822359fdb07a1"}]
11
+ [{"name":"build-module-js","duration":43095,"timestamp":651416615,"id":1028,"parentId":998,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/invariant-error.js","layer":"action-browser"},"startTime":1755518640619,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":43502,"timestamp":651416846,"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":1755518640619,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":43982,"timestamp":651416768,"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":1755518640619,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":44251,"timestamp":651416915,"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":1755518640619,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":11740,"timestamp":651462904,"id":1034,"parentId":1010,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"action-browser"},"startTime":1755518640665,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":11228,"timestamp":651463736,"id":1038,"parentId":1018,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/index.js","layer":"action-browser"},"startTime":1755518640666,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":21939,"timestamp":651463911,"id":1039,"parentId":1018,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/schemas.js","layer":"action-browser"},"startTime":1755518640666,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":22046,"timestamp":651464097,"id":1040,"parentId":1018,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/checks.js","layer":"action-browser"},"startTime":1755518640667,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":22255,"timestamp":651464265,"id":1041,"parentId":1018,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/errors.js","layer":"action-browser"},"startTime":1755518640667,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":22369,"timestamp":651464442,"id":1042,"parentId":1018,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/parse.js","layer":"action-browser"},"startTime":1755518640667,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":22524,"timestamp":651464616,"id":1043,"parentId":1018,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/compat.js","layer":"action-browser"},"startTime":1755518640667,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":22914,"timestamp":651464796,"id":1044,"parentId":1018,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/en.js","layer":"action-browser"},"startTime":1755518640667,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":23351,"timestamp":651464972,"id":1045,"parentId":1018,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/index.js","layer":"action-browser"},"startTime":1755518640668,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":23588,"timestamp":651465162,"id":1046,"parentId":1018,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/iso.js","layer":"action-browser"},"startTime":1755518640668,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":23725,"timestamp":651465328,"id":1047,"parentId":1018,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/coerce.js","layer":"action-browser"},"startTime":1755518640668,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":25160,"timestamp":651465495,"id":1048,"parentId":1020,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/core.mjs","layer":"action-browser"},"startTime":1755518640668,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":25626,"timestamp":651465668,"id":1049,"parentId":1020,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/shared/consola.DRwqZj3T.mjs","layer":"action-browser"},"startTime":1755518640668,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":26889,"timestamp":651465773,"id":1050,"parentId":1020,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/shared/consola.DXBYu-KD.mjs","layer":"action-browser"},"startTime":1755518640668,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":55825,"timestamp":651465929,"id":1051,"parentId":1020,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/chunks/prompt.mjs","layer":"action-browser"},"startTime":1755518640668,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":57477,"timestamp":651466072,"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":1755518640669,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":61853,"timestamp":651466175,"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":1755518640669,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":63378,"timestamp":651466266,"id":1054,"parentId":1025,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/source-node.js","layer":"action-browser"},"startTime":1755518640669,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":63578,"timestamp":651466367,"id":1055,"parentId":1022,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/index.js","layer":"action-browser"},"startTime":1755518640669,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":87800,"timestamp":651466459,"id":1056,"parentId":1023,"tags":{"name":"/home/runner/work/envin/envin/node_modules/valibot/dist/index.js","layer":"action-browser"},"startTime":1755518640669,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":91667,"timestamp":651463197,"id":1035,"parentId":1009,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/cn.ts","layer":"action-browser"},"startTime":1755518640666,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":91502,"timestamp":651463650,"id":1037,"parentId":1010,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/is-thenable.js","layer":"action-browser"},"startTime":1755518640666,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":92048,"timestamp":651463402,"id":1036,"parentId":1009,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/register-spinner-autostopping.ts","layer":"action-browser"},"startTime":1755518640666,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":1600,"timestamp":651567903,"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":1755518640770,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":13912,"timestamp":651569933,"id":1060,"parentId":1038,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/core.js","layer":"action-browser"},"startTime":1755518640772,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":14606,"timestamp":651570113,"id":1061,"parentId":1038,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/parse.js","layer":"action-browser"},"startTime":1755518640773,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":15534,"timestamp":651570229,"id":1062,"parentId":1038,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/errors.js","layer":"action-browser"},"startTime":1755518640773,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":25709,"timestamp":651570329,"id":1063,"parentId":1038,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/schemas.js","layer":"action-browser"},"startTime":1755518640773,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":29794,"timestamp":651570431,"id":1064,"parentId":1038,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/checks.js","layer":"action-browser"},"startTime":1755518640773,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":29873,"timestamp":651570523,"id":1065,"parentId":1038,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/versions.js","layer":"action-browser"},"startTime":1755518640773,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":32329,"timestamp":651570614,"id":1066,"parentId":1038,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/util.js","layer":"action-browser"},"startTime":1755518640773,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":36841,"timestamp":651570710,"id":1067,"parentId":1038,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/regexes.js","layer":"action-browser"},"startTime":1755518640773,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":37564,"timestamp":651570802,"id":1068,"parentId":1038,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/registries.js","layer":"action-browser"},"startTime":1755518640773,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":37858,"timestamp":651570893,"id":1069,"parentId":1038,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/doc.js","layer":"action-browser"},"startTime":1755518640773,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":38401,"timestamp":651570989,"id":1070,"parentId":1038,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/function.js","layer":"action-browser"},"startTime":1755518640774,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":41457,"timestamp":651571121,"id":1071,"parentId":1038,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/api.js","layer":"action-browser"},"startTime":1755518640774,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":44302,"timestamp":651571217,"id":1072,"parentId":1038,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/to-json-schema.js","layer":"action-browser"},"startTime":1755518640774,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":44410,"timestamp":651571316,"id":1073,"parentId":1038,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/json-schema.js","layer":"action-browser"},"startTime":1755518640774,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":44932,"timestamp":651571408,"id":1074,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ar.js","layer":"action-browser"},"startTime":1755518640774,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":45361,"timestamp":651571497,"id":1075,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/az.js","layer":"action-browser"},"startTime":1755518640774,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":45908,"timestamp":651571593,"id":1076,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/be.js","layer":"action-browser"},"startTime":1755518640774,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":46357,"timestamp":651571681,"id":1077,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ca.js","layer":"action-browser"},"startTime":1755518640774,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":46799,"timestamp":651571770,"id":1078,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/cs.js","layer":"action-browser"},"startTime":1755518640774,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":47261,"timestamp":651571867,"id":1079,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/da.js","layer":"action-browser"},"startTime":1755518640774,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":47668,"timestamp":651571958,"id":1080,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/de.js","layer":"action-browser"},"startTime":1755518640774,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":48134,"timestamp":651572063,"id":1081,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/eo.js","layer":"action-browser"},"startTime":1755518640775,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":48530,"timestamp":651572165,"id":1082,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/es.js","layer":"action-browser"},"startTime":1755518640775,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":48978,"timestamp":651572255,"id":1083,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fa.js","layer":"action-browser"},"startTime":1755518640775,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":49383,"timestamp":651572345,"id":1084,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fi.js","layer":"action-browser"},"startTime":1755518640775,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":49812,"timestamp":651572442,"id":1085,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fr.js","layer":"action-browser"},"startTime":1755518640775,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":50229,"timestamp":651572532,"id":1086,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fr-CA.js","layer":"action-browser"},"startTime":1755518640775,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":50680,"timestamp":651572620,"id":1087,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/he.js","layer":"action-browser"},"startTime":1755518640775,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":51093,"timestamp":651572715,"id":1088,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/hu.js","layer":"action-browser"},"startTime":1755518640775,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":51512,"timestamp":651572803,"id":1089,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/id.js","layer":"action-browser"},"startTime":1755518640775,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":51945,"timestamp":651572891,"id":1090,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/is.js","layer":"action-browser"},"startTime":1755518640775,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":53798,"timestamp":651572983,"id":1091,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/it.js","layer":"action-browser"},"startTime":1755518640776,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":54246,"timestamp":651573104,"id":1092,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ja.js","layer":"action-browser"},"startTime":1755518640776,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":54671,"timestamp":651573194,"id":1093,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/kh.js","layer":"action-browser"},"startTime":1755518640776,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":55195,"timestamp":651573287,"id":1094,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ko.js","layer":"action-browser"},"startTime":1755518640776,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":55658,"timestamp":651573375,"id":1095,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/mk.js","layer":"action-browser"},"startTime":1755518640776,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":56061,"timestamp":651573466,"id":1096,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ms.js","layer":"action-browser"},"startTime":1755518640776,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":56482,"timestamp":651573560,"id":1097,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/nl.js","layer":"action-browser"},"startTime":1755518640776,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":56887,"timestamp":651573645,"id":1098,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/no.js","layer":"action-browser"},"startTime":1755518640776,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":57319,"timestamp":651573742,"id":1099,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ota.js","layer":"action-browser"},"startTime":1755518640776,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":57738,"timestamp":651573835,"id":1100,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ps.js","layer":"action-browser"},"startTime":1755518640776,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":58176,"timestamp":651573921,"id":1101,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/pl.js","layer":"action-browser"},"startTime":1755518640776,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":58562,"timestamp":651574035,"id":1102,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/pt.js","layer":"action-browser"},"startTime":1755518640777,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":59111,"timestamp":651574131,"id":1103,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ru.js","layer":"action-browser"},"startTime":1755518640777,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":59518,"timestamp":651574219,"id":1104,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/sl.js","layer":"action-browser"},"startTime":1755518640777,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":59956,"timestamp":651574311,"id":1105,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/sv.js","layer":"action-browser"},"startTime":1755518640777,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":60382,"timestamp":651574402,"id":1106,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ta.js","layer":"action-browser"},"startTime":1755518640777,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":60819,"timestamp":651574490,"id":1107,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/th.js","layer":"action-browser"},"startTime":1755518640777,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":61250,"timestamp":651574584,"id":1108,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/tr.js","layer":"action-browser"},"startTime":1755518640777,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":61723,"timestamp":651574672,"id":1109,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ua.js","layer":"action-browser"},"startTime":1755518640777,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":62144,"timestamp":651574759,"id":1110,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ur.js","layer":"action-browser"},"startTime":1755518640777,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":62586,"timestamp":651574853,"id":1111,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/vi.js","layer":"action-browser"},"startTime":1755518640777,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":62986,"timestamp":651574940,"id":1112,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/zh-CN.js","layer":"action-browser"},"startTime":1755518640777,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":63395,"timestamp":651575047,"id":1113,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/zh-TW.js","layer":"action-browser"},"startTime":1755518640778,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":63786,"timestamp":651575148,"id":1114,"parentId":1045,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/yo.js","layer":"action-browser"},"startTime":1755518640778,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":64222,"timestamp":651575239,"id":1115,"parentId":1052,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/base64-vlq.js","layer":"action-browser"},"startTime":1755518640778,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":65832,"timestamp":651575330,"id":1116,"parentId":1052,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/util.js","layer":"action-browser"},"startTime":1755518640778,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":66232,"timestamp":651575428,"id":1117,"parentId":1052,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/array-set.js","layer":"action-browser"},"startTime":1755518640778,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":66451,"timestamp":651575518,"id":1118,"parentId":1052,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/mapping-list.js","layer":"action-browser"},"startTime":1755518640778,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":66725,"timestamp":651575607,"id":1119,"parentId":1053,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/binary-search.js","layer":"action-browser"},"startTime":1755518640778,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":67004,"timestamp":651575708,"id":1120,"parentId":1053,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/quick-sort.js","layer":"action-browser"},"startTime":1755518640778,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":67127,"timestamp":651575797,"id":1121,"parentId":1055,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/config.js","layer":"action-browser"},"startTime":1755518640778,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":67434,"timestamp":651575884,"id":1122,"parentId":1055,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/generic.js","layer":"action-browser"},"startTime":1755518640778,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":67730,"timestamp":651575977,"id":1123,"parentId":1055,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/keywords.js","layer":"action-browser"},"startTime":1755518640779,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":67795,"timestamp":651576088,"id":1124,"parentId":1055,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/module.js","layer":"action-browser"},"startTime":1755518640779,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":68536,"timestamp":651576179,"id":1125,"parentId":1055,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/scope.js","layer":"action-browser"},"startTime":1755518640779,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":68843,"timestamp":651576271,"id":1126,"parentId":1055,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/type.js","layer":"action-browser"},"startTime":1755518640779,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":69245,"timestamp":651576359,"id":1127,"parentId":1055,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/index.js","layer":"action-browser"},"startTime":1755518640779,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":69441,"timestamp":651576452,"id":1128,"parentId":1055,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/index.js","layer":"action-browser"},"startTime":1755518640779,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":78618,"timestamp":651567678,"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":1755518640770,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":78787,"timestamp":651567830,"id":1058,"parentId":1029,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/segment.js","layer":"action-browser"},"startTime":1755518640770,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":4990,"timestamp":651661226,"id":1129,"parentId":1035,"tags":{"name":"/home/runner/work/envin/envin/node_modules/clsx/dist/clsx.mjs","layer":"action-browser"},"startTime":1755518640864,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":13203,"timestamp":651661425,"id":1130,"parentId":1035,"tags":{"name":"/home/runner/work/envin/envin/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"action-browser"},"startTime":1755518640864,"traceId":"ef4822359fdb07a1"}]
12
+ [{"name":"build-module-js","duration":13453,"timestamp":651661540,"id":1131,"parentId":1036,"tags":{"name":"/home/runner/work/envin/envin/node_modules/log-symbols/index.js","layer":"action-browser"},"startTime":1755518640864,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":13949,"timestamp":651661640,"id":1132,"parentId":992,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/app/page.tsx","layer":"action-browser"},"startTime":1755518640864,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":10851,"timestamp":651676105,"id":1133,"parentId":1115,"tags":{"name":"/home/runner/work/envin/envin/node_modules/source-map-js/lib/base64.js","layer":"action-browser"},"startTime":1755518640879,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":11602,"timestamp":651676279,"id":1134,"parentId":1122,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/reduce/dynamic.js","layer":"action-browser"},"startTime":1755518640879,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":11948,"timestamp":651676400,"id":1135,"parentId":1122,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/string.js","layer":"action-browser"},"startTime":1755518640879,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":12111,"timestamp":651676501,"id":1136,"parentId":1123,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/builtins.js","layer":"action-browser"},"startTime":1755518640879,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":12259,"timestamp":651676596,"id":1137,"parentId":1123,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/constructors.js","layer":"action-browser"},"startTime":1755518640879,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":12448,"timestamp":651676695,"id":1138,"parentId":1123,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/number.js","layer":"action-browser"},"startTime":1755518640879,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":14513,"timestamp":651676806,"id":1139,"parentId":1123,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/string.js","layer":"action-browser"},"startTime":1755518640879,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":15021,"timestamp":651676903,"id":1140,"parentId":1123,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/ts.js","layer":"action-browser"},"startTime":1755518640879,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":15557,"timestamp":651677000,"id":1141,"parentId":1125,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/match.js","layer":"action-browser"},"startTime":1755518640880,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":15612,"timestamp":651677115,"id":1142,"parentId":1125,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/ast/validate.js","layer":"action-browser"},"startTime":1755518640880,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":15987,"timestamp":651677207,"id":1143,"parentId":1125,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/definition.js","layer":"action-browser"},"startTime":1755518640880,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":16178,"timestamp":651677302,"id":1144,"parentId":1125,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/scanner.js","layer":"action-browser"},"startTime":1755518640880,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":16373,"timestamp":651677393,"id":1145,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/config.js","layer":"action-browser"},"startTime":1755518640880,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":17220,"timestamp":651677483,"id":1146,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/constraint.js","layer":"action-browser"},"startTime":1755518640880,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":17752,"timestamp":651677588,"id":1147,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/generic.js","layer":"action-browser"},"startTime":1755518640880,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":17981,"timestamp":651677679,"id":1148,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/intrinsic.js","layer":"action-browser"},"startTime":1755518640880,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":18398,"timestamp":651677769,"id":1149,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/kinds.js","layer":"action-browser"},"startTime":1755518640880,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":18580,"timestamp":651677863,"id":1150,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/module.js","layer":"action-browser"},"startTime":1755518640880,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":20374,"timestamp":651677951,"id":1151,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/node.js","layer":"action-browser"},"startTime":1755518640880,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":21463,"timestamp":651678056,"id":1152,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/parse.js","layer":"action-browser"},"startTime":1755518640881,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":21775,"timestamp":651678159,"id":1153,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/predicate.js","layer":"action-browser"},"startTime":1755518640881,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":22052,"timestamp":651678250,"id":1154,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/after.js","layer":"action-browser"},"startTime":1755518640881,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":6967,"timestamp":651703495,"id":1155,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/before.js","layer":"action-browser"},"startTime":1755518640906,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":13917,"timestamp":651712532,"id":1156,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/divisor.js","layer":"action-browser"},"startTime":1755518640915,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":14196,"timestamp":651712704,"id":1157,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/exactLength.js","layer":"action-browser"},"startTime":1755518640915,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":14498,"timestamp":651712821,"id":1158,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/max.js","layer":"action-browser"},"startTime":1755518640915,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":14782,"timestamp":651712918,"id":1159,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/maxLength.js","layer":"action-browser"},"startTime":1755518640915,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":15004,"timestamp":651713043,"id":1160,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/min.js","layer":"action-browser"},"startTime":1755518640916,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":15261,"timestamp":651713150,"id":1161,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/minLength.js","layer":"action-browser"},"startTime":1755518640916,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":15547,"timestamp":651713245,"id":1162,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/pattern.js","layer":"action-browser"},"startTime":1755518640916,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":16207,"timestamp":651713344,"id":1163,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/range.js","layer":"action-browser"},"startTime":1755518640916,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":17356,"timestamp":651713441,"id":1164,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/domain.js","layer":"action-browser"},"startTime":1755518640916,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":18671,"timestamp":651713532,"id":1165,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/intersection.js","layer":"action-browser"},"startTime":1755518640916,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":19446,"timestamp":651713628,"id":1166,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/morph.js","layer":"action-browser"},"startTime":1755518640916,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":20052,"timestamp":651713718,"id":1167,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/proto.js","layer":"action-browser"},"startTime":1755518640916,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":22373,"timestamp":651713806,"id":1168,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/root.js","layer":"action-browser"},"startTime":1755518640916,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":28700,"timestamp":651713907,"id":1169,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/union.js","layer":"action-browser"},"startTime":1755518640916,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":29741,"timestamp":651713997,"id":1170,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/unit.js","layer":"action-browser"},"startTime":1755518640917,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":33969,"timestamp":651714117,"id":1171,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/scope.js","layer":"action-browser"},"startTime":1755518640917,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":35364,"timestamp":651714213,"id":1172,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/compile.js","layer":"action-browser"},"startTime":1755518640917,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":35441,"timestamp":651714303,"id":1173,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/declare.js","layer":"action-browser"},"startTime":1755518640917,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":36166,"timestamp":651714391,"id":1174,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/disjoint.js","layer":"action-browser"},"startTime":1755518640917,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":37216,"timestamp":651714486,"id":1175,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/errors.js","layer":"action-browser"},"startTime":1755518640917,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":37883,"timestamp":651714574,"id":1176,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/implement.js","layer":"action-browser"},"startTime":1755518640917,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":38543,"timestamp":651714661,"id":1177,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/intersections.js","layer":"action-browser"},"startTime":1755518640917,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":38739,"timestamp":651714757,"id":1178,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/jsonSchema.js","layer":"action-browser"},"startTime":1755518640917,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":39046,"timestamp":651714848,"id":1179,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/registry.js","layer":"action-browser"},"startTime":1755518640917,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":39111,"timestamp":651714935,"id":1180,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/standardSchema.js","layer":"action-browser"},"startTime":1755518640917,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":39876,"timestamp":651715059,"id":1181,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/traversal.js","layer":"action-browser"},"startTime":1755518640918,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":40067,"timestamp":651715163,"id":1182,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/shared/utils.js","layer":"action-browser"},"startTime":1755518640918,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":40621,"timestamp":651715251,"id":1183,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/index.js","layer":"action-browser"},"startTime":1755518640918,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":41268,"timestamp":651715345,"id":1184,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/optional.js","layer":"action-browser"},"startTime":1755518640918,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":41857,"timestamp":651715434,"id":1185,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/prop.js","layer":"action-browser"},"startTime":1755518640918,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":42089,"timestamp":651715521,"id":1186,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/required.js","layer":"action-browser"},"startTime":1755518640918,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":44089,"timestamp":651715614,"id":1187,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/sequence.js","layer":"action-browser"},"startTime":1755518640918,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":46797,"timestamp":651715699,"id":1188,"parentId":1127,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/structure.js","layer":"action-browser"},"startTime":1755518640918,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":47379,"timestamp":651715787,"id":1189,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/arrays.js","layer":"action-browser"},"startTime":1755518640918,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":49397,"timestamp":651715880,"id":1190,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/clone.js","layer":"action-browser"},"startTime":1755518640918,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":49437,"timestamp":651715966,"id":1191,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/describe.js","layer":"action-browser"},"startTime":1755518640918,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":49544,"timestamp":651716083,"id":1192,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/domain.js","layer":"action-browser"},"startTime":1755518640919,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":49738,"timestamp":651716187,"id":1193,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/errors.js","layer":"action-browser"},"startTime":1755518640919,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":49975,"timestamp":651716275,"id":1194,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/flatMorph.js","layer":"action-browser"},"startTime":1755518640919,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":50330,"timestamp":651716361,"id":1195,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/functions.js","layer":"action-browser"},"startTime":1755518640919,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":50421,"timestamp":651716455,"id":1196,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/generics.js","layer":"action-browser"},"startTime":1755518640919,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":50531,"timestamp":651716541,"id":1197,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/hkt.js","layer":"action-browser"},"startTime":1755518640919,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":50551,"timestamp":651716627,"id":1198,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/intersections.js","layer":"action-browser"},"startTime":1755518640919,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":50555,"timestamp":651716722,"id":1199,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/keys.js","layer":"action-browser"},"startTime":1755518640919,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":50646,"timestamp":651716808,"id":1200,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/lazily.js","layer":"action-browser"},"startTime":1755518640919,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":51379,"timestamp":651716893,"id":1201,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/numbers.js","layer":"action-browser"},"startTime":1755518640919,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":51883,"timestamp":651716986,"id":1202,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/objectKinds.js","layer":"action-browser"},"startTime":1755518640920,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":52275,"timestamp":651717116,"id":1203,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/path.js","layer":"action-browser"},"startTime":1755518640920,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":52444,"timestamp":651717206,"id":1204,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/primitive.js","layer":"action-browser"},"startTime":1755518640920,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":53330,"timestamp":651717299,"id":1205,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/records.js","layer":"action-browser"},"startTime":1755518640920,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":53927,"timestamp":651717385,"id":1206,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/registry.js","layer":"action-browser"},"startTime":1755518640920,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":54486,"timestamp":651717470,"id":1207,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/scanner.js","layer":"action-browser"},"startTime":1755518640920,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":55518,"timestamp":651717561,"id":1208,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/serialize.js","layer":"action-browser"},"startTime":1755518640920,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":56012,"timestamp":651717648,"id":1209,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/strings.js","layer":"action-browser"},"startTime":1755518640920,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":56745,"timestamp":651717736,"id":1210,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/traits.js","layer":"action-browser"},"startTime":1755518640920,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":56799,"timestamp":651717828,"id":1211,"parentId":1128,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/util/out/unionToTuple.js","layer":"action-browser"},"startTime":1755518640920,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":57898,"timestamp":651717976,"id":1213,"parentId":1131,"tags":{"name":"/home/runner/work/envin/envin/node_modules/log-symbols/symbols.js","layer":"action-browser"},"startTime":1755518640921,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":58058,"timestamp":651718091,"id":1214,"parentId":1132,"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":1755518640921,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":58511,"timestamp":651718209,"id":1215,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/app/env.ts","layer":"action-browser"},"startTime":1755518640921,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":58812,"timestamp":651718306,"id":1216,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/envin.tsx","layer":"action-browser"},"startTime":1755518640921,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":59813,"timestamp":651718407,"id":1217,"parentId":1132,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/variables/index.ts","layer":"action-browser"},"startTime":1755518640921,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":69247,"timestamp":651717919,"id":1212,"parentId":1132,"tags":{"name":"__barrel_optimize__?names=Ban!=!/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"action-browser"},"startTime":1755518640920,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":9243,"timestamp":651798324,"id":1218,"parentId":1134,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operand/operand.js","layer":"action-browser"},"startTime":1755518641001,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":9439,"timestamp":651798513,"id":1219,"parentId":1134,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operator/operator.js","layer":"action-browser"},"startTime":1755518641001,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":9615,"timestamp":651798662,"id":1220,"parentId":1134,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/reduce/shared.js","layer":"action-browser"},"startTime":1755518641001,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":9740,"timestamp":651798773,"id":1221,"parentId":1135,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operator/default.js","layer":"action-browser"},"startTime":1755518641001,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":9943,"timestamp":651798870,"id":1222,"parentId":1137,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/Array.js","layer":"action-browser"},"startTime":1755518641001,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":10179,"timestamp":651798972,"id":1223,"parentId":1137,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/FormData.js","layer":"action-browser"},"startTime":1755518641002,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":10222,"timestamp":651799105,"id":1224,"parentId":1137,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/keywords/TypedArray.js","layer":"action-browser"},"startTime":1755518641002,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":10863,"timestamp":651799209,"id":1225,"parentId":1143,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/objectLiteral.js","layer":"action-browser"},"startTime":1755518641002,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":11443,"timestamp":651799308,"id":1226,"parentId":1143,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/tupleExpressions.js","layer":"action-browser"},"startTime":1755518641002,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":12362,"timestamp":651799401,"id":1227,"parentId":1143,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/tupleLiteral.js","layer":"action-browser"},"startTime":1755518641002,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":12505,"timestamp":651799492,"id":1228,"parentId":1148,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/structure/shared.js","layer":"action-browser"},"startTime":1755518641002,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":12705,"timestamp":651799587,"id":1229,"parentId":1149,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/refinements/kinds.js","layer":"action-browser"},"startTime":1755518641002,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":13497,"timestamp":651799676,"id":1230,"parentId":1149,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/alias.js","layer":"action-browser"},"startTime":1755518641002,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":13696,"timestamp":651799765,"id":1231,"parentId":1164,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/basis.js","layer":"action-browser"},"startTime":1755518641002,"traceId":"ef4822359fdb07a1"}]
13
+ [{"name":"build-module-js","duration":13951,"timestamp":651799863,"id":1232,"parentId":1165,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@ark/schema/out/roots/utils.js","layer":"action-browser"},"startTime":1755518641002,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":3772,"timestamp":651816364,"id":1233,"parentId":1213,"tags":{"name":"/home/runner/work/envin/envin/node_modules/yoctocolors/index.js","layer":"action-browser"},"startTime":1755518641019,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":3879,"timestamp":651816523,"id":1234,"parentId":1213,"tags":{"name":"/home/runner/work/envin/envin/node_modules/is-unicode-supported/index.js","layer":"action-browser"},"startTime":1755518641019,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":6367,"timestamp":651822224,"id":1236,"parentId":1217,"tags":{"name":"/home/runner/work/envin/envin/node_modules/dotenv/lib/main.js","layer":"action-browser"},"startTime":1755518641025,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":6936,"timestamp":651822111,"id":1235,"parentId":1212,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/ban.js","layer":"action-browser"},"startTime":1755518641025,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":7139,"timestamp":651822335,"id":1237,"parentId":1217,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/variables/default.ts","layer":"action-browser"},"startTime":1755518641025,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":7599,"timestamp":651822440,"id":1238,"parentId":1217,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/variables/description.ts","layer":"action-browser"},"startTime":1755518641025,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":7790,"timestamp":651822548,"id":1239,"parentId":1216,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/filters/context.tsx","layer":"action-browser"},"startTime":1755518641025,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":7913,"timestamp":651822742,"id":1241,"parentId":1217,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/types.ts","layer":"action-browser"},"startTime":1755518641025,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":7996,"timestamp":651822938,"id":1243,"parentId":1216,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/index.tsx","layer":"action-browser"},"startTime":1755518641025,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":8342,"timestamp":651822841,"id":1242,"parentId":1216,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/filters/index.tsx","layer":"action-browser"},"startTime":1755518641025,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5825,"timestamp":651831790,"id":1245,"parentId":1218,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operand/enclosed.js","layer":"action-browser"},"startTime":1755518641034,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":6139,"timestamp":651832053,"id":1246,"parentId":1218,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operand/unenclosed.js","layer":"action-browser"},"startTime":1755518641035,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":6636,"timestamp":651832241,"id":1247,"parentId":1219,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operator/bounds.js","layer":"action-browser"},"startTime":1755518641035,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":6630,"timestamp":651832421,"id":1248,"parentId":1219,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operator/brand.js","layer":"action-browser"},"startTime":1755518641035,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":6679,"timestamp":651832585,"id":1249,"parentId":1219,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operator/divisor.js","layer":"action-browser"},"startTime":1755518641035,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":6781,"timestamp":651832747,"id":1250,"parentId":1225,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/property.js","layer":"action-browser"},"startTime":1755518641035,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":17777,"timestamp":651822646,"id":1240,"parentId":1216,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/context.tsx","layer":"action-browser"},"startTime":1755518641025,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":17725,"timestamp":651823071,"id":1244,"parentId":992,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/standard.ts","layer":"action-browser"},"startTime":1755518641026,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":3869,"timestamp":651841341,"id":1251,"parentId":1233,"tags":{"name":"/home/runner/work/envin/envin/node_modules/yoctocolors/base.js","layer":"action-browser"},"startTime":1755518641044,"traceId":"ef4822359fdb07a1"},{"name":"build-module-json","duration":902,"timestamp":651845528,"id":1252,"parentId":1236,"tags":{"name":"/home/runner/work/envin/envin/node_modules/dotenv/package.json","layer":"action-browser"},"startTime":1755518641048,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":1232,"timestamp":651847870,"id":1256,"parentId":1245,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operand/date.js","layer":"action-browser"},"startTime":1755518641050,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":1398,"timestamp":651848109,"id":1257,"parentId":1246,"tags":{"name":"/home/runner/work/envin/envin/node_modules/arktype/out/parser/shift/operand/genericArgs.js","layer":"action-browser"},"startTime":1755518641051,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":4336,"timestamp":651845592,"id":1253,"parentId":1235,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/createLucideIcon.js","layer":"action-browser"},"startTime":1755518641048,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":4489,"timestamp":651845712,"id":1254,"parentId":1243,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/form.tsx","layer":"action-browser"},"startTime":1755518641048,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":4459,"timestamp":651845987,"id":1255,"parentId":1243,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/preview.tsx","layer":"action-browser"},"startTime":1755518641049,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":1508,"timestamp":651852838,"id":1259,"parentId":1253,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/Icon.js","layer":"action-browser"},"startTime":1755518641055,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":2519,"timestamp":651852716,"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":1755518641055,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":766,"timestamp":651855294,"id":1260,"parentId":1259,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/defaultAttributes.js","layer":"action-browser"},"startTime":1755518641058,"traceId":"ef4822359fdb07a1"},{"name":"make","duration":4660894,"timestamp":647195317,"id":18,"parentId":16,"tags":{},"startTime":1755518636398,"traceId":"ef4822359fdb07a1"},{"name":"get-entries","duration":632,"timestamp":651857454,"id":1262,"parentId":1261,"tags":{},"startTime":1755518641060,"traceId":"ef4822359fdb07a1"},{"name":"node-file-trace-plugin","duration":214694,"timestamp":651865450,"id":1263,"parentId":1261,"tags":{"traceEntryCount":"8"},"startTime":1755518641068,"traceId":"ef4822359fdb07a1"},{"name":"collect-traced-files","duration":955,"timestamp":652080161,"id":1264,"parentId":1261,"tags":{},"startTime":1755518641283,"traceId":"ef4822359fdb07a1"},{"name":"finish-modules","duration":223862,"timestamp":651857262,"id":1261,"parentId":17,"tags":{},"startTime":1755518641060,"traceId":"ef4822359fdb07a1"},{"name":"chunk-graph","duration":27215,"timestamp":652273173,"id":1266,"parentId":1265,"tags":{},"startTime":1755518641476,"traceId":"ef4822359fdb07a1"},{"name":"optimize-modules","duration":30,"timestamp":652300529,"id":1268,"parentId":1265,"tags":{},"startTime":1755518641503,"traceId":"ef4822359fdb07a1"},{"name":"optimize-chunks","duration":15412,"timestamp":652300632,"id":1269,"parentId":1265,"tags":{},"startTime":1755518641503,"traceId":"ef4822359fdb07a1"},{"name":"optimize-tree","duration":184,"timestamp":652316169,"id":1270,"parentId":1265,"tags":{},"startTime":1755518641519,"traceId":"ef4822359fdb07a1"},{"name":"optimize-chunk-modules","duration":58620,"timestamp":652316483,"id":1271,"parentId":1265,"tags":{},"startTime":1755518641519,"traceId":"ef4822359fdb07a1"},{"name":"optimize","duration":74777,"timestamp":652300471,"id":1267,"parentId":1265,"tags":{},"startTime":1755518641503,"traceId":"ef4822359fdb07a1"},{"name":"module-hash","duration":48724,"timestamp":652406245,"id":1272,"parentId":1265,"tags":{},"startTime":1755518641609,"traceId":"ef4822359fdb07a1"},{"name":"code-generation","duration":1003957,"timestamp":652455103,"id":1273,"parentId":1265,"tags":{},"startTime":1755518641658,"traceId":"ef4822359fdb07a1"},{"name":"hash","duration":9664,"timestamp":653482623,"id":1274,"parentId":1265,"tags":{},"startTime":1755518642685,"traceId":"ef4822359fdb07a1"},{"name":"code-generation-jobs","duration":573,"timestamp":653492284,"id":1275,"parentId":1265,"tags":{},"startTime":1755518642695,"traceId":"ef4822359fdb07a1"},{"name":"module-assets","duration":514,"timestamp":653492808,"id":1276,"parentId":1265,"tags":{},"startTime":1755518642695,"traceId":"ef4822359fdb07a1"},{"name":"create-chunk-assets","duration":9082,"timestamp":653493340,"id":1277,"parentId":1265,"tags":{},"startTime":1755518642696,"traceId":"ef4822359fdb07a1"},{"name":"minify-js","duration":142322,"timestamp":653552567,"id":1281,"parentId":1278,"tags":{"name":"../pages/_app.js","cache":"MISS"},"startTime":1755518642755,"traceId":"ef4822359fdb07a1"},{"name":"minify-js","duration":152800,"timestamp":653542247,"id":1279,"parentId":1278,"tags":{"name":"../app/_not-found/page.js","cache":"MISS"},"startTime":1755518642745,"traceId":"ef4822359fdb07a1"},{"name":"minify-js","duration":54591,"timestamp":653640504,"id":1284,"parentId":1278,"tags":{"name":"../pages/_document.js","cache":"MISS"},"startTime":1755518642843,"traceId":"ef4822359fdb07a1"},{"name":"minify-js","duration":54517,"timestamp":653640612,"id":1285,"parentId":1278,"tags":{"name":"../webpack-runtime.js","cache":"MISS"},"startTime":1755518642843,"traceId":"ef4822359fdb07a1"},{"name":"minify-js","duration":172446,"timestamp":653552819,"id":1282,"parentId":1278,"tags":{"name":"../pages/_error.js","cache":"MISS"},"startTime":1755518642755,"traceId":"ef4822359fdb07a1"},{"name":"minify-js","duration":87242,"timestamp":653641026,"id":1286,"parentId":1278,"tags":{"name":"155.js","cache":"MISS"},"startTime":1755518642844,"traceId":"ef4822359fdb07a1"},{"name":"minify-js","duration":181817,"timestamp":653550445,"id":1280,"parentId":1278,"tags":{"name":"../app/favicon.ico/route.js","cache":"MISS"},"startTime":1755518642753,"traceId":"ef4822359fdb07a1"},{"name":"minify-js","duration":115254,"timestamp":653641503,"id":1287,"parentId":1278,"tags":{"name":"692.js","cache":"MISS"},"startTime":1755518642844,"traceId":"ef4822359fdb07a1"},{"name":"minify-js","duration":121127,"timestamp":653641963,"id":1288,"parentId":1278,"tags":{"name":"569.js","cache":"MISS"},"startTime":1755518642844,"traceId":"ef4822359fdb07a1"},{"name":"minify-js","duration":171945,"timestamp":653642534,"id":1289,"parentId":1278,"tags":{"name":"699.js","cache":"MISS"},"startTime":1755518642845,"traceId":"ef4822359fdb07a1"},{"name":"minify-js","duration":157352,"timestamp":653659713,"id":1291,"parentId":1278,"tags":{"name":"496.js","cache":"MISS"},"startTime":1755518642862,"traceId":"ef4822359fdb07a1"},{"name":"minify-js","duration":286578,"timestamp":653646720,"id":1290,"parentId":1278,"tags":{"name":"55.js","cache":"MISS"},"startTime":1755518642849,"traceId":"ef4822359fdb07a1"},{"name":"minify-js","duration":1081314,"timestamp":653560632,"id":1283,"parentId":1278,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1755518642763,"traceId":"ef4822359fdb07a1"},{"name":"minify-webpack-plugin-optimize","duration":1136270,"timestamp":653505702,"id":1278,"parentId":16,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1755518642708,"traceId":"ef4822359fdb07a1"},{"name":"css-minimizer-plugin","duration":167,"timestamp":654642261,"id":1292,"parentId":16,"tags":{},"startTime":1755518643845,"traceId":"ef4822359fdb07a1"},{"name":"create-trace-assets","duration":1416,"timestamp":654642640,"id":1293,"parentId":17,"tags":{},"startTime":1755518643845,"traceId":"ef4822359fdb07a1"},{"name":"seal","duration":2483565,"timestamp":652170726,"id":1265,"parentId":16,"tags":{},"startTime":1755518641373,"traceId":"ef4822359fdb07a1"},{"name":"webpack-compilation","duration":7480119,"timestamp":647181226,"id":16,"parentId":13,"tags":{"name":"server"},"startTime":1755518636384,"traceId":"ef4822359fdb07a1"},{"name":"emit","duration":17987,"timestamp":654661843,"id":1294,"parentId":13,"tags":{},"startTime":1755518643864,"traceId":"ef4822359fdb07a1"},{"name":"webpack-close","duration":1695472,"timestamp":654681969,"id":1295,"parentId":13,"tags":{"name":"server"},"startTime":1755518643885,"traceId":"ef4822359fdb07a1"},{"name":"webpack-generate-error-stats","duration":2640,"timestamp":656377519,"id":1296,"parentId":1295,"tags":{},"startTime":1755518645580,"traceId":"ef4822359fdb07a1"},{"name":"make","duration":226,"timestamp":656389419,"id":1298,"parentId":1297,"tags":{},"startTime":1755518645592,"traceId":"ef4822359fdb07a1"},{"name":"chunk-graph","duration":109,"timestamp":656390385,"id":1300,"parentId":1299,"tags":{},"startTime":1755518645593,"traceId":"ef4822359fdb07a1"},{"name":"optimize-modules","duration":12,"timestamp":656390558,"id":1302,"parentId":1299,"tags":{},"startTime":1755518645593,"traceId":"ef4822359fdb07a1"},{"name":"optimize-chunks","duration":76,"timestamp":656390633,"id":1303,"parentId":1299,"tags":{},"startTime":1755518645593,"traceId":"ef4822359fdb07a1"},{"name":"optimize-tree","duration":11,"timestamp":656390758,"id":1304,"parentId":1299,"tags":{},"startTime":1755518645593,"traceId":"ef4822359fdb07a1"},{"name":"optimize-chunk-modules","duration":64,"timestamp":656390849,"id":1305,"parentId":1299,"tags":{},"startTime":1755518645593,"traceId":"ef4822359fdb07a1"},{"name":"optimize","duration":452,"timestamp":656390513,"id":1301,"parentId":1299,"tags":{},"startTime":1755518645593,"traceId":"ef4822359fdb07a1"},{"name":"module-hash","duration":23,"timestamp":656391191,"id":1306,"parentId":1299,"tags":{},"startTime":1755518645594,"traceId":"ef4822359fdb07a1"},{"name":"code-generation","duration":17,"timestamp":656391229,"id":1307,"parentId":1299,"tags":{},"startTime":1755518645594,"traceId":"ef4822359fdb07a1"},{"name":"hash","duration":68,"timestamp":656391291,"id":1308,"parentId":1299,"tags":{},"startTime":1755518645594,"traceId":"ef4822359fdb07a1"},{"name":"code-generation-jobs","duration":45,"timestamp":656391359,"id":1309,"parentId":1299,"tags":{},"startTime":1755518645594,"traceId":"ef4822359fdb07a1"},{"name":"module-assets","duration":18,"timestamp":656391394,"id":1310,"parentId":1299,"tags":{},"startTime":1755518645594,"traceId":"ef4822359fdb07a1"},{"name":"create-chunk-assets","duration":17,"timestamp":656391419,"id":1311,"parentId":1299,"tags":{},"startTime":1755518645594,"traceId":"ef4822359fdb07a1"},{"name":"minify-js","duration":664,"timestamp":656393417,"id":1313,"parentId":1312,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"MISS"},"startTime":1755518645596,"traceId":"ef4822359fdb07a1"},{"name":"minify-webpack-plugin-optimize","duration":906,"timestamp":656393183,"id":1312,"parentId":1297,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1755518645596,"traceId":"ef4822359fdb07a1"},{"name":"css-minimizer-plugin","duration":8,"timestamp":656394136,"id":1314,"parentId":1297,"tags":{},"startTime":1755518645597,"traceId":"ef4822359fdb07a1"},{"name":"seal","duration":5612,"timestamp":656390208,"id":1299,"parentId":1297,"tags":{},"startTime":1755518645593,"traceId":"ef4822359fdb07a1"},{"name":"webpack-compilation","duration":8154,"timestamp":656387782,"id":1297,"parentId":13,"tags":{"name":"edge-server"},"startTime":1755518645590,"traceId":"ef4822359fdb07a1"},{"name":"emit","duration":1039,"timestamp":656395998,"id":1315,"parentId":13,"tags":{},"startTime":1755518645599,"traceId":"ef4822359fdb07a1"},{"name":"webpack-close","duration":4072,"timestamp":656397296,"id":1316,"parentId":13,"tags":{"name":"edge-server"},"startTime":1755518645600,"traceId":"ef4822359fdb07a1"},{"name":"webpack-generate-error-stats","duration":925,"timestamp":656401378,"id":1317,"parentId":1316,"tags":{},"startTime":1755518645604,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":1293,"timestamp":656420881,"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":1755518645623,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":254,"timestamp":656422269,"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":1755518645625,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":344,"timestamp":656422541,"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":1755518645625,"traceId":"ef4822359fdb07a1"},{"name":"next-client-pages-loader","duration":209,"timestamp":656432208,"id":1335,"parentId":1334,"tags":{"absolutePagePath":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/builtin/global-not-found.js"},"startTime":1755518645635,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":1614,"timestamp":656431557,"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":1755518645634,"traceId":"ef4822359fdb07a1"},{"name":"next-client-pages-loader","duration":25,"timestamp":656433772,"id":1337,"parentId":1336,"tags":{"absolutePagePath":"next/dist/pages/_app"},"startTime":1755518645636,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":861,"timestamp":656433200,"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":1755518645636,"traceId":"ef4822359fdb07a1"},{"name":"next-client-pages-loader","duration":20,"timestamp":656434134,"id":1339,"parentId":1338,"tags":{"absolutePagePath":"next/dist/pages/_error"},"startTime":1755518645637,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":268,"timestamp":656434078,"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":1755518645637,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":17642,"timestamp":656422900,"id":1332,"parentId":1320,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/next.js","layer":"pages-dir-browser"},"startTime":1755518645625,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":17764,"timestamp":656423355,"id":1333,"parentId":1321,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-next.js","layer":"app-pages-browser"},"startTime":1755518645626,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":15223,"timestamp":656458039,"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":1755518645661,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":16041,"timestamp":656457865,"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":1755518645660,"traceId":"ef4822359fdb07a1"}]
14
+ [{"name":"build-module-js","duration":16424,"timestamp":656458234,"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":1755518645661,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":16772,"timestamp":656458331,"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":1755518645661,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":17674,"timestamp":656458282,"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":1755518645661,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":18060,"timestamp":656458373,"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":1755518645661,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":18616,"timestamp":656458181,"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":1755518645661,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":18558,"timestamp":656458588,"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":1755518645661,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":19036,"timestamp":656458509,"id":1349,"parentId":1336,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/pages/_app.js","layer":"pages-dir-browser"},"startTime":1755518645661,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":21857,"timestamp":656458120,"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":1755518645661,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":22257,"timestamp":656459159,"id":1353,"parentId":1331,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/filters/index.tsx","layer":"app-pages-browser"},"startTime":1755518645662,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":23267,"timestamp":656459256,"id":1354,"parentId":1331,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/context.tsx","layer":"app-pages-browser"},"startTime":1755518645662,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":23818,"timestamp":656459489,"id":1356,"parentId":1331,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/preview.tsx","layer":"app-pages-browser"},"startTime":1755518645662,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":25148,"timestamp":656458414,"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":1755518645661,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":25934,"timestamp":656458638,"id":1352,"parentId":1331,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/filters/context.tsx","layer":"app-pages-browser"},"startTime":1755518645661,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":27169,"timestamp":656459346,"id":1355,"parentId":1331,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/variables/form.tsx","layer":"app-pages-browser"},"startTime":1755518645662,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":28727,"timestamp":656458550,"id":1350,"parentId":1338,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/pages/_error.js","layer":"pages-dir-browser"},"startTime":1755518645661,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":43464,"timestamp":656471188,"id":1357,"parentId":1332,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/webpack.js","layer":"pages-dir-browser"},"startTime":1755518645674,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":44269,"timestamp":656471326,"id":1358,"parentId":1333,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-webpack.js","layer":"app-pages-browser"},"startTime":1755518645674,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":44910,"timestamp":656471577,"id":1361,"parentId":1333,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-bootstrap.js","layer":"app-pages-browser"},"startTime":1755518645674,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":47059,"timestamp":656471627,"id":1362,"parentId":1333,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-index.js","layer":"app-pages-browser"},"startTime":1755518645674,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":58957,"timestamp":656471384,"id":1359,"parentId":1332,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/require-instrumentation-client.js","layer":"pages-dir-browser"},"startTime":1755518645674,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":59304,"timestamp":656471449,"id":1360,"parentId":1333,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/require-instrumentation-client.js","layer":"app-pages-browser"},"startTime":1755518645674,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":9537,"timestamp":656523351,"id":1364,"parentId":1325,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/router.js","layer":"pages-dir-browser"},"startTime":1755518645726,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":24731,"timestamp":656523220,"id":1363,"parentId":1332,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/index.js","layer":"pages-dir-browser"},"startTime":1755518645726,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":1463,"timestamp":656564147,"id":1376,"parentId":1347,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/metadata/metadata-constants.js","layer":"app-pages-browser"},"startTime":1755518645767,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":13285,"timestamp":656560888,"id":1366,"parentId":1341,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/invariant-error.js","layer":"app-pages-browser"},"startTime":1755518645763,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":13908,"timestamp":656560964,"id":1367,"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":1755518645763,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":15244,"timestamp":656561049,"id":1368,"parentId":1342,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"app-pages-browser"},"startTime":1755518645764,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":19955,"timestamp":656560761,"id":1365,"parentId":1349,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils.js","layer":"pages-dir-browser"},"startTime":1755518645763,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":18453,"timestamp":656563800,"id":1370,"parentId":1342,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/match-segments.js","layer":"app-pages-browser"},"startTime":1755518645766,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":19829,"timestamp":656563710,"id":1369,"parentId":1342,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/error-boundary.js","layer":"app-pages-browser"},"startTime":1755518645766,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":20709,"timestamp":656563853,"id":1371,"parentId":1342,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-boundary.js","layer":"app-pages-browser"},"startTime":1755518645766,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":21473,"timestamp":656563899,"id":1372,"parentId":1342,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/use-action-queue.js","layer":"app-pages-browser"},"startTime":1755518645766,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":22335,"timestamp":656563949,"id":1373,"parentId":1342,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/bfcache.js","layer":"app-pages-browser"},"startTime":1755518645766,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":22807,"timestamp":656564070,"id":1375,"parentId":1345,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/navigation-untracked.js","layer":"app-pages-browser"},"startTime":1755518645767,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":23436,"timestamp":656564243,"id":1377,"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":1755518645767,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":24318,"timestamp":656563992,"id":1374,"parentId":1344,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/handle-isr-error.js","layer":"app-pages-browser"},"startTime":1755518645767,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5421,"timestamp":656591950,"id":1395,"parentId":1364,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/is-error.js","layer":"pages-dir-browser"},"startTime":1755518645794,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":12460,"timestamp":656591243,"id":1386,"parentId":1354,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/api/navigation.js","layer":"app-pages-browser"},"startTime":1755518645794,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":15423,"timestamp":656590671,"id":1379,"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":1755518645793,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":16106,"timestamp":656590755,"id":1380,"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":1755518645793,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":16317,"timestamp":656590827,"id":1381,"parentId":1345,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"app-pages-browser"},"startTime":1755518645793,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":18467,"timestamp":656590500,"id":1378,"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":1755518645793,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":18414,"timestamp":656590961,"id":1383,"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":1755518645793,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":18787,"timestamp":656591098,"id":1384,"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":1755518645794,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":19158,"timestamp":656591178,"id":1385,"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":1755518645794,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":19250,"timestamp":656591457,"id":1388,"parentId":1362,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-call-server.js","layer":"app-pages-browser"},"startTime":1755518645794,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":19633,"timestamp":656591519,"id":1389,"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":1755518645794,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":37922,"timestamp":656591394,"id":1387,"parentId":1350,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/head.js","layer":"pages-dir-browser"},"startTime":1755518645794,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":38038,"timestamp":656591648,"id":1391,"parentId":1358,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"app-pages-browser"},"startTime":1755518645794,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":38713,"timestamp":656591579,"id":1390,"parentId":1362,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-build-id.js","layer":"app-pages-browser"},"startTime":1755518645794,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":38994,"timestamp":656591711,"id":1392,"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":1755518645794,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":36206,"timestamp":656596243,"id":1398,"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":1755518645799,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":41251,"timestamp":656591810,"id":1393,"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":1755518645794,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":42827,"timestamp":656590897,"id":1382,"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":1755518645793,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":24264,"timestamp":656613504,"id":1403,"parentId":1362,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/app-globals.js","layer":"app-pages-browser"},"startTime":1755518645816,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":25162,"timestamp":656613261,"id":1400,"parentId":1340,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/request/search-params.browser.js","layer":"app-pages-browser"},"startTime":1755518645816,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":25600,"timestamp":656613139,"id":1399,"parentId":1341,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/request/params.browser.js","layer":"app-pages-browser"},"startTime":1755518645816,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":26011,"timestamp":656613641,"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":1755518645816,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":26399,"timestamp":656613680,"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":1755518645816,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":26679,"timestamp":656613717,"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":1755518645816,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":26991,"timestamp":656613789,"id":1410,"parentId":1364,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/with-router.js","layer":"pages-dir-browser"},"startTime":1755518645816,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":28964,"timestamp":656613554,"id":1404,"parentId":1362,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/app-router-instance.js","layer":"app-pages-browser"},"startTime":1755518645816,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":28938,"timestamp":656613819,"id":1411,"parentId":1364,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1755518645816,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":33458,"timestamp":656613595,"id":1405,"parentId":1362,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/app-router.js","layer":"app-pages-browser"},"startTime":1755518645816,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":33564,"timestamp":656613886,"id":1413,"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":1755518645816,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":33892,"timestamp":656613916,"id":1414,"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":1755518645816,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":34241,"timestamp":656613951,"id":1415,"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":1755518645816,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":34863,"timestamp":656613982,"id":1416,"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":1755518645817,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":35315,"timestamp":656614107,"id":1418,"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":1755518645817,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":36188,"timestamp":656614047,"id":1417,"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":1755518645817,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":37325,"timestamp":656613756,"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":1755518645816,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":37331,"timestamp":656614141,"id":1419,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/mitt.js","layer":"pages-dir-browser"},"startTime":1755518645817,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":67445,"timestamp":656613855,"id":1412,"parentId":1364,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/router.js","layer":"pages-dir-browser"},"startTime":1755518645816,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":95784,"timestamp":656591876,"id":1394,"parentId":1349,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react/jsx-runtime.js","layer":"pages-dir-browser"},"startTime":1755518645794,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":82016,"timestamp":656613316,"id":1401,"parentId":1357,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/deployment-id.js","layer":"pages-dir-browser"},"startTime":1755518645816,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":82419,"timestamp":656613376,"id":1402,"parentId":1358,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/deployment-id.js","layer":"app-pages-browser"},"startTime":1755518645816,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5282,"timestamp":656698632,"id":1424,"parentId":1355,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/index.js","layer":"app-pages-browser"},"startTime":1755518645901,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":24440,"timestamp":656699200,"id":1425,"parentId":1354,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-hook-form/dist/index.esm.mjs","layer":"app-pages-browser"},"startTime":1755518645902,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":28392,"timestamp":656698532,"id":1422,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/page-loader.js","layer":"pages-dir-browser"},"startTime":1755518645901,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":29790,"timestamp":656698431,"id":1421,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/head-manager.js","layer":"pages-dir-browser"},"startTime":1755518645901,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":29927,"timestamp":656698582,"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":1755518645901,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":29415,"timestamp":656699353,"id":1427,"parentId":1353,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/types.ts","layer":"app-pages-browser"},"startTime":1755518645902,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":29636,"timestamp":656699469,"id":1428,"parentId":1353,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/utils/cn.ts","layer":"app-pages-browser"},"startTime":1755518645902,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":29796,"timestamp":656699652,"id":1430,"parentId":1353,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/button.tsx","layer":"app-pages-browser"},"startTime":1755518645902,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":30176,"timestamp":656699736,"id":1431,"parentId":1353,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/input.tsx","layer":"app-pages-browser"},"startTime":1755518645902,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":30554,"timestamp":656699559,"id":1429,"parentId":1354,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/validate.ts","layer":"app-pages-browser"},"startTime":1755518645902,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":31104,"timestamp":656699819,"id":1432,"parentId":1353,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/select.tsx","layer":"app-pages-browser"},"startTime":1755518645902,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":931,"timestamp":656733364,"id":1439,"parentId":1349,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"pages-dir-browser"},"startTime":1755518645936,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":796,"timestamp":656733929,"id":1442,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"pages-dir-browser"},"startTime":1755518645936,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":11737,"timestamp":656733722,"id":1440,"parentId":1343,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"app-pages-browser"},"startTime":1755518645936,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":11816,"timestamp":656733825,"id":1441,"parentId":1342,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"app-pages-browser"},"startTime":1755518645936,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":18908,"timestamp":656732846,"id":1434,"parentId":1355,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/accordion.tsx","layer":"app-pages-browser"},"startTime":1755518645935,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":19649,"timestamp":656732669,"id":1433,"parentId":1356,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/scroll-area.tsx","layer":"app-pages-browser"},"startTime":1755518645935,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":19788,"timestamp":656732952,"id":1435,"parentId":1355,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/badge.tsx","layer":"app-pages-browser"},"startTime":1755518645935,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":20011,"timestamp":656733179,"id":1437,"parentId":1353,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/hooks/use-copy-to-clipboard.ts","layer":"app-pages-browser"},"startTime":1755518645936,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":20271,"timestamp":656733275,"id":1438,"parentId":1354,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/hooks/use-hot-reload.ts","layer":"app-pages-browser"},"startTime":1755518645936,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":23000,"timestamp":656733077,"id":1436,"parentId":1355,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/form.tsx","layer":"app-pages-browser"},"startTime":1755518645936,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":31236,"timestamp":656733962,"id":1443,"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":1755518645936,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":31438,"timestamp":656734041,"id":1444,"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":1755518645937,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":9227,"timestamp":656758342,"id":1446,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/route-announcer.js","layer":"pages-dir-browser"},"startTime":1755518645961,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":9727,"timestamp":656758435,"id":1447,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/remove-base-path.js","layer":"pages-dir-browser"},"startTime":1755518645961,"traceId":"ef4822359fdb07a1"}]
15
+ [{"name":"build-module-js","duration":10438,"timestamp":656758489,"id":1448,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/has-base-path.js","layer":"pages-dir-browser"},"startTime":1755518645961,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":10743,"timestamp":656758542,"id":1449,"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":1755518645961,"traceId":"ef4822359fdb07a1"},{"name":"font-loader","duration":1297,"timestamp":656773573,"id":1486,"parentId":1485,"tags":{},"startTime":1755518645976,"traceId":"ef4822359fdb07a1"},{"name":"font-loader","duration":389,"timestamp":656774487,"id":1488,"parentId":1487,"tags":{},"startTime":1755518645977,"traceId":"ef4822359fdb07a1"},{"name":"postcss","duration":1903,"timestamp":656777601,"id":1489,"parentId":1485,"tags":{},"startTime":1755518645980,"traceId":"ef4822359fdb07a1"},{"name":"postcss","duration":1160,"timestamp":656778352,"id":1490,"parentId":1487,"tags":{},"startTime":1755518645981,"traceId":"ef4822359fdb07a1"},{"name":"next-font-loader","duration":6117,"timestamp":656773519,"id":1485,"parentId":1467,"tags":{},"startTime":1755518645976,"traceId":"ef4822359fdb07a1"},{"name":"next-font-loader","duration":5176,"timestamp":656774466,"id":1487,"parentId":1468,"tags":{},"startTime":1755518645977,"traceId":"ef4822359fdb07a1"},{"name":"css-loader","duration":9574,"timestamp":656779549,"id":1491,"parentId":1467,"tags":{"astUsed":"true"},"startTime":1755518645982,"traceId":"ef4822359fdb07a1"},{"name":"css-loader","duration":9516,"timestamp":656779618,"id":1492,"parentId":1468,"tags":{"astUsed":"true"},"startTime":1755518645982,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":18037,"timestamp":656771822,"id":1467,"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\",\"arguments\":[{\"variable\":\"--font-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":null},"startTime":1755518645974,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":17890,"timestamp":656772349,"id":1468,"parentId":1397,"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":1755518645975,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":22685,"timestamp":656773259,"id":1483,"parentId":1416,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/is-error.js","layer":"app-pages-browser"},"startTime":1755518645976,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":100774,"timestamp":656698320,"id":1420,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-dom/client.js","layer":"pages-dir-browser"},"startTime":1755518645901,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":99974,"timestamp":656699303,"id":1426,"parentId":1349,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react/index.js","layer":"pages-dir-browser"},"startTime":1755518645902,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":29524,"timestamp":656770699,"id":1451,"parentId":1369,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/is-next-router-error.js","layer":"app-pages-browser"},"startTime":1755518645973,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":30367,"timestamp":656770585,"id":1450,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/adapters.js","layer":"pages-dir-browser"},"startTime":1755518645973,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":30773,"timestamp":656770776,"id":1452,"parentId":1369,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/nav-failure-handler.js","layer":"app-pages-browser"},"startTime":1755518645973,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":31844,"timestamp":656770846,"id":1453,"parentId":1371,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/navigation.js","layer":"app-pages-browser"},"startTime":1755518645973,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":32624,"timestamp":656770961,"id":1455,"parentId":1371,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-error.js","layer":"app-pages-browser"},"startTime":1755518645973,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":32860,"timestamp":656771044,"id":1456,"parentId":1372,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/is-thenable.js","layer":"app-pages-browser"},"startTime":1755518645974,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":33088,"timestamp":656771296,"id":1459,"parentId":1355,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/index.tsx","layer":"app-pages-browser"},"startTime":1755518645974,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":33775,"timestamp":656771101,"id":1457,"parentId":1375,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1755518645974,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":33990,"timestamp":656771155,"id":1458,"parentId":1354,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/lib/variables/index.ts","layer":"app-pages-browser"},"startTime":1755518645974,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":34146,"timestamp":656771430,"id":1460,"parentId":1395,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"pages-dir-browser"},"startTime":1755518645974,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":35284,"timestamp":656771476,"id":1461,"parentId":1378,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/flight-data-helpers.js","layer":"app-pages-browser"},"startTime":1755518645974,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":35821,"timestamp":656771539,"id":1462,"parentId":1379,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/segment.js","layer":"app-pages-browser"},"startTime":1755518645974,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":36597,"timestamp":656771592,"id":1463,"parentId":1378,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/app-router-headers.js","layer":"app-pages-browser"},"startTime":1755518645974,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":36749,"timestamp":656771712,"id":1465,"parentId":1385,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"app-pages-browser"},"startTime":1755518645974,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":37612,"timestamp":656771646,"id":1464,"parentId":1378,"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":1755518645974,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":38514,"timestamp":656771766,"id":1466,"parentId":1384,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"app-pages-browser"},"startTime":1755518645974,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":38428,"timestamp":656772519,"id":1471,"parentId":1405,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/remove-base-path.js","layer":"app-pages-browser"},"startTime":1755518645975,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":39004,"timestamp":656772710,"id":1473,"parentId":1387,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/side-effect.js","layer":"pages-dir-browser"},"startTime":1755518645975,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":39335,"timestamp":656772762,"id":1474,"parentId":1387,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1755518645975,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":42156,"timestamp":656772404,"id":1469,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/script.js","layer":"pages-dir-browser"},"startTime":1755518645975,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":44790,"timestamp":656770902,"id":1454,"parentId":1371,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect.js","layer":"app-pages-browser"},"startTime":1755518645973,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":43277,"timestamp":656772901,"id":1477,"parentId":1405,"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":1755518645975,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":43691,"timestamp":656772958,"id":1478,"parentId":1382,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/styles/access-error-styles.js","layer":"app-pages-browser"},"startTime":1755518645975,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":45094,"timestamp":656772457,"id":1470,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/tracing/tracer.js","layer":"pages-dir-browser"},"startTime":1755518645975,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":45000,"timestamp":656773102,"id":1480,"parentId":1393,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"app-pages-browser"},"startTime":1755518645976,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":46051,"timestamp":656773036,"id":1479,"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":1755518645976,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":46554,"timestamp":656773157,"id":1481,"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":1755518645976,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":47128,"timestamp":656772808,"id":1475,"parentId":1387,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/amp-mode.js","layer":"pages-dir-browser"},"startTime":1755518645975,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":47161,"timestamp":656773202,"id":1482,"parentId":1405,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/has-base-path.js","layer":"app-pages-browser"},"startTime":1755518645976,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":47407,"timestamp":656773447,"id":1484,"parentId":1415,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-error.js","layer":"pages-dir-browser"},"startTime":1755518645976,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":48249,"timestamp":656772852,"id":1476,"parentId":1387,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"pages-dir-browser"},"startTime":1755518645975,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":1685,"timestamp":656827162,"id":1520,"parentId":1412,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/constants.js","layer":"pages-dir-browser"},"startTime":1755518646030,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":22822,"timestamp":656825484,"id":1493,"parentId":1415,"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":1755518646028,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":23244,"timestamp":656825606,"id":1494,"parentId":1416,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"app-pages-browser"},"startTime":1755518646028,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":23100,"timestamp":656826192,"id":1497,"parentId":1412,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":"pages-dir-browser"},"startTime":1755518646029,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":24117,"timestamp":656825670,"id":1495,"parentId":1418,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"pages-dir-browser"},"startTime":1755518646028,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":23827,"timestamp":656826311,"id":1499,"parentId":1412,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"pages-dir-browser"},"startTime":1755518646029,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":24318,"timestamp":656826267,"id":1498,"parentId":1412,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"pages-dir-browser"},"startTime":1755518646029,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":24797,"timestamp":656826348,"id":1500,"parentId":1412,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":"pages-dir-browser"},"startTime":1755518646029,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":25259,"timestamp":656826390,"id":1501,"parentId":1412,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"pages-dir-browser"},"startTime":1755518646029,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":25498,"timestamp":656826496,"id":1504,"parentId":1412,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"pages-dir-browser"},"startTime":1755518646029,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":26218,"timestamp":656826528,"id":1505,"parentId":1412,"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":1755518646029,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":28476,"timestamp":656826425,"id":1502,"parentId":1412,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"pages-dir-browser"},"startTime":1755518646029,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":28860,"timestamp":656826559,"id":1506,"parentId":1412,"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":1755518646029,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":29442,"timestamp":656826599,"id":1507,"parentId":1404,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/add-base-path.js","layer":"app-pages-browser"},"startTime":1755518646029,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":29942,"timestamp":656826641,"id":1508,"parentId":1412,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/add-base-path.js","layer":"pages-dir-browser"},"startTime":1755518646029,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":30633,"timestamp":656826675,"id":1509,"parentId":1400,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/request/search-params.browser.prod.js","layer":"app-pages-browser"},"startTime":1755518646029,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":31230,"timestamp":656826719,"id":1510,"parentId":1399,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/request/params.browser.prod.js","layer":"app-pages-browser"},"startTime":1755518646029,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":33285,"timestamp":656826756,"id":1511,"parentId":1404,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/segment-cache.js","layer":"app-pages-browser"},"startTime":1755518646029,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":33886,"timestamp":656826856,"id":1513,"parentId":1405,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/app-router-announcer.js","layer":"app-pages-browser"},"startTime":1755518646029,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":35510,"timestamp":656826812,"id":1512,"parentId":1404,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/links.js","layer":"app-pages-browser"},"startTime":1755518646029,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":36147,"timestamp":656826894,"id":1514,"parentId":1404,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"app-pages-browser"},"startTime":1755518646029,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":37588,"timestamp":656826458,"id":1503,"parentId":1412,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"pages-dir-browser"},"startTime":1755518646029,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":37632,"timestamp":656827080,"id":1518,"parentId":1404,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js","layer":"app-pages-browser"},"startTime":1755518646030,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":38666,"timestamp":656827039,"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":1755518646030,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":40797,"timestamp":656826976,"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":1755518646030,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":41110,"timestamp":656827187,"id":1521,"parentId":1412,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"pages-dir-browser"},"startTime":1755518646030,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":41824,"timestamp":656827124,"id":1519,"parentId":1405,"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":1755518646030,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":43411,"timestamp":656827224,"id":1522,"parentId":1416,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":"app-pages-browser"},"startTime":1755518646030,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":43731,"timestamp":656827265,"id":1523,"parentId":1418,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":"pages-dir-browser"},"startTime":1755518646030,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":45155,"timestamp":656826933,"id":1515,"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":1755518646029,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":355,"timestamp":656875586,"id":1526,"parentId":1429,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js?id=7ff80432172d2103d53cfdcbfbb3ab08de0914e6e0&name=validate!","layer":"app-pages-browser"},"startTime":1755518646078,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":22557,"timestamp":656875291,"id":1524,"parentId":1424,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/external.js","layer":"app-pages-browser"},"startTime":1755518646078,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":25227,"timestamp":656877214,"id":1537,"parentId":1428,"tags":{"name":"/home/runner/work/envin/envin/node_modules/clsx/dist/clsx.mjs","layer":"app-pages-browser"},"startTime":1755518646080,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":30645,"timestamp":656877346,"id":1538,"parentId":1428,"tags":{"name":"/home/runner/work/envin/envin/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"app-pages-browser"},"startTime":1755518646080,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":31096,"timestamp":656877477,"id":1539,"parentId":1430,"tags":{"name":"/home/runner/work/envin/envin/node_modules/class-variance-authority/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755518646080,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":152205,"timestamp":656758229,"id":1445,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"pages-dir-browser"},"startTime":1755518645961,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":138405,"timestamp":656772576,"id":1472,"parentId":1403,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"app-pages-browser"},"startTime":1755518645975,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":35375,"timestamp":656876719,"id":1529,"parentId":1412,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/detect-domain-locale.js","layer":"pages-dir-browser"},"startTime":1755518646079,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":35719,"timestamp":656876785,"id":1530,"parentId":1412,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/add-locale.js","layer":"pages-dir-browser"},"startTime":1755518646079,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":36026,"timestamp":656876835,"id":1531,"parentId":1412,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/remove-locale.js","layer":"pages-dir-browser"},"startTime":1755518646079,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":36200,"timestamp":656876990,"id":1534,"parentId":1412,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/compare-states.js","layer":"pages-dir-browser"},"startTime":1755518646080,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":36958,"timestamp":656876882,"id":1532,"parentId":1412,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/resolve-href.js","layer":"pages-dir-browser"},"startTime":1755518646079,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":36866,"timestamp":656877666,"id":1541,"parentId":1405,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/errors/graceful-degrade-boundary.js","layer":"app-pages-browser"},"startTime":1755518646080,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":36989,"timestamp":656877810,"id":1543,"parentId":1412,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"pages-dir-browser"},"startTime":1755518646080,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":40634,"timestamp":656875514,"id":1525,"parentId":1422,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/constants.js","layer":"pages-dir-browser"},"startTime":1755518646078,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":38691,"timestamp":656877900,"id":1545,"parentId":1412,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":"pages-dir-browser"},"startTime":1755518646080,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":41636,"timestamp":656876640,"id":1528,"parentId":1412,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/route-loader.js","layer":"pages-dir-browser"},"startTime":1755518646079,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":41005,"timestamp":656877950,"id":1546,"parentId":1443,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/check.js","layer":"app-pages-browser"},"startTime":1755518646080,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":41872,"timestamp":656877753,"id":1542,"parentId":1412,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/bloom-filter.js","layer":"pages-dir-browser"},"startTime":1755518646080,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":41985,"timestamp":656877856,"id":1544,"parentId":1412,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":"pages-dir-browser"},"startTime":1755518646080,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":42846,"timestamp":656877143,"id":1536,"parentId":1434,"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":1755518646080,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":43087,"timestamp":656877070,"id":1535,"parentId":1432,"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":1755518646080,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":11405,"timestamp":656925093,"id":1553,"parentId":1430,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755518646128,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":13617,"timestamp":656924514,"id":1547,"parentId":1443,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/copy.js","layer":"app-pages-browser"},"startTime":1755518646127,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":13747,"timestamp":656924697,"id":1549,"parentId":1444,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/file.js","layer":"app-pages-browser"},"startTime":1755518646127,"traceId":"ef4822359fdb07a1"}]
16
+ [{"name":"build-module-js","duration":14442,"timestamp":656924641,"id":1548,"parentId":1444,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/circle-alert.js","layer":"app-pages-browser"},"startTime":1755518646127,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":14515,"timestamp":656924879,"id":1551,"parentId":1444,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/shield-off.js","layer":"app-pages-browser"},"startTime":1755518646127,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":14896,"timestamp":656924785,"id":1550,"parentId":1444,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/lock.js","layer":"app-pages-browser"},"startTime":1755518646127,"traceId":"ef4822359fdb07a1"},{"name":"build-module-ts","duration":14159,"timestamp":656925738,"id":1557,"parentId":1438,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/cli/utils/logger.ts","layer":"app-pages-browser"},"startTime":1755518646128,"traceId":"ef4822359fdb07a1"},{"name":"build-module-tsx","duration":14407,"timestamp":656925889,"id":1558,"parentId":1436,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/label.tsx","layer":"app-pages-browser"},"startTime":1755518646128,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":14786,"timestamp":656926158,"id":1560,"parentId":1363,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/portal/index.js","layer":"pages-dir-browser"},"startTime":1755518646129,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":14966,"timestamp":656926356,"id":1563,"parentId":1422,"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":1755518646129,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":15682,"timestamp":656926282,"id":1562,"parentId":1421,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/set-attributes-from-props.js","layer":"pages-dir-browser"},"startTime":1755518646129,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":15983,"timestamp":656926418,"id":1564,"parentId":1483,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"app-pages-browser"},"startTime":1755518646129,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":16276,"timestamp":656926563,"id":1566,"parentId":1453,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js","layer":"app-pages-browser"},"startTime":1755518646129,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":17190,"timestamp":656926487,"id":1565,"parentId":1453,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/navigation.react-server.js","layer":"app-pages-browser"},"startTime":1755518646129,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":17520,"timestamp":656926631,"id":1567,"parentId":1455,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-status-code.js","layer":"app-pages-browser"},"startTime":1755518646129,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":19562,"timestamp":656924990,"id":1552,"parentId":1448,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"pages-dir-browser"},"startTime":1755518646128,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":18122,"timestamp":656926756,"id":1569,"parentId":1482,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"app-pages-browser"},"startTime":1755518646129,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":18644,"timestamp":656926696,"id":1568,"parentId":1484,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/redirect-status-code.js","layer":"pages-dir-browser"},"startTime":1755518646129,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":256,"timestamp":656947616,"id":1572,"parentId":1458,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js?id=7fa0453e34eb666af11053c0ee1cb1798a81897264&name=getFileValues!","layer":"app-pages-browser"},"startTime":1755518646150,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":219,"timestamp":656947886,"id":1573,"parentId":1458,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js?id=7ff7abb8f1796309557660a7e69d858cf4675a6681&name=getVariables!","layer":"app-pages-browser"},"startTime":1755518646150,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":128989,"timestamp":656825713,"id":1496,"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":1755518646028,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":34125,"timestamp":656925442,"id":1555,"parentId":1434,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-accordion/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755518646128,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":43707,"timestamp":656925600,"id":1556,"parentId":1433,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-scroll-area/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755518646128,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":51796,"timestamp":656925260,"id":1554,"parentId":1432,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-select/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755518646128,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":30308,"timestamp":656947433,"id":1570,"parentId":1453,"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":1755518646150,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":30597,"timestamp":656947564,"id":1571,"parentId":1464,"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":1755518646150,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":30589,"timestamp":656948118,"id":1574,"parentId":1481,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"pages-dir-browser"},"startTime":1755518646151,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":30639,"timestamp":656948310,"id":1578,"parentId":1502,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"pages-dir-browser"},"startTime":1755518646151,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":31038,"timestamp":656948185,"id":1575,"parentId":1450,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"pages-dir-browser"},"startTime":1755518646151,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":31221,"timestamp":656948356,"id":1579,"parentId":1509,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/utils/reflect-utils.js","layer":"app-pages-browser"},"startTime":1755518646151,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":31359,"timestamp":656948396,"id":1580,"parentId":1497,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":"pages-dir-browser"},"startTime":1755518646151,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":31559,"timestamp":656948430,"id":1581,"parentId":1507,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"app-pages-browser"},"startTime":1755518646151,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":31751,"timestamp":656948474,"id":1582,"parentId":1508,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"pages-dir-browser"},"startTime":1755518646151,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":31934,"timestamp":656948507,"id":1583,"parentId":1505,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"pages-dir-browser"},"startTime":1755518646151,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":32122,"timestamp":656948537,"id":1584,"parentId":1506,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"pages-dir-browser"},"startTime":1755518646151,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":32338,"timestamp":656948570,"id":1585,"parentId":1506,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"pages-dir-browser"},"startTime":1755518646151,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":33103,"timestamp":656948608,"id":1586,"parentId":1521,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"pages-dir-browser"},"startTime":1755518646151,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":33441,"timestamp":656948639,"id":1587,"parentId":1449,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/image-config.js","layer":"pages-dir-browser"},"startTime":1755518646151,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":17566,"timestamp":656985760,"id":1589,"parentId":1524,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/index.js","layer":"app-pages-browser"},"startTime":1755518646188,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":30976,"timestamp":656985927,"id":1590,"parentId":1524,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/schemas.js","layer":"app-pages-browser"},"startTime":1755518646188,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":31143,"timestamp":656986051,"id":1591,"parentId":1524,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/checks.js","layer":"app-pages-browser"},"startTime":1755518646189,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":31411,"timestamp":656986146,"id":1592,"parentId":1524,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/errors.js","layer":"app-pages-browser"},"startTime":1755518646189,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":144588,"timestamp":656876931,"id":1533,"parentId":1412,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/lib/is-api-route.js","layer":"pages-dir-browser"},"startTime":1755518646079,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":144117,"timestamp":656877614,"id":1540,"parentId":1353,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react/jsx-runtime.js","layer":"app-pages-browser"},"startTime":1755518646080,"traceId":"ef4822359fdb07a1"},{"name":"build-module-svg","duration":94278,"timestamp":657027902,"id":1613,"parentId":1459,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/fly.svg","layer":"app-pages-browser"},"startTime":1755518646230,"traceId":"ef4822359fdb07a1"},{"name":"build-module-svg","duration":94315,"timestamp":657028375,"id":1614,"parentId":1459,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/neon.svg","layer":"app-pages-browser"},"startTime":1755518646231,"traceId":"ef4822359fdb07a1"},{"name":"build-module-svg","duration":94646,"timestamp":657028407,"id":1615,"parentId":1459,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/netlify.svg","layer":"app-pages-browser"},"startTime":1755518646231,"traceId":"ef4822359fdb07a1"},{"name":"build-module-svg","duration":94948,"timestamp":657028431,"id":1616,"parentId":1459,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/railway.svg","layer":"app-pages-browser"},"startTime":1755518646231,"traceId":"ef4822359fdb07a1"},{"name":"build-module-svg","duration":95218,"timestamp":657028459,"id":1617,"parentId":1459,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/render.svg","layer":"app-pages-browser"},"startTime":1755518646231,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":101249,"timestamp":657024729,"id":1593,"parentId":1524,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/parse.js","layer":"app-pages-browser"},"startTime":1755518646227,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":101278,"timestamp":657025051,"id":1594,"parentId":1524,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/compat.js","layer":"app-pages-browser"},"startTime":1755518646228,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":101753,"timestamp":657025218,"id":1595,"parentId":1524,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/en.js","layer":"app-pages-browser"},"startTime":1755518646228,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":102079,"timestamp":657025406,"id":1596,"parentId":1524,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/index.js","layer":"app-pages-browser"},"startTime":1755518646228,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":102334,"timestamp":657025577,"id":1597,"parentId":1524,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/iso.js","layer":"app-pages-browser"},"startTime":1755518646228,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":102468,"timestamp":657025734,"id":1598,"parentId":1524,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/classic/coerce.js","layer":"app-pages-browser"},"startTime":1755518646228,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":101014,"timestamp":657027502,"id":1605,"parentId":1526,"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":1755518646230,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":203902,"timestamp":656926080,"id":1559,"parentId":1343,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react/index.js","layer":"app-pages-browser"},"startTime":1755518646129,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":204087,"timestamp":656926225,"id":1561,"parentId":1394,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react/cjs/react-jsx-runtime.production.js","layer":"pages-dir-browser"},"startTime":1755518646129,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":104724,"timestamp":657026121,"id":1600,"parentId":1536,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/chevron-down.js","layer":"app-pages-browser"},"startTime":1755518646229,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":104881,"timestamp":657026196,"id":1601,"parentId":1535,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/icons/chevron-up.js","layer":"app-pages-browser"},"startTime":1755518646229,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":105404,"timestamp":657025968,"id":1599,"parentId":1546,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/createLucideIcon.js","layer":"app-pages-browser"},"startTime":1755518646229,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":105237,"timestamp":657026285,"id":1603,"parentId":1525,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":"pages-dir-browser"},"startTime":1755518646229,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":105447,"timestamp":657026247,"id":1602,"parentId":1528,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"pages-dir-browser"},"startTime":1755518646229,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":104193,"timestamp":657027668,"id":1607,"parentId":1450,"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":1755518646230,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":104677,"timestamp":657027618,"id":1606,"parentId":1469,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/request-idle-callback.js","layer":"pages-dir-browser"},"startTime":1755518646230,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":104937,"timestamp":657027706,"id":1608,"parentId":1565,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/not-found.js","layer":"app-pages-browser"},"startTime":1755518646230,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":105306,"timestamp":657027745,"id":1609,"parentId":1565,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/forbidden.js","layer":"app-pages-browser"},"startTime":1755518646230,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":105626,"timestamp":657027787,"id":1610,"parentId":1565,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/unauthorized.js","layer":"app-pages-browser"},"startTime":1755518646230,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":105995,"timestamp":657027826,"id":1611,"parentId":1565,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/unstable-rethrow.js","layer":"app-pages-browser"},"startTime":1755518646230,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":106235,"timestamp":657027864,"id":1612,"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":1755518646230,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":202448,"timestamp":656948224,"id":1576,"parentId":1362,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react-dom/client.js","layer":"app-pages-browser"},"startTime":1755518646151,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":202695,"timestamp":656948276,"id":1577,"parentId":1342,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react-dom/index.js","layer":"app-pages-browser"},"startTime":1755518646151,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":205107,"timestamp":656948669,"id":1588,"parentId":1426,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react/cjs/react.production.js","layer":"pages-dir-browser"},"startTime":1755518646151,"traceId":"ef4822359fdb07a1"},{"name":"build-module-svg","duration":73191,"timestamp":657156248,"id":1620,"parentId":1459,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/supabase.svg","layer":"app-pages-browser"},"startTime":1755518646359,"traceId":"ef4822359fdb07a1"},{"name":"build-module-svg","duration":73465,"timestamp":657156340,"id":1621,"parentId":1459,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/uploadthing.svg","layer":"app-pages-browser"},"startTime":1755518646359,"traceId":"ef4822359fdb07a1"},{"name":"build-module-svg","duration":73830,"timestamp":657156377,"id":1622,"parentId":1459,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/upstash.svg","layer":"app-pages-browser"},"startTime":1755518646359,"traceId":"ef4822359fdb07a1"},{"name":"build-module-svg","duration":74095,"timestamp":657156403,"id":1623,"parentId":1459,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/vercel.svg","layer":"app-pages-browser"},"startTime":1755518646359,"traceId":"ef4822359fdb07a1"},{"name":"build-module-svg","duration":74455,"timestamp":657156429,"id":1624,"parentId":1459,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/vite.svg","layer":"app-pages-browser"},"startTime":1755518646359,"traceId":"ef4822359fdb07a1"},{"name":"build-module-svg","duration":74728,"timestamp":657156457,"id":1625,"parentId":1459,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/components/ui/icons/svg/wxt.svg","layer":"app-pages-browser"},"startTime":1755518646359,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":82248,"timestamp":657157313,"id":1644,"parentId":1589,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/core.js","layer":"app-pages-browser"},"startTime":1755518646360,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":83013,"timestamp":657157396,"id":1645,"parentId":1589,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/parse.js","layer":"app-pages-browser"},"startTime":1755518646360,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":84042,"timestamp":657157481,"id":1646,"parentId":1589,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/errors.js","layer":"app-pages-browser"},"startTime":1755518646360,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":86339,"timestamp":657156583,"id":1628,"parentId":1507,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"app-pages-browser"},"startTime":1755518646359,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":87515,"timestamp":657156708,"id":1630,"parentId":1518,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/promise-queue.js","layer":"app-pages-browser"},"startTime":1755518646359,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":88111,"timestamp":657156749,"id":1631,"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":1755518646359,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":88722,"timestamp":657156871,"id":1634,"parentId":1514,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"app-pages-browser"},"startTime":1755518646359,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":89604,"timestamp":657156665,"id":1629,"parentId":1508,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"pages-dir-browser"},"startTime":1755518646359,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":90642,"timestamp":657156907,"id":1635,"parentId":1514,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"app-pages-browser"},"startTime":1755518646359,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":91762,"timestamp":657156950,"id":1636,"parentId":1514,"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":1755518646359,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":92723,"timestamp":657156834,"id":1633,"parentId":1514,"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":1755518646359,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":92993,"timestamp":657157046,"id":1638,"parentId":1571,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/hash.js","layer":"app-pages-browser"},"startTime":1755518646360,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":93406,"timestamp":657157092,"id":1639,"parentId":1574,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/segment.js","layer":"pages-dir-browser"},"startTime":1755518646360,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":93672,"timestamp":657157123,"id":1640,"parentId":1574,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"pages-dir-browser"},"startTime":1755518646360,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":95933,"timestamp":657156796,"id":1632,"parentId":1514,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"app-pages-browser"},"startTime":1755518646359,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":95832,"timestamp":657157277,"id":1643,"parentId":1528,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/trusted-types.js","layer":"pages-dir-browser"},"startTime":1755518646360,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":97718,"timestamp":657156986,"id":1637,"parentId":1514,"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":1755518646360,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":98719,"timestamp":657157153,"id":1641,"parentId":1575,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"pages-dir-browser"},"startTime":1755518646360,"traceId":"ef4822359fdb07a1"},{"name":"postcss-process","duration":350474,"timestamp":657028924,"id":1619,"parentId":1618,"tags":{},"startTime":1755518646231,"traceId":"ef4822359fdb07a1"},{"name":"postcss-loader","duration":350993,"timestamp":657028607,"id":1618,"parentId":1604,"tags":{},"startTime":1755518646231,"traceId":"ef4822359fdb07a1"},{"name":"css-loader","duration":13648,"timestamp":657379666,"id":1647,"parentId":1604,"tags":{"astUsed":"true"},"startTime":1755518646582,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":239107,"timestamp":657157187,"id":1642,"parentId":1558,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-label/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755518646360,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":24586,"timestamp":657398115,"id":1648,"parentId":1589,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/schemas.js","layer":"app-pages-browser"},"startTime":1755518646601,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":27405,"timestamp":657398281,"id":1649,"parentId":1589,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/checks.js","layer":"app-pages-browser"},"startTime":1755518646601,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":27491,"timestamp":657398379,"id":1650,"parentId":1589,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/versions.js","layer":"app-pages-browser"},"startTime":1755518646601,"traceId":"ef4822359fdb07a1"}]
17
+ [{"name":"build-module-js","duration":30965,"timestamp":657398464,"id":1651,"parentId":1589,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/util.js","layer":"app-pages-browser"},"startTime":1755518646601,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":32999,"timestamp":657398553,"id":1652,"parentId":1589,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/regexes.js","layer":"app-pages-browser"},"startTime":1755518646601,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":33635,"timestamp":657398636,"id":1653,"parentId":1589,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/registries.js","layer":"app-pages-browser"},"startTime":1755518646601,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":34041,"timestamp":657398715,"id":1654,"parentId":1589,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/doc.js","layer":"app-pages-browser"},"startTime":1755518646601,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":34628,"timestamp":657398799,"id":1655,"parentId":1589,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/function.js","layer":"app-pages-browser"},"startTime":1755518646601,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":42785,"timestamp":657398879,"id":1656,"parentId":1589,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/api.js","layer":"app-pages-browser"},"startTime":1755518646601,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":46324,"timestamp":657398957,"id":1657,"parentId":1589,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/to-json-schema.js","layer":"app-pages-browser"},"startTime":1755518646601,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":46381,"timestamp":657399062,"id":1658,"parentId":1589,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/core/json-schema.js","layer":"app-pages-browser"},"startTime":1755518646602,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":46828,"timestamp":657399149,"id":1659,"parentId":1553,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755518646602,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":47901,"timestamp":657399232,"id":1660,"parentId":1555,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-context/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755518646602,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":48005,"timestamp":657399397,"id":1662,"parentId":1555,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/primitive/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755518646602,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":49283,"timestamp":657399476,"id":1663,"parentId":1555,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755518646602,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":49805,"timestamp":657399556,"id":1664,"parentId":1555,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-primitive/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755518646602,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":50107,"timestamp":657399718,"id":1666,"parentId":1555,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-id/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755518646602,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":50417,"timestamp":657399799,"id":1667,"parentId":1555,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-direction/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755518646602,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":51415,"timestamp":657399940,"id":1669,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ar.js","layer":"app-pages-browser"},"startTime":1755518646602,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":52353,"timestamp":657400044,"id":1670,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/az.js","layer":"app-pages-browser"},"startTime":1755518646603,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":53500,"timestamp":657400142,"id":1671,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/be.js","layer":"app-pages-browser"},"startTime":1755518646603,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":54209,"timestamp":657400222,"id":1672,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ca.js","layer":"app-pages-browser"},"startTime":1755518646603,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":54766,"timestamp":657400299,"id":1673,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/cs.js","layer":"app-pages-browser"},"startTime":1755518646603,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":55347,"timestamp":657400377,"id":1674,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/da.js","layer":"app-pages-browser"},"startTime":1755518646603,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":55893,"timestamp":657400461,"id":1675,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/de.js","layer":"app-pages-browser"},"startTime":1755518646603,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":56423,"timestamp":657400537,"id":1676,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/eo.js","layer":"app-pages-browser"},"startTime":1755518646603,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":56948,"timestamp":657400613,"id":1677,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/es.js","layer":"app-pages-browser"},"startTime":1755518646603,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":57477,"timestamp":657400696,"id":1678,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fa.js","layer":"app-pages-browser"},"startTime":1755518646603,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":57966,"timestamp":657400773,"id":1679,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fi.js","layer":"app-pages-browser"},"startTime":1755518646603,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":58574,"timestamp":657400852,"id":1680,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fr.js","layer":"app-pages-browser"},"startTime":1755518646603,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":59099,"timestamp":657400933,"id":1681,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/fr-CA.js","layer":"app-pages-browser"},"startTime":1755518646603,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":59589,"timestamp":657401027,"id":1682,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/he.js","layer":"app-pages-browser"},"startTime":1755518646604,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":60113,"timestamp":657401109,"id":1683,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/hu.js","layer":"app-pages-browser"},"startTime":1755518646604,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":60897,"timestamp":657401195,"id":1684,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/id.js","layer":"app-pages-browser"},"startTime":1755518646604,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":63785,"timestamp":657401328,"id":1685,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/is.js","layer":"app-pages-browser"},"startTime":1755518646604,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":64325,"timestamp":657401404,"id":1686,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/it.js","layer":"app-pages-browser"},"startTime":1755518646604,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":64860,"timestamp":657401483,"id":1687,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ja.js","layer":"app-pages-browser"},"startTime":1755518646604,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":65380,"timestamp":657401559,"id":1688,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/kh.js","layer":"app-pages-browser"},"startTime":1755518646604,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":65942,"timestamp":657401634,"id":1689,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ko.js","layer":"app-pages-browser"},"startTime":1755518646604,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":66504,"timestamp":657401708,"id":1690,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/mk.js","layer":"app-pages-browser"},"startTime":1755518646604,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":66991,"timestamp":657401789,"id":1691,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ms.js","layer":"app-pages-browser"},"startTime":1755518646604,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":67566,"timestamp":657401867,"id":1692,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/nl.js","layer":"app-pages-browser"},"startTime":1755518646604,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":68087,"timestamp":657401942,"id":1693,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/no.js","layer":"app-pages-browser"},"startTime":1755518646604,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":68572,"timestamp":657402039,"id":1694,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ota.js","layer":"app-pages-browser"},"startTime":1755518646605,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":69105,"timestamp":657402120,"id":1695,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ps.js","layer":"app-pages-browser"},"startTime":1755518646605,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":69619,"timestamp":657402199,"id":1696,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/pl.js","layer":"app-pages-browser"},"startTime":1755518646605,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":69736,"timestamp":657402361,"id":1698,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755518646605,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":69886,"timestamp":657402441,"id":1699,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755518646605,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":11068,"timestamp":657480838,"id":1700,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/number/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755518646683,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":10849,"timestamp":657481504,"id":1706,"parentId":1554,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-previous/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755518646684,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":11101,"timestamp":657481588,"id":1707,"parentId":1554,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-visually-hidden/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755518646684,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":14019,"timestamp":657481669,"id":1708,"parentId":1554,"tags":{"name":"/home/runner/work/envin/envin/node_modules/aria-hidden/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1755518646684,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":14095,"timestamp":657481750,"id":1709,"parentId":1554,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1755518646684,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":14518,"timestamp":657481995,"id":1712,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/pt.js","layer":"app-pages-browser"},"startTime":1755518646685,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":15184,"timestamp":657482104,"id":1713,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ru.js","layer":"app-pages-browser"},"startTime":1755518646685,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":15703,"timestamp":657482189,"id":1714,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/sl.js","layer":"app-pages-browser"},"startTime":1755518646685,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":16236,"timestamp":657482265,"id":1715,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/sv.js","layer":"app-pages-browser"},"startTime":1755518646685,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":16781,"timestamp":657482347,"id":1716,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ta.js","layer":"app-pages-browser"},"startTime":1755518646685,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":17280,"timestamp":657482433,"id":1717,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/th.js","layer":"app-pages-browser"},"startTime":1755518646685,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":17815,"timestamp":657482511,"id":1718,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/tr.js","layer":"app-pages-browser"},"startTime":1755518646685,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":18311,"timestamp":657482587,"id":1719,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ua.js","layer":"app-pages-browser"},"startTime":1755518646685,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":18828,"timestamp":657482671,"id":1720,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/ur.js","layer":"app-pages-browser"},"startTime":1755518646685,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":19340,"timestamp":657482749,"id":1721,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/vi.js","layer":"app-pages-browser"},"startTime":1755518646685,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":19875,"timestamp":657482823,"id":1722,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/zh-CN.js","layer":"app-pages-browser"},"startTime":1755518646685,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":20372,"timestamp":657482905,"id":1723,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/zh-TW.js","layer":"app-pages-browser"},"startTime":1755518646685,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":21206,"timestamp":657482983,"id":1724,"parentId":1596,"tags":{"name":"/home/runner/work/envin/envin/node_modules/zod/v4/locales/yo.js","layer":"app-pages-browser"},"startTime":1755518646686,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":106913,"timestamp":657399639,"id":1665,"parentId":1555,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-collapsible/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755518646602,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":351211,"timestamp":657156527,"id":1627,"parentId":1467,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js","layer":null},"startTime":1755518646359,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":437779,"timestamp":657156481,"id":1626,"parentId":1420,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-dom/cjs/react-dom-client.production.js","layer":"pages-dir-browser"},"startTime":1755518646359,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":198831,"timestamp":657402282,"id":1697,"parentId":1556,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-presence/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755518646605,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":205024,"timestamp":657399319,"id":1661,"parentId":1555,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-collection/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755518646602,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":121789,"timestamp":657483086,"id":1725,"parentId":1599,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/Icon.js","layer":"app-pages-browser"},"startTime":1755518646686,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":122116,"timestamp":657483226,"id":1726,"parentId":1599,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/shared/src/utils.js","layer":"app-pages-browser"},"startTime":1755518646686,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":122266,"timestamp":657483316,"id":1727,"parentId":1628,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"app-pages-browser"},"startTime":1755518646686,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":1020547,"timestamp":656591987,"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\",\"arguments\":[{\"variable\":\"--font-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":"app-pages-browser"},"startTime":1755518645795,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":1017122,"timestamp":656595963,"id":1397,"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":1755518645798,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":138324,"timestamp":657481158,"id":1702,"parentId":1554,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-focus-guards/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755518646684,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":139680,"timestamp":657481248,"id":1703,"parentId":1554,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-focus-scope/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755518646684,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":141411,"timestamp":657481036,"id":1701,"parentId":1554,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755518646684,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":142186,"timestamp":657481424,"id":1705,"parentId":1554,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-portal/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755518646684,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":144688,"timestamp":657481342,"id":1704,"parentId":1554,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-popper/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755518646684,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":19098,"timestamp":657607969,"id":1730,"parentId":1611,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/unstable-rethrow.browser.js","layer":"app-pages-browser"},"startTime":1755518646811,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":250515,"timestamp":657399883,"id":1668,"parentId":1496,"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":1755518646602,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":22459,"timestamp":657630996,"id":1733,"parentId":1637,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/assign-location.js","layer":"app-pages-browser"},"startTime":1755518646834,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":23317,"timestamp":657631096,"id":1734,"parentId":1631,"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":1755518646834,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":23782,"timestamp":657631241,"id":1737,"parentId":1635,"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":1755518646834,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":24471,"timestamp":657631200,"id":1736,"parentId":1635,"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":1755518646834,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":24700,"timestamp":657631331,"id":1739,"parentId":1635,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/handle-segment-mismatch.js","layer":"app-pages-browser"},"startTime":1755518646834,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":25109,"timestamp":657631371,"id":1740,"parentId":1632,"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":1755518646834,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":25432,"timestamp":657631423,"id":1741,"parentId":1632,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.js","layer":"app-pages-browser"},"startTime":1755518646834,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":25936,"timestamp":657631465,"id":1742,"parentId":1632,"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":1755518646834,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":26641,"timestamp":657631290,"id":1738,"parentId":1635,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/handle-mutable.js","layer":"app-pages-browser"},"startTime":1755518646834,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":27392,"timestamp":657631503,"id":1743,"parentId":1632,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/aliased-prefetch-navigations.js","layer":"app-pages-browser"},"startTime":1755518646834,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":30634,"timestamp":657631155,"id":1735,"parentId":1634,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"app-pages-browser"},"startTime":1755518646834,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":3010,"timestamp":657665412,"id":1745,"parentId":1709,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/Combination.js","layer":"app-pages-browser"},"startTime":1755518646868,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":187036,"timestamp":657483370,"id":1728,"parentId":1540,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react/cjs/react-jsx-runtime.production.js","layer":"app-pages-browser"},"startTime":1755518646686,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":189129,"timestamp":657481836,"id":1710,"parentId":1438,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm/index.js","layer":"app-pages-browser"},"startTime":1755518646684,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":189705,"timestamp":657481915,"id":1711,"parentId":1557,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/browser.mjs","layer":"app-pages-browser"},"startTime":1755518646684,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":190448,"timestamp":657483429,"id":1729,"parentId":1559,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react/cjs/react.production.js","layer":"app-pages-browser"},"startTime":1755518646686,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":9141,"timestamp":657665285,"id":1744,"parentId":1725,"tags":{"name":"/home/runner/work/envin/envin/node_modules/lucide-react/dist/esm/defaultAttributes.js","layer":"app-pages-browser"},"startTime":1755518646868,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":9363,"timestamp":657665515,"id":1746,"parentId":1637,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/shared/lib/server-reference-info.js","layer":"app-pages-browser"},"startTime":1755518646868,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":121,"timestamp":657675841,"id":1747,"parentId":1396,"tags":{},"startTime":1755518646878,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":14,"timestamp":657675974,"id":1748,"parentId":1397,"tags":{},"startTime":1755518646879,"traceId":"ef4822359fdb07a1"},{"name":"add-entry","duration":1264117,"timestamp":656412156,"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":1755518645615,"traceId":"ef4822359fdb07a1"}]
18
+ [{"name":"build-module-mjs","duration":2693,"timestamp":657675998,"id":1749,"parentId":1663,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-effect-event/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755518646879,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":1578,"timestamp":657682606,"id":1751,"parentId":1701,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-escape-keydown/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755518646885,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":1734,"timestamp":657682742,"id":1752,"parentId":1704,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-arrow/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755518646885,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":1970,"timestamp":657682836,"id":1753,"parentId":1704,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@radix-ui/react-use-size/dist/index.mjs","layer":"app-pages-browser"},"startTime":1755518646885,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":55790,"timestamp":657630953,"id":1732,"parentId":1577,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/react-dom/cjs/react-dom.production.js","layer":"app-pages-browser"},"startTime":1755518646833,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":4621,"timestamp":657688153,"id":1754,"parentId":1711,"tags":{"name":"/home/runner/work/envin/envin/node_modules/consola/dist/core.mjs","layer":"app-pages-browser"},"startTime":1755518646891,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":4988,"timestamp":657688276,"id":1755,"parentId":1745,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/UI.js","layer":"app-pages-browser"},"startTime":1755518646891,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5065,"timestamp":657688370,"id":1756,"parentId":1745,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/sidecar.js","layer":"app-pages-browser"},"startTime":1755518646891,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":142904,"timestamp":657630863,"id":1731,"parentId":1576,"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":1755518646833,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":103280,"timestamp":657676151,"id":1750,"parentId":1626,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-dom/index.js","layer":"pages-dir-browser"},"startTime":1755518646879,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":3640,"timestamp":657779858,"id":1761,"parentId":1745,"tags":{"name":"/home/runner/work/envin/envin/node_modules/tslib/tslib.es6.mjs","layer":"app-pages-browser"},"startTime":1755518646982,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":9731,"timestamp":657775103,"id":1757,"parentId":1734,"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":1755518646978,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":999,"timestamp":657785846,"id":1762,"parentId":1755,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/medium.js","layer":"app-pages-browser"},"startTime":1755518646988,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":2136,"timestamp":657785967,"id":1763,"parentId":1756,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/SideEffect.js","layer":"app-pages-browser"},"startTime":1755518646989,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":2170,"timestamp":657786087,"id":1764,"parentId":1755,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll-bar/dist/es2015/constants.js","layer":"app-pages-browser"},"startTime":1755518646989,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":2274,"timestamp":657786184,"id":1765,"parentId":1755,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1755518646989,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":2342,"timestamp":657786268,"id":1766,"parentId":1756,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1755518646989,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":13,"timestamp":657790488,"id":1767,"parentId":1359,"tags":{"layer":null},"startTime":1755518646993,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":19756,"timestamp":657775339,"id":1759,"parentId":1710,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm/manager.js","layer":"app-pages-browser"},"startTime":1755518646978,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":21943,"timestamp":657775433,"id":1760,"parentId":1710,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm/socket.js","layer":"app-pages-browser"},"startTime":1755518646978,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":22676,"timestamp":657775235,"id":1758,"parentId":1710,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm/url.js","layer":"app-pages-browser"},"startTime":1755518646978,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":2565,"timestamp":657800154,"id":1768,"parentId":1704,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.mjs","layer":"app-pages-browser"},"startTime":1755518647003,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":3977,"timestamp":657803921,"id":1770,"parentId":1763,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js","layer":"app-pages-browser"},"startTime":1755518647006,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":4484,"timestamp":657804089,"id":1771,"parentId":1763,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll/dist/es2015/handleScroll.js","layer":"app-pages-browser"},"startTime":1755518647007,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":4537,"timestamp":657804195,"id":1772,"parentId":1765,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/assignRef.js","layer":"app-pages-browser"},"startTime":1755518647007,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":4683,"timestamp":657804290,"id":1773,"parentId":1765,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/useRef.js","layer":"app-pages-browser"},"startTime":1755518647007,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":4791,"timestamp":657804372,"id":1774,"parentId":1765,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/createRef.js","layer":"app-pages-browser"},"startTime":1755518647007,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":4896,"timestamp":657804452,"id":1775,"parentId":1765,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/mergeRef.js","layer":"app-pages-browser"},"startTime":1755518647007,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5145,"timestamp":657804534,"id":1776,"parentId":1765,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/useMergeRef.js","layer":"app-pages-browser"},"startTime":1755518647007,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5225,"timestamp":657804621,"id":1777,"parentId":1765,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/useTransformRef.js","layer":"app-pages-browser"},"startTime":1755518647007,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5295,"timestamp":657804703,"id":1778,"parentId":1765,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/transformRef.js","layer":"app-pages-browser"},"startTime":1755518647007,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5474,"timestamp":657804781,"id":1779,"parentId":1765,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-callback-ref/dist/es2015/refToCallback.js","layer":"app-pages-browser"},"startTime":1755518647007,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5619,"timestamp":657804866,"id":1780,"parentId":1766,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/hoc.js","layer":"app-pages-browser"},"startTime":1755518647007,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5931,"timestamp":657804945,"id":1781,"parentId":1766,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/hook.js","layer":"app-pages-browser"},"startTime":1755518647007,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5996,"timestamp":657805059,"id":1782,"parentId":1766,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/config.js","layer":"app-pages-browser"},"startTime":1755518647008,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":6335,"timestamp":657805154,"id":1783,"parentId":1766,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/medium.js","layer":"app-pages-browser"},"startTime":1755518647008,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":6646,"timestamp":657805235,"id":1784,"parentId":1766,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/renderProp.js","layer":"app-pages-browser"},"startTime":1755518647008,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":6821,"timestamp":657805314,"id":1785,"parentId":1766,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/exports.js","layer":"app-pages-browser"},"startTime":1755518647008,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":2083,"timestamp":657815207,"id":1786,"parentId":1763,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll-bar/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1755518647018,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":2084,"timestamp":657815346,"id":1787,"parentId":1763,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-style-singleton/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1755518647018,"traceId":"ef4822359fdb07a1"},{"name":"build-module-css","duration":791851,"timestamp":657026330,"id":1604,"parentId":1527,"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":1755518646229,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":2443,"timestamp":657818669,"id":1790,"parentId":1759,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@socket.io/component-emitter/lib/esm/index.js","layer":"app-pages-browser"},"startTime":1755518647021,"traceId":"ef4822359fdb07a1"},{"name":"build-module-css","duration":947609,"timestamp":656875958,"id":1527,"parentId":1330,"tags":{"name":"/home/runner/work/envin/envin/packages/cli/src/app/globals.css","layer":"app-pages-browser"},"startTime":1755518646078,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":25309,"timestamp":657800291,"id":1769,"parentId":1750,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-dom/cjs/react-dom.production.js","layer":"pages-dir-browser"},"startTime":1755518647003,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":660,"timestamp":657828133,"id":1792,"parentId":1781,"tags":{"name":"/home/runner/work/envin/envin/node_modules/use-sidecar/dist/es2015/env.js","layer":"app-pages-browser"},"startTime":1755518647031,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":3907,"timestamp":657828262,"id":1793,"parentId":1768,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs","layer":"app-pages-browser"},"startTime":1755518647031,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":2385,"timestamp":657833137,"id":1794,"parentId":1786,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll-bar/dist/es2015/component.js","layer":"app-pages-browser"},"startTime":1755518647036,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":2570,"timestamp":657833261,"id":1795,"parentId":1786,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-remove-scroll-bar/dist/es2015/utils.js","layer":"app-pages-browser"},"startTime":1755518647036,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":2686,"timestamp":657833360,"id":1796,"parentId":1787,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-style-singleton/dist/es2015/component.js","layer":"app-pages-browser"},"startTime":1755518647036,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":2921,"timestamp":657833444,"id":1797,"parentId":1787,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-style-singleton/dist/es2015/singleton.js","layer":"app-pages-browser"},"startTime":1755518647036,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":3030,"timestamp":657833526,"id":1798,"parentId":1787,"tags":{"name":"/home/runner/work/envin/envin/node_modules/react-style-singleton/dist/es2015/hook.js","layer":"app-pages-browser"},"startTime":1755518647036,"traceId":"ef4822359fdb07a1"},{"name":"build-module","duration":34,"timestamp":657837477,"id":1800,"parentId":1527,"tags":{},"startTime":1755518647040,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":22730,"timestamp":657818448,"id":1788,"parentId":1710,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/build/esm/index.js","layer":"app-pages-browser"},"startTime":1755518647021,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":23002,"timestamp":657818568,"id":1789,"parentId":1710,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/index.js","layer":"app-pages-browser"},"startTime":1755518647021,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":23034,"timestamp":657818756,"id":1791,"parentId":1759,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm/on.js","layer":"app-pages-browser"},"startTime":1755518647021,"traceId":"ef4822359fdb07a1"},{"name":"add-entry","duration":1429861,"timestamp":656412182,"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":1755518645615,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":12353,"timestamp":657833606,"id":1799,"parentId":1759,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-client/build/esm/contrib/backo2.js","layer":"app-pages-browser"},"startTime":1755518647036,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":2311,"timestamp":657847069,"id":1801,"parentId":1793,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.mjs","layer":"app-pages-browser"},"startTime":1755518647050,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":9413,"timestamp":657847197,"id":1802,"parentId":1793,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/core/dist/floating-ui.core.mjs","layer":"app-pages-browser"},"startTime":1755518647050,"traceId":"ef4822359fdb07a1"},{"name":"build-module-mjs","duration":10162,"timestamp":657847296,"id":1803,"parentId":1793,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs","layer":"app-pages-browser"},"startTime":1755518647050,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":10319,"timestamp":657847381,"id":1804,"parentId":1797,"tags":{"name":"/home/runner/work/envin/envin/node_modules/get-nonce/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1755518647050,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":15218,"timestamp":657847462,"id":1805,"parentId":1626,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/polyfills/process.js","layer":"pages-dir-browser"},"startTime":1755518647050,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":15441,"timestamp":657847512,"id":1806,"parentId":1729,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/build/polyfills/process.js","layer":"app-pages-browser"},"startTime":1755518647050,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":15577,"timestamp":657847627,"id":1807,"parentId":1792,"tags":{"name":"/home/runner/work/envin/envin/node_modules/detect-node-es/esm/browser.js","layer":"app-pages-browser"},"startTime":1755518647050,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5906,"timestamp":657858424,"id":1808,"parentId":1626,"tags":{"name":"/home/runner/work/envin/envin/node_modules/scheduler/index.js","layer":"pages-dir-browser"},"startTime":1755518647061,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":6082,"timestamp":657858494,"id":1809,"parentId":1630,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js","layer":"app-pages-browser"},"startTime":1755518647061,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":6903,"timestamp":657858717,"id":1811,"parentId":1788,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/build/esm/binary.js","layer":"app-pages-browser"},"startTime":1755518647061,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":7322,"timestamp":657858617,"id":1810,"parentId":1630,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_class_private_field_loose_key.js","layer":"app-pages-browser"},"startTime":1755518647061,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":7855,"timestamp":657858801,"id":1812,"parentId":1788,"tags":{"name":"/home/runner/work/envin/envin/node_modules/socket.io-parser/build/esm/is-binary.js","layer":"app-pages-browser"},"startTime":1755518647061,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":8744,"timestamp":657858970,"id":1814,"parentId":1789,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/transport.js","layer":"app-pages-browser"},"startTime":1755518647062,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":11790,"timestamp":657858884,"id":1813,"parentId":1789,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/socket.js","layer":"app-pages-browser"},"startTime":1755518647061,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":12166,"timestamp":657859083,"id":1815,"parentId":1789,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/util.js","layer":"app-pages-browser"},"startTime":1755518647062,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":12404,"timestamp":657859175,"id":1816,"parentId":1789,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/globals.js","layer":"app-pages-browser"},"startTime":1755518647062,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":13536,"timestamp":657861788,"id":1819,"parentId":1789,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/transports/polling-xhr.js","layer":"app-pages-browser"},"startTime":1755518647064,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":14329,"timestamp":657861874,"id":1820,"parentId":1789,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/transports/websocket.js","layer":"app-pages-browser"},"startTime":1755518647064,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":14978,"timestamp":657861693,"id":1818,"parentId":1789,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/transports/polling-fetch.js","layer":"app-pages-browser"},"startTime":1755518647064,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":15328,"timestamp":657861570,"id":1817,"parentId":1789,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/transports/index.js","layer":"app-pages-browser"},"startTime":1755518647064,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":15457,"timestamp":657862064,"id":1822,"parentId":1789,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/contrib/parseuri.js","layer":"app-pages-browser"},"startTime":1755518647065,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":16272,"timestamp":657861962,"id":1821,"parentId":1789,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/transports/webtransport.js","layer":"app-pages-browser"},"startTime":1755518647064,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":19880,"timestamp":657863612,"id":1824,"parentId":1661,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_class_private_field_init.js","layer":"app-pages-browser"},"startTime":1755518647066,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":20272,"timestamp":657863487,"id":1823,"parentId":1661,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_class_private_field_get.js","layer":"app-pages-browser"},"startTime":1755518647066,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":20336,"timestamp":657863705,"id":1825,"parentId":1661,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_class_private_field_set.js","layer":"app-pages-browser"},"startTime":1755518647066,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":1453,"timestamp":657885362,"id":1826,"parentId":1814,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/index.js","layer":"app-pages-browser"},"startTime":1755518647088,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":1038,"timestamp":657890755,"id":1831,"parentId":1826,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/commons.js","layer":"app-pages-browser"},"startTime":1755518647093,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":4945,"timestamp":657887850,"id":1827,"parentId":1814,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/contrib/parseqs.js","layer":"app-pages-browser"},"startTime":1755518647090,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":4986,"timestamp":657889621,"id":1828,"parentId":1808,"tags":{"name":"/home/runner/work/envin/envin/node_modules/scheduler/cjs/scheduler.production.js","layer":"pages-dir-browser"},"startTime":1755518647092,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5712,"timestamp":657889807,"id":1829,"parentId":1819,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/transports/polling.js","layer":"app-pages-browser"},"startTime":1755518647092,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5899,"timestamp":657889943,"id":1830,"parentId":1819,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-client/build/esm/contrib/has-cors.js","layer":"app-pages-browser"},"startTime":1755518647092,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5779,"timestamp":657890874,"id":1832,"parentId":1824,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_check_private_redeclaration.js","layer":"app-pages-browser"},"startTime":1755518647093,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5899,"timestamp":657890968,"id":1833,"parentId":1823,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_class_apply_descriptor_get.js","layer":"app-pages-browser"},"startTime":1755518647094,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":6019,"timestamp":657891095,"id":1834,"parentId":1823,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_class_extract_field_descriptor.js","layer":"app-pages-browser"},"startTime":1755518647094,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":6154,"timestamp":657891190,"id":1835,"parentId":1825,"tags":{"name":"/home/runner/work/envin/envin/node_modules/@swc/helpers/esm/_class_apply_descriptor_set.js","layer":"app-pages-browser"},"startTime":1755518647094,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":5699,"timestamp":657892028,"id":1836,"parentId":1731,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/scheduler/index.js","layer":"app-pages-browser"},"startTime":1755518647095,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":6123,"timestamp":657892148,"id":1837,"parentId":1826,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/decodePacket.browser.js","layer":"app-pages-browser"},"startTime":1755518647095,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":6698,"timestamp":657892238,"id":1838,"parentId":1826,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/encodePacket.browser.js","layer":"app-pages-browser"},"startTime":1755518647095,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":1008,"timestamp":657900330,"id":1840,"parentId":1837,"tags":{"name":"/home/runner/work/envin/envin/node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.js","layer":"app-pages-browser"},"startTime":1755518647103,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":2711,"timestamp":657900201,"id":1839,"parentId":1836,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/scheduler/cjs/scheduler.production.js","layer":"app-pages-browser"},"startTime":1755518647103,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":1948,"timestamp":657903479,"id":1841,"parentId":1805,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/process/browser.js","layer":"pages-dir-browser"},"startTime":1755518647106,"traceId":"ef4822359fdb07a1"},{"name":"build-module-js","duration":3170,"timestamp":657903560,"id":1842,"parentId":1806,"tags":{"name":"/home/runner/work/envin/envin/node_modules/next/dist/compiled/process/browser.js","layer":"app-pages-browser"},"startTime":1755518647106,"traceId":"ef4822359fdb07a1"},{"name":"add-entry","duration":1494641,"timestamp":656412166,"id":1324,"parentId":1319,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1755518645615,"traceId":"ef4822359fdb07a1"},{"name":"add-entry","duration":1494659,"timestamp":656412175,"id":1325,"parentId":1319,"tags":{"request":"/home/runner/work/envin/envin/node_modules/next/dist/client/router.js"},"startTime":1755518645615,"traceId":"ef4822359fdb07a1"}]
19
+ [{"name":"add-entry","duration":1495198,"timestamp":656412040,"id":1321,"parentId":1319,"tags":{"request":"./../../node_modules/next/dist/client/app-next.js"},"startTime":1755518645615,"traceId":"ef4822359fdb07a1"},{"name":"add-entry","duration":1495067,"timestamp":656412179,"id":1326,"parentId":1319,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1755518645615,"traceId":"ef4822359fdb07a1"},{"name":"add-entry","duration":1495293,"timestamp":656411958,"id":1320,"parentId":1319,"tags":{"request":"./../../node_modules/next/dist/client/next.js"},"startTime":1755518645614,"traceId":"ef4822359fdb07a1"},{"name":"add-entry","duration":1495124,"timestamp":656412132,"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":1755518645615,"traceId":"ef4822359fdb07a1"},{"name":"add-entry","duration":1495077,"timestamp":656412185,"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":1755518645615,"traceId":"ef4822359fdb07a1"},{"name":"make","duration":1495612,"timestamp":656411710,"id":1319,"parentId":1318,"tags":{},"startTime":1755518645614,"traceId":"ef4822359fdb07a1"},{"name":"chunk-graph","duration":10810,"timestamp":657962952,"id":1844,"parentId":1843,"tags":{},"startTime":1755518647165,"traceId":"ef4822359fdb07a1"},{"name":"optimize-modules","duration":11,"timestamp":657973837,"id":1846,"parentId":1843,"tags":{},"startTime":1755518647176,"traceId":"ef4822359fdb07a1"},{"name":"optimize-chunks","duration":7865,"timestamp":657975773,"id":1848,"parentId":1843,"tags":{},"startTime":1755518647178,"traceId":"ef4822359fdb07a1"},{"name":"optimize-tree","duration":13,"timestamp":657983692,"id":1849,"parentId":1843,"tags":{},"startTime":1755518647186,"traceId":"ef4822359fdb07a1"},{"name":"optimize-chunk-modules","duration":21322,"timestamp":657983745,"id":1850,"parentId":1843,"tags":{},"startTime":1755518647186,"traceId":"ef4822359fdb07a1"},{"name":"optimize","duration":31307,"timestamp":657973814,"id":1845,"parentId":1843,"tags":{},"startTime":1755518647176,"traceId":"ef4822359fdb07a1"},{"name":"module-hash","duration":14772,"timestamp":658014760,"id":1851,"parentId":1843,"tags":{},"startTime":1755518647217,"traceId":"ef4822359fdb07a1"},{"name":"code-generation","duration":167752,"timestamp":658029608,"id":1852,"parentId":1843,"tags":{},"startTime":1755518647232,"traceId":"ef4822359fdb07a1"},{"name":"hash","duration":4304,"timestamp":658200140,"id":1853,"parentId":1843,"tags":{},"startTime":1755518647403,"traceId":"ef4822359fdb07a1"},{"name":"code-generation-jobs","duration":251,"timestamp":658204442,"id":1854,"parentId":1843,"tags":{},"startTime":1755518647407,"traceId":"ef4822359fdb07a1"},{"name":"module-assets","duration":323,"timestamp":658204670,"id":1855,"parentId":1843,"tags":{},"startTime":1755518647407,"traceId":"ef4822359fdb07a1"},{"name":"create-chunk-assets","duration":5891,"timestamp":658205024,"id":1856,"parentId":1843,"tags":{},"startTime":1755518647408,"traceId":"ef4822359fdb07a1"},{"name":"NextJsBuildManifest-generateClientManifest","duration":1319,"timestamp":658219516,"id":1858,"parentId":1318,"tags":{},"startTime":1755518647422,"traceId":"ef4822359fdb07a1"},{"name":"NextJsBuildManifest-createassets","duration":2029,"timestamp":658218820,"id":1857,"parentId":1318,"tags":{},"startTime":1755518647421,"traceId":"ef4822359fdb07a1"},{"name":"minify-js","duration":82029,"timestamp":658233818,"id":1863,"parentId":1859,"tags":{"name":"static/chunks/pages/_app-fb4ee7c0ef279148.js","cache":"MISS"},"startTime":1755518647436,"traceId":"ef4822359fdb07a1"},{"name":"minify-js","duration":82346,"timestamp":658233558,"id":1861,"parentId":1859,"tags":{"name":"static/chunks/main-app-33297f11826f6188.js","cache":"MISS"},"startTime":1755518647436,"traceId":"ef4822359fdb07a1"},{"name":"minify-js","duration":82268,"timestamp":658233665,"id":1862,"parentId":1859,"tags":{"name":"static/chunks/app/_not-found/page-c0461d0d47ad4dbc.js","cache":"MISS"},"startTime":1755518647436,"traceId":"ef4822359fdb07a1"},{"name":"minify-js","duration":82025,"timestamp":658233936,"id":1865,"parentId":1859,"tags":{"name":"static/chunks/app/layout-ed888ec51fd89fdb.js","cache":"MISS"},"startTime":1755518647436,"traceId":"ef4822359fdb07a1"},{"name":"minify-js","duration":82109,"timestamp":658233878,"id":1864,"parentId":1859,"tags":{"name":"static/chunks/pages/_error-c6afbe452ce29473.js","cache":"MISS"},"startTime":1755518647436,"traceId":"ef4822359fdb07a1"},{"name":"minify-js","duration":80018,"timestamp":658236020,"id":1867,"parentId":1859,"tags":{"name":"static/chunks/webpack-cdcb98bf76c6361f.js","cache":"MISS"},"startTime":1755518647439,"traceId":"ef4822359fdb07a1"},{"name":"minify-js","duration":108162,"timestamp":658234041,"id":1866,"parentId":1859,"tags":{"name":"static/chunks/app/page-7028eb4cd9f64c68.js","cache":"MISS"},"startTime":1755518647437,"traceId":"ef4822359fdb07a1"},{"name":"minify-js","duration":258589,"timestamp":658228112,"id":1860,"parentId":1859,"tags":{"name":"static/chunks/main-8616388f163ef4b5.js","cache":"MISS"},"startTime":1755518647431,"traceId":"ef4822359fdb07a1"},{"name":"minify-js","duration":300990,"timestamp":658236159,"id":1868,"parentId":1859,"tags":{"name":"static/chunks/framework-5a60ddf90c03a3df.js","cache":"MISS"},"startTime":1755518647439,"traceId":"ef4822359fdb07a1"},{"name":"minify-js","duration":262173,"timestamp":658275051,"id":1872,"parentId":1859,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"MISS"},"startTime":1755518647478,"traceId":"ef4822359fdb07a1"},{"name":"minify-js","duration":262141,"timestamp":658275109,"id":1873,"parentId":1859,"tags":{"name":"static/hQ8VxCM9KDLkb5wLIRxn3/_ssgManifest.js","cache":"MISS"},"startTime":1755518647478,"traceId":"ef4822359fdb07a1"},{"name":"minify-js","duration":262126,"timestamp":658275147,"id":1874,"parentId":1859,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1755518647478,"traceId":"ef4822359fdb07a1"},{"name":"minify-js","duration":262111,"timestamp":658275182,"id":1875,"parentId":1859,"tags":{"name":"static/hQ8VxCM9KDLkb5wLIRxn3/_buildManifest.js","cache":"MISS"},"startTime":1755518647478,"traceId":"ef4822359fdb07a1"},{"name":"minify-js","duration":262094,"timestamp":658275217,"id":1876,"parentId":1859,"tags":{"name":"server/next-font-manifest.js","cache":"MISS"},"startTime":1755518647478,"traceId":"ef4822359fdb07a1"},{"name":"minify-js","duration":351562,"timestamp":658247483,"id":1870,"parentId":1859,"tags":{"name":"static/chunks/902-ed50607f285d8d49.js","cache":"MISS"},"startTime":1755518647450,"traceId":"ef4822359fdb07a1"},{"name":"minify-js","duration":385517,"timestamp":658241985,"id":1869,"parentId":1859,"tags":{"name":"static/chunks/87c73c54-100f6e3edbad6d22.js","cache":"MISS"},"startTime":1755518647445,"traceId":"ef4822359fdb07a1"},{"name":"minify-js","duration":428893,"timestamp":658254733,"id":1871,"parentId":1859,"tags":{"name":"static/chunks/442-e5e2e8139dc29708.js","cache":"MISS"},"startTime":1755518647457,"traceId":"ef4822359fdb07a1"},{"name":"minify-webpack-plugin-optimize","duration":461750,"timestamp":658221910,"id":1859,"parentId":1318,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1755518647424,"traceId":"ef4822359fdb07a1"},{"name":"minify-css","duration":293059,"timestamp":658684103,"id":1878,"parentId":1877,"tags":{"file":"static/css/9e9951dd5420394c.css","cache":"MISS"},"startTime":1755518647887,"traceId":"ef4822359fdb07a1"},{"name":"css-minimizer-plugin","duration":293186,"timestamp":658683993,"id":1877,"parentId":1318,"tags":{},"startTime":1755518647887,"traceId":"ef4822359fdb07a1"},{"name":"seal","duration":1045872,"timestamp":657939207,"id":1843,"parentId":1318,"tags":{},"startTime":1755518647142,"traceId":"ef4822359fdb07a1"},{"name":"webpack-compilation","duration":2574426,"timestamp":656410734,"id":1318,"parentId":13,"tags":{"name":"client"},"startTime":1755518645613,"traceId":"ef4822359fdb07a1"},{"name":"emit","duration":3755,"timestamp":658985202,"id":1879,"parentId":13,"tags":{},"startTime":1755518648188,"traceId":"ef4822359fdb07a1"},{"name":"webpack-close","duration":1091682,"timestamp":658989348,"id":1880,"parentId":13,"tags":{"name":"client"},"startTime":1755518648192,"traceId":"ef4822359fdb07a1"},{"name":"webpack-generate-error-stats","duration":904,"timestamp":660081054,"id":1881,"parentId":1880,"tags":{},"startTime":1755518649284,"traceId":"ef4822359fdb07a1"},{"name":"run-webpack-compiler","duration":13311647,"timestamp":646770613,"id":13,"parentId":1,"tags":{},"startTime":1755518635973,"traceId":"ef4822359fdb07a1"},{"name":"format-webpack-messages","duration":106,"timestamp":660082269,"id":1882,"parentId":1,"tags":{},"startTime":1755518649285,"traceId":"ef4822359fdb07a1"},{"name":"verify-and-lint","duration":66549,"timestamp":660100913,"id":1885,"parentId":1,"tags":{},"startTime":1755518649303,"traceId":"ef4822359fdb07a1"},{"name":"verify-typescript-setup","duration":3866550,"timestamp":660086021,"id":1884,"parentId":1,"tags":{},"startTime":1755518649289,"traceId":"ef4822359fdb07a1"},{"name":"check-static-error-page","duration":3642,"timestamp":663992492,"id":1888,"parentId":1887,"tags":{},"startTime":1755518653195,"traceId":"ef4822359fdb07a1"},{"name":"check-page","duration":1913,"timestamp":664033607,"id":1889,"parentId":1887,"tags":{"page":"/_app"},"startTime":1755518653236,"traceId":"ef4822359fdb07a1"},{"name":"check-page","duration":836,"timestamp":664034716,"id":1891,"parentId":1887,"tags":{"page":"/_document"},"startTime":1755518653237,"traceId":"ef4822359fdb07a1"},{"name":"check-page","duration":1265,"timestamp":664034624,"id":1890,"parentId":1887,"tags":{"page":"/_error"},"startTime":1755518653237,"traceId":"ef4822359fdb07a1"},{"name":"is-page-static","duration":307091,"timestamp":664037024,"id":1896,"parentId":1894,"tags":{},"startTime":1755518653240,"traceId":"ef4822359fdb07a1"},{"name":"check-page","duration":309232,"timestamp":664034971,"id":1894,"parentId":1887,"tags":{"page":"/favicon.ico"},"startTime":1755518653238,"traceId":"ef4822359fdb07a1"},{"name":"is-page-static","duration":330065,"timestamp":664036342,"id":1895,"parentId":1892,"tags":{},"startTime":1755518653239,"traceId":"ef4822359fdb07a1"},{"name":"check-page","duration":331710,"timestamp":664034765,"id":1892,"parentId":1887,"tags":{"page":"/_not-found"},"startTime":1755518653237,"traceId":"ef4822359fdb07a1"},{"name":"is-page-static","duration":514977,"timestamp":664037387,"id":1897,"parentId":1893,"tags":{},"startTime":1755518653240,"traceId":"ef4822359fdb07a1"},{"name":"check-page","duration":517522,"timestamp":664034915,"id":1893,"parentId":1887,"tags":{"page":"/"},"startTime":1755518653237,"traceId":"ef4822359fdb07a1"},{"name":"static-check","duration":560752,"timestamp":663991712,"id":1887,"parentId":1,"tags":{},"startTime":1755518653194,"traceId":"ef4822359fdb07a1"},{"name":"generate-required-server-files","duration":296,"timestamp":664552608,"id":1899,"parentId":1,"tags":{},"startTime":1755518653755,"traceId":"ef4822359fdb07a1"},{"name":"write-routes-manifest","duration":1892,"timestamp":664557294,"id":1901,"parentId":1,"tags":{},"startTime":1755518653760,"traceId":"ef4822359fdb07a1"},{"name":"load-dotenv","duration":42,"timestamp":664586053,"id":1904,"parentId":1903,"tags":{},"startTime":1755518653789,"traceId":"ef4822359fdb07a1"},{"name":"run-export-path-map","duration":359,"timestamp":665933383,"id":1905,"parentId":1903,"tags":{},"startTime":1755518655136,"traceId":"ef4822359fdb07a1"},{"name":"next-export","duration":2355957,"timestamp":664585148,"id":1903,"parentId":1,"tags":{},"startTime":1755518653788,"traceId":"ef4822359fdb07a1"},{"name":"move-exported-app-not-found-","duration":6486,"timestamp":666942294,"id":1906,"parentId":1902,"tags":{},"startTime":1755518656145,"traceId":"ef4822359fdb07a1"},{"name":"move-exported-page","duration":136422,"timestamp":666948905,"id":1907,"parentId":1902,"tags":{},"startTime":1755518656151,"traceId":"ef4822359fdb07a1"},{"name":"static-generation","duration":2733172,"timestamp":664580601,"id":1902,"parentId":1,"tags":{},"startTime":1755518653783,"traceId":"ef4822359fdb07a1"},{"name":"write-routes-manifest","duration":35478,"timestamp":667313792,"id":1908,"parentId":1,"tags":{},"startTime":1755518656516,"traceId":"ef4822359fdb07a1"},{"name":"node-file-trace-build","duration":9195588,"timestamp":664554041,"id":1900,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1755518653757,"traceId":"ef4822359fdb07a1"},{"name":"apply-include-excludes","duration":518,"timestamp":673749647,"id":1909,"parentId":1,"tags":{},"startTime":1755518662952,"traceId":"ef4822359fdb07a1"},{"name":"print-tree-view","duration":2563,"timestamp":673750261,"id":1910,"parentId":1,"tags":{},"startTime":1755518662953,"traceId":"ef4822359fdb07a1"},{"name":"telemetry-flush","duration":39,"timestamp":673752834,"id":1911,"parentId":1,"tags":{},"startTime":1755518662955,"traceId":"ef4822359fdb07a1"},{"name":"next-build","duration":27234797,"timestamp":646518082,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.4.6","has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1755518635721,"traceId":"ef4822359fdb07a1"}]