compile-storybook
Passed Started
by
@vshushlin

Vladimir Shushlin
1Running with gitlab-runner 16.3.0~beta.108.g2b6048b4 (2b6048b4)2 on blue-3.private.runners-manager.gitlab.com/gitlab.com/gitlab-org 6io2xoDD, system ID: s_8f94f77602233 feature flags: FF_NETWORK_PER_BUILD:true, FF_USE_FASTZIP:true, FF_USE_IMPROVED_URL_MASKING:true, FF_RESOLVE_FULL_TLS_CHAIN:false6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.20-rust-1.65-node-18.17-postgresql-14:rubygems-3.4-git-2.36-lfs-2.9-chrome-113-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-3.0.patched-golang-1.20-rust-1.65-node-18.17-postgresql-14:rubygems-3.4-git-2.36-lfs-2.9-chrome-113-yarn-1.22-graphicsmagick-1.3.36 ...9Using docker image sha256:d68252162deca904d1a0066983188b98dfe3f6fe8181458b0a55905e79ed85a1 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.20-rust-1.65-node-18.17-postgresql-14:rubygems-3.4-git-2.36-lfs-2.9-chrome-113-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.20-rust-1.65-node-18.17-postgresql-14@sha256:2113f34affc7e2ee40bac87419dcd7c65a94d4abfa9edb86192e1aa6a1e46590 ...11Running on runner-6io2xodd-project-278964-concurrent-0 via runner-6io2xodd-private-1697786299-9699fd50...13Fetching changes with git depth set to 20...14Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/15Created fresh repository.16remote: Enumerating objects: 148580, done. 17remote: Counting objects: 100% (148580/148580), done. 18remote: Compressing objects: 100% (104624/104624), done. 19remote: Total 148580 (delta 64641), reused 94931 (delta 38178), pack-reused 0 20Receiving objects: 100% (148580/148580), 135.82 MiB | 29.25 MiB/s, done.21Resolving deltas: 100% (64641/64641), done.23 * [new ref] refs/pipelines/1043537122 -> refs/pipelines/104353712224Checking out 537c07c6 as detached HEAD (ref is refs/merge-requests/118829/merge)...25Skipping Git submodules setup26$ git remote set-url origin "${CI_REPOSITORY_URL}"28Checking cache for node-modules-bullseye-test-16...29Downloading cache from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/node-modules-bullseye-test-16 30Successfully extracted cache31Checking cache for storybook-node-modules-bullseye-test-16...32Downloading cache from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/storybook-node-modules-bullseye-test-16 33Successfully extracted cache35Downloading artifacts for graphql-schema-dump (5336650505)...36Downloading artifacts from coordinator... ok host=storage.googleapis.com id=5336650505 responseStatus=200 OK token=64_Mysxf37Downloading artifacts for rspec-all frontend_fixture 1/7 (5336650486)...38Downloading artifacts from coordinator... ok host=storage.googleapis.com id=5336650486 responseStatus=200 OK token=64_Mysxf39Downloading artifacts for rspec-all frontend_fixture 2/7 (5336650488)...40Downloading artifacts from coordinator... ok host=storage.googleapis.com id=5336650488 responseStatus=200 OK token=64_Mysxf41Downloading artifacts for rspec-all frontend_fixture 3/7 (5336650491)...42Downloading artifacts from coordinator... ok host=storage.googleapis.com id=5336650491 responseStatus=200 OK token=64_Mysxf43Downloading artifacts for rspec-all frontend_fixture 4/7 (5336650493)...44Downloading artifacts from coordinator... ok host=storage.googleapis.com id=5336650493 responseStatus=200 OK token=64_Mysxf45Downloading artifacts for rspec-all frontend_fixture 5/7 (5336650495)...46Downloading artifacts from coordinator... ok host=storage.googleapis.com id=5336650495 responseStatus=200 OK token=64_Mysxf47Downloading artifacts for rspec-all frontend_fixture 6/7 (5336650496)...48Downloading artifacts from coordinator... ok host=storage.googleapis.com id=5336650496 responseStatus=200 OK token=64_Mysxf49Downloading artifacts for rspec-all frontend_fixture 7/7 (5336650500)...50Downloading artifacts from coordinator... ok host=storage.googleapis.com id=5336650500 responseStatus=200 OK token=64_Mysxf52Using docker image sha256:d68252162deca904d1a0066983188b98dfe3f6fe8181458b0a55905e79ed85a1 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.20-rust-1.65-node-18.17-postgresql-14:rubygems-3.4-git-2.36-lfs-2.9-chrome-113-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.20-rust-1.65-node-18.17-postgresql-14@sha256:2113f34affc7e2ee40bac87419dcd7c65a94d4abfa9edb86192e1aa6a1e46590 ...53$ echo $FOSS_ONLY54$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb55$ export GOPATH=$CI_PROJECT_DIR/.go56$ mkdir -p $GOPATH57$ source scripts/utils.sh58$ source scripts/prepare_build.sh59Using decomposed database config (config/database.yml.decomposed-postgresql)60Geo DB won't be set up.61Embedding DB won't be set up.62$ yarn_install_script86$ run_timed_command "retry yarn run storybook:install --frozen-lockfile"87$ retry yarn run storybook:install --frozen-lockfile88yarn run v1.22.1989$ yarn --cwd ./storybook install --frozen-lockfile90[1/4] Resolving packages...91success Already up-to-date.92Done in 0.84s.93==> 'retry yarn run storybook:install --frozen-lockfile' succeeded in 1 seconds.94$ run_timed_command "yarn run storybook:build"95$ yarn run storybook:build96yarn run v1.22.1997$ yarn --cwd ./storybook build --quiet98$ build-storybook -c config -o public --quiet99info @storybook/vue v6.5.16100info 101info => Cleaning outputDir: /builds/gitlab-org/gitlab/storybook/public102info => Loading presets103info => Loading custom manager config104info => Compiling manager..105info => Compiling preview..106attention => Storybook now collects completely anonymous telemetry regarding usage.107This information is used to shape Storybook's roadmap and prioritize features.108You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:110info Addon-docs: using MDX1111info => Using implicit CSS loaders112info => Loading custom manager config113info => Using custom postcss.config.js114IncrementalWebpackCompiler: Status – disabled115info => Loading custom Webpack config (full-control mode).116(node:141) DeprecationWarning: Relying on the implicit PostCSS loader is deprecated and will be removed in Storybook 7.0.117If you need PostCSS, include '@storybook/addon-postcss' in your '.storybook/main.js' file.118See https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#deprecated-implicit-postcss-loader for details.119(Use `node --trace-deprecation ...` to show where the warning was created)120DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.121Recommendation: math.div($grid-size, 2) or calc($grid-size / 2)122More info and automated migrator: https://sass-lang.com/d/slash-div123 ╷12423 │ $nav-divider-margin-y: ($grid-size / 2);125 │ ^^^^^^^^^^^^^^126 ╵127 ../app/assets/stylesheets/framework/variables_overrides.scss 23:25 @import128 ../app/assets/stylesheets/page_bundles/_mixins_and_variables_and_functions.scss 12:9 @import129 stdin 1:9 root stylesheet130Neither '~/lib/utils/datetime_utility.vue' nor '~/lib/utils/datetime_utility.js(x)' or '~/lib/utils/datetime_utility/index.js(x)' or '~/lib/utils/datetime_utility/index.ts(x)' could be found in '/builds/gitlab-org/gitlab/app/assets/javascripts/vue_shared/components'131DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.132Recommendation: math.div($grid-size, 2) or calc($grid-size / 2)133More info and automated migrator: https://sass-lang.com/d/slash-div134 ╷13523 │ $nav-divider-margin-y: ($grid-size / 2);136 │ ^^^^^^^^^^^^^^137 ╵138 ../app/assets/stylesheets/framework/variables_overrides.scss 23:25 @import139 ../app/assets/stylesheets/page_bundles/_mixins_and_variables_and_functions.scss 12:9 @import140 stdin 1:9 root stylesheet141Neither '~/vue_shared/mixins/gl_feature_flags_mixin.vue' nor '~/vue_shared/mixins/gl_feature_flags_mixin.js(x)' or '~/vue_shared/mixins/gl_feature_flags_mixin/index.js(x)' or '~/vue_shared/mixins/gl_feature_flags_mixin/index.ts(x)' could be found in '/builds/gitlab-org/gitlab/ee/app/assets/javascripts/vulnerabilities/components'142Neither 'ee/security_dashboard/store/constants.vue' nor 'ee/security_dashboard/store/constants.js(x)' or 'ee/security_dashboard/store/constants/index.js(x)' or 'ee/security_dashboard/store/constants/index.ts(x)' could be found in '/builds/gitlab-org/gitlab/ee/app/assets/javascripts/security_dashboard/components/shared/vulnerability_details_graphql'143Neither '~/vue_shared/mixins/timeago.vue' nor '~/vue_shared/mixins/timeago.js(x)' or '~/vue_shared/mixins/timeago/index.js(x)' or '~/vue_shared/mixins/timeago/index.ts(x)' could be found in '/builds/gitlab-org/gitlab/ee/app/assets/javascripts/issuable/popover/components'144DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.145Recommendation: math.div($grid-size, 2) or calc($grid-size / 2)146More info and automated migrator: https://sass-lang.com/d/slash-div147 ╷14823 │ $nav-divider-margin-y: ($grid-size / 2);149 │ ^^^^^^^^^^^^^^150 ╵151 ../app/assets/stylesheets/framework/variables_overrides.scss 23:25 @import152 ../app/assets/stylesheets/page_bundles/_mixins_and_variables_and_functions.scss 12:9 @import153 ../app/assets/stylesheets/highlight/common.scss 3:9 @import154 ../app/assets/stylesheets/highlight/white_base.scss 3:9 @import155 stdin 2:11 root stylesheet156DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.157Recommendation: math.div($grid-size, 2) or calc($grid-size / 2)158More info and automated migrator: https://sass-lang.com/d/slash-div159 ╷16023 │ $nav-divider-margin-y: ($grid-size / 2);161 │ ^^^^^^^^^^^^^^162 ╵163 ../app/assets/stylesheets/framework/variables_overrides.scss 23:25 @import164 ../app/assets/stylesheets/framework.scss 2:9 @import165 stdin 10:9 root stylesheet166DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.167Recommendation: math.div($value, $font-size-base) or calc($value / $font-size-base)168More info and automated migrator: https://sass-lang.com/d/slash-div169 ╷17027 │ $converted: $value / $font-size-base;171 │ ^^^^^^^^^^^^^^^^^^^^^^^^172 ╵173 ../node_modules/@gitlab/ui/src/scss/functions.scss 27:15 single-unit-rem()174 ../node_modules/@gitlab/ui/src/scss/functions.scss 44:13 px-to-rem()175 ../node_modules/@gitlab/ui/src/scss/variables.scss 4:13 @import176 ../node_modules/@gitlab/ui/src/scss/bootstrap.scss 1:9 @import177 ../node_modules/@gitlab/ui/src/scss/gitlab_ui.scss 1:9 @import178 ../app/assets/stylesheets/framework.scss 5:9 @import179 stdin 10:9 root stylesheet180DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.181Recommendation: math.div($max - $min, $max-width - $min-width) or calc(($max - $min) / ($max-width - $min-width))182More info and automated migrator: https://sass-lang.com/d/slash-div183 ╷18463 │ $slope: ($max - $min) / ($max-width - $min-width);185 │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^186 ╵187 ../node_modules/@gitlab/ui/src/scss/functions.scss 63:11 clamp-between()188 ../node_modules/@gitlab/ui/src/scss/variables.scss 377:8 @import189 ../node_modules/@gitlab/ui/src/scss/bootstrap.scss 1:9 @import190 ../node_modules/@gitlab/ui/src/scss/gitlab_ui.scss 1:9 @import191 ../app/assets/stylesheets/framework.scss 5:9 @import192 stdin 10:9 root stylesheet193DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.194Recommendation: math.div($value, $font-size-base) or calc($value / $font-size-base)195More info and automated migrator: https://sass-lang.com/d/slash-div196 ╷19727 │ $converted: $value / $font-size-base;198 │ ^^^^^^^^^^^^^^^^^^^^^^^^199 ╵200 ../node_modules/@gitlab/ui/src/scss/functions.scss 27:15 single-unit-rem()201 ../node_modules/@gitlab/ui/src/scss/functions.scss 44:13 px-to-rem()202 ../node_modules/@gitlab/ui/src/scss/variables.scss 4:13 @import203 ../app/assets/stylesheets/page_bundles/_mixins_and_variables_and_functions.scss 20: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($value, $font-size-base) or calc($value / $font-size-base)207More info and automated migrator: https://sass-lang.com/d/slash-div208 ╷20927 │ $converted: $value / $font-size-base;210 │ ^^^^^^^^^^^^^^^^^^^^^^^^211 ╵212 ../node_modules/@gitlab/ui/src/scss/functions.scss 27:15 single-unit-rem()213 ../node_modules/@gitlab/ui/src/scss/functions.scss 44:13 px-to-rem()214 ../node_modules/@gitlab/ui/src/scss/variables.scss 4:13 @import215 ../app/assets/stylesheets/page_bundles/_mixins_and_variables_and_functions.scss 20:9 @import216 stdin 1:9 root stylesheet217DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.218Recommendation: math.div($value, $font-size-base) or calc($value / $font-size-base)219More info and automated migrator: https://sass-lang.com/d/slash-div220 ╷22127 │ $converted: $value / $font-size-base;222 │ ^^^^^^^^^^^^^^^^^^^^^^^^223 ╵224 ../node_modules/@gitlab/ui/src/scss/functions.scss 27:15 single-unit-rem()225 ../node_modules/@gitlab/ui/src/scss/functions.scss 44:13 px-to-rem()226 ../node_modules/@gitlab/ui/src/scss/variables.scss 4:13 @import227 ../app/assets/stylesheets/page_bundles/_mixins_and_variables_and_functions.scss 20:9 @import228 ../app/assets/stylesheets/highlight/common.scss 3:9 @import229 ../app/assets/stylesheets/highlight/white_base.scss 3:9 @import230 stdin 2:11 root stylesheet231DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.232Recommendation: math.div($max - $min, $max-width - $min-width) or calc(($max - $min) / ($max-width - $min-width))233More info and automated migrator: https://sass-lang.com/d/slash-div234 ╷23563 │ $slope: ($max - $min) / ($max-width - $min-width);236 │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^237 ╵238 ../node_modules/@gitlab/ui/src/scss/functions.scss 63:11 clamp-between()239 ../node_modules/@gitlab/ui/src/scss/variables.scss 377:8 @import240 ../app/assets/stylesheets/page_bundles/_mixins_and_variables_and_functions.scss 20:9 @import241 stdin 1:9 root stylesheet242DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.243Recommendation: math.div($max - $min, $max-width - $min-width) or calc(($max - $min) / ($max-width - $min-width))244More info and automated migrator: https://sass-lang.com/d/slash-div245 ╷24663 │ $slope: ($max - $min) / ($max-width - $min-width);247 │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^248 ╵249 ../node_modules/@gitlab/ui/src/scss/functions.scss 63:11 clamp-between()250 ../node_modules/@gitlab/ui/src/scss/variables.scss 377:8 @import251 ../app/assets/stylesheets/page_bundles/_mixins_and_variables_and_functions.scss 20:9 @import252 stdin 1:9 root stylesheet253DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.254Recommendation: math.div($max - $min, $max-width - $min-width) or calc(($max - $min) / ($max-width - $min-width))255More info and automated migrator: https://sass-lang.com/d/slash-div256 ╷25763 │ $slope: ($max - $min) / ($max-width - $min-width);258 │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^259 ╵260 ../node_modules/@gitlab/ui/src/scss/functions.scss 63:11 clamp-between()261 ../node_modules/@gitlab/ui/src/scss/variables.scss 377:8 @import262 ../app/assets/stylesheets/page_bundles/_mixins_and_variables_and_functions.scss 20:9 @import263 ../app/assets/stylesheets/highlight/common.scss 3:9 @import264 ../app/assets/stylesheets/highlight/white_base.scss 3:9 @import265 stdin 2:11 root stylesheet266DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.267Recommendation: math.div($grid-size, 2) or calc($grid-size / 2)268More info and automated migrator: https://sass-lang.com/d/slash-div269 ╷270327 │ margin: #{$grid-size / 2} 0;271 │ ^^^^^^^^^^^^^^272 ╵273 ../app/assets/stylesheets/framework/dropdowns.scss 327:15 @import274 ../app/assets/stylesheets/framework.scss 18:9 @import275 stdin 10:9 root stylesheet276DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.277Recommendation: math.div($i, 5) or calc($i / 5)278More info and automated migrator: https://sass-lang.com/d/slash-div279 ╷28091 │ background-color: mix($blame-cyan, $blame-blue, $i / 5 * 100%);281 │ ^^^^^^282 ╵283 ../app/assets/stylesheets/framework/files.scss 91:57 @import284 ../app/assets/stylesheets/framework.scss 19:9 @import285 stdin 10:9 root stylesheet286WARNING: 12 repetitive deprecation warnings omitted.287info => Manager built (1.13 min)288info => Preview built (1.87 min)289WARN ../app/assets/javascripts/vue_shared/components/listbox_input/listbox_input.vue290WARN Module Warning (from ./node_modules/vue-docgen-loader/lib/index.js):291WARN [vue-docgen-loader] failed to parse the component file with docgen-api: Cannot read properties of undefined (reading 'length')292WARN TypeError: [vue-docgen-loader] failed to parse the component file with docgen-api: Cannot read properties of undefined (reading 'length')293WARN at NodePath.each (/builds/gitlab-org/gitlab/storybook/node_modules/recast/node_modules/ast-types/lib/path.js:72:30)294WARN at NodePath.filter (/builds/gitlab-org/gitlab/storybook/node_modules/recast/node_modules/ast-types/lib/path.js:100:14)295WARN at getModelPropName (/builds/gitlab-org/gitlab/storybook/node_modules/vue-docgen-api/dist/script-handlers/propHandler.js:463:14)296WARN at /builds/gitlab-org/gitlab/storybook/node_modules/vue-docgen-api/dist/script-handlers/propHandler.js:73:39297WARN at Generator.next (<anonymous>)298WARN at /builds/gitlab-org/gitlab/storybook/node_modules/vue-docgen-api/dist/script-handlers/propHandler.js:31:71299WARN at new Promise (<anonymous>)300WARN at __awaiter (/builds/gitlab-org/gitlab/storybook/node_modules/vue-docgen-api/dist/script-handlers/propHandler.js:27:12)301WARN at propHandler (/builds/gitlab-org/gitlab/storybook/node_modules/vue-docgen-api/dist/script-handlers/propHandler.js:64:12)302WARN at /builds/gitlab-org/gitlab/storybook/node_modules/vue-docgen-api/dist/parse-script.js:108:122303WARN at Generator.next (<anonymous>)304WARN at /builds/gitlab-org/gitlab/storybook/node_modules/vue-docgen-api/dist/parse-script.js:31:71305WARN at new Promise (<anonymous>)306WARN at __awaiter (/builds/gitlab-org/gitlab/storybook/node_modules/vue-docgen-api/dist/parse-script.js:27:12)307WARN at /builds/gitlab-org/gitlab/storybook/node_modules/vue-docgen-api/dist/parse-script.js:108:62308WARN at Array.map (<anonymous>)309WARN at /builds/gitlab-org/gitlab/storybook/node_modules/vue-docgen-api/dist/parse-script.js:108:45310WARN at Generator.next (<anonymous>)311WARN at fulfilled (/builds/gitlab-org/gitlab/storybook/node_modules/vue-docgen-api/dist/parse-script.js:28:58)312WARN @ ../app/assets/javascripts/vue_shared/components/listbox_input/listbox_input.stories.js 26:0-47 28:13-25 36:20-32313WARN @ ../app/assets/javascripts sync ^\.(?:(?:^|\/|(?:(?:(?!(?:^|\/)\.).)*?)\/)(?!\.)(?=.)[^/]*?\.stories\.js)$314WARN @ ./generated-stories-entry.js315WARN @ multi ./node_modules/@storybook/core-client/dist/esm/globals/polyfills.js ./node_modules/@storybook/core-client/dist/esm/globals/globals.js ./storybook-init-framework-entry.js ./node_modules/@storybook/vue/dist/esm/client/preview/config-generated-config-entry.js ./node_modules/@storybook/vue/dist/esm/client/docs/config-generated-config-entry.js ./node_modules/@storybook/addon-docs/preview.js-generated-config-entry.js ./node_modules/@storybook/addon-actions/preview.js-generated-config-entry.js ./node_modules/@storybook/addon-backgrounds/preview.js-generated-config-entry.js ./node_modules/@storybook/addon-measure/preview.js-generated-config-entry.js ./node_modules/@storybook/addon-outline/preview.js-generated-config-entry.js ./node_modules/@storybook/addon-a11y/preview.js-generated-config-entry.js ./config/preview.js-generated-config-entry.js ./generated-stories-entry.js316WARN asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).317WARN This can impact web performance.318WARN Assets: 319WARN 0.52de3a2e.iframe.bundle.js (452 KiB)320WARN 3.3df6ad71.iframe.bundle.js (639 KiB)321WARN main.42abf138.iframe.bundle.js (2.02 MiB)322WARN vendors~katex.daf44e80.iframe.bundle.js (380 KiB)323WARN vendors~main.c1a3e943.iframe.bundle.js (6.69 MiB)324WARN 208.9dc09739.iframe.bundle.js (412 KiB)325WARN 209.6f86e39b.iframe.bundle.js (783 KiB)326WARN 216.4791e8bf.iframe.bundle.js (604 KiB)327WARN entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.328WARN Entrypoints:329WARN main (8.72 MiB)330WARN runtime~main.9d93037e.iframe.bundle.js331WARN vendors~main.c1a3e943.iframe.bundle.js332WARN main.42abf138.iframe.bundle.js333WARN 334info => Output directory: /builds/gitlab-org/gitlab/storybook/public335Done in 115.10s.336==> 'yarn run storybook:build' succeeded in 115 seconds.338Not uploading cache node-modules-bullseye-test-16 due to policy339Not uploading cache storybook-node-modules-bullseye-test-16 due to policy341Uploading artifacts...342storybook/public: found 345 matching artifact files and directories 343WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/5336650648/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com344WARNING: Retrying... context=artifacts-uploader error=request redirected345Uploading artifacts as "archive" to coordinator... 201 Created id=5336650648 responseStatus=201 Created token=64_Mysxf347Job succeeded