static-analysis 3/4
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 14.3.0-rc1 (ed15bfbf)2 on green-1.private.runners-manager.gitlab.com/gitlab.com/gitlab-org 4bq1s9yM3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-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:ruby-2.7.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.36 ...9Using docker image sha256:5ba30b2efcbe583314cc76f63951dc9434780296f6f0c0927d24b4ce4fb73622 for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:c4091382b5a12b75ca112f017f8cecffed2cf1a087968e3a03143d55ec67d3bf ...11Running on runner-4bq1s9ym-project-278964-concurrent-0 via runner-4bq1s9ym-private-1632932312-6e46f482...13$ eval "$CI_PRE_CLONE_SCRIPT"14Downloading archived master...15Connecting to storage.googleapis.com (172.217.193.128:443)16saving to '/tmp/gitlab.tar.gz'17gitlab.tar.gz 37% |*********** | 127M 0:00:01 ETA18gitlab.tar.gz 89% |**************************** | 310M 0:00:00 ETA19gitlab.tar.gz 100% |********************************| 344M 0:00:00 ETA20'/tmp/gitlab.tar.gz' saved21Extracting tarball into /builds/gitlab-org/gitlab...22Fetching changes with git depth set to 20...23Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/24Created fresh repository.25remote: Enumerating objects: 1860, done. 26remote: Counting objects: 100% (891/891), done. 27remote: Compressing objects: 100% (268/268), done. 28remote: Total 418 (delta 324), reused 196 (delta 141), pack-reused 0 29Receiving objects: 100% (418/418), 80.57 KiB | 8.06 MiB/s, done.30Resolving deltas: 100% (324/324), completed with 189 local objects.32 * [new ref] c961d713ce276cf358ce20aea5119841cb99ecf3 -> refs/pipelines/37963595633Checking out c961d713 as refs/merge-requests/71273/merge...34Skipping Git submodules setup36Checking cache for ruby-gems-v1-4...37cache.zip is up to date 38Successfully extracted cache39Checking cache for node-modules-test-v1-4...40Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/node-modules-test-v1-4 41Successfully extracted cache42Checking cache for rubocop-v1-4...43Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/rubocop-v1-4 44Successfully extracted cache46Using docker image sha256:5ba30b2efcbe583314cc76f63951dc9434780296f6f0c0927d24b4ce4fb73622 for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:c4091382b5a12b75ca112f017f8cecffed2cf1a087968e3a03143d55ec67d3bf ...47$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb48$ export GOPATH=$CI_PROJECT_DIR/.go49$ mkdir -p $GOPATH50$ source scripts/utils.sh51$ source scripts/prepare_build.sh52Bundler version 2.1.453production:development54Settings are listed in order of priority. The top value will be used.55path56Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"57clean58Set for the current user (/root/.bundle/config): "true"59without60Set via BUNDLE_WITHOUT: [:production, :development]61install_flags62Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"63$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check64The Gemfile's dependencies are satisfied65==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.66$ bundle pristine pg67Installing pg 1.2.3 with native extensions68==> 'bundle pristine pg' succeeded in 9 seconds.69$ run_timed_command "retry yarn install --frozen-lockfile"70$ retry yarn install --frozen-lockfile71yarn install v1.22.1072[1/5] Validating package.json...73[2/5] Resolving packages...74success Already up-to-date.75$ node ./scripts/frontend/postinstall.js76success Dependency postinstall check passed.77Done in 1.12s.78==> 'retry yarn install --frozen-lockfile' succeeded in 1 seconds.79$ scripts/static-analysis80Total expected time: 2062.0; ideal time per job: 515.5.81Tasks to distribute:82* bin/rake lint:haml (562s)83* bundle exec rubocop --only Gitlab/MarkUsedFeatureFlags --cache false (400s)84* bin/rake gettext:updated_check (360s)85* yarn run lint:eslint:all (312s)86* yarn run lint:prettier (160s)87* bin/rake gettext:lint (85s)88* bundle exec rubocop --parallel (60s)89* bin/rake lint:static_verification (35s)90* bundle exec license_finder --decisions-file config/dependency_decisions.yml --project-path /builds/gitlab-org/gitlab (20s)91* scripts/rubocop-max-files-in-cache-check (20s)92* bin/rake gitlab:sidekiq:all_queues_yml:check (15s)93* bin/rake gitlab:sidekiq:sidekiq_queues_yml:check (11s)94* bin/rake config_lint (10s)95* yarn run internal:stylelint (8s)96* scripts/lint-conflicts.sh (1s)97* yarn run block-dependencies (1s)98* scripts/lint-rugged (1s)99* scripts/gemfile_lock_changed.sh (1s)100Assigning tasks optimally.101Assigning ["bundle", "exec", "rubocop", "--only", "Gitlab/MarkUsedFeatureFlags", "--cache", "false"] (400s) to node #1. Node total duration: 400s.102Assigning ["bin/rake", "gettext:updated_check"] (360s) to node #2. Node total duration: 360s.103Assigning ["yarn", "run", "lint:eslint:all"] (312s) to node #3. Node total duration: 312s.104Assigning ["yarn", "run", "lint:prettier"] (160s) to node #3. Node total duration: 472s.105Assigning ["bin/rake", "gettext:lint"] (85s) to node #1. Node total duration: 485s.106Assigning ["bundle", "exec", "rubocop", "--parallel"] (60s) to node #2. Node total duration: 420s.107Assigning ["bin/rake", "lint:static_verification"] (35s) to node #2. Node total duration: 455s.108Assigning ["bundle", "exec", "license_finder", "--decisions-file", "config/dependency_decisions.yml", "--project-path", "/builds/gitlab-org/gitlab"] (20s) to node #1. Node total duration: 505s.109Assigning ["scripts/rubocop-max-files-in-cache-check"] (20s) to node #2. Node total duration: 475s.110Assigning ["bin/rake", "gitlab:sidekiq:all_queues_yml:check"] (15s) to node #2. Node total duration: 490s.111Assigning ["bin/rake", "gitlab:sidekiq:sidekiq_queues_yml:check"] (11s) to node #2. Node total duration: 501s.112Assigning ["bin/rake", "config_lint"] (10s) to node #1. Node total duration: 515s.113Assigning ["yarn", "run", "internal:stylelint"] (8s) to node #2. Node total duration: 509s.114Assigning ["scripts/lint-conflicts.sh"] (1s) to node #2. Node total duration: 510s.115Assigning ["yarn", "run", "block-dependencies"] (1s) to node #2. Node total duration: 511s.116Assigning ["scripts/lint-rugged"] (1s) to node #2. Node total duration: 512s.117Assigning ["scripts/gemfile_lock_changed.sh"] (1s) to node #2. Node total duration: 513s.118Assigning remaining tasks: ["bin/rake lint:haml"]119Assigning ["bin/rake", "lint:haml"] (562s) to node #4. Node total duration: 562s.120Expected duration for node 1: 515 seconds121* bundle exec rubocop --only Gitlab/MarkUsedFeatureFlags --cache false (400s)122* bin/rake gettext:lint (85s)123* bundle exec license_finder --decisions-file config/dependency_decisions.yml --project-path /builds/gitlab-org/gitlab (20s)124* bin/rake config_lint (10s)125Expected duration for node 2: 513 seconds126* bin/rake gettext:updated_check (360s)127* bundle exec rubocop --parallel (60s)128* bin/rake lint:static_verification (35s)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* yarn run internal:stylelint (8s)133* scripts/lint-conflicts.sh (1s)134* yarn run block-dependencies (1s)135* scripts/lint-rugged (1s)136* scripts/gemfile_lock_changed.sh (1s)137Expected duration for node 3: 472 seconds138* yarn run lint:eslint:all (312s)139* yarn run lint:prettier (160s)140Expected duration for node 4: 562 seconds141* bin/rake lint:haml (562s)142$ yarn run lint:eslint:all143==> Finished in 314.168347982 seconds (expected 312 seconds)144$ yarn run lint:prettier145==> Finished in 165.76650467 seconds (expected 160 seconds)146===================================================147Node finished running all tasks in 479.949819992 seconds (expected 472)148All static analyses passed successfully.150Not uploading cache ruby-gems-v1-4 due to policy151Not uploading cache node-modules-test-v1-4 due to policy152Not uploading cache rubocop-v1-4 due to policy154Uploading artifacts...155tmp/feature_flags/: found 2 matching files and directories 156Uploading artifacts as "archive" to coordinator... ok id=1634948823 responseStatus=201 Created token=b8SUNxay158Job succeeded