rspec:undercoverage
Passed Started
by
@mwoolf
Max Woolf
1Running with gitlab-runner 15.2.0~beta.17.g34ae4a68 (34ae4a68)2 on green-1.shared-gitlab-org.runners-manager.gitlab.com/default Mf8beF5G3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 ...7Authenticating with credentials from job payload (GitLab Registry)8Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 ...9Using docker image sha256:fd40b0aa863019e7fe9616bf6665ba24d356a369a8b92582a8df89544e3b7544 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12@sha256:fc314d19087f24a5d21b479ce7a6dc7778b8c941d21ecbe4d62760c7dc533470 ...11Running on runner-mf8bef5g-project-278964-concurrent-0 via runner-mf8bef5g-shared-gitlab-org-1657110242-ec1e0d42...13$ eval "$CI_PRE_CLONE_SCRIPT"14Fetching changes with git depth set to 20...15Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/16Created fresh repository.17remote: Enumerating objects: 105656, done. 18remote: Counting objects: 100% (105656/105656), done. 19remote: Compressing objects: 100% (75922/75922), done. 20remote: Total 105656 (delta 40856), reused 67961 (delta 25745), pack-reused 0 21Receiving objects: 100% (105656/105656), 103.99 MiB | 29.30 MiB/s, done.22Resolving deltas: 100% (40856/40856), done.24 * [new ref] refs/pipelines/581337618 -> refs/pipelines/58133761825Checking out e4b447a9 as refs/merge-requests/91869/merge...26Skipping Git submodules setup27$ git remote set-url origin "${CI_REPOSITORY_URL}"29Checking cache for ruby-gems-debian-bullseye-ruby-2.7-14...30cache.zip is up to date 31Successfully extracted cache33Downloading artifacts for rspec:coverage (2685192306)...34Downloading artifacts from coordinator... ok id=2685192306 responseStatus=200 OK token=4ZdHgyqG36Using docker image sha256:fd40b0aa863019e7fe9616bf6665ba24d356a369a8b92582a8df89544e3b7544 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12@sha256:fc314d19087f24a5d21b479ce7a6dc7778b8c941d21ecbe4d62760c7dc533470 ...37$ source scripts/utils.sh38$ export BUNDLE_WITHOUT="${BUNDLE_WITHOUT}:default:test:puma:kerberos:metrics:omnibus:ed25519"39$ bundle_install_script403.2.3341Bundler version 2.2.3342Successfully installed bundler-2.3.15431 gem installed44production:development:default:test:puma:kerberos:metrics:omnibus:ed2551945Settings are listed in order of priority. The top value will be used.46clean47Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): true48frozen49Set via BUNDLE_FROZEN: true50install_flags51Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"52path53Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): "/builds/gitlab-org/gitlab/vendor"54without55Set via BUNDLE_WITHOUT: [:production, :development, :default, :test, :puma, :kerberos, :metrics, :omnibus, :ed25519]56$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check57Don't run Bundler as root. Bundler can ask for sudo if it is needed, and58installing your bundle as root will break this application for all non-root59users on this machine.60The Gemfile's dependencies are satisfied61==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 3 seconds.62Could not find gem 'pg', because it's in the group 'default', configured to be63ignored.64$ if [ -n "$CI_MERGE_REQUEST_TARGET_BRANCH_SHA" ]; then echo "HEAD is $(git rev-parse HEAD). \$CI_MERGE_REQUEST_TARGET_BRANCH_SHA is ${CI_MERGE_REQUEST_TARGET_BRANCH_SHA}"; else echo "HEAD is $(git rev-parse HEAD). \$CI_MERGE_REQUEST_DIFF_BASE_SHA is ${CI_MERGE_REQUEST_DIFF_BASE_SHA}"; fi;65HEAD is e4b447a920f242afa47c23293a77dc01de75fb46. $CI_MERGE_REQUEST_TARGET_BRANCH_SHA is 381b9d178c32e68aca55128b5d3a325bd01f825066$ UNDERCOVERAGE_COMPARE="${CI_MERGE_REQUEST_TARGET_BRANCH_SHA:-$CI_MERGE_REQUEST_DIFF_BASE_SHA}"67$ git diff ${UNDERCOVERAGE_COMPARE} --stat68 doc/api/audit_events.md | 7 +-69 doc/api/index.md | 9 +-70 ee/lib/ee/api/groups.rb | 2 +-71 ee/spec/requests/api/audit_events_spec.rb | 52 +72 lib/gitlab/pagination/cursor_based_keyset.rb | 3 +-73 spec/fixtures/git-cheat-sheet.pdf | 130426 +++++++++++++++++++++++-74 6 files changed, 130489 insertions(+), 10 deletions(-)75$ echo "Undercoverage comparing with ${UNDERCOVERAGE_COMPARE}."76Undercoverage comparing with 381b9d178c32e68aca55128b5d3a325bd01f8250.77$ if [ -f scripts/undercoverage ]; then run_timed_command "bundle exec scripts/undercoverage ${UNDERCOVERAGE_COMPARE}"; fi;78$ bundle exec scripts/undercoverage 381b9d178c32e68aca55128b5d3a325bd01f825079🚨 WARNING: Coverage data is older than your latest changes and results might be incomplete. Re-run tests to update80undercover: ✅ No coverage is missing in latest changes81==> 'bundle exec scripts/undercoverage 381b9d178c32e68aca55128b5d3a325bd01f8250' succeeded in 408 seconds.83Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-14 due to policy85Job succeeded