static-analysis 2/4
Passed Started
by
@alexkalderimis

Alex Kalderimis
1Running with gitlab-runner 14.2.0-rc1 (0ac3a46e)2 on docker-auto-scale-com 1d6b581d3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.14-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.14-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.36 ...9Using docker image sha256:2d2d820babccdf44a703e353eee2c88ce089eb1de130ddf7d2c729ef8ee98c4d for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.14-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:9be586657c93d4bb1a61071e6c0649da6a64fba31283ffe36b8e4ec5d042595a ...11Running on runner-1d6b581d-project-278964-concurrent-0 via runner-1d6b581d-gsrm-1631644909-86282c5c...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 43% |************** | 149M 0:00:01 ETA18gitlab.tar.gz 100% |********************************| 340M 0:00:00 ETA19'/tmp/gitlab.tar.gz' saved20Extracting tarball into /builds/gitlab-org/gitlab...21Fetching changes with git depth set to 20...22Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/23Created fresh repository.24remote: Enumerating objects: 265, done. 25remote: Counting objects: 100% (191/191), done. 26remote: Compressing objects: 100% (77/77), done. 27remote: Total 93 (delta 68), reused 23 (delta 14), pack-reused 0 29 * [new ref] 7818fd5200fa647737976e6f87724e1b0d1a58fe -> refs/pipelines/37074602830Checking out 7818fd52 as refs/merge-requests/69982/merge...31Skipping Git submodules setup33Checking cache for ruby-gems-v1-4...34cache.zip is up to date 35Successfully extracted cache36Checking cache for node-modules-test-v1-4...37cache.zip is up to date 38Successfully extracted cache39Checking cache for rubocop-v1-4...40Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/rubocop-v1-4 41Successfully extracted cache43Using docker image sha256:2d2d820babccdf44a703e353eee2c88ce089eb1de130ddf7d2c729ef8ee98c4d for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.14-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:9be586657c93d4bb1a61071e6c0649da6a64fba31283ffe36b8e4ec5d042595a ...44$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb45$ export GOPATH=$CI_PROJECT_DIR/.go46$ mkdir -p $GOPATH47$ source scripts/utils.sh48$ source scripts/prepare_build.sh49Bundler version 2.1.450production:development51Settings are listed in order of priority. The top value will be used.52path53Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"54clean55Set for the current user (/root/.bundle/config): "true"56without57Set via BUNDLE_WITHOUT: [:production, :development]58install_flags59Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"60$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check61The Gemfile's dependencies are satisfied62==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 3 seconds.63$ bundle pristine pg64Installing pg 1.2.3 with native extensions65==> 'bundle pristine pg' succeeded in 14 seconds.66$ run_timed_command "retry yarn install --frozen-lockfile"67$ retry yarn install --frozen-lockfile68yarn install v1.22.1069[1/5] Validating package.json...70[2/5] Resolving packages...71success Already up-to-date.72$ node ./scripts/frontend/postinstall.js73success Dependency postinstall check passed.74Done in 1.12s.75==> 'retry yarn install --frozen-lockfile' succeeded in 1 seconds.76$ scripts/static-analysis77Total expected time: 2042.0; ideal time per job: 510.5.78Tasks to distribute:79* bin/rake lint:haml (562s)80* bundle exec rubocop --only Gitlab/MarkUsedFeatureFlags --cache false (400s)81* bin/rake gettext:updated_check (360s)82* yarn run lint:eslint:all (312s)83* yarn run lint:prettier (160s)84* bin/rake gettext:lint (85s)85* bundle exec rubocop --parallel (60s)86* bin/rake lint:static_verification (35s)87* bundle exec license_finder --decisions-file config/dependency_decisions.yml --project-path /builds/gitlab-org/gitlab (20s)88* bin/rake gitlab:sidekiq:all_queues_yml:check (15s)89* bin/rake gitlab:sidekiq:sidekiq_queues_yml:check (11s)90* bin/rake config_lint (10s)91* yarn run internal:stylelint (8s)92* scripts/lint-conflicts.sh (1s)93* yarn run block-dependencies (1s)94* scripts/lint-rugged (1s)95* scripts/gemfile_lock_changed.sh (1s)96Assigning tasks optimally.97Assigning ["bundle", "exec", "rubocop", "--only", "Gitlab/MarkUsedFeatureFlags", "--cache", "false"] (400s) to node #1. Node total duration: 400s.98Assigning ["bin/rake", "gettext:updated_check"] (360s) to node #2. Node total duration: 360s.99Assigning ["yarn", "run", "lint:eslint:all"] (312s) to node #3. Node total duration: 312s.100Assigning ["yarn", "run", "lint:prettier"] (160s) to node #3. Node total duration: 472s.101Assigning ["bin/rake", "gettext:lint"] (85s) to node #1. Node total duration: 485s.102Assigning ["bundle", "exec", "rubocop", "--parallel"] (60s) to node #2. Node total duration: 420s.103Assigning ["bin/rake", "lint:static_verification"] (35s) to node #2. Node total duration: 455s.104Assigning ["bundle", "exec", "license_finder", "--decisions-file", "config/dependency_decisions.yml", "--project-path", "/builds/gitlab-org/gitlab"] (20s) to node #1. Node total duration: 505s.105Assigning ["bin/rake", "gitlab:sidekiq:all_queues_yml:check"] (15s) to node #2. Node total duration: 470s.106Assigning ["bin/rake", "gitlab:sidekiq:sidekiq_queues_yml:check"] (11s) to node #2. Node total duration: 481s.107Assigning ["bin/rake", "config_lint"] (10s) to node #2. Node total duration: 491s.108Assigning ["yarn", "run", "internal:stylelint"] (8s) to node #2. Node total duration: 499s.109Assigning ["scripts/lint-conflicts.sh"] (1s) to node #1. Node total duration: 506s.110Assigning ["yarn", "run", "block-dependencies"] (1s) to node #1. Node total duration: 507s.111Assigning ["scripts/lint-rugged"] (1s) to node #1. Node total duration: 508s.112Assigning ["scripts/gemfile_lock_changed.sh"] (1s) to node #1. Node total duration: 509s.113Assigning remaining tasks: ["bin/rake lint:haml"]114Assigning ["bin/rake", "lint:haml"] (562s) to node #4. Node total duration: 562s.115Expected duration for node 1: 509 seconds116* bundle exec rubocop --only Gitlab/MarkUsedFeatureFlags --cache false (400s)117* bin/rake gettext:lint (85s)118* bundle exec license_finder --decisions-file config/dependency_decisions.yml --project-path /builds/gitlab-org/gitlab (20s)119* scripts/lint-conflicts.sh (1s)120* yarn run block-dependencies (1s)121* scripts/lint-rugged (1s)122* scripts/gemfile_lock_changed.sh (1s)123Expected duration for node 2: 499 seconds124* bin/rake gettext:updated_check (360s)125* bundle exec rubocop --parallel (60s)126* bin/rake lint:static_verification (35s)127* bin/rake gitlab:sidekiq:all_queues_yml:check (15s)128* bin/rake gitlab:sidekiq:sidekiq_queues_yml:check (11s)129* bin/rake config_lint (10s)130* yarn run internal:stylelint (8s)131Expected duration for node 3: 472 seconds132* yarn run lint:eslint:all (312s)133* yarn run lint:prettier (160s)134Expected duration for node 4: 562 seconds135* bin/rake lint:haml (562s)136$ bin/rake gettext:updated_check137==> Finished in 510.217132336 seconds (expected 360 seconds)138$ bundle exec rubocop --parallel139==> Finished in 843.444662002 seconds (expected 60 seconds)140$ bin/rake lint:static_verification141==> Finished in 27.727148388 seconds (expected 35 seconds)142$ bin/rake gitlab:sidekiq:all_queues_yml:check143==> Finished in 13.422509477 seconds (expected 15 seconds)144$ bin/rake gitlab:sidekiq:sidekiq_queues_yml:check145==> Finished in 12.881588056 seconds (expected 11 seconds)146$ bin/rake config_lint147==> Finished in 6.167860449 seconds (expected 10 seconds)148$ yarn run internal:stylelint149==> Finished in 9.090505605 seconds (expected 8 seconds)150===================================================151Node finished running all tasks in 1422.952114563 seconds (expected 499)152All static analyses passed successfully.154Not uploading cache ruby-gems-v1-4 due to policy155Not uploading cache node-modules-test-v1-4 due to policy156Not uploading cache rubocop-v1-4 due to policy158Uploading artifacts...159tmp/feature_flags/: found 317 matching files and directories 160Uploading artifacts as "archive" to coordinator... ok id=1590281175 responseStatus=201 Created token=jDfZAnKa162Job succeeded