webpack-dev-server
Passed Started
by
@rkadam3

Rajendra Kadam
1Running with gitlab-runner 16.9.1 (782c6ecb)2 on green-2.private.runners-manager.gitlab.com/gitlab.com/gitlab-org GaSD-S1F, system ID: s_5651e5b5643b3 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:fc7435a87025ef82fcd7c3a7df1e52121e8a88ab05430c94ba7ad5920fecc0d0 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:c129fa1214137f01be7f1412c5233ac179604d32d9d852cbe06113596fb24504 ...11Running on runner-gasd-s1f-project-278964-concurrent-0 via runner-gasd-s1f-private-1709554023-c23af3f1...13Fetching changes with git depth set to 20...14Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/15Created fresh repository.16remote: Enumerating objects: 155328, done. 17remote: Counting objects: 100% (155328/155328), done. 18remote: Compressing objects: 100% (107889/107889), done. 19remote: Total 155328 (delta 70019), reused 99862 (delta 41421), pack-reused 0 20Receiving objects: 100% (155328/155328), 125.39 MiB | 20.60 MiB/s, done.21Resolving deltas: 100% (70019/70019), done.23 * [new ref] refs/pipelines/1199960153 -> refs/pipelines/119996015324Checking out 457ff24c as detached HEAD (ref is refs/merge-requests/145294/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:fc7435a87025ef82fcd7c3a7df1e52121e8a88ab05430c94ba7ad5920fecc0d0 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:c129fa1214137f01be7f1412c5233ac179604d32d9d852cbe06113596fb24504 ...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$ yarn_install_script93$ run_timed_command "retry yarn webpack-vendor"94$ retry yarn webpack-vendor95yarn run v1.22.1996$ NODE_OPTIONS="${NODE_OPTIONS:=--max-old-space-size=5120}" webpack --config config/webpack.vendor.config.js97All packages installed and up to date.98Hash: 87ebc8c441485f5b0c8599Version: webpack 4.47.0100Time: 10187ms101Built at: 03/04/2024 1:19:56 PM102 Asset Size Chunks Chunk Names103 vendor.dll.bundle.js 10.9 MiB vendor [emitted] vendor104vendor.dll.bundle.js.map 10.8 MiB vendor [emitted] [dev] vendor105Entrypoint vendor = vendor.dll.bundle.js vendor.dll.bundle.js.map106[0] dll vendor 12 bytes {vendor} [built]107[./node_modules/@apollo/client/core/index.js] 1.05 KiB {vendor} [built]108[./node_modules/@gitlab/at.js/dist/js/jquery.atwho.js] 33.9 KiB {vendor} [built]109[./node_modules/core-js/index.js] 50 bytes {vendor} [built]110[./node_modules/dexie/dist/dexie.mjs] 204 KiB {vendor} [built]111[./node_modules/dompurify/dist/purify.js] 63.7 KiB {vendor} [built]112[./node_modules/echarts/index.js] 8.05 KiB {vendor} [built]113[./node_modules/jed/jed.js] 36.9 KiB {vendor} [built]114[./node_modules/jquery/dist/jquery.slim.js] 230 KiB {vendor} [built]115[./node_modules/katex/dist/katex.js] 593 KiB {vendor} [built]116[./node_modules/lodash/lodash.js] 531 KiB {vendor} [built]117[./node_modules/mousetrap/mousetrap.js] 33.1 KiB {vendor} [built]118[./node_modules/pikaday/pikaday.js] 40.1 KiB {vendor} [built]119[./node_modules/popper.js/dist/esm/popper.js] 86.4 KiB {vendor} [built]120[./node_modules/sortablejs/modular/sortable.esm.js] 111 KiB {vendor} [built]121 + 1600 hidden modules122WARNING in ./node_modules/pikaday/pikaday.js123Module not found: Error: Can't resolve 'moment' in '/builds/gitlab-org/gitlab/node_modules/pikaday'124 @ ./node_modules/pikaday/pikaday.js125 @ dll vendor126Done in 11.36s.127==> 'retry yarn webpack-vendor' succeeded in 11 seconds.128$ run_timed_command "node --expose-gc node_modules/.bin/webpack-dev-server --config config/webpack.config.js"129$ node --expose-gc node_modules/.bin/webpack-dev-server --config config/webpack.config.js130IncrementalWebpackCompiler: Status – disabled131Using vendor DLL found at: /builds/gitlab-org/gitlab/tmp/cache/webpack-dlls/9358fae0c777132<i> [webpack-dev-server] Project is running at:133<i> [webpack-dev-server] Loopback: http://localhost:3808/, http://127.0.0.1:3808/134<i> [webpack-dev-server] Content not from webpack is served from '/builds/gitlab-org/gitlab/public' directory135`isModuleDeclaration` has been deprecated, please migrate to `isImportOrExportDeclaration`136 at isModuleDeclaration (/builds/gitlab-org/gitlab/node_modules/@babel/types/lib/validators/generated/index.js:2748:35)137 at PluginPass.Program (/builds/gitlab-org/gitlab/node_modules/babel-plugin-lodash/lib/index.js:102:44)138`isModuleDeclaration` has been deprecated, please migrate to `isImportOrExportDeclaration`139 at isModuleDeclaration (/builds/gitlab-org/gitlab/node_modules/@babel/types/lib/validators/generated/index.js:2748:35)140 at PluginPass.Program (/builds/gitlab-org/gitlab/node_modules/babel-plugin-lodash/lib/index.js:102:44)141[BABEL] Note: The code generator has deoptimised the styling of /builds/gitlab-org/gitlab/node_modules/swagger-ui-dist/swagger-ui-bundle.js as it exceeds the max of 500KB.142Warning: fragment with name MilestoneFragment already exists.143graphql-tag enforces all fragment names across your application to be unique; read more about144this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names145Warning: 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-names148Warning: fragment with name BoardListFragment already exists.149graphql-tag enforces all fragment names across your application to be unique; read more about150this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names151Warning: fragment with name Issue already exists.152graphql-tag enforces all fragment names across your application to be unique; read more about153this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names154Warning: fragment with name BaseEpic already exists.155graphql-tag enforces all fragment names across your application to be unique; read more about156this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names157Warning: fragment with name AuditEventStreamingHeaderFragment already exists.158graphql-tag enforces all fragment names across your application to be unique; read more about159this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names160Warning: fragment with name Label already exists.161graphql-tag enforces all fragment names across your application to be unique; read more about162this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names163Warning: fragment with name IssueFragment 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-names166Warning: fragment with name Project already exists.167graphql-tag enforces all fragment names across your application to be unique; read more about168this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names169Warning: fragment with name OrganizationFragment 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-names172Warning: fragment with name ContactFragment already exists.173graphql-tag enforces all fragment names across your application to be unique; read more about174this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names175Warning: fragment with name WorkItemWidgets already exists.176graphql-tag enforces all fragment names across your application to be unique; read more about177this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names178487 entries from '/pages' automatically added to webpack output.179Assets compiled...180Running garbage collection...181Webpack heap size: 1555 MB182{183 memoryUsage: 1630791376,184 date: 1709558593013,185 commitSHA: '457ff24c76989de009dfa31384708fd812ba333f',186 nodeVersion: '18.17.1',187 webpackVersion: '4.47.0'188}189==> 'node --expose-gc node_modules/.bin/webpack-dev-server --config config/webpack.config.js' succeeded in 197 seconds.191Not uploading cache node-modules-debian-bookworm-test-17 due to policy193Uploading artifacts...194webpack-dev-server.json: found 1 matching artifact files and directories 195WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/6311411031/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com196WARNING: Retrying... context=artifacts-uploader error=request redirected197Uploading artifacts as "archive" to coordinator... 201 Created id=6311411031 responseStatus=201 Created token=glcbt-65199Job succeeded