static-analysis 1/4
Passed Started
by
@ebanks
Erick Banks
1Running with gitlab-runner 14.1.0-rc1 (e9489c8a)2 on prm-com-gitlab-org bd0915563 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.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.2.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:9b06bf3dd0ab8d484e8c9e9c611f75eab098939f568d587a7fd23a3c96eceb87 for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.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:eb4fdeb3196481dd022d7d166468834e40a046b46a29e3349fb3bf3657176290 ...11Running on runner-bd091556-project-278964-concurrent-0 via runner-bd091556-prm-1626122925-8504972c...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 27% |******** | 103M 0:00:02 ETA18gitlab.tar.gz 100% |********************************| 373M 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: 190, done. 25remote: Counting objects: 100% (183/183), done. 26remote: Compressing objects: 100% (86/86), done. 27remote: Total 146 (delta 111), reused 84 (delta 55), pack-reused 0 28Receiving objects: 100% (146/146), 12.92 KiB | 12.92 MiB/s, done.29Resolving deltas: 100% (111/111), completed with 25 local objects.31 * [new ref] d07c005fa7e5026586dd6b15f1ea1ec4a5768e78 -> refs/pipelines/33578159032Checking out d07c005f as refs/merge-requests/63811/merge...33Skipping Git submodules setup35Checking cache for ruby-gems-v1-4...36cache.zip is up to date 37Successfully extracted cache38Checking cache for node-modules-test-v1-4...39Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/node-modules-test-v1-4 40Successfully extracted cache41Checking cache for rubocop-v1-4...42Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/rubocop-v1-4 43Successfully extracted cache45Using docker image sha256:9b06bf3dd0ab8d484e8c9e9c611f75eab098939f568d587a7fd23a3c96eceb87 for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.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:eb4fdeb3196481dd022d7d166468834e40a046b46a29e3349fb3bf3657176290 ...46$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb47$ export GOPATH=$CI_PROJECT_DIR/.go48$ mkdir -p $GOPATH49$ source scripts/utils.sh50$ source scripts/prepare_build.sh51Bundler version 2.1.452production:development53Settings are listed in order of priority. The top value will be used.54path55Set for the current user (/root/.bundle/config): "vendor"56clean57Set for the current user (/root/.bundle/config): "true"58without59Set via BUNDLE_WITHOUT: [:production, :development]60install_flags61Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"62$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check63The Gemfile's dependencies are satisfied64==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 3 seconds.65$ bundle pristine pg66Installing pg 1.2.3 with native extensions67==> 'bundle pristine pg' succeeded in 10 seconds.68$ run_timed_command "retry yarn install --frozen-lockfile"69$ retry yarn install --frozen-lockfile70yarn install v1.22.1071[1/5] Validating package.json...72[2/5] Resolving packages...73[3/5] Fetching packages...74info fsevents@2.1.3: The platform "linux" is incompatible with this module.75info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.76[4/5] Linking dependencies...77warning "@gitlab/eslint-plugin > eslint-plugin-jest > @typescript-eslint/experimental-utils > @typescript-eslint/typescript-estree > tsutils@3.17.1" has unmet peer dependency "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta".78warning " > eslint-import-resolver-jest@3.0.0" has unmet peer dependency "eslint-plugin-import@>=1.4.0".79warning " > eslint-import-resolver-webpack@0.13.1" has unmet peer dependency "eslint-plugin-import@>=1.4.0".80warning " > prosemirror-test-builder@1.0.4" has unmet peer dependency "prosemirror-schema-list@^1.0.0".81[5/5] Building fresh packages...82$ node ./scripts/frontend/postinstall.js83success Dependency postinstall check passed.84Done in 88.39s.85==> 'retry yarn install --frozen-lockfile' succeeded in 90 seconds.86$ scripts/static-analysis87$ bundle exec rubocop --only Gitlab/MarkUsedFeatureFlags --cache false88==> Finished in 917.561853777 seconds89$ yarn run lint:eslint:all90==> Finished in 303.968686921 seconds91$ bin/rake lint:static_verification92==> Finished in 51.405846259 seconds93$ yarn run internal:stylelint94==> Finished in 7.436739308 seconds95$ scripts/gemfile_lock_changed.sh96==> Finished in 0.278544055 seconds97===================================================98All static analyses passed successfully.100Not uploading cache ruby-gems-v1-4 due to policy101Not uploading cache node-modules-test-v1-4 due to policy102Not uploading cache rubocop-v1-4 due to policy104Uploading artifacts...105tmp/feature_flags/: found 400 matching files and directories 106Uploading artifacts as "archive" to coordinator... ok id=1418685506 responseStatus=201 Created token=DiRMw973108Job succeeded