compile-storybook
Passed Started
by
@DylanGriffith

Dylan Griffith
1Running with gitlab-runner 15.6.0~beta.186.ga889181a (a889181a)2 on blue-3.private.runners-manager.gitlab.com/gitlab.com/gitlab-org 6io2xoDD3 feature flags: FF_USE_FASTZIP:true, FF_USE_IMPROVED_URL_MASKING:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-yarn-1.22-graphicsmagick-1.3.36 ...7Authenticating with credentials from job payload (GitLab Registry)8Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-yarn-1.22-graphicsmagick-1.3.36 ...9Using docker image sha256:5c5404ecc69273636c3ef49645be715ef30ea99e51ad146a2efbeac2a1875f9c for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12@sha256:b032fe79dc0bf3ebfaeb610c82eacc500fbd0ec6e01889444011cf5a72b4135d ...11Running on runner-6io2xodd-project-278964-concurrent-0 via runner-6io2xodd-private-1667783180-6abd32a6...13$ eval "$CI_PRE_CLONE_SCRIPT"14Fetching changes with git depth set to 20...15Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/16Created fresh repository.17remote: Enumerating objects: 119894, done. 18remote: Counting objects: 100% (119894/119894), done. 19remote: Compressing objects: 100% (78957/78957), done. 20remote: Total 119894 (delta 50149), reused 83084 (delta 36606), pack-reused 0 21Receiving objects: 100% (119894/119894), 110.17 MiB | 27.85 MiB/s, done.22Resolving deltas: 100% (50149/50149), done.24 * [new ref] refs/pipelines/687019226 -> refs/pipelines/68701922625 * [new branch] master -> origin/master26Checking out a134b2ce as master...27Skipping Git submodules setup28$ git remote set-url origin "${CI_REPOSITORY_URL}"30Checking cache for node-modules-bullseye-test-16...31Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/node-modules-bullseye-test-16 32Successfully extracted cache33Checking cache for storybook-node-modules-bullseye-test-16...34Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/storybook-node-modules-bullseye-test-16 35Successfully extracted cache37Downloading artifacts for graphql-schema-dump (3281613176)...38Downloading artifacts from coordinator... ok id=3281613176 responseStatus=200 OK token=s3JsVmTd39Downloading artifacts for rspec-all frontend_fixture 1/5 (3281613163)...40Downloading artifacts from coordinator... ok id=3281613163 responseStatus=200 OK token=s3JsVmTd41Downloading artifacts for rspec-all frontend_fixture 2/5 (3281613169)...42Downloading artifacts from coordinator... ok id=3281613169 responseStatus=200 OK token=s3JsVmTd43Downloading artifacts for rspec-all frontend_fixture 3/5 (3281613171)...44Downloading artifacts from coordinator... ok id=3281613171 responseStatus=200 OK token=s3JsVmTd45Downloading artifacts for rspec-all frontend_fixture 4/5 (3281613173)...46Downloading artifacts from coordinator... ok id=3281613173 responseStatus=200 OK token=s3JsVmTd47Downloading artifacts for rspec-all frontend_fixture 5/5 (3281613174)...48Downloading artifacts from coordinator... ok id=3281613174 responseStatus=200 OK token=s3JsVmTd50Using docker image sha256:5c5404ecc69273636c3ef49645be715ef30ea99e51ad146a2efbeac2a1875f9c for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12@sha256:b032fe79dc0bf3ebfaeb610c82eacc500fbd0ec6e01889444011cf5a72b4135d ...51$ echo $FOSS_ONLY52$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb53$ export GOPATH=$CI_PROJECT_DIR/.go54$ mkdir -p $GOPATH55$ source scripts/utils.sh56$ source scripts/prepare_build.sh57Using decomposed database config (config/database.yml.decomposed-postgresql)58$ yarn_install_script68$ run_timed_command "retry yarn run storybook:install --frozen-lockfile"69$ retry yarn run storybook:install --frozen-lockfile70yarn run v1.22.1771$ yarn --cwd ./storybook install --frozen-lockfile72[1/4] Resolving packages...73[2/4] Fetching packages...74[3/4] Linking dependencies...75warning "@storybook/addon-a11y > @storybook/addons@6.5.10" has unmet peer dependency "react@^16.8.0 || ^17.0.0 || ^18.0.0".76warning "@storybook/addon-a11y > @storybook/addons@6.5.10" has unmet peer dependency "react-dom@^16.8.0 || ^17.0.0 || ^18.0.0".77warning "@storybook/addon-a11y > @storybook/api@6.5.10" has unmet peer dependency "react@^16.8.0 || ^17.0.0 || ^18.0.0".78warning "@storybook/addon-a11y > @storybook/api@6.5.10" has unmet peer dependency "react-dom@^16.8.0 || ^17.0.0 || ^18.0.0".79warning "@storybook/addon-a11y > @storybook/components@6.5.10" has unmet peer dependency "react@^16.8.0 || ^17.0.0 || ^18.0.0".80warning "@storybook/addon-a11y > @storybook/components@6.5.10" has unmet peer dependency "react-dom@^16.8.0 || ^17.0.0 || ^18.0.0".81warning "@storybook/addon-a11y > @storybook/theming@6.5.10" has unmet peer dependency "react@^16.8.0 || ^17.0.0 || ^18.0.0".82warning "@storybook/addon-a11y > @storybook/theming@6.5.10" has unmet peer dependency "react-dom@^16.8.0 || ^17.0.0 || ^18.0.0".83warning "@storybook/addon-a11y > react-sizeme@3.0.1" has unmet peer dependency "react@^0.14.0 || ^15.0.0-0 || ^16.0.0 || ^17.0.0".84warning "@storybook/addon-a11y > react-sizeme@3.0.1" has unmet peer dependency "react-dom@^0.14.0 || ^15.0.0-0 || ^16.0.0 || ^17.0.0".85warning "@storybook/addon-a11y > @storybook/addons > @storybook/router@6.5.10" has unmet peer dependency "react@^16.8.0 || ^17.0.0 || ^18.0.0".86warning "@storybook/addon-a11y > @storybook/addons > @storybook/router@6.5.10" has unmet peer dependency "react-dom@^16.8.0 || ^17.0.0 || ^18.0.0".87warning "@storybook/addon-actions > react-inspector@5.1.1" has unmet peer dependency "react@^16.8.4 || ^17.0.0".88warning "@storybook/addon-controls > @storybook/core-common@6.5.10" has unmet peer dependency "react@^16.8.0 || ^17.0.0 || ^18.0.0".89warning "@storybook/addon-controls > @storybook/core-common@6.5.10" has unmet peer dependency "react-dom@^16.8.0 || ^17.0.0 || ^18.0.0".90warning "@storybook/addon-controls > @storybook/store@6.5.10" has unmet peer dependency "react@^16.8.0 || ^17.0.0 || ^18.0.0".91warning "@storybook/addon-controls > @storybook/store@6.5.10" has unmet peer dependency "react-dom@^16.8.0 || ^17.0.0 || ^18.0.0".92warning "@storybook/addon-essentials > @storybook/addon-docs > @babel/plugin-transform-react-jsx@7.14.3" has unmet peer dependency "@babel/core@^7.0.0-0".93warning " > @storybook/addon-essentials@6.5.10" has unmet peer dependency "@babel/core@^7.9.6".94warning "@storybook/addon-essentials > @storybook/addon-docs > @mdx-js/react@1.6.22" has unmet peer dependency "react@^16.13.1 || ^17.0.0".95warning "@storybook/addon-essentials > @storybook/addon-docs > @storybook/preview-web@6.5.10" has unmet peer dependency "react@^16.8.0 || ^17.0.0 || ^18.0.0".96warning "@storybook/addon-essentials > @storybook/addon-docs > @storybook/preview-web@6.5.10" has unmet peer dependency "react-dom@^16.8.0 || ^17.0.0 || ^18.0.0".97warning "@storybook/addon-essentials > @storybook/addon-docs > @storybook/source-loader@6.5.10" has unmet peer dependency "react@^16.8.0 || ^17.0.0 || ^18.0.0".98warning "@storybook/addon-essentials > @storybook/addon-docs > @storybook/source-loader@6.5.10" has unmet peer dependency "react-dom@^16.8.0 || ^17.0.0 || ^18.0.0".99warning " > @storybook/vue@6.5.10" has unmet peer dependency "@babel/core@*".100warning " > @storybook/vue@6.5.10" has unmet peer dependency "babel-loader@^7.0.0 || ^8.0.0".101warning " > @storybook/vue@6.5.10" has unmet peer dependency "css-loader@*".102warning " > @storybook/vue@6.5.10" has unmet peer dependency "vue@^2.6.8".103warning " > @storybook/vue@6.5.10" has unmet peer dependency "vue-loader@^15.7.0".104warning " > @storybook/vue@6.5.10" has unmet peer dependency "vue-template-compiler@^2.6.8".105warning "@storybook/vue > ts-loader@8.3.0" has unmet peer dependency "typescript@*".106warning "@storybook/vue > vue-docgen-api > vue-inbrowser-compiler-independent-utils@4.52.0" has unmet peer dependency "vue@>=2".107warning " > graphql-tag@2.12.5" has unmet peer dependency "graphql@^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0".108warning " > sass-loader@7.3.1" has unmet peer dependency "webpack@^3.0.0 || ^4.0.0".109warning " > storybook-mirage@0.0.4" has unmet peer dependency "@storybook/addons@^6.2.7".110warning " > storybook-mirage@0.0.4" has unmet peer dependency "@storybook/api@^6.2.7".111warning " > storybook-mirage@0.0.4" has unmet peer dependency "@storybook/components@^6.2.7".112warning " > storybook-mirage@0.0.4" has unmet peer dependency "@storybook/core-events@^6.2.7".113warning " > storybook-mirage@0.0.4" has unmet peer dependency "@storybook/theming@^6.2.7".114warning " > storybook-mirage@0.0.4" has unmet peer dependency "miragejs@*".115[4/4] Building fresh packages...116Done in 24.86s.117==> 'retry yarn run storybook:install --frozen-lockfile' succeeded in 25 seconds.118$ run_timed_command "yarn run storybook:build"119$ yarn run storybook:build120yarn run v1.22.17121$ yarn --cwd ./storybook build --quiet122$ build-storybook -c config -o public --quiet123info @storybook/vue v6.5.10124info 125info => Cleaning outputDir: /builds/gitlab-org/gitlab/storybook/public126info => Loading presets127info => Compiling manager..128info => Compiling preview..129info Addon-docs: using MDX1130info => Using implicit CSS loaders131IncrementalWebpackCompiler: Status – disabled132info => Loading custom Webpack config (full-control mode).133(node:116) DeprecationWarning: Default PostCSS plugins are deprecated. When switching to '@storybook/addon-postcss',134you will need to add your own plugins, such as 'postcss-flexbugs-fixes' and 'autoprefixer'.135See https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#deprecated-default-postcss-plugins for details.136(Use `node --trace-deprecation ...` to show where the warning was created)137DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.138Recommendation: math.div($grid-size, 2) or calc($grid-size / 2)139More info and automated migrator: https://sass-lang.com/d/slash-div140 ╷14123 │ $nav-divider-margin-y: ($grid-size / 2);142 │ ^^^^^^^^^^^^^^143 ╵144 ../app/assets/stylesheets/framework/variables_overrides.scss 23:25 @import145 ../app/assets/stylesheets/page_bundles/_mixins_and_variables_and_functions.scss 12:9 @import146 stdin 1:9 root stylesheet147DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.148Recommendation: math.div($grid-size, 2) or calc($grid-size / 2)149More info and automated migrator: https://sass-lang.com/d/slash-div150 ╷15123 │ $nav-divider-margin-y: ($grid-size / 2);152 │ ^^^^^^^^^^^^^^153 ╵154 ../app/assets/stylesheets/framework/variables_overrides.scss 23:25 @import155 ../app/assets/stylesheets/page_bundles/_mixins_and_variables_and_functions.scss 12:9 @import156 ../app/assets/stylesheets/highlight/common.scss 3:9 @import157 ../app/assets/stylesheets/highlight/white_base.scss 3:9 @import158 stdin 2:11 root stylesheet159DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.160Recommendation: math.div($grid-size, 2) or calc($grid-size / 2)161More info and automated migrator: https://sass-lang.com/d/slash-div162 ╷16323 │ $nav-divider-margin-y: ($grid-size / 2);164 │ ^^^^^^^^^^^^^^165 ╵166 ../app/assets/stylesheets/framework/variables_overrides.scss 23:25 @import167 ../app/assets/stylesheets/framework.scss 2:9 @import168 stdin 10:9 root stylesheet169DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.170Recommendation: math.div($value, $font-size-base) or calc($value / $font-size-base)171More info and automated migrator: https://sass-lang.com/d/slash-div172 ╷17324 │ $converted: $value / $font-size-base;174 │ ^^^^^^^^^^^^^^^^^^^^^^^^175 ╵176 ../node_modules/@gitlab/ui/src/scss/functions.scss 24:15 single-unit-rem()177 ../node_modules/@gitlab/ui/src/scss/functions.scss 41:13 px-to-rem()178 ../node_modules/@gitlab/ui/src/scss/variables.scss 4:13 @import179 ../node_modules/@gitlab/ui/src/scss/bootstrap.scss 1:9 @import180 ../node_modules/@gitlab/ui/src/scss/gitlab_ui.scss 1:9 @import181 ../app/assets/stylesheets/framework.scss 5:9 @import182 stdin 10:9 root stylesheet183DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.184Recommendation: math.div($spacer, 2) or calc($spacer / 2)185More info and automated migrator: https://sass-lang.com/d/slash-div186 ╷187302 │ $headings-margin-bottom: $spacer / 2 !default;188 │ ^^^^^^^^^^^189 ╵190 ../node_modules/bootstrap/scss/_variables.scss 302:31 @import191 ../node_modules/@gitlab/ui/src/scss/bootstrap.scss 3:9 @import192 ../node_modules/@gitlab/ui/src/scss/gitlab_ui.scss 1:9 @import193 ../app/assets/stylesheets/framework.scss 5:9 @import194 stdin 10:9 root stylesheet195DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.196Recommendation: math.div($spacer, 2) or calc($spacer / 2)197More info and automated migrator: https://sass-lang.com/d/slash-div198 ╷199302 │ $headings-margin-bottom: $spacer / 2 !default;200 │ ^^^^^^^^^^^201 ╵202 ../node_modules/bootstrap/scss/_variables.scss 302:31 @import203 ../app/assets/stylesheets/page_bundles/_mixins_and_variables_and_functions.scss 16:9 @import204 stdin 1:9 root stylesheet205DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.206Recommendation: math.div($spacer, 2) or calc($spacer / 2)207More info and automated migrator: https://sass-lang.com/d/slash-div208 ╷209302 │ $headings-margin-bottom: $spacer / 2 !default;210 │ ^^^^^^^^^^^211 ╵212 ../node_modules/bootstrap/scss/_variables.scss 302:31 @import213 ../app/assets/stylesheets/page_bundles/_mixins_and_variables_and_functions.scss 16:9 @import214 ../app/assets/stylesheets/highlight/common.scss 3:9 @import215 ../app/assets/stylesheets/highlight/white_base.scss 3:9 @import216 stdin 2:11 root stylesheet217DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.218Recommendation: math.div($input-padding-y, 2) or calc($input-padding-y / 2)219More info and automated migrator: https://sass-lang.com/d/slash-div220 ╷221498 │ $input-height-inner-quarter: add($input-line-height * .25em, $input-padding-y / 2) !default;222 │ ^^^^^^^^^^^^^^^^^^^^223 ╵224 ../node_modules/bootstrap/scss/_variables.scss 498:73 @import225 ../node_modules/@gitlab/ui/src/scss/bootstrap.scss 3:9 @import226 ../node_modules/@gitlab/ui/src/scss/gitlab_ui.scss 1:9 @import227 ../app/assets/stylesheets/framework.scss 5:9 @import228 stdin 10:9 root stylesheet229DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.230Recommendation: math.div($input-padding-y, 2) or calc($input-padding-y / 2)231More info and automated migrator: https://sass-lang.com/d/slash-div232 ╷233498 │ $input-height-inner-quarter: add($input-line-height * .25em, $input-padding-y / 2) !default;234 │ ^^^^^^^^^^^^^^^^^^^^235 ╵236 ../node_modules/bootstrap/scss/_variables.scss 498:73 @import237 ../app/assets/stylesheets/page_bundles/_mixins_and_variables_and_functions.scss 16:9 @import238 stdin 1:9 root stylesheet239DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.240Recommendation: math.div($input-padding-y, 2) or calc($input-padding-y / 2)241More info and automated migrator: https://sass-lang.com/d/slash-div242 ╷243498 │ $input-height-inner-quarter: add($input-line-height * .25em, $input-padding-y / 2) !default;244 │ ^^^^^^^^^^^^^^^^^^^^245 ╵246 ../node_modules/bootstrap/scss/_variables.scss 498:73 @import247 ../app/assets/stylesheets/page_bundles/_mixins_and_variables_and_functions.scss 16:9 @import248 ../app/assets/stylesheets/highlight/common.scss 3:9 @import249 ../app/assets/stylesheets/highlight/white_base.scss 3:9 @import250 stdin 2:11 root stylesheet251DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.252Recommendation: math.div($custom-control-indicator-size, 2) or calc($custom-control-indicator-size / 2)253More info and automated migrator: https://sass-lang.com/d/slash-div254 ╷255568 │ $custom-switch-indicator-border-radius: $custom-control-indicator-size / 2 !default;256 │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^257 ╵258 ../node_modules/bootstrap/scss/_variables.scss 568:49 @import259 ../node_modules/@gitlab/ui/src/scss/bootstrap.scss 3:9 @import260 ../node_modules/@gitlab/ui/src/scss/gitlab_ui.scss 1:9 @import261 ../app/assets/stylesheets/framework.scss 5:9 @import262 stdin 10:9 root stylesheet263DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.264Recommendation: math.div($custom-control-indicator-size, 2) or calc($custom-control-indicator-size / 2)265More info and automated migrator: https://sass-lang.com/d/slash-div266 ╷267568 │ $custom-switch-indicator-border-radius: $custom-control-indicator-size / 2 !default;268 │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^269 ╵270 ../node_modules/bootstrap/scss/_variables.scss 568:49 @import271 ../app/assets/stylesheets/page_bundles/_mixins_and_variables_and_functions.scss 16:9 @import272 stdin 1:9 root stylesheet273DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.274Recommendation: math.div($custom-control-indicator-size, 2) or calc($custom-control-indicator-size / 2)275More info and automated migrator: https://sass-lang.com/d/slash-div276 ╷277568 │ $custom-switch-indicator-border-radius: $custom-control-indicator-size / 2 !default;278 │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^279 ╵280 ../node_modules/bootstrap/scss/_variables.scss 568:49 @import281 ../app/assets/stylesheets/page_bundles/_mixins_and_variables_and_functions.scss 16:9 @import282 ../app/assets/stylesheets/highlight/common.scss 3:9 @import283 ../app/assets/stylesheets/highlight/white_base.scss 3:9 @import284 stdin 2:11 root stylesheet285DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.286Recommendation: math.div($spacer, 2) or calc($spacer / 2)287More info and automated migrator: https://sass-lang.com/d/slash-div288 ╷289718 │ $navbar-padding-y: $spacer / 2 !default;290 │ ^^^^^^^^^^^291 ╵292 ../node_modules/bootstrap/scss/_variables.scss 718:37 @import293 ../app/assets/stylesheets/page_bundles/_mixins_and_variables_and_functions.scss 16:9 @import294 stdin 1:9 root stylesheet295DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.296Recommendation: math.div($spacer, 2) or calc($spacer / 2)297More info and automated migrator: https://sass-lang.com/d/slash-div298 ╷299718 │ $navbar-padding-y: $spacer / 2 !default;300 │ ^^^^^^^^^^^301 ╵302 ../node_modules/bootstrap/scss/_variables.scss 718:37 @import303 ../app/assets/stylesheets/page_bundles/_mixins_and_variables_and_functions.scss 16:9 @import304 ../app/assets/stylesheets/highlight/common.scss 3:9 @import305 ../app/assets/stylesheets/highlight/white_base.scss 3:9 @import306 stdin 2:11 root stylesheet307WARNING: 6 repetitive deprecation warnings omitted.308WARNING: 6 repetitive deprecation warnings omitted.309WARNING: 105 repetitive deprecation warnings omitted.310info => Manager built (1.15 min)311info => Preview built (2 min)312WARN asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).313WARN This can impact web performance.314WARN Assets: 315WARN 0.52de3a2e.iframe.bundle.js (452 KiB)316WARN vendors~IssuablePopoverBundle~gfm_metrics.c203960e.iframe.bundle.js (276 KiB)317WARN main.2a0d055f.iframe.bundle.js (5.45 MiB)318WARN vendors~gfm_metrics.7e704c2b.iframe.bundle.js (2 MiB)319WARN vendors~katex.611496fc.iframe.bundle.js (380 KiB)320WARN vendors~main.554112aa.iframe.bundle.js (5.06 MiB)321WARN 209.24e44a03.iframe.bundle.js (782 KiB)322WARN 213.74ba624c.iframe.bundle.js (604 KiB)323WARN entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.324WARN Entrypoints:325WARN main (10.5 MiB)326WARN runtime~main.8a0711f7.iframe.bundle.js327WARN vendors~main.554112aa.iframe.bundle.js328WARN main.2a0d055f.iframe.bundle.js329WARN 330info => Output directory: /builds/gitlab-org/gitlab/storybook/public331Done in 123.47s.332==> 'yarn run storybook:build' succeeded in 123 seconds.334Not uploading cache node-modules-bullseye-test-16 due to policy335Not uploading cache storybook-node-modules-bullseye-test-16 due to policy337Uploading artifacts...338storybook/public: found 319 matching files and directories 339WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3281613342/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com340WARNING: Retrying... context=artifacts-uploader error=request redirected341Uploading artifacts as "archive" to coordinator... 201 Created id=3281613342 responseStatus=201 Created token=s3JsVmTd343Job succeeded