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

🤖 GitLab Bot 🤖
1Running with gitlab-runner 13.3.1 (738bbe5a)2 on prm-com-gitlab-org ae3bfce24Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6.6-golang-1.14-git-2.28-lfs-2.9-chrome-84-node-12.x-yarn-1.21-postgresql-11-graphicsmagick-1.3.34 ...5Authenticating with credentials from job payload (GitLab Registry)6Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6.6-golang-1.14-git-2.28-lfs-2.9-chrome-84-node-12.x-yarn-1.21-postgresql-11-graphicsmagick-1.3.34 ...7Using docker image sha256:cd688957c9207f55272d81be6d4908692d78233833e3f09a9c0899b2f24eb3ff for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6.6-golang-1.14-git-2.28-lfs-2.9-chrome-84-node-12.x-yarn-1.21-postgresql-11-graphicsmagick-1.3.34 ...9Running on runner-ae3bfce2-project-278964-concurrent-0 via runner-ae3bfce2-prm-1598712060-49f37da9...11$ eval "$CI_PRE_CLONE_SCRIPT"12Downloading archived master...13Connecting to storage.googleapis.com (172.217.204.128:443)14saving to '/tmp/gitlab.tar.gz'15gitlab.tar.gz 15% |**** | 152M 0:00:05 ETA16gitlab.tar.gz 50% |**************** | 510M 0:00:01 ETA17gitlab.tar.gz 86% |*************************** | 868M 0:00:00 ETA18gitlab.tar.gz 100% |********************************| 1007M 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.24Checking out 4e12f87c as master...25Skipping Git submodules setup27Checking cache for static-analysis-v1-3...28Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/static-analysis-v1-3 29Successfully extracted cache31$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb32$ export GOPATH=$CI_PROJECT_DIR/.go33$ mkdir -p $GOPATH34$ source scripts/utils.sh35$ source scripts/prepare_build.sh36Bundler version 1.17.237$ bundle install --clean --without=production --without=development --jobs=2 --path=vendor --retry=3 --quiet38==> 'bundle install --clean --without=production --without=development --jobs=2 --path=vendor --retry=3 --quiet' succeeded in 1 seconds.39$ bundle check40Warning: the running version of Bundler (1.17.2) is older than the version that created the lockfile (1.17.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.41The Gemfile's dependencies are satisfied42==> 'bundle check' succeeded in 0 seconds.43$ bundle pristine pg44Warning: the running version of Bundler (1.17.2) is older than the version that created the lockfile (1.17.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.45Installing pg 1.2.2 with native extensions46==> 'bundle pristine pg' succeeded in 9 seconds.47$ gem install knapsack --no-document48Successfully installed knapsack-1.18.0491 gem installed50==> 'gem install knapsack --no-document' succeeded in 0 seconds.51$ run_timed_command "retry yarn install --frozen-lockfile"52$ retry yarn install --frozen-lockfile53yarn install v1.21.154[1/5] Validating package.json...55[2/5] Resolving packages...56warning Resolution field "ts-jest@24.0.0" is incompatible with requested version "ts-jest@^23.10.5"57success Already up-to-date.58$ node ./scripts/frontend/postinstall.js59success Dependency postinstall check passed.60Done in 1.10s.61==> 'retry yarn install --frozen-lockfile' succeeded in 2 seconds.62$ scripts/static-analysis63$ bin/rake gettext:updated_check64==> Finished in 219.764604817 seconds65$ bin/rake gettext:lint66==> Finished in 80.975366132 seconds67$ bin/rake gitlab:sidekiq:all_queues_yml:check68==> Finished in 10.578528303 seconds69$ scripts/lint-conflicts.sh70==> Finished in 0.609492506 seconds71$ scripts/frontend/check_no_partial_karma_jest.sh72==> Finished in 0.010994376 seconds73===================================================74All static analyses passed successfully.76Not uploading cache static-analysis-v1-3 due to policy77Job succeeded