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

🤖 GitLab Bot 🤖
1Running with gitlab-runner 14.3.0-rc1 (ed15bfbf)2 on docker-auto-scale-com d5ae8d253 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-d5ae8d25-project-278964-concurrent-0 via runner-d5ae8d25-gsrm-1632814107-6002c907...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 2% | | 7728k 0:00:45 ETA18gitlab.tar.gz 83% |************************** | 288M 0:00:00 ETA19gitlab.tar.gz 100% |********************************| 345M 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: 905, done. 26remote: Counting objects: 100% (653/653), done. 27remote: Compressing objects: 100% (149/149), done. 28remote: Total 217 (delta 178), reused 96 (delta 63), pack-reused 0 29Receiving objects: 100% (217/217), 36.51 KiB | 7.30 MiB/s, done.30Resolving deltas: 100% (178/178), completed with 113 local objects.32 * [new ref] 8a18ae4220832329cf71f2ff9ebbc4ddf2d80a8e -> refs/pipelines/37845025733Checking out 8a18ae42 as refs/merge-requests/71197/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 10 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.10s.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$ bin/rake gettext:updated_check143==> Finished in 382.460108314 seconds (expected 360 seconds)144$ bundle exec rubocop --parallel145==> Finished in 1715.902531742 seconds (expected 60 seconds)146$ bin/rake lint:static_verification147==> Finished in 1215.895664565 seconds (expected 35 seconds)148$ scripts/rubocop-max-files-in-cache-check149==> Finished in 10.953353547 seconds (expected 20 seconds)150$ bin/rake gitlab:sidekiq:all_queues_yml:check151==> Finished in 77.663997598 seconds (expected 15 seconds)152$ bin/rake gitlab:sidekiq:sidekiq_queues_yml:check153==> Finished in 76.296947502 seconds (expected 11 seconds)154$ yarn run internal:stylelint155==> Finished in 7.78433336 seconds (expected 8 seconds)156$ scripts/lint-conflicts.sh157==> Finished in 0.76634113 seconds (expected 1 seconds)158$ yarn run block-dependencies159==> Finished in 0.287798498 seconds (expected 1 seconds)160$ scripts/lint-rugged161==> Finished in 0.229802562 seconds (expected 1 seconds)162$ scripts/gemfile_lock_changed.sh163==> Finished in 0.015177588 seconds (expected 1 seconds)164===================================================165Node finished running all tasks in 3488.257025256 seconds (expected 513)166All static analyses passed successfully.168Not uploading cache ruby-gems-v1-4 due to policy169Not uploading cache node-modules-test-v1-4 due to policy170Not uploading cache rubocop-v1-4 due to policy172Uploading artifacts...173tmp/feature_flags/: found 428 matching files and directories 174Uploading artifacts as "archive" to coordinator... ok id=1628712696 responseStatus=201 Created token=gaCMxeyv176Job succeeded