jest-build-cache
Passed Started
by
@krasio

Krasimir Angelov
1Running with gitlab-runner 17.0.0~pre.88.g761ae5dd (761ae5dd)2 on green-1.shared-gitlab-org.runners-manager.gitlab.com/default Mf8beF5G, system ID: s_673deea48c2a3 feature flags: FF_NETWORK_PER_BUILD:true, FF_USE_NEW_BASH_EVAL_STRATEGY:true4Resolving secrets6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.2.patched-golang-1.21-rust-1.73-node-20.12-postgresql-14:rubygems-3.4-git-2.36-lfs-2.9-chrome-123-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.2.patched-golang-1.21-rust-1.73-node-20.12-postgresql-14:rubygems-3.4-git-2.36-lfs-2.9-chrome-123-yarn-1.22-graphicsmagick-1.3.36 ...9Using docker image sha256:d10d211334d3c94a5e626cf961467431b7d3f3bd8b6109e5caf9357421c0117b for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.2.patched-golang-1.21-rust-1.73-node-20.12-postgresql-14:rubygems-3.4-git-2.36-lfs-2.9-chrome-123-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.2.patched-golang-1.21-rust-1.73-node-20.12-postgresql-14@sha256:3c4cd9a237deb59350b4836552151ba2aae96247034074c8f0c2ccaff4558cab ...11Running on runner-mf8bef5g-project-278964-concurrent-0 via runner-mf8bef5g-shared-gitlab-org-1717022654-32224b5b...13Fetching changes with git depth set to 20...14Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/15Created fresh repository.16remote: Enumerating objects: 207806, done. 17remote: Counting objects: 100% (207806/207806), done. 18remote: Compressing objects: 100% (129421/129421), done. 19remote: Total 207806 (delta 111136), reused 141664 (delta 70806), pack-reused 0 (from 0) 20Receiving objects: 100% (207806/207806), 149.46 MiB | 27.97 MiB/s, done.21Resolving deltas: 100% (111136/111136), done.23 * [new ref] refs/pipelines/1311053906 -> refs/pipelines/131105390624Checking out f4f54d50 as detached HEAD (ref is refs/merge-requests/152249/merge)...25Skipping Git submodules setup26$ git remote set-url origin "${CI_REPOSITORY_URL}"28Checking cache for node-modules-debian-bookworm-test-17...29Downloading cache from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/node-modules-debian-bookworm-test-17 30Successfully extracted cache32Using docker image sha256:d10d211334d3c94a5e626cf961467431b7d3f3bd8b6109e5caf9357421c0117b for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.2.patched-golang-1.21-rust-1.73-node-20.12-postgresql-14:rubygems-3.4-git-2.36-lfs-2.9-chrome-123-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.2.patched-golang-1.21-rust-1.73-node-20.12-postgresql-14@sha256:3c4cd9a237deb59350b4836552151ba2aae96247034074c8f0c2ccaff4558cab ...33$ echo $FOSS_ONLY34$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb35$ export GOPATH=$CI_PROJECT_DIR/.go36$ mkdir -p $GOPATH37$ source scripts/utils.sh38$ source scripts/prepare_build.sh39Using decomposed database config (config/database.yml.decomposed-postgresql)40Geo DB won't be set up.41Embedding DB won't be set up.42$ yarn_install_script65$ run_timed_command "yarn jest:ci:build-cache"66$ yarn jest:ci:build-cache67yarn run v1.22.1968$ ./scripts/frontend/warm_jest_cache.mjs69[WARMING JEST]: Start execution70$ yarn check-dependencies71$ scripts/frontend/check_dependencies.sh72$ jest --config jest.config.js /builds/gitlab-org/gitlab/spec/frontend/_warm_cache73`isModuleDeclaration` has been deprecated, please migrate to `isImportOrExportDeclaration`74 at isModuleDeclaration (/builds/gitlab-org/gitlab/node_modules/@babel/types/lib/validators/generated/index.js:2748:35)75 at PluginPass.Program (/builds/gitlab-org/gitlab/node_modules/babel-plugin-lodash/lib/index.js:102:44)76 PASS spec/frontend/_warm_cache/134_spec.js77 PASS spec/frontend/_warm_cache/128_spec.js78 PASS spec/frontend/_warm_cache/135_spec.js79 PASS spec/frontend/_warm_cache/063_spec.js80 PASS spec/frontend/_warm_cache/109_spec.js81 PASS spec/frontend/_warm_cache/062_spec.js82 PASS spec/frontend/_warm_cache/060_spec.js83 PASS spec/frontend/_warm_cache/131_spec.js84 PASS spec/frontend/_warm_cache/061_spec.js85 PASS spec/frontend/_warm_cache/130_spec.js86 PASS spec/frontend/_warm_cache/129_spec.js87Warning: fragment with name Project already exists.88graphql-tag enforces all fragment names across your application to be unique; read more about89this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names90 PASS spec/frontend/_warm_cache/122_spec.js91 PASS spec/frontend/_warm_cache/141_spec.js92 PASS spec/frontend/_warm_cache/133_spec.js93 PASS spec/frontend/_warm_cache/099_spec.js94 PASS spec/frontend/_warm_cache/097_spec.js95 PASS spec/frontend/_warm_cache/015_spec.js96 PASS spec/frontend/_warm_cache/082_spec.js97 PASS spec/frontend/_warm_cache/144_spec.js98 PASS spec/frontend/_warm_cache/100_spec.js99 PASS spec/frontend/_warm_cache/145_spec.js100 PASS spec/frontend/_warm_cache/127_spec.js101Warning: fragment with name ProtectedEnvironment already exists.102graphql-tag enforces all fragment names across your application to be unique; read more about103this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names104 PASS spec/frontend/_warm_cache/032_spec.js105Warning: fragment with name Group already exists.106graphql-tag enforces all fragment names across your application to be unique; read more about107this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names108 PASS spec/frontend/_warm_cache/142_spec.js109 PASS spec/frontend/_warm_cache/132_spec.js110 PASS spec/frontend/_warm_cache/095_spec.js111 PASS spec/frontend/_warm_cache/096_spec.js112Warning: fragment with name AuditEventStreamingHeaderFragment already exists.113graphql-tag enforces all fragment names across your application to be unique; read more about114this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names115 PASS spec/frontend/_warm_cache/103_spec.js116 PASS spec/frontend/_warm_cache/104_spec.js117 PASS spec/frontend/_warm_cache/074_spec.js118 PASS spec/frontend/_warm_cache/098_spec.js119 PASS spec/frontend/_warm_cache/089_spec.js120Warning: fragment with name MilestoneFragment already exists.121graphql-tag enforces all fragment names across your application to be unique; read more about122this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names123Warning: fragment with name TimelogFragment already exists.124graphql-tag enforces all fragment names across your application to be unique; read more about125this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names126Warning: fragment with name MilestoneFragment already exists.127graphql-tag enforces all fragment names across your application to be unique; read more about128this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names129 PASS spec/frontend/_warm_cache/092_spec.js130 PASS spec/frontend/_warm_cache/083_spec.js131 PASS spec/frontend/_warm_cache/140_spec.js132 PASS spec/frontend/_warm_cache/086_spec.js133Warning: fragment with name Group already exists.134graphql-tag enforces all fragment names across your application to be unique; read more about135this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names136Warning: fragment with name Project already exists.137graphql-tag enforces all fragment names across your application to be unique; read more about138this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names139 PASS spec/frontend/_warm_cache/059_spec.js140 PASS spec/frontend/_warm_cache/088_spec.js141 PASS spec/frontend/_warm_cache/123_spec.js142 PASS spec/frontend/_warm_cache/121_spec.js143Warning: fragment with name WorkItemNote already exists.144graphql-tag enforces all fragment names across your application to be unique; read more about145this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names146 PASS spec/frontend/_warm_cache/093_spec.js147 PASS spec/frontend/_warm_cache/115_spec.js148 PASS spec/frontend/_warm_cache/011_spec.js149 PASS spec/frontend/_warm_cache/085_spec.js150 PASS spec/frontend/_warm_cache/107_spec.js151 PASS spec/frontend/_warm_cache/136_spec.js152 PASS spec/frontend/_warm_cache/016_spec.js153 PASS spec/frontend/_warm_cache/143_spec.js154 PASS spec/frontend/_warm_cache/049_spec.js155 PASS spec/frontend/_warm_cache/067_spec.js156 PASS spec/frontend/_warm_cache/116_spec.js157 PASS spec/frontend/_warm_cache/139_spec.js158 PASS spec/frontend/_warm_cache/084_spec.js159Warning: fragment with name HttpIntegrationPayloadData already exists.160graphql-tag enforces all fragment names across your application to be unique; read more about161this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names162 PASS spec/frontend/_warm_cache/004_spec.js163Warning: fragment with name WorkItemWidgets already exists.164graphql-tag enforces all fragment names across your application to be unique; read more about165this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names166 PASS spec/frontend/_warm_cache/146_spec.js167 PASS spec/frontend/_warm_cache/101_spec.js168 PASS spec/frontend/_warm_cache/073_spec.js169Warning: fragment with name PipelineHeaderData already exists.170graphql-tag enforces all fragment names across your application to be unique; read more about171this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names172 PASS spec/frontend/_warm_cache/014_spec.js173 PASS spec/frontend/_warm_cache/028_spec.js174 PASS spec/frontend/_warm_cache/108_spec.js175 PASS spec/frontend/_warm_cache/043_spec.js176 PASS spec/frontend/_warm_cache/087_spec.js177Warning: fragment with name PageInfo already exists.178graphql-tag enforces all fragment names across your application to be unique; read more about179this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names180 PASS spec/frontend/_warm_cache/037_spec.js181 PASS spec/frontend/_warm_cache/002_spec.js182 PASS spec/frontend/_warm_cache/013_spec.js183Warning: fragment with name RunnerFields already exists.184graphql-tag enforces all fragment names across your application to be unique; read more about185this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names186Warning: fragment with name ListItem already exists.187graphql-tag enforces all fragment names across your application to be unique; read more about188this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names189 PASS spec/frontend/_warm_cache/019_spec.js190 PASS spec/frontend/_warm_cache/110_spec.js191 PASS spec/frontend/_warm_cache/031_spec.js192 PASS spec/frontend/_warm_cache/018_spec.js193 PASS spec/frontend/_warm_cache/010_spec.js194Warning: fragment with name Label already exists.195graphql-tag enforces all fragment names across your application to be unique; read more about196this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names197Warning: fragment with name IssueFragment already exists.198graphql-tag enforces all fragment names across your application to be unique; read more about199this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names200Warning: fragment with name Issue already exists.201graphql-tag enforces all fragment names across your application to be unique; read more about202this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names203 PASS spec/frontend/_warm_cache/117_spec.js204Warning: fragment with name ContactFragment already exists.205graphql-tag enforces all fragment names across your application to be unique; read more about206this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names207Warning: fragment with name OrganizationFragment already exists.208graphql-tag enforces all fragment names across your application to be unique; read more about209this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names210 PASS spec/frontend/_warm_cache/025_spec.js211Warning: fragment with name IncidentFields already exists.212graphql-tag enforces all fragment names across your application to be unique; read more about213this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names214 PASS spec/frontend/_warm_cache/044_spec.js215 PASS spec/frontend/_warm_cache/048_spec.js216 PASS spec/frontend/_warm_cache/106_spec.js217 PASS spec/frontend/_warm_cache/017_spec.js218 PASS spec/frontend/_warm_cache/090_spec.js219 PASS spec/frontend/_warm_cache/118_spec.js220 PASS spec/frontend/_warm_cache/124_spec.js221Warning: fragment with name WorkItemMetadataWidgets already exists.222graphql-tag enforces all fragment names across your application to be unique; read more about223this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names224Warning: fragment with name WorkItemTypeFragment already exists.225graphql-tag enforces all fragment names across your application to be unique; read more about226this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names227Warning: fragment with name WorkItemWidgets already exists.228graphql-tag enforces all fragment names across your application to be unique; read more about229this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names230Warning: fragment with name WorkItemWidgets already exists.231graphql-tag enforces all fragment names across your application to be unique; read more about232this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names233 PASS spec/frontend/_warm_cache/094_spec.js234 PASS spec/frontend/_warm_cache/047_spec.js235Warning: fragment with name ApprovalSummary already exists.236graphql-tag enforces all fragment names across your application to be unique; read more about237this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names238 PASS spec/frontend/_warm_cache/027_spec.js239 PASS spec/frontend/_warm_cache/114_spec.js240Warning: fragment with name EscalationStatusFragment already exists.241graphql-tag enforces all fragment names across your application to be unique; read more about242this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names243 PASS spec/frontend/_warm_cache/075_spec.js244 PASS spec/frontend/_warm_cache/102_spec.js245Warning: fragment with name BaseEpic already exists.246graphql-tag enforces all fragment names across your application to be unique; read more about247this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names248 PASS spec/frontend/_warm_cache/126_spec.js249 PASS spec/frontend/_warm_cache/077_spec.js250Warning: fragment with name MergeRequestApprovalFragment already exists.251graphql-tag enforces all fragment names across your application to be unique; read more about252this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names253 PASS spec/frontend/_warm_cache/054_spec.js254 PASS spec/frontend/_warm_cache/076_spec.js255 PASS spec/frontend/_warm_cache/055_spec.js256 PASS spec/frontend/_warm_cache/012_spec.js257 PASS spec/frontend/_warm_cache/079_spec.js258 PASS spec/frontend/_warm_cache/001_spec.js259 PASS spec/frontend/_warm_cache/078_spec.js260 PASS spec/frontend/_warm_cache/023_spec.js261 PASS spec/frontend/_warm_cache/045_spec.js262Warning: fragment with name RunnerDetails already exists.263graphql-tag enforces all fragment names across your application to be unique; read more about264this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names265Warning: fragment with name CiRunnerManager already exists.266graphql-tag enforces all fragment names across your application to be unique; read more about267this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names268 PASS spec/frontend/_warm_cache/020_spec.js269 PASS spec/frontend/_warm_cache/137_spec.js270 PASS spec/frontend/_warm_cache/026_spec.js271 PASS spec/frontend/_warm_cache/125_spec.js272 PASS spec/frontend/_warm_cache/138_spec.js273Warning: fragment with name BoardListFragment already exists.274graphql-tag enforces all fragment names across your application to be unique; read more about275this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names276Warning: fragment with name BoardScopeFragment already exists.277graphql-tag enforces all fragment names across your application to be unique; read more about278this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names279Warning: fragment with name Issue already exists.280graphql-tag enforces all fragment names across your application to be unique; read more about281this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names282 PASS spec/frontend/_warm_cache/008_spec.js283 PASS spec/frontend/_warm_cache/111_spec.js284 PASS spec/frontend/_warm_cache/066_spec.js285 PASS spec/frontend/_warm_cache/021_spec.js286 PASS spec/frontend/_warm_cache/147_spec.js287 PASS spec/frontend/_warm_cache/053_spec.js288Warning: fragment with name TreeEntryCommit already exists.289graphql-tag enforces all fragment names across your application to be unique; read more about290this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names291Warning: fragment with name ProjectPathLocksFragment already exists.292graphql-tag enforces all fragment names across your application to be unique; read more about293this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names294 PASS spec/frontend/_warm_cache/071_spec.js295 PASS spec/frontend/_warm_cache/113_spec.js296 PASS spec/frontend/_warm_cache/119_spec.js297 PASS spec/frontend/_warm_cache/112_spec.js298 PASS spec/frontend/_warm_cache/081_spec.js299 PASS spec/frontend/_warm_cache/072_spec.js300 PASS spec/frontend/_warm_cache/105_spec.js301 PASS spec/frontend/_warm_cache/003_spec.js302 PASS spec/frontend/_warm_cache/120_spec.js303 PASS spec/frontend/_warm_cache/069_spec.js304 PASS spec/frontend/_warm_cache/065_spec.js305 PASS spec/frontend/_warm_cache/091_spec.js306 PASS spec/frontend/_warm_cache/005_spec.js307 PASS spec/frontend/_warm_cache/080_spec.js308 PASS spec/frontend/_warm_cache/070_spec.js309 PASS spec/frontend/_warm_cache/034_spec.js310 PASS spec/frontend/_warm_cache/033_spec.js311 PASS spec/frontend/_warm_cache/046_spec.js312 PASS spec/frontend/_warm_cache/068_spec.js313 PASS spec/frontend/_warm_cache/009_spec.js314 PASS spec/frontend/_warm_cache/036_spec.js315 PASS spec/frontend/_warm_cache/024_spec.js316 PASS spec/frontend/_warm_cache/057_spec.js317 PASS spec/frontend/_warm_cache/064_spec.js318 ● Console319 console.log320 🦊 GitLab performance bar321 at log (app/assets/javascripts/performance_bar/performance_bar_log.js:44:11)322 console.log323 📑 To get the final web vital numbers report you may need to switch away and back to the tab324 at log (app/assets/javascripts/performance_bar/performance_bar_log.js:10:11)325 PASS spec/frontend/_warm_cache/039_spec.js326 PASS spec/frontend/_warm_cache/035_spec.js327 PASS spec/frontend/_warm_cache/056_spec.js328 PASS spec/frontend/_warm_cache/058_spec.js329 PASS spec/frontend/_warm_cache/042_spec.js330 PASS spec/frontend/_warm_cache/038_spec.js331 PASS spec/frontend/_warm_cache/006_spec.js332 PASS spec/frontend/_warm_cache/030_spec.js333 PASS spec/frontend/_warm_cache/050_spec.js334 PASS spec/frontend/_warm_cache/041_spec.js335 PASS spec/frontend/_warm_cache/022_spec.js336 PASS spec/frontend/_warm_cache/029_spec.js337 PASS spec/frontend/_warm_cache/007_spec.js338 PASS spec/frontend/_warm_cache/040_spec.js339 PASS spec/frontend/_warm_cache/051_spec.js340 PASS spec/frontend/_warm_cache/052_spec.js341Test Suites: 147 passed, 147 total342Tests: 147 passed, 147 total343Snapshots: 0 total344Time: 290.421 s345Ran all test suites matching /\/builds\/gitlab-org\/gitlab\/spec\/frontend\/_warm_cache/i.346[WARMING JEST]: End execution: jest exited with 0347Moving spec/frontend/_warm_cache to tmp/348Done in 294.73s.349==> 'yarn jest:ci:build-cache' succeeded in 295 seconds.351Not uploading cache node-modules-debian-bookworm-test-17 due to policy353Uploading artifacts...354tmp/cache/jest/: found 17917 matching artifact files and directories 355WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/6975007340/artifacts?artifact_format=zip&artifact_type=archive&expire_in=12h new-url=https://gitlab.com356WARNING: Retrying... context=artifacts-uploader error=request redirected357Uploading artifacts as "archive" to coordinator... 201 Created id=6975007340 responseStatus=201 Created token=glcbt-65359Job succeeded