Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use maintained nodejs18-debian12 base image #834

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ddl-ebrown
Copy link

@ddl-ebrown ddl-ebrown commented Jan 21, 2024

TL;DR

  • The nodejs distroless image was last updated 10 months ago and as such there are a number of high severity CVEs present in the last flyteconsole image that shipped v1.10.2

  • The existing base image is based on node v18, so for compatibility use the gcr.io/distroless/nodejs18-debian12 image, which is being actively maintained:

    https://github.com/GoogleContainerTools/distroless/blob/main/nodejs/README.md

Type

  • Bug Fix
  • Feature
  • Plugin

Are all requirements met?

  • Code completed
  • Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

Complete description

Docker scout isn't the most thorough scanner -- but a quick compare:

Current image

❯ docker scout quickview cr.flyte.org/flyteorg/flyteconsole:v1.10.2
    i New version 1.3.0 available (installed version is 1.2.0) at https://github.com/docker/scout-cli
    ✓ SBOM of image already cached, 12 packages indexed

  Target   │  cr.flyte.org/flyteorg/flyteconsole:v1.10.2  │    1C     3H     0M     1L     1?
    digest │  1014457db028                                │

Updated image

❯ docker scout quickview quay.io/domino/train-flyteconsole-docker:dev
    i New version 1.3.0 available (installed version is 1.2.0) at https://github.com/docker/scout-cli
    ✓ Image stored for indexing
    ✓ Indexed 12 packages

  Target     │  quay.io/domino/train-flyteconsole-docker:dev  │    0C     0H     0M     0L
    digest   │  8da8ca41dd80                                  │
  Base image │  distroless/static-debian12:nonroot            │    0C     0H     0M     0L

Follow-up issue

NA

Copy link

welcome bot commented Jan 21, 2024

Thank you for opening this pull request! 🙌

These tips will help get your PR across the finish line:

  • Most of the repos have a PR template; if not, fill it out to the best of your knowledge.
  • Sign off your commits (Reference: DCO Guide).

Copy link

codecov bot commented Jan 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.30%. Comparing base (eb7fe2b) to head (144653f).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #834   +/-   ##
=======================================
  Coverage   55.30%   55.30%           
=======================================
  Files         564      564           
  Lines       14620    14620           
  Branches     2668     2668           
=======================================
  Hits         8085     8085           
  Misses       6535     6535           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ddl-ebrown
Copy link
Author

ddl-ebrown commented Mar 5, 2024

@ursucarina / @eapolinario I think you should still accept this patch as your base container image is outdated / has security vulnerabilities.

Thanks!

 - The nodejs distroless image was last updated 10 months ago and as
   such there are a number of high severity CVEs present in the last
   flyteconsole image that shipped v1.10.2

 - The existing base image is based on node v18, so for compatibility
   use the gcr.io/distroless/nodejs18-debian12 image, which is being
   actively maintained:

   https://github.com/GoogleContainerTools/distroless/blob/main/nodejs/README.md

Signed-off-by: ddl-ebrown <[email protected]>
@kumare3
Copy link
Contributor

kumare3 commented Jun 10, 2024

@ursucarina / @jsonporter can we please rework this change in

@eapolinario
Copy link
Contributor

I gave it a try and the image doesn't build locally (docker build . from the root of the repo). The failures:

...
21.62 client:
21.62   assets by status 4.86 MiB [cached] 26 assets
21.62   Entrypoint main = runtime-a99e992a.js vendor_mui_emotion_rjsf-a99e992a.js vendor_react-a99e992a.js vendor_moment-a99e992a.js main-a99e992a.js
21.62   orphan modules 5.13 MiB [orphan] 1801 modules
21.62   runtime modules 9.31 KiB 13 modules
21.62   modules with assets 12.3 MiB
21.62     modules by path ../../node_modules/ 10.5 MiB
21.62       javascript modules 9.72 MiB 1396 modules
21.62       json modules 760 KiB
21.62         modules by path ../../node_modules/ajv/dist/ 3.07 KiB
21.62           ../../node_modules/ajv/dist/refs/json-schema-draft-07.json 2.72 KiB [built] [code generated]
21.62           ../../node_modules/ajv/dist/refs/data.json 360 bytes [built] [code generated]
21.62         ../../node_modules/moment-timezone/data/packed/latest.json 756 KiB [built] [code generated]
21.62         ../../node_modules/character-entities-legacy/index.json 1.24 KiB [built] [code generated]
21.62         ../../node_modules/character-reference-invalid/index.json 289 bytes [built] [code generated]
21.62     modules by path ../../packages/ 1.56 MiB
21.62       modules by path ../../packages/oss-console/src/ 1.38 MiB
21.62         modules by path ../../packages/oss-console/src/components/ 1.3 MiB 120 modules
21.62         modules by path ../../packages/oss-console/src/models/ 36.7 KiB 22 modules
21.62         modules by path ../../packages/oss-console/src/common/*.ts 12.6 KiB 6 modules
21.62         modules by path ../../packages/oss-console/src/queries/*.ts 14.9 KiB 6 modules
21.62         modules by path ../../packages/oss-console/src/basics/ 9.48 KiB 5 modules
21.62         modules by path ../../packages/oss-console/src/routes/*.ts 7.32 KiB
21.62           ../../packages/oss-console/src/routes/history.ts 95 bytes [built] [code generated]
21.62             Statement (ExportNamedDeclaration) with side effects in source code at 2:0-46
21.62             ModuleConcatenation bailout: Cannot concat with ../../node_modules/history/esm/history.js: Module ../../node_modules/history/esm/history.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) vendor_react)
21.62           ../../packages/oss-console/src/routes/routes.ts + 1 modules 7.23 KiB [built] [code generated]
21.62             ModuleConcatenation bailout: Cannot concat with ../../packages/common/src/routes/index.ts because of ./src/client/index.tsx
21.62             ModuleConcatenation bailout: Cannot concat with ../../packages/oss-console/src/common/utils.ts: Module ../../packages/oss-console/src/common/utils.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Entities/EntityExecutionsBarChart.tsx, ../../packages/oss-console/src/components/Entities/EntitySchedules.tsx, ../../packages/oss-console/src/components/Executions/CacheStatus.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionMetadata.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/Timeline/ExecutionTimeline.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/Timeline/TimelineChart/chartData.ts, ../../packages/oss-console/src/components/Executions/ExecutionDetails/Timeline/TimelineChart/utils.ts, ../../packages/oss-console/src/components/Executions/ExecutionDetails/utils.ts, ../../packages/oss-console/src/components/Executions/Tables/WorkflowExecutionTable/cells.tsx, ../../packages/oss-console/src/components/Executions/Tables/WorkflowExecutionTable/strings.ts, ../../packages/oss-console/src/components/Executions/Tables/nodeExecutionColumns.tsx, ../../packages/oss-console/src/components/Executions/Tables/useWorkflowVersionsTableColumns.tsx, ../../packages/oss-console/src/components/Executions/TaskExecutionsList/TaskExecutionDetails.tsx, ../../packages/oss-console/src/components/Executions/utils.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/getInputs.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/inputHelpers/datetime.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/inputHelpers/duration.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/inputHelpers/map.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/inputHelpers/utils.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/utils.ts, ../../packages/oss-console/src/components/LaunchPlan/components/LaunchPlanLastNExecutions.tsx, ../../packages/oss-console/src/components/LaunchPlan/utils.ts, ../../packages/oss-console/src/components/Literals/helpers.ts, ../../packages/oss-console/src/components/Task/SimpleTaskInterface.tsx, ../../packages/oss-console/src/components/Workflow/SearchableWorkflowNameList.tsx
21.62             ModuleConcatenation bailout: Cannot concat with ../../packages/oss-console/src/models/Common/types.ts: Module ../../packages/oss-console/src/models/Common/types.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Entities/EntityDetails.tsx, ../../packages/oss-console/src/components/Entities/EntityDetailsHeader.tsx, ../../packages/oss-console/src/components/Entities/EntitySchedules.tsx, ../../packages/oss-console/src/components/Entities/EntityVersions.tsx, ../../packages/oss-console/src/components/Entities/VersionDetails/EntityVersionDetailsContainer.tsx, ../../packages/oss-console/src/components/Entities/VersionDetails/constants.ts, ../../packages/oss-console/src/components/Entities/constants.ts, ../../packages/oss-console/src/components/Executions/ExecutionDetails/utils.ts, ../../packages/oss-console/src/components/Executions/Tables/WorkflowExecutionsTable.tsx, ../../packages/oss-console/src/components/Executions/useWorkflowExecution.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/LaunchFormComponents/BlobInput.tsx, ../../packages/oss-console/src/components/Launch/LaunchForm/LaunchFormDialog.tsx, ../../packages/oss-console/src/components/Launch/LaunchForm/constants.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/inputHelpers/blob.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/inputHelpers/utils.ts, ../../packages/oss-console/src/components/LaunchPlan/LaunchPlanDetails.tsx, ../../packages/oss-console/src/components/LaunchPlan/components/LaunchPlanLastNExecutions.tsx, ../../packages/oss-console/src/components/LaunchPlan/components/LaunchPlanNextPotentialExecution.tsx, ../../packages/oss-console/src/components/LaunchPlan/useLaunchPlanInfoList.ts, ../../packages/oss-console/src/components/ListProjectEntities/ListProjectTasks.tsx, ../../packages/oss-console/src/components/ListProjectEntities/ListProjectWorkflows.tsx, ../../packages/oss-console/src/components/Literals/helpers.ts, ../../packages/oss-console/src/components/Task/index.tsx, ../../packages/oss-console/src/components/Workflow/WorkflowDetails.tsx, ../../packages/oss-console/src/queries/launchPlanQueries.ts, ../../packages/oss-console/src/queries/taskQueries.ts, ../../packages/oss-console/src/queries/workflowQueries.ts
21.62             ModuleConcatenation bailout: Cannot concat with ../../packages/primitives/src/utils/format.ts because of ./src/client/index.tsx
21.62       modules by path ../../packages/flyte-api/ 92 KiB
21.62         modules by path ../../packages/flyte-api/node_modules/axios/ 56.8 KiB 32 modules
21.62         modules by path ../../packages/flyte-api/src/ 7.32 KiB
21.62           ../../packages/flyte-api/src/ApiProvider/index.tsx + 6 modules 3.91 KiB [built] [code generated]
21.62             ModuleConcatenation bailout: Cannot concat with ../../node_modules/react/index.js: Module is not an ECMAScript module
21.62             ModuleConcatenation bailout: Cannot concat with ../../packages/common/src/environment/index.ts because of ./src/client/index.tsx
21.62             ModuleConcatenation bailout: Cannot concat with ../../packages/flyte-api/src/utils/adminApiPrefix.ts: Module ../../packages/oss-console/src/models/Common/api.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/queries/launchPlanQueries.ts, ../../packages/oss-console/src/queries/taskQueries.ts, ../../packages/oss-console/src/queries/workflowQueries.ts
21.62           ../../packages/flyte-api/src/utils/adminApiPrefix.ts 72 bytes [built] [code generated]
21.62           ../../packages/flyte-api/src/utils/getAxiosApiCall.ts + 2 modules 1.67 KiB [built] [code generated]
21.62             ModuleConcatenation bailout: Cannot concat with ../../packages/flyte-api/src/utils/transformRequestError.ts: Module ../../packages/oss-console/src/models/Common/api.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/queries/launchPlanQueries.ts, ../../packages/oss-console/src/queries/taskQueries.ts, ../../packages/oss-console/src/queries/workflowQueries.ts
21.62             ModuleConcatenation bailout: Cannot concat with ../../packages/flyte-api/node_modules/axios/index.js: Module is not an ECMAScript module
21.62             ModuleConcatenation bailout: Cannot concat with ../../packages/flyte-api/node_modules/camelcase-keys/index.js: Module is not an ECMAScript module
21.62             ModuleConcatenation bailout: Cannot concat with ../../packages/flyte-api/node_modules/snakecase-keys/index.js: Module is not an ECMAScript module
21.62           ../../packages/flyte-api/src/utils/transformRequestError.ts 1.66 KiB [built] [code generated]
21.62             Dependency (harmony side effect evaluation) with side effects at 1:0-51
21.62             ModuleConcatenation bailout: Cannot concat with ../../packages/common/src/Errors/NotAuthorizedError.ts: Module ../../packages/oss-console/src/components/Errors/DataError.tsx is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Entities/VersionDetails/EntityVersionDetails.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionContainer.tsx, ../../packages/oss-console/src/components/Workflow/StaticGraphContainer.tsx
21.62             ModuleConcatenation bailout: Cannot concat with ../../packages/common/src/Errors/NotFoundError.ts: Module ../../packages/common/src/Errors/NotFoundError.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Task/useLatestTask.ts
21.62             ModuleConcatenation bailout: Cannot concat with ../../packages/common/src/Utils/decodeProtoResponse.ts: Module ../../packages/oss-console/src/models/Common/api.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/queries/launchPlanQueries.ts, ../../packages/oss-console/src/queries/taskQueries.ts, ../../packages/oss-console/src/queries/workflowQueries.ts
21.62             ModuleConcatenation bailout: Cannot concat with ../../packages/common/src/flyteidl/admin.ts: Module ../../packages/common/src/flyteidl/admin.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/LaunchPlan/utils.ts, ../../packages/oss-console/src/components/common/apiResponseUtils.ts, ../../packages/oss-console/src/models/Launch/types.ts, ../../packages/oss-console/src/models/enums.ts
21.62         + 6 modules
21.62       modules by path ../../packages/common/src/ 4.86 KiB
21.62         modules by path ../../packages/common/src/flyteidl/*.ts 527 bytes
21.62           ../../packages/common/src/flyteidl/admin.ts 158 bytes [built] [code generated]
21.62             Statement (VariableDeclaration) with side effects in source code at 3:0-27
21.62             ModuleConcatenation bailout: Cannot concat with ../../node_modules/@flyteorg/flyteidl/gen/pb-js/flyteidl.js: Module is not an ECMAScript module
21.62           + 2 modules
21.62         modules by path ../../packages/common/src/Errors/*.ts 477 bytes
21.62           ../../packages/common/src/Errors/NotFoundError.ts 208 bytes [built] [code generated]
21.62             Statement (ExportNamedDeclaration) with side effects in source code at 1:0-7:1
21.62           ../../packages/common/src/Errors/NotAuthorizedError.ts 269 bytes [built] [code generated]
21.62             Statement (ExportNamedDeclaration) with side effects in source code at 2:0-6:1
21.62         modules by path ../../packages/common/src/constants/*.ts 528 bytes
21.62           ../../packages/common/src/constants/tableConstants.ts 75 bytes [built] [code generated]
21.62           ../../packages/common/src/constants/index.ts 453 bytes [built] [code generated]
21.62         + 4 modules
21.62       modules by path ../../packages/primitives/src/ 47.2 KiB
21.62         ../../packages/primitives/src/PageMeta/index.tsx + 1 modules 34.8 KiB [built] [code generated]
21.62           ModuleConcatenation bailout: Cannot concat with ../../node_modules/object-assign/index.js: Module is not an ECMAScript module
21.62           ModuleConcatenation bailout: Cannot concat with ../../node_modules/react-fast-compare/index.js: Module is not an ECMAScript module
21.62           ModuleConcatenation bailout: Cannot concat with ../../node_modules/react-helmet/node_modules/prop-types/index.js: Module is not an ECMAScript module
21.62           ModuleConcatenation bailout: Cannot concat with ../../node_modules/react-side-effect/lib/index.js: Module is not an ECMAScript module
21.62           ModuleConcatenation bailout: Cannot concat with ../../node_modules/react/index.js: Module is not an ECMAScript module
21.62         ../../packages/primitives/src/utils/format.ts 3.38 KiB [built] [code generated]
21.62           Statement (VariableDeclaration) with side effects in source code at 3:0-32
21.62           ModuleConcatenation bailout: Cannot concat with ../../packages/primitives/src/types/cloudTypes.ts because of ./src/client/index.tsx
21.62         ../../packages/primitives/src/types/cloudTypes.ts 4.04 KiB [built] [code generated]
21.62           Statement (ExpressionStatement) with side effects in source code at 2:0-7:52
21.62         ../../packages/primitives/src/LoadingSpinner/index.tsx + 1 modules 2.19 KiB [built] [code generated]
21.62           ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/CircularProgress/CircularProgress.js: Module ../../node_modules/@mui/material/CircularProgress/CircularProgress.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) )
21.62           ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/system/styled.js: Module is not an ECMAScript module
21.62           ModuleConcatenation bailout: Cannot concat with ../../node_modules/react/index.js: Module is not an ECMAScript module
21.62         ../../packages/primitives/src/Shimmer/index.tsx 752 bytes [built] [code generated]
21.62           Statement (VariableDeclaration) with side effects in source code at 4:0-19:4
21.62           ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/system/styled.js: Module is not an ECMAScript module
21.62           ModuleConcatenation bailout: Cannot concat with ../../node_modules/lodash/isNumber.js: Module is not an ECMAScript module
21.62           ModuleConcatenation bailout: Cannot concat with ../../node_modules/react/index.js: Module is not an ECMAScript module
21.62         ../../packages/primitives/src/TableNoRowsCell/index.tsx 1.01 KiB [built] [code generated]
21.62           Statement (VariableDeclaration) with side effects in source code at 7:0-15:4
21.62           ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/TableCell/TableCell.js: Module ../../node_modules/@mui/material/TableCell/TableCell.js is not in the same chunk(s) (expected in chunk(s) unnamed chunk(s), module is in chunk(s) )
21.62           ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/TableRow/TableRow.js: Module ../../node_modules/@mui/material/TableRow/TableRow.js is not in the same chunk(s) (expected in chunk(s) unnamed chunk(s), module is in chunk(s) )
21.62           ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/system/styled.js: Module is not an ECMAScript module
21.62           ModuleConcatenation bailout: Cannot concat with ../../node_modules/react/index.js: Module is not an ECMAScript module
21.62           ModuleConcatenation bailout: Cannot concat with ../../packages/common/src/constants/index.ts: Module ../../packages/common/src/constants/index.ts is not in the same chunk(s) (expected in chunk(s) unnamed chunk(s), module is in chunk(s) main)
21.62           ModuleConcatenation bailout: Cannot concat with ../../packages/common/src/constants/tableConstants.ts: Module ../../packages/common/src/constants/tableConstants.ts is not in the same chunk(s) (expected in chunk(s) unnamed chunk(s), module is in chunk(s) main)
21.62         ../../packages/primitives/src/CircularProgressButton/index.tsx 459 bytes [built] [code generated]
21.62           Statement (VariableDeclaration) with side effects in source code at 4:0-10:4
21.62           ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/CircularProgress/CircularProgress.js: Module ../../node_modules/@mui/material/CircularProgress/CircularProgress.js is not in the same chunk(s) (expected in chunk(s) unnamed chunk(s), module is in chunk(s) )
21.62           ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/system/styled.js: Module is not an ECMAScript module
21.62           ModuleConcatenation bailout: Cannot concat with ../../node_modules/react/index.js: Module is not an ECMAScript module
21.62         ../../packages/primitives/src/NoResults/index.tsx + 1 modules 660 bytes [built] [code generated]
21.62           ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/Typography/Typography.js: Module ../../node_modules/@mui/material/Typography/Typography.js is not in the same chunk(s) (expected in chunk(s) unnamed chunk(s), module is in chunk(s) )
21.62           ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/system/styled.js: Module is not an ECMAScript module
21.62           ModuleConcatenation bailout: Cannot concat with ../../node_modules/react/index.js: Module is not an ECMAScript module
21.62           ModuleConcatenation bailout: Cannot concat with ../../packages/locale/src/locale.ts: Module ../../packages/locale/src/locale.ts is not in the same chunk(s) (expected in chunk(s) unnamed chunk(s), module is in chunk(s) main)
21.62       modules by path ../../packages/theme/src/ 37.9 KiB
21.62         modules by path ../../packages/theme/src/CommonStyles/*.ts 15.5 KiB
21.62           ../../packages/theme/src/CommonStyles/constants.ts 1.82 KiB [built] [code generated]
21.62             Statement (ExportNamedDeclaration) with side effects in source code at 7:0-67
21.62             ModuleConcatenation bailout: Cannot concat with ../../packages/theme/src/CommonStyles/colorSpectrum.ts: Module ../../packages/theme/src/CommonStyles/colorSpectrum.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/common/ExecutionsBarChartSection.tsx, ../../packages/oss-console/src/components/flytegraph/ReactFlow/PausedTasksComponent.tsx
21.62           ../../packages/theme/src/CommonStyles/colorSpectrum.ts 13.7 KiB [built] [code generated]
21.62             Statement (VariableDeclaration) with side effects in source code at 1:0-838:3
21.62         ../../packages/theme/src/CommonStyles/CommonStyles.tsx + 1 modules 6.85 KiB [built] [code generated]
21.62           ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/styles/useTheme.js: Module ../../node_modules/@mui/material/styles/useTheme.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) vendor_mui_emotion_rjsf)
21.62           ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/system/esm/GlobalStyles/GlobalStyles.js: Module ../../node_modules/@mui/system/esm/GlobalStyles/GlobalStyles.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) vendor_mui_emotion_rjsf)
21.62           ModuleConcatenation bailout: Cannot concat with ../../node_modules/react/index.js: Module is not an ECMAScript module
21.62           ModuleConcatenation bailout: Cannot concat with ../../packages/theme/src/CommonStyles/constants.ts: Module ../../packages/theme/src/CommonStyles/constants.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Entities/EntityVersions.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionMetadata.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionNodeURL.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionTabView.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/NodeExecutionDetailsPanelContent.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/Timeline/ExecutionTimelineTable.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/Timeline/TimelineChart/utils.ts, ../../packages/oss-console/src/components/Executions/ExecutionStatusBadge.tsx, ../../packages/oss-console/src/components/Executions/TerminateExecution/TerminateExecutionForm.tsx, ../../packages/oss-console/src/components/Executions/constants.ts, ../../packages/oss-console/src/components/Tables/filters/FilterPopoverButton.tsx, ../../packages/oss-console/src/components/Workflow/SearchableWorkflowNameList.tsx, ../../packages/oss-console/src/components/common/BarChart.tsx, ../../packages/oss-console/src/components/common/ExpandableMonospaceText.tsx, ../../packages/oss-console/src/components/common/ReactJsonView.tsx, ../../packages/oss-console/src/components/common/ScrollableMonospaceText.tsx, ../../packages/oss-console/src/components/common/SearchableList.tsx
21.62         ../../packages/theme/src/Theme/muiTheme.ts 15.5 KiB [built] [code generated]
21.62           Statement (ExportNamedDeclaration) with side effects in source code at 3:0-92:2
21.62           ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/styles/createTheme.js: Module ../../node_modules/@mui/material/styles/createTheme.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) )
21.62       modules by path ../../packages/ui-atoms/src/ 8.74 KiB
21.62         ../../packages/ui-atoms/src/LaunchPlansLogo/index.tsx 1.76 KiB [built] [code generated]
21.62           Dependency (harmony side effect evaluation) with side effects at 1:0-26
21.62           ModuleConcatenation bailout: Cannot concat with ../../node_modules/react/index.js: Module is not an ECMAScript module
21.62         ../../packages/ui-atoms/src/TasksLogo/index.tsx 647 bytes [built] [code generated]
21.62           Dependency (harmony side effect evaluation) with side effects at 1:0-26
21.62           ModuleConcatenation bailout: Cannot concat with ../../node_modules/react/index.js: Module is not an ECMAScript module
21.62         ../../packages/ui-atoms/src/ArchiveLogo/index.tsx 6.35 KiB [built] [code generated]
21.62           Dependency (harmony side effect evaluation) with side effects at 1:0-26
21.62           ModuleConcatenation bailout: Cannot concat with ../../node_modules/react/index.js: Module is not an ECMAScript module
21.62       ../../packages/locale/src/locale.ts 268 bytes [built] [code generated]
21.62     ./src/client/index.tsx + 85 modules 232 KiB [built] [code generated]
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@emotion/css/dist/emotion-css.esm.js: Module ../../node_modules/@emotion/css/dist/emotion-css.esm.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) )
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/icons-material/ArrowDropDown.js: Module is not an ECMAScript module
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/icons-material/Check.js: Module is not an ECMAScript module
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/icons-material/Close.js: Module is not an ECMAScript module
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/icons-material/Info.js: Module is not an ECMAScript module
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/icons-material/InsertLinkOutlined.js: Module is not an ECMAScript module
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/icons-material/MoreHoriz.js: Module is not an ECMAScript module
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/icons-material/Warning.js: Module is not an ECMAScript module
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/AppBar/AppBar.js: Module ../../node_modules/@mui/material/AppBar/AppBar.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) )
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/Avatar/Avatar.js: Module ../../node_modules/@mui/material/Avatar/Avatar.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) )
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/Box/Box.js: Module ../../node_modules/@mui/material/Box/Box.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) )
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/Button/Button.js: Module ../../node_modules/@mui/material/Button/Button.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) )
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/ButtonBase/ButtonBase.js: Module ../../node_modules/@mui/material/ButtonBase/ButtonBase.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) )
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/Collapse/Collapse.js: Module ../../node_modules/@mui/material/Collapse/Collapse.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) )
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/CssBaseline/CssBaseline.js: Module ../../node_modules/@mui/material/CssBaseline/CssBaseline.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) vendor_mui_emotion_rjsf)
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/Dialog/Dialog.js: Module ../../node_modules/@mui/material/Dialog/Dialog.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) vendor_mui_emotion_rjsf)
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/DialogActions/DialogActions.js: Module ../../node_modules/@mui/material/DialogActions/DialogActions.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) )
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/DialogTitle/DialogTitle.js: Module ../../node_modules/@mui/material/DialogTitle/DialogTitle.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) vendor_mui_emotion_rjsf)
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/Divider/Divider.js: Module ../../node_modules/@mui/material/Divider/Divider.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) vendor_mui_emotion_rjsf)
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/GlobalStyles/GlobalStyles.js: Module ../../node_modules/@mui/material/GlobalStyles/GlobalStyles.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) vendor_mui_emotion_rjsf)
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/Grid/Grid.js: Module ../../node_modules/@mui/material/Grid/Grid.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) )
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/Icon/Icon.js: Module ../../node_modules/@mui/material/Icon/Icon.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) )
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/IconButton/IconButton.js: Module ../../node_modules/@mui/material/IconButton/IconButton.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) )
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/Link/Link.js: Module ../../node_modules/@mui/material/Link/Link.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) )
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/List/List.js: Module ../../node_modules/@mui/material/List/List.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) )
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/ListItemButton/ListItemButton.js: Module ../../node_modules/@mui/material/ListItemButton/ListItemButton.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) vendor_mui_emotion_rjsf)
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/ListItemIcon/ListItemIcon.js: Module ../../node_modules/@mui/material/ListItemIcon/ListItemIcon.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) vendor_mui_emotion_rjsf)
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/ListItemText/ListItemText.js: Module ../../node_modules/@mui/material/ListItemText/ListItemText.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) vendor_mui_emotion_rjsf)
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/Menu/Menu.js: Module ../../node_modules/@mui/material/Menu/Menu.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) )
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/MenuItem/MenuItem.js: Module ../../node_modules/@mui/material/MenuItem/MenuItem.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) )
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/Paper/Paper.js: Module ../../node_modules/@mui/material/Paper/Paper.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) )
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/Popover/Popover.js: Module ../../node_modules/@mui/material/Popover/Popover.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) )
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/Stack/Stack.js: Module ../../node_modules/@mui/material/Stack/Stack.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) )
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/SvgIcon/SvgIcon.js: Module ../../node_modules/@mui/material/SvgIcon/SvgIcon.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) )
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/Toolbar/Toolbar.js: Module ../../node_modules/@mui/material/Toolbar/Toolbar.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) vendor_mui_emotion_rjsf)
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/Toolbar/toolbarClasses.js: Module ../../node_modules/@mui/material/Toolbar/toolbarClasses.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) vendor_mui_emotion_rjsf)
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/Tooltip/Tooltip.js: Module ../../node_modules/@mui/material/Tooltip/Tooltip.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) vendor_mui_emotion_rjsf)
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/Typography/Typography.js: Module ../../node_modules/@mui/material/Typography/Typography.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) )
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/styles/styled.js: Module ../../node_modules/@mui/material/styles/styled.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) vendor_mui_emotion_rjsf)
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/material/styles/useTheme.js: Module ../../node_modules/@mui/material/styles/useTheme.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) vendor_mui_emotion_rjsf)
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/styled-engine/StyledEngineProvider/StyledEngineProvider.js: Module ../../node_modules/@mui/styled-engine/StyledEngineProvider/StyledEngineProvider.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) vendor_mui_emotion_rjsf)
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/styles/makeStyles/makeStyles.js: Module ../../node_modules/@mui/styles/makeStyles/makeStyles.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) )
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/system/esm/ThemeProvider/ThemeProvider.js: Module ../../node_modules/@mui/system/esm/ThemeProvider/ThemeProvider.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) )
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/system/shadows.js: Module is not an ECMAScript module
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@mui/system/styled.js: Module is not an ECMAScript module
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@reduxjs/toolkit/dist/query/react/rtk-query-react.cjs.production.min.js: Module is not an ECMAScript module
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@reduxjs/toolkit/dist/query/rtk-query.esm.js: Module ../../node_modules/@reduxjs/toolkit/dist/query/rtk-query.esm.js is referenced from these modules with unsupported syntax: ../../node_modules/@reduxjs/toolkit/dist/query/react/rtk-query-react.cjs.production.min.js (referenced with cjs require)
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@reduxjs/toolkit/dist/redux-toolkit.esm.js: Module ../../node_modules/@reduxjs/toolkit/dist/redux-toolkit.esm.js is referenced from these modules with unsupported syntax: ../../node_modules/@reduxjs/toolkit/dist/query/react/rtk-query-react.cjs.production.min.js (referenced with cjs require)
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/linkify-it/index.js: Module is not an ECMAScript module
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/lodash/camelCase.js: Module is not an ECMAScript module
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/lodash/debounce.js: Module is not an ECMAScript module
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/lodash/get.js: Module is not an ECMAScript module
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/lodash/isEmpty.js: Module is not an ECMAScript module
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/lodash/isObject.js: Module is not an ECMAScript module
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/lodash/isPlainObject.js: Module is not an ECMAScript module
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/lodash/keys.js: Module is not an ECMAScript module
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/lodash/mergeWith.js: Module is not an ECMAScript module
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/lodash/omit.js: Module is not an ECMAScript module
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/lodash/startCase.js: Module is not an ECMAScript module
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/lodash/throttle.js: Module is not an ECMAScript module
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/lodash/transform.js: Module is not an ECMAScript module
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/moment/moment.js: Module is not an ECMAScript module
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/notistack/notistack.esm.js: Module ../../node_modules/notistack/notistack.esm.js is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Executions/Tables/WorkflowExecutionTable/WorkflowExecutionRow.tsx, ../../packages/oss-console/src/components/Workflow/SearchableWorkflowNameList.tsx
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/protobufjs/minimal.js: Module is not an ECMAScript module
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/react-dom/client.js: Module is not an ECMAScript module
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/react-query-devtools/index.js: Module is not an ECMAScript module
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/react-query/es/core/focusManager.js because of ../../node_modules/react-query/es/index.js
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/react-query/es/core/logger.js because of ../../node_modules/react-query/es/index.js
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/react-query/es/core/mutation.js because of ../../node_modules/react-query/es/index.js
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/react-query/es/core/notifyManager.js because of ../../node_modules/react-query/es/index.js
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/react-query/es/core/onlineManager.js because of ../../node_modules/react-query/es/index.js
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/react-query/es/core/retryer.js because of ../../node_modules/react-query/es/index.js
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/react-query/es/core/subscribable.js because of ../../node_modules/react-query/es/index.js
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/react-query/es/core/utils.js because of ../../node_modules/react-query/es/index.js
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/react-query/es/index.js: Reexports in this module do not have a static target (QueryClientProvider: used in runtime, useMutation: used in runtime, useQuery: used in runtime, useQueryClient: used in runtime)
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/react-redux/es/index.js: Module ../../node_modules/react-redux/es/index.js is referenced from these modules with unsupported syntax: ../../node_modules/@reduxjs/toolkit/dist/query/react/rtk-query-react.cjs.production.min.js (referenced with cjs require)
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/react-router-dom/esm/react-router-dom.js: Module ../../node_modules/react-router-dom/esm/react-router-dom.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) vendor_react)
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/react-router/esm/react-router.js: Module ../../node_modules/react-router/esm/react-router.js is not in the same chunk(s) (expected in chunk(s) main, module is in chunk(s) vendor_react)
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/react/index.js: Module is not an ECMAScript module
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/reselect/es/index.js: Module ../../node_modules/@reduxjs/toolkit/dist/query/rtk-query.esm.js is referenced from these modules with unsupported syntax: ../../node_modules/@reduxjs/toolkit/dist/query/react/rtk-query-react.cjs.production.min.js (referenced with cjs require)
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/string-template/index.js: Module is not an ECMAScript module
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/common/src/Errors/NotAuthorizedError.ts: Module ../../packages/flyte-api/src/utils/getAxiosApiCall.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/hooks/useUserProfile.ts
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/common/src/Errors/NotFoundError.ts: Module ../../packages/common/src/Errors/NotFoundError.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Task/useLatestTask.ts
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/common/src/constants/index.ts: Module ../../packages/common/src/constants/index.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionMetadata.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionMetadataExtra.tsx, ../../packages/oss-console/src/components/Executions/Tables/EntityVersionsTable.tsx, ../../packages/oss-console/src/components/Executions/Tables/NodeExecutionsTable.tsx, ../../packages/oss-console/src/components/Executions/TaskExecutionsList/TaskExecutionDetails.tsx, ../../packages/oss-console/src/components/Executions/TaskExecutionsList/TaskExecutionsList.tsx, ../../packages/oss-console/src/components/Task/SimpleTaskInterface.tsx, ../../packages/oss-console/src/components/common/DetailsPanel.tsx, ../../packages/primitives/src/TableNoRowsCell/index.tsx
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/common/src/environment/index.ts: Module ../../packages/oss-console/src/routes/routes.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Executions/CacheStatus.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionDetailsAppBarContent.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionMetadata.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/NodeExecutionDetailsPanelContent.tsx, ../../packages/oss-console/src/components/Executions/Tables/EntityVersionsTable.tsx, ../../packages/oss-console/src/components/Executions/Tables/WorkflowExecutionTable/WorkflowExecutionRow.tsx, ../../packages/oss-console/src/components/Executions/Tables/WorkflowExecutionTable/cells.tsx, ../../packages/oss-console/src/components/Launch/LaunchForm/LaunchFormActions.tsx, ../../packages/oss-console/src/components/LaunchPlan/SearchableLaunchPlanNameList.tsx, ../../packages/oss-console/src/components/LaunchPlan/components/LaunchPlanCells.tsx, ../../packages/oss-console/src/components/ListProjectEntities/index.tsx, ../../packages/oss-console/src/components/SelectProject/ProjectList.tsx, ../../packages/oss-console/src/components/Task/SearchableTaskNameList.tsx, ../../packages/oss-console/src/components/Workflow/SearchableWorkflowNameList.tsx
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/common/src/routes/index.ts: Module ../../packages/oss-console/src/routes/routes.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Executions/CacheStatus.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionDetailsAppBarContent.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionMetadata.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/NodeExecutionDetailsPanelContent.tsx, ../../packages/oss-console/src/components/Executions/Tables/EntityVersionsTable.tsx, ../../packages/oss-console/src/components/Executions/Tables/WorkflowExecutionTable/WorkflowExecutionRow.tsx, ../../packages/oss-console/src/components/Executions/Tables/WorkflowExecutionTable/cells.tsx, ../../packages/oss-console/src/components/Launch/LaunchForm/LaunchFormActions.tsx, ../../packages/oss-console/src/components/LaunchPlan/SearchableLaunchPlanNameList.tsx, ../../packages/oss-console/src/components/LaunchPlan/components/LaunchPlanCells.tsx, ../../packages/oss-console/src/components/ListProjectEntities/index.tsx, ../../packages/oss-console/src/components/SelectProject/ProjectList.tsx, ../../packages/oss-console/src/components/Task/SearchableTaskNameList.tsx, ../../packages/oss-console/src/components/Workflow/SearchableWorkflowNameList.tsx
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/common/src/types/adminEntityTypes.ts: Module ../../packages/common/src/types/adminEntityTypes.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Entities/EntityDescription.tsx, ../../packages/oss-console/src/components/Entities/EntityDetails.tsx, ../../packages/oss-console/src/components/Entities/EntityInputs.tsx, ../../packages/oss-console/src/components/Entities/EntitySchedules.tsx, ../../packages/oss-console/src/components/Entities/EntityVersions.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/useExecutionNodeViewsStatePoll.ts, ../../packages/oss-console/src/components/Executions/Tables/NodeExecutionsTable.tsx, ../../packages/oss-console/src/components/Executions/Tables/WorkflowVersionRow.tsx, ../../packages/oss-console/src/components/Executions/filters/durationFilters.ts, ../../packages/oss-console/src/components/Executions/filters/startTimeFilters.ts, ../../packages/oss-console/src/components/Executions/filters/useExecutionArchiveState.ts, ../../packages/oss-console/src/components/Executions/filters/useMultiFilterState.ts, ../../packages/oss-console/src/components/Executions/filters/useOnlyMyExecutionsFilterState.ts, ../../packages/oss-console/src/components/Executions/filters/useSearchFilterState.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/useLaunchTaskFormState.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/useLaunchWorkflowFormState.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/useTaskSourceSelectorState.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/useWorkflowSourceSelectorState.ts, ../../packages/oss-console/src/components/ListProjectEntities/ListProjectExecutions.tsx, ../../packages/oss-console/src/components/ListProjectEntities/ListProjectTasks.tsx, ../../packages/oss-console/src/components/ListProjectEntities/ListProjectWorkflows.tsx, ../../packages/oss-console/src/components/Task/useLatestTask.ts, ../../packages/oss-console/src/components/Task/useTaskShowArchivedState.ts, ../../packages/oss-console/src/components/Workflow/SearchableWorkflowNameList.tsx, ../../packages/oss-console/src/components/Workflow/filters/useWorkflowShowArchivedState.ts
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/flyte-api/src/ApiProvider/index.tsx: Module ../../packages/flyte-api/src/ApiProvider/index.tsx is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Executions/filters/useOnlyMyExecutionsFilterState.ts, ../../packages/oss-console/src/components/hooks/useUserProfile.ts
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/locale/src/locale.ts: Module ../../packages/locale/src/locale.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Entities/strings.ts, ../../packages/oss-console/src/components/Executions/ExecutionDetails/strings.tsx, ../../packages/oss-console/src/components/Executions/Tables/WorkflowExecutionTable/strings.ts, ../../packages/oss-console/src/components/Executions/Tables/strings.tsx, ../../packages/oss-console/src/components/Executions/strings.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/strings.ts, ../../packages/oss-console/src/components/WorkflowGraph/strings.ts, ../../packages/oss-console/src/components/common/strings.ts, ../../packages/oss-console/src/components/flytegraph/ReactFlow/strings.ts, ../../packages/primitives/src/NoResults/strings.ts
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/oss-console/src/basics/FeatureFlags/index.tsx: Module ../../packages/oss-console/src/basics/FeatureFlags/index.tsx is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Executions/Tables/WorkflowExecutionTable/useWorkflowExecutionsTableColumns.tsx, ../../packages/oss-console/src/components/Executions/filters/useOnlyMyExecutionsFilterState.ts
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/oss-console/src/basics/LocalCache/ContextProvider.tsx: Module ../../packages/oss-console/src/basics/LocalCache/ContextProvider.tsx is referenced from different chunks by these modules: ../../packages/oss-console/src/basics/LocalCache/index.tsx
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/oss-console/src/common/formatters.ts: Module ../../packages/oss-console/src/common/formatters.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Entities/EntityExecutionsBarChart.tsx, ../../packages/oss-console/src/components/Entities/EntitySchedules.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionMetadata.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/utils.ts, ../../packages/oss-console/src/components/Executions/Tables/WorkflowExecutionTable/cells.tsx, ../../packages/oss-console/src/components/Executions/Tables/WorkflowExecutionTable/strings.ts, ../../packages/oss-console/src/components/Executions/Tables/nodeExecutionColumns.tsx, ../../packages/oss-console/src/components/Executions/Tables/useWorkflowVersionsTableColumns.tsx, ../../packages/oss-console/src/components/Executions/TaskExecutionsList/TaskExecutionDetails.tsx, ../../packages/oss-console/src/components/Executions/TaskExecutionsList/utils.ts, ../../packages/oss-console/src/components/LaunchPlan/components/LaunchPlanLastNExecutions.tsx, ../../packages/oss-console/src/components/LaunchPlan/components/LaunchPlanNextPotentialExecution.tsx, ../../packages/oss-console/src/components/Literals/helpers.ts, ../../packages/oss-console/src/components/Workflow/SearchableWorkflowNameList.tsx
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/oss-console/src/common/layout.ts: Module ../../packages/oss-console/src/common/layout.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Entities/VersionDetails/EntityVersionDetails.tsx
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/oss-console/src/common/log.ts: Module ../../packages/oss-console/src/common/log.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/basics/LocalCache/index.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/Timeline/ScaleProvider/ScaleContext.tsx, ../../packages/oss-console/src/components/Executions/contextProvider/NodeExecutionDetails/NodeExecutionDetailsContextProvider.tsx, ../../packages/oss-console/src/components/Executions/filters/useSingleFilterState.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/LaunchFormComponents/CollectionInput.tsx, ../../packages/oss-console/src/components/Launch/LaunchForm/inputHelpers/inputHelpers.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/useMappedExecutionInputValues.ts, ../../packages/oss-console/src/components/WorkflowGraph/transformerWorkflowToDag.tsx, ../../packages/oss-console/src/components/common/WaitForQuery.tsx, ../../packages/oss-console/src/components/common/useSearchableListState.ts, ../../packages/oss-console/src/components/data/queryUtils.ts, ../../packages/oss-console/src/components/flytegraph/ReactFlow/transformDAGToReactFlowV2.tsx, ../../packages/oss-console/src/queries/executionMetricsQuery.ts
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/oss-console/src/common/utils.ts: Module ../../packages/oss-console/src/common/utils.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Entities/EntityExecutionsBarChart.tsx, ../../packages/oss-console/src/components/Entities/EntitySchedules.tsx, ../../packages/oss-console/src/components/Executions/CacheStatus.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionMetadata.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/Timeline/ExecutionTimeline.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/Timeline/TimelineChart/chartData.ts, ../../packages/oss-console/src/components/Executions/ExecutionDetails/Timeline/TimelineChart/utils.ts, ../../packages/oss-console/src/components/Executions/ExecutionDetails/utils.ts, ../../packages/oss-console/src/components/Executions/Tables/WorkflowExecutionTable/cells.tsx, ../../packages/oss-console/src/components/Executions/Tables/WorkflowExecutionTable/strings.ts, ../../packages/oss-console/src/components/Executions/Tables/nodeExecutionColumns.tsx, ../../packages/oss-console/src/components/Executions/Tables/useWorkflowVersionsTableColumns.tsx, ../../packages/oss-console/src/components/Executions/TaskExecutionsList/TaskExecutionDetails.tsx, ../../packages/oss-console/src/components/Executions/utils.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/getInputs.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/inputHelpers/datetime.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/inputHelpers/duration.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/inputHelpers/map.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/inputHelpers/utils.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/utils.ts, ../../packages/oss-console/src/components/LaunchPlan/components/LaunchPlanLastNExecutions.tsx, ../../packages/oss-console/src/components/LaunchPlan/utils.ts, ../../packages/oss-console/src/components/Literals/helpers.ts, ../../packages/oss-console/src/components/Task/SimpleTaskInterface.tsx, ../../packages/oss-console/src/components/Workflow/SearchableWorkflowNameList.tsx
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/oss-console/src/components/Breadcrumbs/components/BreadcrumbTitleActions.tsx: Module ../../packages/oss-console/src/components/Breadcrumbs/components/BreadcrumbTitleActions.tsx is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Entities/EntityDetailsHeader.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionDetailsAppBarContent.tsx
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/oss-console/src/components/Entities/generators.ts: Module ../../packages/oss-console/src/components/Entities/generators.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Entities/EntityDescription.tsx, ../../packages/oss-console/src/components/Entities/EntityDetails.tsx, ../../packages/oss-console/src/components/Entities/EntitySchedules.tsx, ../../packages/oss-console/src/components/Entities/EntityVersions.tsx, ../../packages/oss-console/src/components/Entities/VersionDetails/VersionDetailsLink.tsx, ../../packages/oss-console/src/components/Executions/Tables/WorkflowVersionRow.tsx, ../../packages/oss-console/src/components/LaunchPlan/components/LaunchPlanLastNExecutions.tsx, ../../packages/oss-console/src/components/LaunchPlan/components/LaunchPlanNextPotentialExecution.tsx
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/oss-console/src/components/Errors/PrettyError.tsx: Module ../../packages/oss-console/src/components/Errors/DataError.tsx is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Entities/VersionDetails/EntityVersionDetails.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionContainer.tsx, ../../packages/oss-console/src/components/Workflow/StaticGraphContainer.tsx
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/oss-console/src/components/Executions/Tables/WorkflowExecutionTable/styles.tsx: Module ../../packages/oss-console/src/components/Executions/Tables/WorkflowExecutionTable/styles.tsx is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Executions/Tables/WorkflowExecutionTable/useWorkflowExecutionsTableColumns.tsx
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/oss-console/src/components/Executions/Tables/styles.tsx: Module ../../packages/oss-console/src/components/Executions/Tables/styles.tsx is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Executions/Tables/EntityVersionsTable.tsx, ../../packages/oss-console/src/components/Executions/Tables/ExpandableExecutionError.tsx, ../../packages/oss-console/src/components/Executions/Tables/NodeExecutionRow.tsx, ../../packages/oss-console/src/components/Executions/Tables/NodeExecutionsTable.tsx, ../../packages/oss-console/src/components/Executions/Tables/WorkflowExecutionTable/WorkflowExecutionRow.tsx, ../../packages/oss-console/src/components/Executions/Tables/WorkflowVersionRow.tsx, ../../packages/oss-console/src/components/Executions/Tables/useWorkflowVersionsTableColumns.tsx
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/oss-console/src/components/Launch/LaunchForm/styles.tsx: Module ../../packages/oss-console/src/components/Launch/LaunchForm/styles.tsx is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Launch/LaunchForm/LaunchFormActions.tsx, ../../packages/oss-console/src/components/Launch/LaunchForm/LaunchFormComponents/LaunchFormAdvancedInputs.tsx, ../../packages/oss-console/src/components/Launch/LaunchForm/LaunchFormComponents/LaunchInterruptibleInput.tsx, ../../packages/oss-console/src/components/Launch/LaunchForm/LaunchFormComponents/LaunchOverwriteCacheInput.tsx, ../../packages/oss-console/src/components/Launch/LaunchForm/LaunchFormHeader.tsx, ../../packages/oss-console/src/components/Launch/LaunchForm/LaunchFormInputs.tsx, ../../packages/oss-console/src/components/Launch/LaunchForm/LaunchRoleInput.tsx, ../../packages/oss-console/src/components/Launch/LaunchForm/LaunchTaskForm.tsx, ../../packages/oss-console/src/components/Launch/LaunchForm/LaunchWorkflowForm.tsx, ../../packages/oss-console/src/components/Launch/LaunchForm/ResumeSignalForm.tsx
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/oss-console/src/components/common/ErrorBoundary.tsx: Module ../../packages/oss-console/src/components/common/ErrorBoundary.tsx is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Launch/LaunchForm/LaunchFormInputs.tsx, ../../packages/oss-console/src/components/common/WaitForQuery.tsx
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/oss-console/src/components/common/LocalStoreDefaults.ts: Module ../../packages/oss-console/src/components/common/LocalStoreDefaults.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/SelectProject/ProjectList.tsx
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/oss-console/src/components/common/NewTargetLink.tsx: Module ../../packages/oss-console/src/components/common/NewTargetLink.tsx is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Entities/VersionDetails/VersionDetailsLink.tsx, ../../packages/oss-console/src/components/Executions/TaskExecutionsList/TaskExecutionLogs.tsx, ../../packages/oss-console/src/components/Launch/LaunchForm/LaunchRoleInput.tsx
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/oss-console/src/components/common/WaitForData.tsx: Module ../../packages/oss-console/src/components/common/WaitForData.tsx is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Entities/EntityDescription.tsx, ../../packages/oss-console/src/components/Entities/EntityVersions.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionNodeDeck.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/RelaunchExecutionForm.tsx, ../../packages/oss-console/src/components/Executions/ExecutionInputsOutputsModal.tsx, ../../packages/oss-console/src/components/Executions/Tables/WorkflowExecutionsTable.tsx, ../../packages/oss-console/src/components/Executions/Tables/useWorkflowVersionsTableColumns.tsx, ../../packages/oss-console/src/components/LaunchPlan/SearchableLaunchPlanNameList.tsx
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/oss-console/src/components/data/apiContext.ts: Module ../../packages/oss-console/src/components/data/apiContext.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Executions/ExecutionDetails/RelaunchExecutionForm.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/useRecoverExecutionState.ts, ../../packages/oss-console/src/components/Executions/TerminateExecution/useTerminateExecutionState.ts, ../../packages/oss-console/src/components/Executions/useWorkflowExecution.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/useLaunchTaskFormState.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/useLaunchWorkflowFormState.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/useMappedExecutionInputValues.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/useResumeFormState.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/useTaskSourceSelectorState.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/useWorkflowSourceSelectorState.ts, ../../packages/oss-console/src/components/LaunchPlan/useLaunchPlanInfoList.ts, ../../packages/oss-console/src/components/hooks/useDataProxy.ts, ../../packages/oss-console/src/components/hooks/useDescription.ts
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/oss-console/src/components/hooks/Entity/constants.ts: Module ../../packages/oss-console/src/components/hooks/Entity/constants.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/hooks/Entity/useEntityVersions.ts
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/oss-console/src/components/hooks/useFetchableData.ts: Module ../../packages/oss-console/src/components/hooks/useFetchableData.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Executions/ExecutionDetails/RelaunchExecutionForm.tsx, ../../packages/oss-console/src/components/Executions/useWorkflowExecution.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/LaunchFormComponents/SearchableSelector.tsx, ../../packages/oss-console/src/components/Launch/LaunchForm/LaunchFormComponents/Selector.tsx, ../../packages/oss-console/src/components/Launch/LaunchForm/useMappedExecutionInputValues.ts, ../../packages/oss-console/src/components/hooks/useDataProxy.ts, ../../packages/oss-console/src/components/hooks/usePagination.ts, ../../packages/oss-console/src/components/hooks/useUserProfile.ts
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/oss-console/src/components/hooks/useProjects.ts: Module ../../packages/oss-console/src/components/hooks/useProjects.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Entities/EntityDetails.tsx, ../../packages/oss-console/src/components/Entities/VersionDetails/EntityVersionDetailsContainer.tsx, ../../packages/oss-console/src/components/ListProjectEntities/index.tsx, ../../packages/oss-console/src/components/SelectProject/index.tsx
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/oss-console/src/models/AdminEntity/constants.ts: Module ../../packages/oss-console/src/models/AdminEntity/constants.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Executions/ExecutionDetails/useExecutionNodeViewsStatePoll.ts, ../../packages/oss-console/src/components/LaunchPlan/SearchableLaunchPlanNameList.tsx, ../../packages/oss-console/src/components/ListProjectEntities/ListProjectTasks.tsx, ../../packages/oss-console/src/components/ListProjectEntities/ListProjectWorkflows.tsx
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/oss-console/src/models/Common/api.ts: Module ../../packages/oss-console/src/models/Common/api.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/queries/launchPlanQueries.ts, ../../packages/oss-console/src/queries/taskQueries.ts, ../../packages/oss-console/src/queries/workflowQueries.ts
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/oss-console/src/models/Common/constants.ts: Module ../../packages/oss-console/src/models/Common/constants.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Executions/ExecutionInputsOutputsModal.tsx
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/oss-console/src/models/Common/types.ts: Module ../../packages/oss-console/src/models/Common/types.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Entities/EntityDetails.tsx, ../../packages/oss-console/src/components/Entities/EntityDetailsHeader.tsx, ../../packages/oss-console/src/components/Entities/EntitySchedules.tsx, ../../packages/oss-console/src/components/Entities/EntityVersions.tsx, ../../packages/oss-console/src/components/Entities/VersionDetails/EntityVersionDetailsContainer.tsx, ../../packages/oss-console/src/components/Entities/VersionDetails/constants.ts, ../../packages/oss-console/src/components/Entities/constants.ts, ../../packages/oss-console/src/components/Executions/ExecutionDetails/utils.ts, ../../packages/oss-console/src/components/Executions/Tables/WorkflowExecutionsTable.tsx, ../../packages/oss-console/src/components/Executions/useWorkflowExecution.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/LaunchFormComponents/BlobInput.tsx, ../../packages/oss-console/src/components/Launch/LaunchForm/LaunchFormDialog.tsx, ../../packages/oss-console/src/components/Launch/LaunchForm/constants.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/inputHelpers/blob.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/inputHelpers/utils.ts, ../../packages/oss-console/src/components/LaunchPlan/LaunchPlanDetails.tsx, ../../packages/oss-console/src/components/LaunchPlan/components/LaunchPlanLastNExecutions.tsx, ../../packages/oss-console/src/components/LaunchPlan/components/LaunchPlanNextPotentialExecution.tsx, ../../packages/oss-console/src/components/LaunchPlan/useLaunchPlanInfoList.ts, ../../packages/oss-console/src/components/ListProjectEntities/ListProjectTasks.tsx, ../../packages/oss-console/src/components/ListProjectEntities/ListProjectWorkflows.tsx, ../../packages/oss-console/src/components/Literals/helpers.ts, ../../packages/oss-console/src/components/Task/index.tsx, ../../packages/oss-console/src/components/Workflow/WorkflowDetails.tsx, ../../packages/oss-console/src/queries/launchPlanQueries.ts, ../../packages/oss-console/src/queries/taskQueries.ts, ../../packages/oss-console/src/queries/workflowQueries.ts
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/oss-console/src/models/Execution/api.ts: Module ../../packages/oss-console/src/models/Execution/api.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Executions/Tables/ExpandableExecutionError.tsx, ../../packages/oss-console/src/components/Executions/Tables/WorkflowExecutionTable/WorkflowExecutionRow.tsx, ../../packages/oss-console/src/components/Executions/useWorkflowExecution.ts, ../../packages/oss-console/src/queries/executionMetricsQuery.ts, ../../packages/oss-console/src/queries/nodeExecutionQueries.ts, ../../packages/oss-console/src/queries/taskExecutionQueries.ts, ../../packages/oss-console/src/queries/workflowQueries.ts
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/oss-console/src/models/Execution/constants.ts: Module ../../packages/oss-console/src/models/Execution/constants.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Entities/EntityDescription.tsx, ../../packages/oss-console/src/components/Entities/EntityDetails.tsx, ../../packages/oss-console/src/components/Entities/EntitySchedules.tsx, ../../packages/oss-console/src/components/Entities/EntityVersions.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/useExecutionNodeViewsStatePoll.ts, ../../packages/oss-console/src/components/Executions/Tables/WorkflowVersionRow.tsx, ../../packages/oss-console/src/components/Executions/utils.ts, ../../packages/oss-console/src/components/ListProjectEntities/ListProjectExecutions.tsx, ../../packages/oss-console/src/components/Workflow/SearchableWorkflowNameList.tsx, ../../packages/oss-console/src/components/hooks/useNodeExecutionChildrenQuery.ts
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/oss-console/src/models/Project/api.ts: Module ../../packages/oss-console/src/components/data/apiContext.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Executions/ExecutionDetails/RelaunchExecutionForm.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/useRecoverExecutionState.ts, ../../packages/oss-console/src/components/Executions/TerminateExecution/useTerminateExecutionState.ts, ../../packages/oss-console/src/components/Executions/useWorkflowExecution.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/useLaunchTaskFormState.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/useLaunchWorkflowFormState.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/useMappedExecutionInputValues.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/useResumeFormState.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/useTaskSourceSelectorState.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/useWorkflowSourceSelectorState.ts, ../../packages/oss-console/src/components/LaunchPlan/useLaunchPlanInfoList.ts, ../../packages/oss-console/src/components/hooks/useDataProxy.ts, ../../packages/oss-console/src/components/hooks/useDescription.ts
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/oss-console/src/models/Workflow/api.ts: Module ../../packages/oss-console/src/models/Workflow/api.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Workflow/SearchableWorkflowNameList.tsx, ../../packages/oss-console/src/queries/workflowQueries.ts
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/oss-console/src/routes/history.ts: Module ../../packages/oss-console/src/routes/history.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Entities/EntityVersions.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionDetailsAppBarContent.tsx, ../../packages/oss-console/src/components/Executions/Tables/EntityVersionsTable.tsx, ../../packages/oss-console/src/components/Launch/LaunchForm/LaunchFormActions.tsx
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/oss-console/src/routes/routes.ts: Module ../../packages/oss-console/src/routes/routes.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Executions/CacheStatus.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionDetailsAppBarContent.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionMetadata.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/NodeExecutionDetailsPanelContent.tsx, ../../packages/oss-console/src/components/Executions/Tables/EntityVersionsTable.tsx, ../../packages/oss-console/src/components/Executions/Tables/WorkflowExecutionTable/WorkflowExecutionRow.tsx, ../../packages/oss-console/src/components/Executions/Tables/WorkflowExecutionTable/cells.tsx, ../../packages/oss-console/src/components/Launch/LaunchForm/LaunchFormActions.tsx, ../../packages/oss-console/src/components/LaunchPlan/SearchableLaunchPlanNameList.tsx, ../../packages/oss-console/src/components/LaunchPlan/components/LaunchPlanCells.tsx, ../../packages/oss-console/src/components/ListProjectEntities/index.tsx, ../../packages/oss-console/src/components/SelectProject/ProjectList.tsx, ../../packages/oss-console/src/components/Task/SearchableTaskNameList.tsx, ../../packages/oss-console/src/components/Workflow/SearchableWorkflowNameList.tsx
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/primitives/src/LoadingSpinner/index.tsx: Module ../../packages/primitives/src/LoadingSpinner/index.tsx is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Entities/EntityDetails.tsx, ../../packages/oss-console/src/components/Entities/VersionDetails/EntityVersionDetailsContainer.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionContainer.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionNodeDeck.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/Timeline/ExecutionTimelineChart.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/withExecutionDetails.tsx, ../../packages/oss-console/src/components/Executions/Tables/RowExpander.tsx, ../../packages/oss-console/src/components/Executions/TaskExecutionsList/TaskExecutionsList.tsx, ../../packages/oss-console/src/components/ListProjectEntities/index.tsx, ../../packages/oss-console/src/components/common/DomainSettingsSection.tsx, ../../packages/oss-console/src/components/common/ExpandableMonospaceText.tsx, ../../packages/oss-console/src/components/common/FilterableNamedEntityList.tsx, ../../packages/oss-console/src/components/flytegraph/ReactFlow/customNodeComponents.tsx, ../../packages/primitives/src/TableLoadingCell/index.tsx
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/primitives/src/PageMeta/index.tsx: Module ../../packages/primitives/src/PageMeta/index.tsx is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Entities/EntityDetails.tsx, ../../packages/oss-console/src/components/Entities/VersionDetails/EntityVersionDetailsContainer.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionContainer.tsx, ../../packages/oss-console/src/components/ListProjectEntities/ListProjectExecutions.tsx, ../../packages/oss-console/src/components/ListProjectEntities/index.tsx, ../../packages/oss-console/src/components/SelectProject/index.tsx
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/primitives/src/Shimmer/index.tsx: Module ../../packages/primitives/src/Shimmer/index.tsx is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Executions/Tables/WorkflowExecutionTable/cells.tsx, ../../packages/oss-console/src/components/LaunchPlan/components/LaunchPlanCells.tsx, ../../packages/oss-console/src/components/LaunchPlan/components/LaunchPlanLastNExecutions.tsx, ../../packages/oss-console/src/components/LaunchPlan/components/LaunchPlanNextPotentialExecution.tsx, ../../packages/oss-console/src/components/Task/SimpleTaskInterface.tsx, ../../packages/oss-console/src/components/Workflow/SearchableWorkflowNameList.tsx
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/primitives/src/types/cloudTypes.ts: Module ../../packages/oss-console/src/routes/routes.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Executions/CacheStatus.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionDetailsAppBarContent.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionMetadata.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/NodeExecutionDetailsPanelContent.tsx, ../../packages/oss-console/src/components/Executions/Tables/EntityVersionsTable.tsx, ../../packages/oss-console/src/components/Executions/Tables/WorkflowExecutionTable/WorkflowExecutionRow.tsx, ../../packages/oss-console/src/components/Executions/Tables/WorkflowExecutionTable/cells.tsx, ../../packages/oss-console/src/components/Launch/LaunchForm/LaunchFormActions.tsx, ../../packages/oss-console/src/components/LaunchPlan/SearchableLaunchPlanNameList.tsx, ../../packages/oss-console/src/components/LaunchPlan/components/LaunchPlanCells.tsx, ../../packages/oss-console/src/components/ListProjectEntities/index.tsx, ../../packages/oss-console/src/components/SelectProject/ProjectList.tsx, ../../packages/oss-console/src/components/Task/SearchableTaskNameList.tsx, ../../packages/oss-console/src/components/Workflow/SearchableWorkflowNameList.tsx
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/primitives/src/utils/format.ts: Module ../../packages/oss-console/src/routes/routes.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Executions/CacheStatus.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionDetailsAppBarContent.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionMetadata.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/NodeExecutionDetailsPanelContent.tsx, ../../packages/oss-console/src/components/Executions/Tables/EntityVersionsTable.tsx, ../../packages/oss-console/src/components/Executions/Tables/WorkflowExecutionTable/WorkflowExecutionRow.tsx, ../../packages/oss-console/src/components/Executions/Tables/WorkflowExecutionTable/cells.tsx, ../../packages/oss-console/src/components/Launch/LaunchForm/LaunchFormActions.tsx, ../../packages/oss-console/src/components/LaunchPlan/SearchableLaunchPlanNameList.tsx, ../../packages/oss-console/src/components/LaunchPlan/components/LaunchPlanCells.tsx, ../../packages/oss-console/src/components/ListProjectEntities/index.tsx, ../../packages/oss-console/src/components/SelectProject/ProjectList.tsx, ../../packages/oss-console/src/components/Task/SearchableTaskNameList.tsx, ../../packages/oss-console/src/components/Workflow/SearchableWorkflowNameList.tsx
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/theme/src/CommonStyles/CommonStyles.tsx: Module ../../packages/theme/src/CommonStyles/CommonStyles.tsx is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Executions/TaskExecutionsList/TaskExecutionLogs.tsx, ../../packages/primitives/src/HoverTooltip/index.tsx, ../../packages/primitives/src/TableLoadMoreCell/index.tsx
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/theme/src/CommonStyles/colorSpectrum.ts: Module ../../packages/theme/src/CommonStyles/colorSpectrum.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/common/ExecutionsBarChartSection.tsx, ../../packages/oss-console/src/components/flytegraph/ReactFlow/PausedTasksComponent.tsx
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/theme/src/CommonStyles/constants.ts: Module ../../packages/theme/src/CommonStyles/constants.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Entities/EntityVersions.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionMetadata.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionNodeURL.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionTabView.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/NodeExecutionDetailsPanelContent.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/Timeline/ExecutionTimelineTable.tsx, ../../packages/oss-console/src/components/Executions/ExecutionDetails/Timeline/TimelineChart/utils.ts, ../../packages/oss-console/src/components/Executions/ExecutionStatusBadge.tsx, ../../packages/oss-console/src/components/Executions/TerminateExecution/TerminateExecutionForm.tsx, ../../packages/oss-console/src/components/Executions/constants.ts, ../../packages/oss-console/src/components/Tables/filters/FilterPopoverButton.tsx, ../../packages/oss-console/src/components/Workflow/SearchableWorkflowNameList.tsx, ../../packages/oss-console/src/components/common/BarChart.tsx, ../../packages/oss-console/src/components/common/ExpandableMonospaceText.tsx, ../../packages/oss-console/src/components/common/ReactJsonView.tsx, ../../packages/oss-console/src/components/common/ScrollableMonospaceText.tsx, ../../packages/oss-console/src/components/common/SearchableList.tsx
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/theme/src/Theme/muiTheme.ts: Module ../../packages/theme/src/Theme/muiTheme.ts is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Executions/ExecutionStatusBadge.tsx, ../../packages/oss-console/src/components/Executions/constants.ts
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/ui-atoms/src/LaunchPlansLogo/index.tsx: Module ../../packages/ui-atoms/src/LaunchPlansLogo/index.tsx is referenced from different chunks by these modules: ../../packages/oss-console/src/components/LaunchPlan/SearchableLaunchPlanNameList.tsx, ../../packages/oss-console/src/components/LaunchPlan/components/LaunchPlanCells.tsx
21.62       ModuleConcatenation bailout: Cannot concat with ../../packages/ui-atoms/src/TasksLogo/index.tsx: Module ../../packages/ui-atoms/src/TasksLogo/index.tsx is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Task/SearchableTaskNameList.tsx
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/classnames/index.js: Module is not an ECMAScript module
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@babel/runtime/helpers/esm/extends.js: Module ../../node_modules/@babel/runtime/helpers/esm/extends.js is referenced from different chunks by these modules: ../../node_modules/history/esm/history.js, ../../node_modules/react-router-dom/esm/react-router-dom.js, ../../node_modules/react-router/esm/react-router.js, ../../node_modules/react-syntax-highlighter/dist/esm/create-element.js, ../../node_modules/react-transition-group/esm/CSSTransition.js
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/@babel/runtime/helpers/esm/inheritsLoose.js: Module ../../node_modules/@babel/runtime/helpers/esm/inheritsLoose.js is referenced from different chunks by these modules: ../../node_modules/react-router-dom/esm/react-router-dom.js, ../../node_modules/react-router/esm/react-router.js, ../../node_modules/react-transition-group/esm/CSSTransition.js
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/long/index.js: Module ../../node_modules/long/index.js is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Launch/LaunchForm/inputHelpers/integer.ts, ../../packages/oss-console/src/components/Launch/LaunchForm/inputHelpers/parseJson.ts, ../../packages/oss-console/src/components/Literals/helpers.ts
21.62       ModuleConcatenation bailout: Cannot concat with ../../node_modules/react-loading-skeleton/dist/index.js: Module ../../node_modules/react-loading-skeleton/dist/index.js is referenced from different chunks by these modules: ../../packages/oss-console/src/components/Executions/ExecutionDetails/NodeExecutionDetailsPanelContent.tsx, ../../packages/oss-console/src/components/Launch/LaunchForm/LaunchFormComponents/Selector.tsx
21.62     fs (ignored) 15 bytes [built] [code generated]
21.62       ModuleConcatenation bailout: Module Concatenation is not implemented for RawModule
21.62     Entrypoint HtmlWebpackPlugin_0-/my-project/node_modules/html-webpack-plugin/lib/loader.js!/my-project/website/console/src/assets/index.html =
21.62     runtime modules 493 bytes 3 modules
21.62     modules with assets 2.03 KiB
21.62       data:text/javascript,__webpack_public.. 77 bytes [built] [code generated]
21.62         Statement (ExpressionStatement) with side effects in source code at 1:0-77
21.62       ../../node_modules/html-webpack-plugin/lib/loader.js!./src/assets/index.html 1.96 KiB [built] [code generated]
21.62         CommonJS bailout: module.exports is used directly at 1:69-83
21.62         Statement (VariableDeclaration) with side effects in source code at 1:0-69
21.62         ModuleConcatenation bailout: Module is not an ECMAScript module
21.62
21.62     Child HtmlWebpackCompiler compiled successfully
21.62
21.62   ERROR in ../../packages/ui-atoms/src/LockPerson/index.tsx:7:5
21.62   TS2769: No overload matches this call.
21.62     Overload 1 of 2, '(props: { component: ElementType<any, keyof IntrinsicElements>; } & SvgIconOwnProps & CommonProps & Omit<any, "style" | ... 10 more ... | "viewBox">): Element | null', gave the following error.
21.62       Type 'Element' is not assignable to type 'ReactNode'.
21.62         Property 'children' is missing in type 'Element' but required in type 'ReactPortal'.
21.62     Overload 2 of 2, '(props: DefaultComponentProps<SvgIconTypeMap<{}, "svg">>): Element | null', gave the following error.
21.62       Type 'Element' is not assignable to type 'ReactNode'.
21.62        5 | export const LockPerson = (props: SvgIconProps) => (
21.62        6 |   <SvgIcon {...props}>
21.62     >  7 |     <LockPersonIcon />
21.62          |     ^^^^^^^^^^^^^^^^^^
21.62        8 |   </SvgIcon>
21.62        9 | );
21.62       10 | export default LockPerson;
21.62
21.62   ERROR in ../../packages/ui-atoms/src/MapCacheIcon/index.tsx:6:6
21.62   TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.
21.62       4 | export const MapCacheIcon = React.forwardRef<SVGSVGElement, SvgIconProps>((props, ref) => {
21.62       5 |   return (
21.62     > 6 |     <SvgIcon {...props} ref={ref} viewBox="0 0 17 17">
21.62         |      ^^^^^^^
21.62       7 |       <g clipPath="url(#clip0_6712_89419)">
21.62       8 |         <path
21.62       9 |           d="M5.68615 2.99228L6.91566 7.15285L4.89438 6.0537C4.31136 7.12586 4.17812 8.3857 4.52399 9.55609C4.86986 10.7265 5.45103 11.4847 6.52318 12.0677C7.19695 12.4341 8.24054 12.5388 8.96464 12.5397L9.41341 14.0583C8.25879 14.1378 6.70623 14.0476 5.68964 13.4944C4.2601 12.717 3.51417 11.5513 3.05301 9.99079C2.59185 8.43027 2.76949 6.75048 3.54686 5.32094L1.52558 4.22179L5.68615 2.99228Z"
21.62
21.62   ERROR in ../../packages/ui-atoms/src/MapCacheIcon/index.tsx:6:6
21.62   TS2769: No overload matches this call.
21.62     This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.
21.62     This JSX tag's 'children' prop expects a single child of type 'ReactNode', but multiple children were provided.
21.62       4 | export const MapCacheIcon = React.forwardRef<SVGSVGElement, SvgIconProps>((props, ref) => {
21.62       5 |   return (
21.62     > 6 |     <SvgIcon {...props} ref={ref} viewBox="0 0 17 17">
21.62         |      ^^^^^^^
21.62       7 |       <g clipPath="url(#clip0_6712_89419)">
21.62       8 |         <path
21.62       9 |           d="M5.68615 2.99228L6.91566 7.15285L4.89438 6.0537C4.31136 7.12586 4.17812 8.3857 4.52399 9.55609C4.86986 10.7265 5.45103 11.4847 6.52318 12.0677C7.19695 12.4341 8.24054 12.5388 8.96464 12.5397L9.41341 14.0583C8.25879 14.1378 6.70623 14.0476 5.68964 13.4944C4.2601 12.717 3.51417 11.5513 3.05301 9.99079C2.59185 8.43027 2.76949 6.75048 3.54686 5.32094L1.52558 4.22179L5.68615 2.99228Z"
21.62
21.62   ERROR in ../../packages/ui-atoms/src/NotFoundLogo/index.tsx:8:7
21.62   TS2769: No overload matches this call.
21.62     Overload 1 of 2, '(props: { component: ElementType<any, keyof IntrinsicElements>; } & SvgIconOwnProps & CommonProps & Omit<any, "style" | ... 10 more ... | "viewBox">): Element | null', gave the following error.
21.62       Type 'Element' is not assignable to type 'ReactNode'.
21.62     Overload 2 of 2, '(props: DefaultComponentProps<SvgIconTypeMap<{}, "svg">>): Element | null', gave the following error.
21.62       Type 'Element' is not assignable to type 'ReactNode'.
21.62        6 |   return (
21.62        7 |     <SvgIcon viewBox="0 0 24 24" {...rest}>
21.62     >  8 |       <path
21.62          |       ^^^^^
21.62     >  9 |         fill={fill || 'currentColor'}
21.62          | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21.62     > 10 |         d="M 24 0.378 L 24 23.622 C 24 23.831 23.831 24 23.622 24 L 0.378 24 C 0.169 24 0 23.831 0 23.622 L 0 0.378 C 0 0.169 0.169 0 0.378 0 L 23.622 0 C 23.831 0 24 0.169 24 0.378 Z M 23.244 4.252 L 23.244 0.756 L 10.331 0.756 C 10.412 0.87 10.48 0.995 10.534 1.129 L 11.783 4.252 L 23.244 4.252 Z M 0.755 0.756 L 0.755 4.252 L 10.969 4.252 L 9.832 1.409 C 9.673 1.012 9.294 0.756 8.867 0.756 L 0.755 0.756 Z M 23.244 5.007 L 0.756 5.007 L 0.756 23.244 L 23.244 23.244 L 23.244 5.007 Z M 1.469 2.504 C 1.469 1.905 1.957 1.417 2.556 1.417 C 3.155 1.417 3.643 1.905 3.643 2.504 C 3.643 3.103 3.155 3.591 2.556 3.591 C 1.957 3.591 1.469 3.103 1.469 2.504 Z M 2.556 2.173 C 2.374 2.173 2.225 2.322 2.225 2.504 C 2.225 2.686 2.374 2.835 2.556 2.835 C 2.738 2.835 2.887 2.686 2.887 2.504 C 2.887 2.322 2.738 2.173 2.556 2.173 Z M 4.304 2.504 C 4.304 1.905 4.791 1.417 5.391 1.417 C 5.99 1.417 6.477 1.905 6.477 2.504 C 6.477 3.103 5.99 3.591 5.391 3.591 C 4.791 3.591 4.304 3.103 4.304 2.504 Z M 5.391 2.173 C 5.208 2.173 5.06 2.322 5.06 2.504 C 5.06 2.686 5.208 2.835 5.391 2.835 C 5.573 2.835 5.721 2.686 5.721 2.504 C 5.721 2.322 5.573 2.173 5.391 2.173 Z M 7.139 2.504 C 7.139 1.905 7.626 1.417 8.225 1.417 C 8.825 1.417 9.312 1.905 9.312 2.504 C 9.312 3.103 8.825 3.591 8.225 3.591 C 7.626 3.591 7.139 3.103 7.139 2.504 Z M 8.225 2.173 C 8.043 2.173 7.895 2.322 7.895 2.504 C 7.895 2.686 8.043 2.835 8.225 2.835 C 8.408 2.835 8.556 2.686 8.556 2.504 C 8.556 2.322 8.408 2.173 8.225 2.173 Z M 7.945 10.59 C 8.969 9.415 10.434 8.746 11.999 8.746 C 13.563 8.746 15.028 9.415 16.052 10.59 C 16.109 10.585 16.165 10.582 16.222 10.582 C 17.059 10.582 17.803 11.123 18.074 11.899 C 18.832 12.117 19.516 12.569 20.016 13.186 C 20.574 13.874 20.881 14.74 20.881 15.627 C 20.881 17.766 19.14 19.507 17.001 19.507 L 6.997 19.507 C 4.857 19.507 3.117 17.766 3.117 15.627 C 3.117 14.74 3.424 13.873 3.981 13.186 C 4.482 12.569 5.165 12.117 5.924 11.899 C 6.195 11.123 6.938 10.582 7.776 10.582 C 7.832 10.582 7.889 10.585 7.945 10.59 Z M 15.604 11.23 C 14.72 10.132 13.406 9.502 11.999 9.502 C 10.592 9.502 9.279 10.132 8.395 11.23 C 8.306 11.341 8.162 11.393 8.023 11.364 C 7.942 11.347 7.859 11.338 7.776 11.338 C 7.211 11.338 6.716 11.738 6.598 12.29 C 6.567 12.434 6.455 12.547 6.311 12.58 C 5.63 12.732 5.011 13.117 4.569 13.662 C 4.114 14.223 3.873 14.903 3.873 15.627 C 3.873 17.349 5.274 18.751 6.997 18.751 L 17.002 18.751 C 18.724 18.751 20.125 17.35 20.125 15.627 C 20.125 14.903 19.885 14.223 19.43 13.662 C 18.987 13.117 18.368 12.732 17.687 12.58 C 17.543 12.547 17.431 12.434 17.4 12.29 C 17.283 11.738 16.787 11.338 16.222 11.338 C 16.139 11.338 16.056 11.347 15.975 11.364 C 15.836 11.393 15.693 11.341 15.604 11.23 Z M 13.424 14.704 C 13.276 14.556 13.276 14.317 13.424 14.169 L 13.865 13.728 L 13.424 13.286 C 13.276 13.139 13.276 12.9 13.424 12.752 C 13.571 12.604 13.811 12.604 13.958 12.752 L 14.4 13.193 L 14.841 12.752 C 14.989 12.604 15.228 12.604 15.376 12.752 C 15.523 12.9 15.523 13.139 15.376 13.286 L 14.934 13.728 L 15.376 14.169 C 15.523 14.317 15.523 14.556 15.376 14.704 C 15.302 14.778 15.205 14.815 15.108 14.815 C 15.012 14.815 14.915 14.778 14.841 14.704 L 14.4 14.262 L 13.958 14.704 C 13.884 14.778 13.788 14.815 13.691 14.815 C 13.594 14.815 13.498 14.778 13.424 14.704 Z M 10.574 14.704 C 10.5 14.778 10.404 14.815 10.307 14.815 C 10.21 14.815 10.114 14.778 10.04 14.704 L 9.598 14.263 L 9.157 14.704 C 9.083 14.778 8.986 14.815 8.89 14.815 C 8.793 14.815 8.696 14.778 8.622 14.704 C 8.475 14.556 8.475 14.317 8.622 14.169 L 9.064 13.728 L 8.622 13.287 C 8.475 13.139 8.475 12.9 8.622 12.752 C 8.77 12.605 9.009 12.605 9.157 12.752 L 9.598 13.194 L 10.04 12.752 C 10.187 12.605 10.427 12.605 10.574 12.752 C 10.722 12.9 10.722 13.139 10.574 13.287 L 10.133 13.728 L 10.574 14.169 C 10.722 14.317 10.722 14.556 10.574 14.704 Z M 11.999 15.607 C 12.833 15.607 13.511 16.285 13.511 17.119 C 13.511 17.327 13.342 17.496 13.133 17.496 C 12.924 17.496 12.755 17.327 12.755 17.119 C 12.755 16.702 12.416 16.363 11.999 16.363 C 11.582 16.363 11.243 16.702 11.243 17.119 C 11.243 17.327 11.074 17.496 10.865 17.496 C 10.656 17.496 10.487 17.327 10.487 17.119 C 10.487 16.285 11.165 15.607 11.999 15.607 Z"
21.62          | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21.62     > 11 |       />
21.62          | ^^^^^^^^^
21.62       12 |     </SvgIcon>
21.62       13 |   );
21.62       14 | };
21.62
21.62   client (webpack 5.90.3) compiled with 4 errors in 19075 ms
21.62
21.62 server:
21.62   asset server.js 918 KiB [emitted] [minimized] (name: server) 1 related asset
21.62   orphan modules 668 KiB [orphan] 74 modules
21.62   runtime modules 1.04 KiB 5 modules
21.62   modules by path ../../node_modules/ 907 KiB
21.62     javascript modules 645 KiB 159 modules
21.62     json modules 262 KiB
21.62       modules by path ../../node_modules/iconv-lite/ 86.7 KiB 8 modules
21.62       + 3 modules
21.62   modules by path ./ 669 KiB
21.62     ./src/server/index.ts + 71 modules 666 KiB [built] [code generated]
21.62     ./env/index.ts 2.86 KiB [built] [code generated]
21.62   optional modules 84 bytes [optional]
21.62     external "perf_hooks" 42 bytes [optional] [built] [code generated]
21.62     external "async_hooks" 42 bytes [optional] [built] [code generated]
21.62   + 18 modules
21.62
21.62
21.62   WARNING in ../../node_modules/express/lib/view.js 81:13-25
21.62   Critical dependency: the request of a dependency is an expression
21.62       at CommonJsRequireContextDependency.getWarnings (/my-project/node_modules/webpack/lib/dependencies/ContextDependency.js:109:18)
21.62       at Compilation.reportDependencyErrorsAndWarnings (/my-project/node_modules/webpack/lib/Compilation.js:3147:24)
21.62       at /my-project/node_modules/webpack/lib/Compilation.js:2744:28
21.62       at _next2 (eval at create (/my-project/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:35:1)
21.62       at eval (eval at create (/my-project/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:71:1)
21.62       at /my-project/node_modules/webpack/lib/FlagDependencyExportsPlugin.js:380:10
21.62       at /my-project/node_modules/neo-async/async.js:2830:7
21.62       at Object.each (/my-project/node_modules/neo-async/async.js:2850:39)
21.62       at /my-project/node_modules/webpack/lib/FlagDependencyExportsPlugin.js:356:17
21.62       at /my-project/node_modules/neo-async/async.js:2830:7
21.62    @ ../../node_modules/express/lib/application.js 22:11-28
21.62    @ ../../node_modules/express/lib/express.js 18:12-36
21.62    @ ../../node_modules/express/index.js 11:0-41
21.62    @ ./src/server/index.ts 6:0-30 17:12-19 31:8-20
21.62
21.62   server (webpack 5.90.3) compiled with 1 warning in 7637 ms
------
Dockerfile:20
--------------------
  19 |     # build console web app
  20 | >>> RUN : \
  21 | >>>   --mount=type=cache,target=/root/.yarn \
  22 | >>>   && BASE_URL=/console yarn workspace @clients/console run build:prod
  23 |
--------------------
ERROR: failed to solve: process "/bin/sh -c :   --mount=type=cache,target=/root/.yarn   && BASE_URL=/console yarn workspace @clients/console run build:prod" did not complete successfully: exit code: 1

@ddl-ebrown
Copy link
Author

That's unusual - we're building flyteconsole from source on top of the updated base image and it's working fine

@ddl-ebrown
Copy link
Author

ddl-ebrown commented Jun 12, 2024

This is the actual Dockerfile in use

# syntax=docker/dockerfile:experimental
# https://github.com/flyteorg/flyteconsole/blob/master/Dockerfile
# NOTE: this is already based on distroless nodejs container
# https://github.com/GoogleContainerTools/distroless/blob/main/nodejs/README.md
# global ARG used in all build stages
ARG BASE_URL=/flows/console

FROM node:21.7 as builder
SHELL ["/bin/bash", "-c"]

ARG TARGETARCH
ARG BASE_URL
ARG REPO=flyteorg
ARG VER=v1.15.0
ARG PLACEHOLDER_NPM='"version": "0.0.1"'
ENV npm_config_target_arch "${TARGETARCH}"
ENV npm_config_target_platform linux
ENV npm_config_target_libc glibc

# Domino-specific patches
# NOTE: temporarily requires Domino patch to breadcrumb - https://github.com/flyteorg/flyteconsole/pull/861
COPY patches /patches

WORKDIR /my-project/
RUN git clone --depth 1 --branch "${VER}" "https://github.com/${REPO}/flyteconsole" . && \
    for f in /patches/*.patch; do [ -f "$f" ] || break; patch -p1 < "$f"; done

# update the internal version - see https://github.com/flyteorg/flyteconsole/blob/master/Makefile#L40
RUN grep "${PLACEHOLDER_NPM}" "website/console/package.json" \
    && sed -i "s/${PLACEHOLDER_NPM}/\"version\":	\"${VER:1}\"/g" "website/console/package.json"

# install production dependencies
RUN : \
  --mount=type=cache,target=/root/.yarn \
  && yarn workspaces focus --production --all

# build console web app
RUN : \
  --mount=type=cache,target=/root/.yarn \
  && BASE_URL=${BASE_URL} yarn workspace @clients/console run build:prod

# copy console build to /app
RUN : \
  --mount=type=cache,target=/root/.yarn \
  && mkdir /app \
  && cp -R ./website/console/dist/* /app

FROM gcr.io/distroless/nodejs18-debian12@sha256:3cb543d5a3cec9ec76500f597fb9f71b7f2fc85e2845d6537debd387336f97c1
LABEL org.opencontainers.image.source https://github.com/flyteorg/flyteconsole

COPY --from=builder /app /app
WORKDIR /app
ARG BASE_URL
ENV NODE_ENV=production BASE_URL=$BASE_URL PORT=8080
EXPOSE 8080

USER 1000

CMD ["server.js"]

We have automation that bumps the actual sha of the distroless tag regularly, but you can see we build on top of node:21.7 and use gcr.io/distroless/nodejs18-debian12 as the runtime environment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants