static-analysis 1/2
Passed Started
by
@afontaine

Andrew Fontaine
1Running with gitlab-runner 14.8.0~beta.44.g57df0d52 (57df0d52)2 on green-2.shared-gitlab-org.runners-manager.gitlab.com/default 8zCxmpPt3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:debian-bullseye-ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-97-node-14.15-yarn-1.22-postgresql-11-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.16-git-2.33-lfs-2.9-chrome-97-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.36 ...9Using docker image sha256:456702e6ff9a9321c3b9d1982b92a7f8e24135ed69200af2145f633cc5935ebe for registry.gitlab.com/gitlab-org/gitlab-build-images:debian-bullseye-ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-97-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:3d4194c9cbc4c7a5bfb9057fafffe6229b3542f0994b6adb8864733d65ff1204 ...11Running on runner-8zcxmppt-project-278964-concurrent-0 via runner-8zcxmppt-shared-gitlab-org-1644860045-c81b3327...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: 116715, done. 18remote: Counting objects: 100% (116715/116715), done. 19remote: Compressing objects: 100% (78717/78717), done. 20remote: Total 116715 (delta 51197), reused 79174 (delta 33358), pack-reused 0 21Receiving objects: 100% (116715/116715), 112.94 MiB | 29.35 MiB/s, done.22Resolving deltas: 100% (51197/51197), done.24 * [new ref] 7bb0d54a07985215aac62bb9b65d58d080f3b908 -> refs/pipelines/47085653025 * [new branch] master -> origin/master26Checking out 7bb0d54a as master...27Skipping Git submodules setup29Checking cache for ruby-gems-v2-9...30Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-v2-9 31Successfully extracted cache32Checking cache for node-modules-test-v1-9...33Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/node-modules-test-v1-9 34Successfully extracted cache35Checking cache for rubocop-v1-9...36Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/rubocop-v1-9 37Successfully extracted cache39Using docker image sha256:456702e6ff9a9321c3b9d1982b92a7f8e24135ed69200af2145f633cc5935ebe for registry.gitlab.com/gitlab-org/gitlab-build-images:debian-bullseye-ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-97-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:3d4194c9cbc4c7a5bfb9057fafffe6229b3542f0994b6adb8864733d65ff1204 ...40$ echo $FOSS_ONLY41$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb42$ export GOPATH=$CI_PROJECT_DIR/.go43$ mkdir -p $GOPATH44$ source scripts/utils.sh45$ source scripts/prepare_build.sh46Successfully installed bundler-2.3.6471 gem installed48Bundler version 2.3.649production:development50Settings are listed in order of priority. The top value will be used.51clean52Set for the current user (/root/.bundle/config): true53install_flags54Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"55path56Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"57without58Set via BUNDLE_WITHOUT: [:production, :development]59$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check60Don't run Bundler as root. Bundler can ask for sudo if it is needed, and61installing your bundle as root will break this application for all non-root62users on this machine.63The Gemfile's dependencies are satisfied64==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 9 seconds.65$ bundle pristine pg66Installing pg 1.2.3 with native extensions67==> 'bundle pristine pg' succeeded in 13 seconds.68$ run_timed_command "retry yarn install --frozen-lockfile"69$ retry yarn install --frozen-lockfile70yarn install v1.22.1071[1/5] Validating package.json...72[2/5] Resolving packages...73[3/5] Fetching packages...74info fsevents@2.1.3: The platform "linux" is incompatible with this module.75info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.76[4/5] Linking dependencies...77warning "@gitlab/eslint-plugin > eslint-plugin-jest > @typescript-eslint/experimental-utils > @typescript-eslint/typescript-estree > tsutils@3.17.1" has unmet peer dependency "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta".78warning "@graphql-eslint/eslint-plugin > graphql-config > @endemolshinegroup/cosmiconfig-typescript-loader > ts-node@9.1.1" has unmet peer dependency "typescript@>=2.7".79warning " > eslint-import-resolver-jest@3.0.2" has unmet peer dependency "eslint-plugin-import@>=1.4.0".80warning " > eslint-import-resolver-webpack@0.13.2" has unmet peer dependency "eslint-plugin-import@>=1.4.0".81[5/5] Building fresh packages...82$ node ./scripts/frontend/postinstall.js83success Dependency postinstall check passed.84Done in 98.83s.85==> 'retry yarn install --frozen-lockfile' succeeded in 99 seconds.86$ scripts/static-analysis87Total expected time: 728.0; ideal time per job: 364.0.88Tasks to distribute:89* bin/rake gettext:updated_check (360s)90* yarn run lint:prettier (160s)91* bin/rake gettext:lint (85s)92* bin/rake lint:static_verification (35s)93* bundle exec license_finder --decisions-file config/dependency_decisions.yml --project-path /builds/gitlab-org/gitlab (20s)94* scripts/rubocop-max-files-in-cache-check (20s)95* bin/rake gitlab:sidekiq:all_queues_yml:check (15s)96* bin/rake gitlab:sidekiq:sidekiq_queues_yml:check (11s)97* bin/rake config_lint (10s)98* yarn run internal:stylelint (8s)99* scripts/lint-conflicts.sh (1s)100* yarn run block-dependencies (1s)101* scripts/lint-rugged (1s)102* scripts/gemfile_lock_changed.sh (1s)103Assigning tasks optimally.104Assigning ["bin/rake", "gettext:updated_check"] (360s) to node #1. Node total duration: 360s.105Assigning ["yarn", "run", "lint:prettier"] (160s) to node #2. Node total duration: 160s.106Assigning ["bin/rake", "gettext:lint"] (85s) to node #2. Node total duration: 245s.107Assigning ["bin/rake", "lint:static_verification"] (35s) to node #2. Node total duration: 280s.108Assigning ["bundle", "exec", "license_finder", "--decisions-file", "config/dependency_decisions.yml", "--project-path", "/builds/gitlab-org/gitlab"] (20s) to node #2. Node total duration: 300s.109Assigning ["scripts/rubocop-max-files-in-cache-check"] (20s) to node #2. Node total duration: 320s.110Assigning ["bin/rake", "gitlab:sidekiq:all_queues_yml:check"] (15s) to node #2. Node total duration: 335s.111Assigning ["bin/rake", "gitlab:sidekiq:sidekiq_queues_yml:check"] (11s) to node #2. Node total duration: 346s.112Assigning ["bin/rake", "config_lint"] (10s) to node #2. Node total duration: 356s.113Assigning ["yarn", "run", "internal:stylelint"] (8s) to node #2. Node total duration: 364s.114Assigning ["scripts/lint-conflicts.sh"] (1s) to node #1. Node total duration: 361s.115Assigning ["yarn", "run", "block-dependencies"] (1s) to node #1. Node total duration: 362s.116Assigning ["scripts/lint-rugged"] (1s) to node #1. Node total duration: 363s.117Assigning ["scripts/gemfile_lock_changed.sh"] (1s) to node #1. Node total duration: 364s.118Expected duration for node 1: 364 seconds119* bin/rake gettext:updated_check (360s)120* scripts/lint-conflicts.sh (1s)121* yarn run block-dependencies (1s)122* scripts/lint-rugged (1s)123* scripts/gemfile_lock_changed.sh (1s)124Expected duration for node 2: 364 seconds125* yarn run lint:prettier (160s)126* bin/rake gettext:lint (85s)127* bin/rake lint:static_verification (35s)128* bundle exec license_finder --decisions-file config/dependency_decisions.yml --project-path /builds/gitlab-org/gitlab (20s)129* scripts/rubocop-max-files-in-cache-check (20s)130* bin/rake gitlab:sidekiq:all_queues_yml:check (15s)131* bin/rake gitlab:sidekiq:sidekiq_queues_yml:check (11s)132* bin/rake config_lint (10s)133* yarn run internal:stylelint (8s)134$ bin/rake gettext:updated_check135==> Finished in 431.854779203 seconds (expected 360 seconds)136$ scripts/lint-conflicts.sh137==> Finished in 2.967486639 seconds (expected 1 seconds)138$ yarn run block-dependencies139==> Finished in 0.447355883 seconds (expected 1 seconds)140$ scripts/lint-rugged141==> Finished in 0.192448638 seconds (expected 1 seconds)142$ scripts/gemfile_lock_changed.sh143==> Finished in 0.015970389 seconds (expected 1 seconds)144===================================================145Node finished running all tasks in 435.478489524 seconds (expected 364)146All static analyses passed successfully.148Not uploading cache ruby-gems-v2-9 due to policy149Not uploading cache node-modules-test-v1-9 due to policy150Not uploading cache rubocop-v1-9 due to policy152Job succeeded