static-analysis 2/4
Passed Started
by
@ntepluhina

Natalia Tepluhina
1Running with gitlab-runner 14.3.0-rc1 (ed15bfbf)2 on docker-auto-scale-com 9538b0ab3 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-9538b0ab-project-278964-concurrent-0 via runner-9538b0ab-gsrm-1632296420-75b06827...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 32% |********** | 113M 0:00:02 ETA18gitlab.tar.gz 100% |********************************| 346M 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: 153, done. 25remote: Counting objects: 100% (131/131), done. 26remote: Compressing objects: 100% (47/47), done. 27remote: Total 57 (delta 41), reused 18 (delta 8), pack-reused 0 29 * [new ref] 2459b1529cac1ac0ad101b0164c2a64d868d8db8 -> refs/pipelines/37511528130 * [new branch] master -> origin/master31Checking out 2459b152 as master...32Skipping Git submodules setup34Checking cache for ruby-gems-v1-4...35cache.zip is up to date 36Successfully extracted cache37Checking cache for node-modules-test-v1-4...38Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/node-modules-test-v1-4 39Successfully extracted cache40Checking cache for rubocop-v1-4...41Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/rubocop-v1-4 42Successfully extracted cache44Using 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 ...45$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb46$ export GOPATH=$CI_PROJECT_DIR/.go47$ mkdir -p $GOPATH48$ source scripts/utils.sh49$ source scripts/prepare_build.sh50Bundler version 2.1.451production:development52Settings are listed in order of priority. The top value will be used.53path54Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"55clean56Set for the current user (/root/.bundle/config): "true"57without58Set via BUNDLE_WITHOUT: [:production, :development]59install_flags60Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"61$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check62The Gemfile's dependencies are satisfied63==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.64$ bundle pristine pg65Installing pg 1.2.3 with native extensions66==> 'bundle pristine pg' succeeded in 10 seconds.67$ run_timed_command "retry yarn install --frozen-lockfile"68$ retry yarn install --frozen-lockfile69yarn install v1.22.1070[1/5] Validating package.json...71[2/5] Resolving packages...72success Already up-to-date.73$ node ./scripts/frontend/postinstall.js74success Dependency postinstall check passed.75Done in 1.10s.76==> 'retry yarn install --frozen-lockfile' succeeded in 1 seconds.77$ scripts/static-analysis78Total expected time: 2062.0; ideal time per job: 515.5.79Tasks to distribute:80* bin/rake lint:haml (562s)81* bundle exec rubocop --only Gitlab/MarkUsedFeatureFlags --cache false (400s)82* bin/rake gettext:updated_check (360s)83* yarn run lint:eslint:all (312s)84* yarn run lint:prettier (160s)85* bin/rake gettext:lint (85s)86* bundle exec rubocop --parallel (60s)87* bin/rake lint:static_verification (35s)88* bundle exec license_finder --decisions-file config/dependency_decisions.yml --project-path /builds/gitlab-org/gitlab (20s)89* scripts/rubocop-max-files-in-cache-check (20s)90* bin/rake gitlab:sidekiq:all_queues_yml:check (15s)91* bin/rake gitlab:sidekiq:sidekiq_queues_yml:check (11s)92* bin/rake config_lint (10s)93* yarn run internal:stylelint (8s)94* scripts/lint-conflicts.sh (1s)95* yarn run block-dependencies (1s)96* scripts/lint-rugged (1s)97* scripts/gemfile_lock_changed.sh (1s)98Assigning tasks optimally.99Assigning ["bundle", "exec", "rubocop", "--only", "Gitlab/MarkUsedFeatureFlags", "--cache", "false"] (400s) to node #1. Node total duration: 400s.100Assigning ["bin/rake", "gettext:updated_check"] (360s) to node #2. Node total duration: 360s.101Assigning ["yarn", "run", "lint:eslint:all"] (312s) to node #3. Node total duration: 312s.102Assigning ["yarn", "run", "lint:prettier"] (160s) to node #3. Node total duration: 472s.103Assigning ["bin/rake", "gettext:lint"] (85s) to node #1. Node total duration: 485s.104Assigning ["bundle", "exec", "rubocop", "--parallel"] (60s) to node #2. Node total duration: 420s.105Assigning ["bin/rake", "lint:static_verification"] (35s) to node #2. Node total duration: 455s.106Assigning ["bundle", "exec", "license_finder", "--decisions-file", "config/dependency_decisions.yml", "--project-path", "/builds/gitlab-org/gitlab"] (20s) to node #1. Node total duration: 505s.107Assigning ["scripts/rubocop-max-files-in-cache-check"] (20s) to node #2. Node total duration: 475s.108Assigning ["bin/rake", "gitlab:sidekiq:all_queues_yml:check"] (15s) to node #2. Node total duration: 490s.109Assigning ["bin/rake", "gitlab:sidekiq:sidekiq_queues_yml:check"] (11s) to node #2. Node total duration: 501s.110Assigning ["bin/rake", "config_lint"] (10s) to node #1. Node total duration: 515s.111Assigning ["yarn", "run", "internal:stylelint"] (8s) to node #2. Node total duration: 509s.112Assigning ["scripts/lint-conflicts.sh"] (1s) to node #2. Node total duration: 510s.113Assigning ["yarn", "run", "block-dependencies"] (1s) to node #2. Node total duration: 511s.114Assigning ["scripts/lint-rugged"] (1s) to node #2. Node total duration: 512s.115Assigning ["scripts/gemfile_lock_changed.sh"] (1s) to node #2. Node total duration: 513s.116Assigning remaining tasks: ["bin/rake lint:haml"]117Assigning ["bin/rake", "lint:haml"] (562s) to node #4. Node total duration: 562s.118Expected duration for node 1: 515 seconds119* bundle exec rubocop --only Gitlab/MarkUsedFeatureFlags --cache false (400s)120* bin/rake gettext:lint (85s)121* bundle exec license_finder --decisions-file config/dependency_decisions.yml --project-path /builds/gitlab-org/gitlab (20s)122* bin/rake config_lint (10s)123Expected duration for node 2: 513 seconds124* bin/rake gettext:updated_check (360s)125* bundle exec rubocop --parallel (60s)126* bin/rake lint:static_verification (35s)127* scripts/rubocop-max-files-in-cache-check (20s)128* bin/rake gitlab:sidekiq:all_queues_yml:check (15s)129* bin/rake gitlab:sidekiq:sidekiq_queues_yml:check (11s)130* yarn run internal:stylelint (8s)131* scripts/lint-conflicts.sh (1s)132* yarn run block-dependencies (1s)133* scripts/lint-rugged (1s)134* scripts/gemfile_lock_changed.sh (1s)135Expected duration for node 3: 472 seconds136* yarn run lint:eslint:all (312s)137* yarn run lint:prettier (160s)138Expected duration for node 4: 562 seconds139* bin/rake lint:haml (562s)140$ bin/rake gettext:updated_check141==> Finished in 490.300725466 seconds (expected 360 seconds)142$ bundle exec rubocop --parallel143==> Finished in 41.227399449 seconds (expected 60 seconds)144$ bin/rake lint:static_verification145==> Finished in 1219.422168119 seconds (expected 35 seconds)146$ scripts/rubocop-max-files-in-cache-check147==> Finished in 22.169067505 seconds (expected 20 seconds)148$ bin/rake gitlab:sidekiq:all_queues_yml:check149==> Finished in 78.604420248 seconds (expected 15 seconds)150$ bin/rake gitlab:sidekiq:sidekiq_queues_yml:check151==> Finished in 78.323801182 seconds (expected 11 seconds)152$ yarn run internal:stylelint153==> Finished in 8.322916978 seconds (expected 8 seconds)154$ scripts/lint-conflicts.sh155==> Finished in 0.926246303 seconds (expected 1 seconds)156$ yarn run block-dependencies157==> Finished in 0.286550137 seconds (expected 1 seconds)158$ scripts/lint-rugged159==> Finished in 0.244743582 seconds (expected 1 seconds)160$ scripts/gemfile_lock_changed.sh161==> Finished in 0.014110099 seconds (expected 1 seconds)162===================================================163Node finished running all tasks in 1939.843245836 seconds (expected 513)164All static analyses passed successfully.166Not uploading cache ruby-gems-v1-4 due to policy167Not uploading cache node-modules-test-v1-4 due to policy168Not uploading cache rubocop-v1-4 due to policy170Uploading artifacts...171tmp/feature_flags/: found 19 matching files and directories 172Uploading artifacts as "archive" to coordinator... ok id=1612163447 responseStatus=201 Created token=YSm9CUz5174Job succeeded