compile-storybook
Passed Started
by
@dblessing
Drew Blessing
1Running with gitlab-runner 16.8.0~beta.67.gb5664e8e (b5664e8e)2 on blue-5.private.runners-manager.gitlab.com/gitlab.com/gitlab-org PYwgZLQB, system ID: s_4bff81aff7f73 feature flags: FF_NETWORK_PER_BUILD:true, FF_USE_IMPROVED_URL_MASKING:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.1.patched-golang-1.20-rust-1.73-node-18.17-postgresql-14:rubygems-3.4-git-2.36-lfs-2.9-chrome-120-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-bookworm-ruby-3.1.patched-golang-1.20-rust-1.73-node-18.17-postgresql-14:rubygems-3.4-git-2.36-lfs-2.9-chrome-120-yarn-1.22-graphicsmagick-1.3.36 ...9Using docker image sha256:0704d2ebff510f3d6f608cd8e9064640a9dd041c4e3ac1e1ff2afb5fe22850bc for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.1.patched-golang-1.20-rust-1.73-node-18.17-postgresql-14:rubygems-3.4-git-2.36-lfs-2.9-chrome-120-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.1.patched-golang-1.20-rust-1.73-node-18.17-postgresql-14@sha256:bbf2c8a67a31469f488a4541826628901b6eb5c0a4d68147919aca0b98107df6 ...11Running on runner-pywgzlqb-project-278964-concurrent-0 via runner-pywgzlqb-private-1708469486-a4ab4cc8...13Fetching changes with git depth set to 20...14Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/15Created fresh repository.16remote: Enumerating objects: 154972, done. 17remote: Counting objects: 100% (154972/154972), done. 18remote: Compressing objects: 100% (105685/105685), done. 19remote: Total 154972 (delta 69856), reused 101132 (delta 43387), pack-reused 0 20Receiving objects: 100% (154972/154972), 125.64 MiB | 31.36 MiB/s, done.21Resolving deltas: 100% (69856/69856), done.23 * [new ref] refs/pipelines/1184205880 -> refs/pipelines/118420588024 * [new branch] master -> origin/master25Checking out 4ae1f4be as detached HEAD (ref is master)...26Skipping Git submodules setup27$ git remote set-url origin "${CI_REPOSITORY_URL}"29Checking cache for node-modules-debian-bookworm-test-16...30Downloading cache from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/node-modules-debian-bookworm-test-16 31Successfully extracted cache32Checking cache for storybook-node-modules-debian-bookworm-test-16...33Downloading cache from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/storybook-node-modules-debian-bookworm-test-16 34Successfully extracted cache36Downloading artifacts for graphql-schema-dump (6218670597)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=6218670597 responseStatus=200 OK token=glcbt-6538Downloading artifacts for rspec-all frontend_fixture 1/7 (6218670582)...39Downloading artifacts from coordinator... ok host=storage.googleapis.com id=6218670582 responseStatus=200 OK token=glcbt-6540Downloading artifacts for rspec-all frontend_fixture 2/7 (6218670583)...41Downloading artifacts from coordinator... ok host=storage.googleapis.com id=6218670583 responseStatus=200 OK token=glcbt-6542Downloading artifacts for rspec-all frontend_fixture 3/7 (6218670585)...43Downloading artifacts from coordinator... ok host=storage.googleapis.com id=6218670585 responseStatus=200 OK token=glcbt-6544Downloading artifacts for rspec-all frontend_fixture 4/7 (6218670588)...45Downloading artifacts from coordinator... ok host=storage.googleapis.com id=6218670588 responseStatus=200 OK token=glcbt-6546Downloading artifacts for rspec-all frontend_fixture 5/7 (6218670590)...47Downloading artifacts from coordinator... ok host=storage.googleapis.com id=6218670590 responseStatus=200 OK token=glcbt-6548Downloading artifacts for rspec-all frontend_fixture 6/7 (6218670591)...49Downloading artifacts from coordinator... ok host=storage.googleapis.com id=6218670591 responseStatus=200 OK token=glcbt-6550Downloading artifacts for rspec-all frontend_fixture 7/7 (6218670593)...51Downloading artifacts from coordinator... ok host=storage.googleapis.com id=6218670593 responseStatus=200 OK token=glcbt-6553Using docker image sha256:0704d2ebff510f3d6f608cd8e9064640a9dd041c4e3ac1e1ff2afb5fe22850bc for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.1.patched-golang-1.20-rust-1.73-node-18.17-postgresql-14:rubygems-3.4-git-2.36-lfs-2.9-chrome-120-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.1.patched-golang-1.20-rust-1.73-node-18.17-postgresql-14@sha256:bbf2c8a67a31469f488a4541826628901b6eb5c0a4d68147919aca0b98107df6 ...54$ echo $FOSS_ONLY55$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb56$ export GOPATH=$CI_PROJECT_DIR/.go57$ mkdir -p $GOPATH58$ source scripts/utils.sh59$ source scripts/prepare_build.sh60Using decomposed database config (config/database.yml.decomposed-postgresql)61Geo DB won't be set up.62Embedding DB won't be set up.63$ yarn_install_script89$ run_timed_command "retry yarn run storybook:install --frozen-lockfile"90$ retry yarn run storybook:install --frozen-lockfile91yarn run v1.22.1992$ yarn --cwd ./storybook install --frozen-lockfile93[1/4] Resolving packages...94success Already up-to-date.95Done in 0.83s.96==> 'retry yarn run storybook:install --frozen-lockfile' succeeded in 1 seconds.97$ run_timed_command "yarn run storybook:build"98$ yarn run storybook:build99yarn run v1.22.19100$ yarn --cwd ./storybook build --quiet101$ build-storybook -c config -o public --quiet102info @storybook/vue v6.5.16103info 104info => Cleaning outputDir: /builds/gitlab-org/gitlab/storybook/public105info => Loading presets106info => Loading custom manager config107info => Compiling manager..108info => Compiling preview..109attention => Storybook now collects completely anonymous telemetry regarding usage.110This information is used to shape Storybook's roadmap and prioritize features.111You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:113info Addon-docs: using MDX1114info => Using implicit CSS loaders115info => Loading custom manager config116info => Using custom postcss.config.js117IncrementalWebpackCompiler: Status – disabled118info => Loading custom Webpack config (full-control mode).119(node:144) DeprecationWarning: Relying on the implicit PostCSS loader is deprecated and will be removed in Storybook 7.0.120If you need PostCSS, include '@storybook/addon-postcss' in your '.storybook/main.js' file.121See https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#deprecated-implicit-postcss-loader for details.122(Use `node --trace-deprecation ...` to show where the warning was created)123Neither '~/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/app/assets/javascripts/usage_quotas/storage/components'124Neither '~/ci/pipeline_details/mixins/pipelines_mixin.vue' nor '~/ci/pipeline_details/mixins/pipelines_mixin.js(x)' or '~/ci/pipeline_details/mixins/pipelines_mixin/index.js(x)' or '~/ci/pipeline_details/mixins/pipelines_mixin/index.ts(x)' could be found in '/builds/gitlab-org/gitlab/app/assets/javascripts/commit/pipelines'125Neither '~/notes/mixins/discussion_navigation.vue' nor '~/notes/mixins/discussion_navigation.js(x)' or '~/notes/mixins/discussion_navigation/index.js(x)' or '~/notes/mixins/discussion_navigation/index.ts(x)' could be found in '/builds/gitlab-org/gitlab/app/assets/javascripts/notes/components'126Neither '~/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'127Neither '~/vue_merge_request_widget/mr_widget_options.vue.vue' nor '~/vue_merge_request_widget/mr_widget_options.vue.js(x)' or '~/vue_merge_request_widget/mr_widget_options.vue/index.js(x)' or '~/vue_merge_request_widget/mr_widget_options.vue/index.ts(x)' could be found in '/builds/gitlab-org/gitlab/ee/app/assets/javascripts/vue_merge_request_widget'128Neither 'ee/vue_shared/security_reports/mixins/reports_mixin.vue' nor 'ee/vue_shared/security_reports/mixins/reports_mixin.js(x)' or 'ee/vue_shared/security_reports/mixins/reports_mixin/index.js(x)' or 'ee/vue_shared/security_reports/mixins/reports_mixin/index.ts(x)' could be found in '/builds/gitlab-org/gitlab/ee/app/assets/javascripts/vue_merge_request_widget'129Neither '~/vue_merge_request_widget/mixins/merge_request_query_variables.vue' nor '~/vue_merge_request_widget/mixins/merge_request_query_variables.js(x)' or '~/vue_merge_request_widget/mixins/merge_request_query_variables/index.js(x)' or '~/vue_merge_request_widget/mixins/merge_request_query_variables/index.ts(x)' could be found in '/builds/gitlab-org/gitlab/ee/app/assets/javascripts/vue_merge_request_widget/components/blocking_merge_requests'130Warning: fragment with name MilestoneFragment already exists.131graphql-tag enforces all fragment names across your application to be unique; read more about132this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names133Neither '~/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'134DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.135Recommendation: math.div($grid-size, 2) or calc($grid-size / 2)136More info and automated migrator: https://sass-lang.com/d/slash-div137 ╷13823 │ $nav-divider-margin-y: ($grid-size / 2);139 │ ^^^^^^^^^^^^^^140 ╵141 ../app/assets/stylesheets/framework/variables_overrides.scss 23:25 @import142 ../app/assets/stylesheets/page_bundles/_mixins_and_variables_and_functions.scss 12:9 @import143 stdin 1:9 root stylesheet144Neither '~/vue_merge_request_widget/components/widget/app.vue.vue' nor '~/vue_merge_request_widget/components/widget/app.vue.js(x)' or '~/vue_merge_request_widget/components/widget/app.vue/index.js(x)' or '~/vue_merge_request_widget/components/widget/app.vue/index.ts(x)' could be found in '/builds/gitlab-org/gitlab/ee/app/assets/javascripts/vue_merge_request_widget/components/widget'145Warning: fragment with name MilestoneFragment already exists.146graphql-tag enforces all fragment names across your application to be unique; read more about147this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names148Neither '~/ci/mixins/delayed_job_mixin.vue' nor '~/ci/mixins/delayed_job_mixin.js(x)' or '~/ci/mixins/delayed_job_mixin/index.js(x)' or '~/ci/mixins/delayed_job_mixin/index.ts(x)' could be found in '/builds/gitlab-org/gitlab/app/assets/javascripts/ci/pipeline_mini_graph'149Neither 'ee_else_ce/vue_merge_request_widget/mixins/ready_to_merge.vue' nor 'ee_else_ce/vue_merge_request_widget/mixins/ready_to_merge.js(x)' or 'ee_else_ce/vue_merge_request_widget/mixins/ready_to_merge/index.js(x)' or 'ee_else_ce/vue_merge_request_widget/mixins/ready_to_merge/index.ts(x)' could be found in '/builds/gitlab-org/gitlab/app/assets/javascripts/vue_merge_request_widget/components/states'150Neither 'ee_else_ce/vue_merge_request_widget/mixins/auto_merge.vue' nor 'ee_else_ce/vue_merge_request_widget/mixins/auto_merge.js(x)' or 'ee_else_ce/vue_merge_request_widget/mixins/auto_merge/index.js(x)' or 'ee_else_ce/vue_merge_request_widget/mixins/auto_merge/index.ts(x)' could be found in '/builds/gitlab-org/gitlab/app/assets/javascripts/vue_merge_request_widget/components/states'151Neither '~/vue_merge_request_widget/mixins/approvals.vue' nor '~/vue_merge_request_widget/mixins/approvals.js(x)' or '~/vue_merge_request_widget/mixins/approvals/index.js(x)' or '~/vue_merge_request_widget/mixins/approvals/index.ts(x)' could be found in '/builds/gitlab-org/gitlab/ee/app/assets/javascripts/vue_merge_request_widget/components/approvals'152Neither 'ee_else_ce/work_items/mixins/description_version_history.vue' nor 'ee_else_ce/work_items/mixins/description_version_history.js(x)' or 'ee_else_ce/work_items/mixins/description_version_history/index.js(x)' or 'ee_else_ce/work_items/mixins/description_version_history/index.ts(x)' could be found in '/builds/gitlab-org/gitlab/app/assets/javascripts/work_items/components/notes'153Neither '~/notes/mixins/diff_line_note_form.vue' nor '~/notes/mixins/diff_line_note_form.js(x)' or '~/notes/mixins/diff_line_note_form/index.js(x)' or '~/notes/mixins/diff_line_note_form/index.ts(x)' could be found in '/builds/gitlab-org/gitlab/app/assets/javascripts/notes/components'154Neither 'ee_else_ce/notes/mixins/description_version_history.vue' nor 'ee_else_ce/notes/mixins/description_version_history.js(x)' or 'ee_else_ce/notes/mixins/description_version_history/index.js(x)' or 'ee_else_ce/notes/mixins/description_version_history/index.ts(x)' could be found in '/builds/gitlab-org/gitlab/app/assets/javascripts/vue_shared/components/notes'155Neither 'vendor/vue-virtual-scroller.vue' nor 'vendor/vue-virtual-scroller.js(x)' or 'vendor/vue-virtual-scroller/index.js(x)' or 'vendor/vue-virtual-scroller/index.ts(x)' could be found in '/builds/gitlab-org/gitlab/app/assets/javascripts/diffs/components'156Neither '~/diffs/mixins/image_diff.vue' nor '~/diffs/mixins/image_diff.js(x)' or '~/diffs/mixins/image_diff/index.js(x)' or '~/diffs/mixins/image_diff/index.ts(x)' could be found in '/builds/gitlab-org/gitlab/app/assets/javascripts/batch_comments/components'157Neither '~/diffs/mixins/draft_comments.vue' nor '~/diffs/mixins/draft_comments.js(x)' or '~/diffs/mixins/draft_comments/index.js(x)' or '~/diffs/mixins/draft_comments/index.ts(x)' could be found in '/builds/gitlab-org/gitlab/app/assets/javascripts/diffs/components'158Neither 'ee_else_ce/diffs/mixins/image_diff.vue' nor 'ee_else_ce/diffs/mixins/image_diff.js(x)' or 'ee_else_ce/diffs/mixins/image_diff/index.js(x)' or 'ee_else_ce/diffs/mixins/image_diff/index.ts(x)' could be found in '/builds/gitlab-org/gitlab/app/assets/javascripts/diffs/components'159Neither '~/batch_comments/mixins/resolved_status.vue' nor '~/batch_comments/mixins/resolved_status.js(x)' or '~/batch_comments/mixins/resolved_status/index.js(x)' or '~/batch_comments/mixins/resolved_status/index.ts(x)' could be found in '/builds/gitlab-org/gitlab/app/assets/javascripts/notes/components'160Neither '~/lib/utils/vue3compat/compat_functional_mixin.vue' nor '~/lib/utils/vue3compat/compat_functional_mixin.js(x)' or '~/lib/utils/vue3compat/compat_functional_mixin/index.js(x)' or '~/lib/utils/vue3compat/compat_functional_mixin/index.ts(x)' could be found in '/builds/gitlab-org/gitlab/app/assets/javascripts/diffs/components'161DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.162Recommendation: math.div($grid-size, 2) or calc($grid-size / 2)163More info and automated migrator: https://sass-lang.com/d/slash-div164 ╷16523 │ $nav-divider-margin-y: ($grid-size / 2);166 │ ^^^^^^^^^^^^^^167 ╵168 ../app/assets/stylesheets/framework/variables_overrides.scss 23:25 @import169 ../app/assets/stylesheets/page_bundles/_mixins_and_variables_and_functions.scss 12:9 @import170 stdin 1:9 root stylesheet171info => Manager built (1.32 min)172DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.173Recommendation: math.div($grid-size, 2) or calc($grid-size / 2)174More info and automated migrator: https://sass-lang.com/d/slash-div175 ╷17623 │ $nav-divider-margin-y: ($grid-size / 2);177 │ ^^^^^^^^^^^^^^178 ╵179 ../app/assets/stylesheets/framework/variables_overrides.scss 23:25 @import180 ../app/assets/stylesheets/page_bundles/_mixins_and_variables_and_functions.scss 12:9 @import181 ../app/assets/stylesheets/highlight/common.scss 3:9 @import182 ../app/assets/stylesheets/highlight/white_base.scss 3:9 @import183 stdin 2:11 root stylesheet184DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.185Recommendation: math.div($grid-size, 2) or calc($grid-size / 2)186More info and automated migrator: https://sass-lang.com/d/slash-div187 ╷18823 │ $nav-divider-margin-y: ($grid-size / 2);189 │ ^^^^^^^^^^^^^^190 ╵191 ../app/assets/stylesheets/framework/variables_overrides.scss 23:25 @import192 ../app/assets/stylesheets/framework.scss 2:9 @import193 stdin 10:9 root stylesheet194DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.195Recommendation: math.div($value, $font-size-base) or calc($value / $font-size-base)196More info and automated migrator: https://sass-lang.com/d/slash-div197 ╷19827 │ $converted: $value / $font-size-base;199 │ ^^^^^^^^^^^^^^^^^^^^^^^^200 ╵201 ../node_modules/@gitlab/ui/src/scss/functions.scss 27:15 single-unit-rem()202 ../node_modules/@gitlab/ui/src/scss/functions.scss 44:13 px-to-rem()203 ../node_modules/@gitlab/ui/src/scss/variables.scss 5:13 @import204 ../node_modules/@gitlab/ui/src/scss/bootstrap.scss 1:9 @import205 ../node_modules/@gitlab/ui/src/scss/gitlab_ui.scss 1:9 @import206 ../app/assets/stylesheets/framework.scss 5:9 @import207 stdin 10:9 root stylesheet208DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.209Recommendation: math.div($max - $min, $max-width - $min-width) or calc(($max - $min) / ($max-width - $min-width))210More info and automated migrator: https://sass-lang.com/d/slash-div211 ╷21263 │ $slope: ($max - $min) / ($max-width - $min-width);213 │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^214 ╵215 ../node_modules/@gitlab/ui/src/scss/functions.scss 63:11 clamp-between()216 ../node_modules/@gitlab/ui/src/scss/variables.scss 114:8 @import217 ../node_modules/@gitlab/ui/src/scss/bootstrap.scss 1:9 @import218 ../node_modules/@gitlab/ui/src/scss/gitlab_ui.scss 1:9 @import219 ../app/assets/stylesheets/framework.scss 5:9 @import220 stdin 10:9 root stylesheet221DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.222Recommendation: math.div($value, $font-size-base) or calc($value / $font-size-base)223More info and automated migrator: https://sass-lang.com/d/slash-div224 ╷22527 │ $converted: $value / $font-size-base;226 │ ^^^^^^^^^^^^^^^^^^^^^^^^227 ╵228 ../node_modules/@gitlab/ui/src/scss/functions.scss 27:15 single-unit-rem()229 ../node_modules/@gitlab/ui/src/scss/functions.scss 44:13 px-to-rem()230 ../node_modules/@gitlab/ui/src/scss/variables.scss 5:13 @import231 ../app/assets/stylesheets/page_bundles/_mixins_and_variables_and_functions.scss 20:9 @import232 stdin 1:9 root stylesheet233DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.234Recommendation: math.div($value, $font-size-base) or calc($value / $font-size-base)235More info and automated migrator: https://sass-lang.com/d/slash-div236 ╷23727 │ $converted: $value / $font-size-base;238 │ ^^^^^^^^^^^^^^^^^^^^^^^^239 ╵240 ../node_modules/@gitlab/ui/src/scss/functions.scss 27:15 single-unit-rem()241 ../node_modules/@gitlab/ui/src/scss/functions.scss 44:13 px-to-rem()242 ../node_modules/@gitlab/ui/src/scss/variables.scss 5:13 @import243 ../app/assets/stylesheets/page_bundles/_mixins_and_variables_and_functions.scss 20:9 @import244 stdin 1:9 root stylesheet245DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.246Recommendation: math.div($value, $font-size-base) or calc($value / $font-size-base)247More info and automated migrator: https://sass-lang.com/d/slash-div248 ╷24927 │ $converted: $value / $font-size-base;250 │ ^^^^^^^^^^^^^^^^^^^^^^^^251 ╵252 ../node_modules/@gitlab/ui/src/scss/functions.scss 27:15 single-unit-rem()253 ../node_modules/@gitlab/ui/src/scss/functions.scss 44:13 px-to-rem()254 ../node_modules/@gitlab/ui/src/scss/variables.scss 5:13 @import255 ../app/assets/stylesheets/page_bundles/_mixins_and_variables_and_functions.scss 20:9 @import256 ../app/assets/stylesheets/highlight/common.scss 3:9 @import257 ../app/assets/stylesheets/highlight/white_base.scss 3:9 @import258 stdin 2:11 root stylesheet259DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.260Recommendation: math.div($max - $min, $max-width - $min-width) or calc(($max - $min) / ($max-width - $min-width))261More info and automated migrator: https://sass-lang.com/d/slash-div262 ╷26363 │ $slope: ($max - $min) / ($max-width - $min-width);264 │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^265 ╵266 ../node_modules/@gitlab/ui/src/scss/functions.scss 63:11 clamp-between()267 ../node_modules/@gitlab/ui/src/scss/variables.scss 114:8 @import268 ../app/assets/stylesheets/page_bundles/_mixins_and_variables_and_functions.scss 20:9 @import269 stdin 1:9 root stylesheet270DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.271Recommendation: math.div($max - $min, $max-width - $min-width) or calc(($max - $min) / ($max-width - $min-width))272More info and automated migrator: https://sass-lang.com/d/slash-div273 ╷27463 │ $slope: ($max - $min) / ($max-width - $min-width);275 │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^276 ╵277 ../node_modules/@gitlab/ui/src/scss/functions.scss 63:11 clamp-between()278 ../node_modules/@gitlab/ui/src/scss/variables.scss 114:8 @import279 ../app/assets/stylesheets/page_bundles/_mixins_and_variables_and_functions.scss 20:9 @import280 stdin 1:9 root stylesheet281DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.282Recommendation: math.div($max - $min, $max-width - $min-width) or calc(($max - $min) / ($max-width - $min-width))283More info and automated migrator: https://sass-lang.com/d/slash-div284 ╷28563 │ $slope: ($max - $min) / ($max-width - $min-width);286 │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^287 ╵288 ../node_modules/@gitlab/ui/src/scss/functions.scss 63:11 clamp-between()289 ../node_modules/@gitlab/ui/src/scss/variables.scss 114:8 @import290 ../app/assets/stylesheets/page_bundles/_mixins_and_variables_and_functions.scss 20:9 @import291 ../app/assets/stylesheets/highlight/common.scss 3:9 @import292 ../app/assets/stylesheets/highlight/white_base.scss 3:9 @import293 stdin 2:11 root stylesheet294DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.295Recommendation: math.div($grid-size, 2) or calc($grid-size / 2)296More info and automated migrator: https://sass-lang.com/d/slash-div297 ╷298327 │ margin: #{$grid-size / 2} 0;299 │ ^^^^^^^^^^^^^^300 ╵301 ../app/assets/stylesheets/framework/dropdowns.scss 327:15 @import302 ../app/assets/stylesheets/framework.scss 19:9 @import303 stdin 10:9 root stylesheet304DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.305Recommendation: math.div($i, 5) or calc($i / 5)306More info and automated migrator: https://sass-lang.com/d/slash-div307 ╷30891 │ background-color: mix($blame-cyan, $blame-blue, $i / 5 * 100%);309 │ ^^^^^^310 ╵311 ../app/assets/stylesheets/framework/files.scss 91:57 @import312 ../app/assets/stylesheets/framework.scss 20:9 @import313 stdin 10:9 root stylesheet314WARNING: 12 repetitive deprecation warnings omitted.315info => Preview built (2.53 min)316WARN ../app/assets/javascripts/vue_shared/components/listbox_input/listbox_input.vue317WARN Module Warning (from ./node_modules/vue-docgen-loader/lib/index.js):318WARN [vue-docgen-loader] failed to parse the component file with docgen-api: Cannot read properties of undefined (reading 'length')319WARN TypeError: [vue-docgen-loader] failed to parse the component file with docgen-api: Cannot read properties of undefined (reading 'length')320WARN at NodePath.each (/builds/gitlab-org/gitlab/storybook/node_modules/recast/node_modules/ast-types/lib/path.js:72:30)321WARN at NodePath.filter (/builds/gitlab-org/gitlab/storybook/node_modules/recast/node_modules/ast-types/lib/path.js:100:14)322WARN at getModelPropName (/builds/gitlab-org/gitlab/storybook/node_modules/vue-docgen-api/dist/script-handlers/propHandler.js:463:14)323WARN at /builds/gitlab-org/gitlab/storybook/node_modules/vue-docgen-api/dist/script-handlers/propHandler.js:73:39324WARN at Generator.next (<anonymous>)325WARN at /builds/gitlab-org/gitlab/storybook/node_modules/vue-docgen-api/dist/script-handlers/propHandler.js:31:71326WARN at new Promise (<anonymous>)327WARN at __awaiter (/builds/gitlab-org/gitlab/storybook/node_modules/vue-docgen-api/dist/script-handlers/propHandler.js:27:12)328WARN at propHandler (/builds/gitlab-org/gitlab/storybook/node_modules/vue-docgen-api/dist/script-handlers/propHandler.js:64:12)329WARN at /builds/gitlab-org/gitlab/storybook/node_modules/vue-docgen-api/dist/parse-script.js:108:122330WARN at Generator.next (<anonymous>)331WARN at /builds/gitlab-org/gitlab/storybook/node_modules/vue-docgen-api/dist/parse-script.js:31:71332WARN at new Promise (<anonymous>)333WARN at __awaiter (/builds/gitlab-org/gitlab/storybook/node_modules/vue-docgen-api/dist/parse-script.js:27:12)334WARN at /builds/gitlab-org/gitlab/storybook/node_modules/vue-docgen-api/dist/parse-script.js:108:62335WARN at Array.map (<anonymous>)336WARN at /builds/gitlab-org/gitlab/storybook/node_modules/vue-docgen-api/dist/parse-script.js:108:45337WARN at Generator.next (<anonymous>)338WARN at fulfilled (/builds/gitlab-org/gitlab/storybook/node_modules/vue-docgen-api/dist/parse-script.js:28:58)339WARN @ ../app/assets/javascripts/vue_shared/components/listbox_input/listbox_input.stories.js 26:0-47 28:13-25 36:20-32340WARN @ ../app/assets/javascripts sync ^\.(?:(?:^|\/|(?:(?:(?!(?:^|\/)\.).)*?)\/)(?!\.)(?=.)[^/]*?\.stories\.js)$341WARN @ ./generated-stories-entry.js342WARN @ 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.js343WARN asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).344WARN This can impact web performance.345WARN Assets: 346WARN 2.c02a5039.iframe.bundle.js (452 KiB)347WARN 6.e0354648.iframe.bundle.js (1.12 MiB)348WARN 7.f310bcc1.iframe.bundle.js (639 KiB)349WARN main.fe90cdee.iframe.bundle.js (2.55 MiB)350WARN vendors~katex.e8d1bcc2.iframe.bundle.js (380 KiB)351WARN vendors~main.2ff315ce.iframe.bundle.js (6.82 MiB)352WARN 224.921b2028.iframe.bundle.js (408 KiB)353WARN 225.c7886738.iframe.bundle.js (634 KiB)354WARN 226.bee1d16e.iframe.bundle.js (783 KiB)355WARN 227.964f7635.iframe.bundle.js (487 KiB)356WARN 264.d57279c6.iframe.bundle.js (604 KiB)357WARN entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.358WARN Entrypoints:359WARN main (9.37 MiB)360WARN runtime~main.ca2016f8.iframe.bundle.js361WARN vendors~main.2ff315ce.iframe.bundle.js362WARN main.fe90cdee.iframe.bundle.js363WARN 364info => Output directory: /builds/gitlab-org/gitlab/storybook/public365Done in 155.53s.366==> 'yarn run storybook:build' succeeded in 156 seconds.368Not uploading cache node-modules-debian-bookworm-test-16 due to policy369Not uploading cache storybook-node-modules-debian-bookworm-test-16 due to policy371Uploading artifacts...372storybook/public: found 421 matching artifact files and directories 373WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/6218670704/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com374WARNING: Retrying... context=artifacts-uploader error=request redirected375Uploading artifacts as "archive" to coordinator... 201 Created id=6218670704 responseStatus=201 Created token=glcbt-65377Job succeeded