rspec system pg11 11/24
Passed Started
by
@patrickbajao

Patrick Bajao
1Running with gitlab-runner 13.9.0-rc2 (69c049fd)2 on docker-auto-scale-com 9538b0ab3 feature flags: FF_GITLAB_REGISTRY_HELPER_IMAGE:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.14-git-2.29-lfs-2.9-chrome-87-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.34 ...7Starting service postgres:11.6 ...8Pulling docker image postgres:11.6 ...9Using docker image sha256:2c963c0eb8c6efa49bb8352ea446f248d208d674cfc34fc9ea275b5f99f8dedd for postgres:11.6 with digest postgres@sha256:6f2062ab11d720f4756f17da4d0a64534346cce33b7cdea9d7ac4f43eed9fc02 ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:f5b24aafdf93a05581fac6db4430badb2024b27c7d6c29eb3144b01828ac5a07 for redis:5.0-alpine with digest redis@sha256:6151b520d9ac29c1524d9637e0b3dc69cba7dbef27a427d6dba355652fff8306 ...13Waiting for services to be up and running...14Authenticating with credentials from job payload (GitLab Registry)15Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.14-git-2.29-lfs-2.9-chrome-87-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.34 ...16Using docker image sha256:4d23ed899afed063085b02cb83fa639d1a880dc4059e6c7f0af9ee9b713ba41b for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.14-git-2.29-lfs-2.9-chrome-87-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.34 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:d70df1af0359f58b269fab0d70a090bca324eba3a03e465146b10aef05de3273 ...18Running on runner-9538b0ab-project-278964-concurrent-0 via runner-9538b0ab-gsrm-1614768620-1e138cc9...20$ eval "$CI_PRE_CLONE_SCRIPT"21Downloading archived master...22Connecting to storage.googleapis.com (172.217.193.128:443)23saving to '/tmp/gitlab.tar.gz'24gitlab.tar.gz 63% |******************** | 252M 0:00:00 ETA25gitlab.tar.gz 100% |********************************| 396M 0:00:00 ETA26'/tmp/gitlab.tar.gz' saved27Extracting tarball into /builds/gitlab-org/gitlab...28Fetching changes with git depth set to 20...29Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/30remote: Enumerating objects: 1210, done. 31remote: Counting objects: 100% (645/645), done. 32remote: Compressing objects: 100% (248/248), done. 33remote: Total 320 (delta 256), reused 130 (delta 68), pack-reused 0 34Receiving objects: 100% (320/320), 40.40 KiB | 1.35 MiB/s, done.35Resolving deltas: 100% (256/256), completed with 120 local objects.37 * [new ref] 4996f4cc3b5cc82b8b493bfd2a4ced37e8cf757c -> refs/pipelines/26473258738Checking out 4996f4cc as refs/merge-requests/55046/merge...39Skipping Git submodules setup41Checking cache for rails-v4-3...42cache.zip is up to date 43WARNING: vendor/ruby/2.7.0/gems/deprecation_toolkit-1.5.1/gemfiles/test/deprecations: chmod vendor/ruby/2.7.0/gems/deprecation_toolkit-1.5.1/gemfiles/test/deprecations: no such file or directory (suppressing repeats) 44Successfully extracted cache46Downloading artifacts for compile-test-assets (1069711722)...47Downloading artifacts from coordinator... ok id=1069711722 responseStatus=200 OK token=cQ-zkx2s48Downloading artifacts for detect-tests (1069711729)...49Downloading artifacts from coordinator... ok id=1069711729 responseStatus=200 OK token=4KJ6tsyT50Downloading artifacts for retrieve-tests-metadata (1069711731)...51Downloading artifacts from coordinator... ok id=1069711731 responseStatus=200 OK token=nMSW8ysV52Downloading artifacts for setup-test-env (1069711725)...53Downloading artifacts from coordinator... ok id=1069711725 responseStatus=200 OK token=fSmN9Jtk54WARNING: tmp/tests/gitlab-shell/.gitlab_shell_secret: chmod tmp/tests/gitlab-shell/.gitlab_shell_secret: no such file or directory (suppressing repeats) 56Using docker image sha256:4d23ed899afed063085b02cb83fa639d1a880dc4059e6c7f0af9ee9b713ba41b for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.14-git-2.29-lfs-2.9-chrome-87-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.34 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:d70df1af0359f58b269fab0d70a090bca324eba3a03e465146b10aef05de3273 ...57$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb58$ export GOPATH=$CI_PROJECT_DIR/.go59$ mkdir -p $GOPATH60$ source scripts/utils.sh61$ source scripts/prepare_build.sh62Bundler version 2.1.463$ bundle install --without=production development --jobs=2 --path=vendor --retry=3 --quiet64==> 'bundle install --without=production development --jobs=2 --path=vendor --retry=3 --quiet' succeeded in 1 seconds.65$ bundle check66The Gemfile's dependencies are satisfied67==> 'bundle check' succeeded in 1 seconds.68$ bundle pristine pg69Installing pg 1.2.3 with native extensions70==> 'bundle pristine pg' succeeded in 10 seconds.71$ setup_db_user_only72CREATE ROLE73GRANT74==> 'setup_db_user_only' succeeded in 0 seconds.75$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee76Dropped database 'gitlabhq_test'77Created database 'gitlabhq_test'78Dropped database 'gitlabhq_geo_test'79Created database 'gitlabhq_geo_test'80==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 26 seconds.81$ run_timed_command "gem install knapsack --no-document"82$ gem install knapsack --no-document83Successfully installed knapsack-1.20.0841 gem installed85==> 'gem install knapsack --no-document' succeeded in 1 seconds.86$ run_timed_command "scripts/gitaly-test-spawn"87$ scripts/gitaly-test-spawn88Settings are listed in order of priority. The top value will be used.89retry90Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): 391path92Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): "/builds/gitlab-org/gitlab/vendor/gitaly-ruby"93jobs94Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): 495app_config96Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config"97gemfile98Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"99flags100Set via BUNDLE_FLAGS: "--jobs=4 --retry=3 --path=/builds/gitlab-org/gitlab/vendor/gitaly-ruby"101Don't run Bundler as root. Bundler can ask for sudo if it is needed, and102installing your bundle as root will break this application for all non-root103users on this machine.104Using abstract_type 0.0.7105Using concurrent-ruby 1.1.7106Using i18n 1.8.5107Using minitest 5.14.2108Using thread_safe 0.3.6109Using tzinfo 1.2.9110Using zeitwerk 2.4.2111Using activesupport 6.0.3.4112Using builder 3.2.4113Using erubi 1.10.0114Using mini_portile2 2.5.0115Using racc 1.5.2116Using nokogiri 1.11.1 (x86_64-linux)117Using rails-dom-testing 2.0.3118Using crass 1.0.6119Using loofah 2.9.0120Using rails-html-sanitizer 1.3.0121Using actionview 6.0.3.4122Using rack 2.2.3123Using rack-test 1.1.0124Using actionpack 6.0.3.4125Using ice_nine 0.11.2126Using memoizable 0.4.2127Using adamantium 0.2.0128Using public_suffix 4.0.6129Using addressable 2.7.0130Using ast 2.4.1131Using binding_ninja 0.2.3132Using bundler 2.1.4133Using charlock_holmes 0.7.7134Using coderay 1.1.2135Using equalizer 0.0.11136Using concord 0.1.5137Using diff-lcs 1.3138Using dotenv 2.7.6139Using escape_utils 1.2.1140Using factory_bot 5.0.2141Using multipart-post 2.1.1142Using faraday 1.0.1143Using ffi 1.13.1144Using json 2.5.1145Using gemojione 3.3.0146Using mini_mime 1.0.2147Using rugged 1.0.1148Using github-linguist 7.12.1149Using github-markup 1.7.0150Using mime-types-data 3.2020.1104151Using mime-types 3.3.1152Using gitlab-gollum-rugged_adapter 0.4.4.3.gitlab.1153Using rouge 3.26.0154Using nokogumbo 1.5.0155Using sanitize 4.6.6156Using stringex 2.8.5157Using gitlab-gollum-lib 4.2.7.10.gitlab.1158Using google-protobuf 3.12.4 (x86_64-linux)159Using googleapis-common-protos-types 1.0.5160Using grpc 1.30.2 (x86_64-linux)161Using opentracing 0.5.0162Using thrift 0.13.0163Using jaeger-client 1.1.0164Using pg_query 1.3.0165Using redis 4.2.5166Using gitlab-labkit 0.15.0167Using gitlab-markup 1.7.1168Using grpc-tools 1.30.2169Using sawyer 0.8.2170Using octokit 4.20.0171Using reverse_markdown 1.4.0172Using thor 1.1.0173Using licensee 9.14.1174Using method_source 0.9.2175Using msgpack 1.3.3176Using optimist 3.0.1177Using parallel 1.19.2178Using parser 2.7.2.0179Using procto 0.0.3180Using unparser 0.4.7181Using proc_to_ast 0.1.0182Using pry 0.12.2183Using rainbow 3.0.0184Using rbtrace 0.4.14185Using rdoc 6.2.0186Using regexp_parser 1.8.1187Using rexml 3.2.4188Using rspec-support 3.8.0189Using rspec-core 3.8.0190Using rspec-expectations 3.8.3191Using rspec-mocks 3.8.0192Using rspec 3.8.0193Using rspec-parameterized 0.4.2194Using rubocop-ast 0.2.0195Using ruby-progressbar 1.10.1196Using unicode-display_width 1.7.0197Using rubocop 0.86.0198Using sentry-raven 3.0.4199Using timecop 0.9.1200Bundle complete! 21 Gemfile dependencies, 96 gems now installed.201Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`202Checking gitaly-ruby Gemfile...203Checking gitaly-ruby bundle...204The Gemfile's dependencies are satisfied205Trying to connect to gitaly: ........ OK206Trying to connect to gitaly2: .................. OK207Trying to connect to praefect: .......... OK208==> 'scripts/gitaly-test-spawn' succeeded in 4 seconds.209$ source ./scripts/rspec_helpers.sh210$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"211KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb212Knapsack report generator started!213WARNING: `around(:context)` hooks are not supported and behave like `around(:example). Called from /builds/gitlab-org/gitlab/spec/support/omniauth_strategy.rb:36:in `block in <top (required)>'.214Run options:215 include {:focus=>true}216 exclude {:quarantine=>true, :geo=>true, :level=>"migration"}217All examples were filtered out; ignoring {:focus=>true}218==> Setting up GitLab Workhorse...219 GitLab Workhorse set up in 65.609599187 seconds...220==> Setting up gitlab-test bare repository in /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare...221 /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.041283624 seconds...222Merge request > User posts diff notes223Starting the Capybara driver server...224 when hovering over a parallel view diff file225 with an old line on the left and no line on the right226Capybara starting Puma...227* Version 5.1.1 , codename: At Your Service228* Min threads: 0, max threads: 4229* Listening on unix:///tmp/20210303-355-1g5nld4230 allows commenting on the left side231 does not allow commenting on the right side232 with no line on the left and a new line on the right233 does not allow commenting on the left side234 allows commenting on the right side235 with an old line on the left and a new line on the right236 allows commenting on the right side237 with an unchanged line on the left and an unchanged line on the right238 allows commenting on the right side239 with a match line240 does not allow commenting241 with an unfolded line242 allows commenting on the left side243 allows commenting on the right side244 when hovering over an inline view diff file245 after deleteing a note246 allows commenting247 with a new line248 allows commenting249 with an old line250 allows commenting251 with an unchanged line252 allows commenting253 with a match line254 does not allow commenting255 with an unfolded line256 allows commenting257 when hovering over a diff discussion258 does not allow commenting259 when cancelling the comment addition260 with a new line261 allows dismissing a comment262 with multiple note forms263 posting a note264 adds as discussion265 when the MR only supports legacy diff notes266 with a new line267 allows commenting268 with an old line269 allows commenting270 with an unchanged line271 allows commenting272 with a match line273 does not allow commenting274Project members list275 when `vue_project_members_list` feature flag is enabled276 pushes `vue_project_members_list` feature flag to the frontend277 show members from project and group278 show user once if member of both group and project279 update user access level280 add user to project2821st Try error in ./spec/features/projects/members/list_spec.rb:60:283Unable to find visible css "tbody > tr" with text "Mary Jane" within #<Capybara::Node::Element tag="table" path="/HTML/BODY[1]/DIV[3]/DIV[1]/DIV[3]/MAIN[1]/DIV[2]/DIV[1]/DIV[2]/DIV[1]/DIV[1]/DIV[2]/TABLE[1]">284Unexpected browser console output:285http://127.0.0.1:34681/assets/webpack/dll.bdd308ec3cd1/vendor.dll.bundle.js 376276:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlButton>\n \u003CBVPopoverTemplate>\n \u003CBVPopover>\n \u003CBPopover>\n \u003CGlPopover>\n \u003CMarkdownHeader> at vue_shared/components/markdown/header.vue\n \u003CMarkdownField> at vue_shared/components/markdown/field.vue\n \u003CCommentFieldLayout> at notes/components/comment_field_layout.vue\n \u003CNoteForm> at notes/components/note_form.vue\n \u003CDiffLineNoteForm> at diffs/components/diff_line_note_form.vue\n \u003CDiffDiscussionReply> at diffs/components/diff_discussion_reply.vue\n \u003CDiffCommentCell> at diffs/components/diff_comment_cell.vue\n \u003CParallelDiffView> at diffs/components/parallel_diff_view.vue\n \u003CDiffContent> at diffs/components/diff_content.vue\n \u003CDiffFile> at diffs/components/diff_file.vue\n \u003CDiffsApp> at diffs/components/app.vue\n \u003CRoot>"286http://127.0.0.1:34681/assets/webpack/dll.bdd308ec3cd1/vendor.dll.bundle.js 376276:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlButton>\n \u003CBVPopoverTemplate>\n \u003CBVPopover>\n \u003CBPopover>\n \u003CGlPopover>\n \u003CMarkdownHeader> at vue_shared/components/markdown/header.vue\n \u003CMarkdownField> at vue_shared/components/markdown/field.vue\n \u003CCommentFieldLayout> at notes/components/comment_field_layout.vue\n \u003CNoteForm> at notes/components/note_form.vue\n \u003CDiffLineNoteForm> at diffs/components/diff_line_note_form.vue\n \u003CDiffDiscussionReply> at diffs/components/diff_discussion_reply.vue\n \u003CDiffCommentCell> at diffs/components/diff_comment_cell.vue\n \u003CParallelDiffView> at diffs/components/parallel_diff_view.vue\n \u003CDiffContent> at diffs/components/diff_content.vue\n \u003CDiffFile> at diffs/components/diff_file.vue\n \u003CDiffsApp> at diffs/components/app.vue\n \u003CRoot>"287http://127.0.0.1:34681/assets/webpack/dll.bdd308ec3cd1/vendor.dll.bundle.js 376276:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlButton>\n \u003CBVPopoverTemplate>\n \u003CBVPopover>\n \u003CBPopover>\n \u003CGlPopover>\n \u003CMarkdownHeader> at vue_shared/components/markdown/header.vue\n \u003CMarkdownField> at vue_shared/components/markdown/field.vue\n \u003CCommentFieldLayout> at notes/components/comment_field_layout.vue\n \u003CNoteForm> at notes/components/note_form.vue\n \u003CDiffLineNoteForm> at diffs/components/diff_line_note_form.vue\n \u003CDiffDiscussionReply> at diffs/components/diff_discussion_reply.vue\n \u003CDiffCommentCell> at diffs/components/diff_comment_cell.vue\n \u003CParallelDiffView> at diffs/components/parallel_diff_view.vue\n \u003CDiffContent> at diffs/components/diff_content.vue\n \u003CDiffFile> at diffs/components/diff_file.vue\n \u003CDiffsApp> at diffs/components/app.vue\n \u003CRoot>"288http://127.0.0.1:34681/assets/webpack/dll.bdd308ec3cd1/vendor.dll.bundle.js 376276:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlButton>\n \u003CBVPopoverTemplate>\n \u003CBVPopover>\n \u003CBPopover>\n \u003CGlPopover>\n \u003CMarkdownHeader> at vue_shared/components/markdown/header.vue\n \u003CMarkdownField> at vue_shared/components/markdown/field.vue\n \u003CCommentFieldLayout> at notes/components/comment_field_layout.vue\n \u003CNoteForm> at notes/components/note_form.vue\n \u003CDiffLineNoteForm> at diffs/components/diff_line_note_form.vue\n \u003CDiffDiscussionReply> at diffs/components/diff_discussion_reply.vue\n \u003CDiffCommentCell> at diffs/components/diff_comment_cell.vue\n \u003CParallelDiffView> at diffs/components/parallel_diff_view.vue\n \u003CDiffContent> at diffs/components/diff_content.vue\n \u003CDiffFile> at diffs/components/diff_file.vue\n \u003CDiffsApp> at diffs/components/app.vue\n \u003CRoot>"289http://127.0.0.1:34681/assets/webpack/dll.bdd308ec3cd1/vendor.dll.bundle.js 376276:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlButton>\n \u003CBVPopoverTemplate>\n \u003CBVPopover>\n \u003CBPopover>\n \u003CGlPopover>\n \u003CMarkdownHeader> at vue_shared/components/markdown/header.vue\n \u003CMarkdownField> at vue_shared/components/markdown/field.vue\n \u003CCommentFieldLayout> at notes/components/comment_field_layout.vue\n \u003CNoteForm> at notes/components/note_form.vue\n \u003CDiffLineNoteForm> at diffs/components/diff_line_note_form.vue\n \u003CDiffDiscussionReply> at diffs/components/diff_discussion_reply.vue\n \u003CDiffCommentCell> at diffs/components/diff_comment_cell.vue\n \u003CParallelDiffView> at diffs/components/parallel_diff_view.vue\n \u003CDiffContent> at diffs/components/diff_content.vue\n \u003CDiffFile> at diffs/components/diff_file.vue\n \u003CDiffsApp> at diffs/components/app.vue\n \u003CRoot>"290http://127.0.0.1:34681/assets/webpack/dll.bdd308ec3cd1/vendor.dll.bundle.js 376276:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlButton>\n \u003CBVPopoverTemplate>\n \u003CBVPopover>\n \u003CBPopover>\n \u003CGlPopover>\n \u003CMarkdownHeader> at vue_shared/components/markdown/header.vue\n \u003CMarkdownField> at vue_shared/components/markdown/field.vue\n \u003CCommentFieldLayout> at notes/components/comment_field_layout.vue\n \u003CNoteForm> at notes/components/note_form.vue\n \u003CDiffLineNoteForm> at diffs/components/diff_line_note_form.vue\n \u003CDiffDiscussionReply> at diffs/components/diff_discussion_reply.vue\n \u003CDiffCommentCell> at diffs/components/diff_comment_cell.vue\n \u003CInlineDiffView> at diffs/components/inline_diff_view.vue\n \u003CDiffContent> at diffs/components/diff_content.vue\n \u003CDiffFile> at diffs/components/diff_file.vue\n \u003CDiffsApp> at diffs/components/app.vue\n \u003CRoot>"291http://127.0.0.1:34681/assets/webpack/dll.bdd308ec3cd1/vendor.dll.bundle.js 376276:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlButton>\n \u003CBVPopoverTemplate>\n \u003CBVPopover>\n \u003CBPopover>\n \u003CGlPopover>\n \u003CMarkdownHeader> at vue_shared/components/markdown/header.vue\n \u003CMarkdownField> at vue_shared/components/markdown/field.vue\n \u003CCommentFieldLayout> at notes/components/comment_field_layout.vue\n \u003CNoteForm> at notes/components/note_form.vue\n \u003CDiffLineNoteForm> at diffs/components/diff_line_note_form.vue\n \u003CDiffDiscussionReply> at diffs/components/diff_discussion_reply.vue\n \u003CDiffCommentCell> at diffs/components/diff_comment_cell.vue\n \u003CInlineDiffView> at diffs/components/inline_diff_view.vue\n \u003CDiffContent> at diffs/components/diff_content.vue\n \u003CDiffFile> at diffs/components/diff_file.vue\n \u003CDiffsApp> at diffs/components/app.vue\n \u003CRoot>"292http://127.0.0.1:34681/assets/webpack/dll.bdd308ec3cd1/vendor.dll.bundle.js 376276:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlButton>\n \u003CBVPopoverTemplate>\n \u003CBVPopover>\n \u003CBPopover>\n \u003CGlPopover>\n \u003CMarkdownHeader> at vue_shared/components/markdown/header.vue\n \u003CMarkdownField> at vue_shared/components/markdown/field.vue\n \u003CCommentFieldLayout> at notes/components/comment_field_layout.vue\n \u003CNoteForm> at notes/components/note_form.vue\n \u003CDiffLineNoteForm> at diffs/components/diff_line_note_form.vue\n \u003CDiffDiscussionReply> at diffs/components/diff_discussion_reply.vue\n \u003CDiffCommentCell> at diffs/components/diff_comment_cell.vue\n \u003CInlineDiffView> at diffs/components/inline_diff_view.vue\n \u003CDiffContent> at diffs/components/diff_content.vue\n \u003CDiffFile> at diffs/components/diff_file.vue\n \u003CDiffsApp> at diffs/components/app.vue\n \u003CRoot>"293http://127.0.0.1:34681/assets/webpack/dll.bdd308ec3cd1/vendor.dll.bundle.js 376276:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlButton>\n \u003CBVPopoverTemplate>\n \u003CBVPopover>\n \u003CBPopover>\n \u003CGlPopover>\n \u003CMarkdownHeader> at vue_shared/components/markdown/header.vue\n \u003CMarkdownField> at vue_shared/components/markdown/field.vue\n \u003CCommentFieldLayout> at notes/components/comment_field_layout.vue\n \u003CNoteForm> at notes/components/note_form.vue\n \u003CDiffLineNoteForm> at diffs/components/diff_line_note_form.vue\n \u003CDiffDiscussionReply> at diffs/components/diff_discussion_reply.vue\n \u003CDiffCommentCell> at diffs/components/diff_comment_cell.vue\n \u003CInlineDiffView> at diffs/components/inline_diff_view.vue\n \u003CDiffContent> at diffs/components/diff_content.vue\n \u003CDiffFile> at diffs/components/diff_file.vue\n \u003CDiffsApp> at diffs/components/app.vue\n \u003CRoot>"294http://127.0.0.1:34681/assets/webpack/dll.bdd308ec3cd1/vendor.dll.bundle.js 376276:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlButton>\n \u003CBVPopoverTemplate>\n \u003CBVPopover>\n \u003CBPopover>\n \u003CGlPopover>\n \u003CMarkdownHeader> at vue_shared/components/markdown/header.vue\n \u003CMarkdownField> at vue_shared/components/markdown/field.vue\n \u003CCommentFieldLayout> at notes/components/comment_field_layout.vue\n \u003CNoteForm> at notes/components/note_form.vue\n \u003CDiffLineNoteForm> at diffs/components/diff_line_note_form.vue\n \u003CDiffDiscussionReply> at diffs/components/diff_discussion_reply.vue\n \u003CDiffCommentCell> at diffs/components/diff_comment_cell.vue\n \u003CInlineDiffView> at diffs/components/inline_diff_view.vue\n \u003CDiffContent> at diffs/components/diff_content.vue\n \u003CDiffFile> at diffs/components/diff_file.vue\n \u003CDiffsApp> at diffs/components/app.vue\n \u003CRoot>"295http://127.0.0.1:34681/assets/webpack/dll.bdd308ec3cd1/vendor.dll.bundle.js 376276:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlButton>\n \u003CBVPopoverTemplate>\n \u003CBVPopover>\n \u003CBPopover>\n \u003CGlPopover>\n \u003CMarkdownHeader> at vue_shared/components/markdown/header.vue\n \u003CMarkdownField> at vue_shared/components/markdown/field.vue\n \u003CCommentFieldLayout> at notes/components/comment_field_layout.vue\n \u003CNoteForm> at notes/components/note_form.vue\n \u003CDiffLineNoteForm> at diffs/components/diff_line_note_form.vue\n \u003CDiffDiscussionReply> at diffs/components/diff_discussion_reply.vue\n \u003CDiffCommentCell> at diffs/components/diff_comment_cell.vue\n \u003CInlineDiffView> at diffs/components/inline_diff_view.vue\n \u003CDiffContent> at diffs/components/diff_content.vue\n \u003CDiffFile> at diffs/components/diff_file.vue\n \u003CDiffsApp> at diffs/components/app.vue\n \u003CRoot>"296http://127.0.0.1:34681/assets/webpack/dll.bdd308ec3cd1/vendor.dll.bundle.js 376276:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlButton>\n \u003CBVPopoverTemplate>\n \u003CBVPopover>\n \u003CBPopover>\n \u003CGlPopover>\n \u003CMarkdownHeader> at vue_shared/components/markdown/header.vue\n \u003CMarkdownField> at vue_shared/components/markdown/field.vue\n \u003CCommentFieldLayout> at notes/components/comment_field_layout.vue\n \u003CNoteForm> at notes/components/note_form.vue\n \u003CDiffLineNoteForm> at diffs/components/diff_line_note_form.vue\n \u003CDiffDiscussionReply> at diffs/components/diff_discussion_reply.vue\n \u003CDiffCommentCell> at diffs/components/diff_comment_cell.vue\n \u003CInlineDiffView> at diffs/components/inline_diff_view.vue\n \u003CDiffContent> at diffs/components/diff_content.vue\n \u003CDiffFile> at diffs/components/diff_file.vue\n \u003CDiffsApp> at diffs/components/app.vue\n \u003CRoot>"297http://127.0.0.1:34681/assets/webpack/dll.bdd308ec3cd1/vendor.dll.bundle.js 376276:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlButton>\n \u003CBVPopoverTemplate>\n \u003CBVPopover>\n \u003CBPopover>\n \u003CGlPopover>\n \u003CMarkdownHeader> at vue_shared/components/markdown/header.vue\n \u003CMarkdownField> at vue_shared/components/markdown/field.vue\n \u003CCommentFieldLayout> at notes/components/comment_field_layout.vue\n \u003CNoteForm> at notes/components/note_form.vue\n \u003CDiffLineNoteForm> at diffs/components/diff_line_note_form.vue\n \u003CDiffDiscussionReply> at diffs/components/diff_discussion_reply.vue\n \u003CDiffCommentCell> at diffs/components/diff_comment_cell.vue\n \u003CInlineDiffView> at diffs/components/inline_diff_view.vue\n \u003CDiffContent> at diffs/components/diff_content.vue\n \u003CDiffFile> at diffs/components/diff_file.vue\n \u003CDiffsApp> at diffs/components/app.vue\n \u003CRoot>"298http://127.0.0.1:34681/assets/webpack/dll.bdd308ec3cd1/vendor.dll.bundle.js 376276:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlButton>\n \u003CBVPopoverTemplate>\n \u003CBVPopover>\n \u003CBPopover>\n \u003CGlPopover>\n \u003CMarkdownHeader> at vue_shared/components/markdown/header.vue\n \u003CMarkdownField> at vue_shared/components/markdown/field.vue\n \u003CCommentFieldLayout> at notes/components/comment_field_layout.vue\n \u003CNoteForm> at notes/components/note_form.vue\n \u003CDiffLineNoteForm> at diffs/components/diff_line_note_form.vue\n \u003CDiffDiscussionReply> at diffs/components/diff_discussion_reply.vue\n \u003CDiffCommentCell> at diffs/components/diff_comment_cell.vue\n \u003CInlineDiffView> at diffs/components/inline_diff_view.vue\n \u003CDiffContent> at diffs/components/diff_content.vue\n \u003CDiffFile> at diffs/components/diff_file.vue\n \u003CDiffsApp> at diffs/components/app.vue\n \u003CRoot>"299http://127.0.0.1:34681/assets/webpack/dll.bdd308ec3cd1/vendor.dll.bundle.js 376276:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlButton>\n \u003CBVPopoverTemplate>\n \u003CBVPopover>\n \u003CBPopover>\n \u003CGlPopover>\n \u003CMarkdownHeader> at vue_shared/components/markdown/header.vue\n \u003CMarkdownField> at vue_shared/components/markdown/field.vue\n \u003CCommentFieldLayout> at notes/components/comment_field_layout.vue\n \u003CNoteForm> at notes/components/note_form.vue\n \u003CDiffLineNoteForm> at diffs/components/diff_line_note_form.vue\n \u003CDiffDiscussionReply> at diffs/components/diff_discussion_reply.vue\n \u003CDiffCommentCell> at diffs/components/diff_comment_cell.vue\n \u003CInlineDiffView> at diffs/components/inline_diff_view.vue\n \u003CDiffContent> at diffs/components/diff_content.vue\n \u003CDiffFile> at diffs/components/diff_file.vue\n \u003CDiffsApp> at diffs/components/app.vue\n \u003CRoot>"301RSpec::Retry: 2nd try ./spec/features/projects/members/list_spec.rb:60302 uses ProjectMember access_level_roles for the invite members modal access option303 remove user from project304 invite user to project3061st Try error in ./spec/features/projects/members/list_spec.rb:108:307Unable to find link "Invited"309RSpec::Retry: 2nd try ./spec/features/projects/members/list_spec.rb:108310 project bots311 does not show form used to change roles and "Expiration date" or the remove user button312 when user has 2FA enabled313 shows 2FA badge to user with "Maintainer" access level314unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.315unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.316unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.317 shows 2FA badge to admins318 does not show 2FA badge to users with access level below "Maintainer"319 shows 2FA badge to themselves320 when `vue_project_members_list` feature flag is disabled321 show members from project and group322 show user once if member of both group and project323 update user access level324 add user to project325 remove user from project326 invite user to project327 project bots328 does not show form used to change roles and "Expiration date" or the remove user button329Merge request > Batch comments330 Feature is enabled331 has review bar332 adds draft note333 publishes review334 publishes single comment335 deletes draft note336 edits draft note337 in parallel diff338 adds draft comments to both sides339 thread is unresolved340 publishes comment right away and resolves the thread341 publishes review and resolves the thread342 thread is resolved343 publishes comment right away and unresolves the thread344 publishes review and unresolves the thread345Admin Mode Login346 with two-factor authentication347 with valid username/password348 using one-time code349 blocks login if we reuse the same code immediately350 not re-using codes351 allows login with valid code352 blocks login with invalid code353 allows login with invalid code, then valid code354 using backup code355 with valid code356 allows login357 invalidates the used code358 with invalid code359 blocks login360 when logging in via omniauth361 when authn_context is worth two factors362 signs user in without prompting for second factor363 when two factor authentication is required364 shows 2FA prompt after omniauth login365 when logging in via ldap366 when two factor authentication is required367DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)368DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)369 shows 2FA prompt after ldap login370Overview tab on a user profile371 activities section372 user has no activities373 does not show any entries in the list of activities374 does not show a link to the activity list375 user has 3 activities376 display 3 entries in the list of activities377 user has 11 activities378 displays 10 entries in the list of activities379 shows a link to the activity list380 links to the activity tab381 projects section382 user has no personal projects383 shows an empty project list with an info message384 does not show a link to the project list385 user has a personal project386 shows one entry in the list of projects387 shows a link to the project list388 shows projects in "compact mode"389 user has more than ten personal projects390 shows max. ten entries in the list of projects391 shows a link to the project list392 does not show pagination393 followers section394 user has no followers395 shows an empty followers list with an info message396 user has less then 20 followers397WARNING: Active Record does not support composite primary key.398user_follow_users has composite primary key. Composite primary key is ignored.399 shows followers400 user has more then 20 followers401 shows paginated followers402 following section403 user is not following others404 shows an empty following list with an info message405 user is following less then 20 people406 shows following user407 user is following more then 20 people408 shows paginated following409 bot user410 feature flag enabled411 activity panel's title is 'Bot activity'412 does not show projects panel413 feature flag disabled414 activity panel's title is not 'Bot activity'415 shows projects panel416Clusterable > Show page417 when clusterable is a project418 behaves like show page419 displays cluster type label420 allow the user to set domain421 does not show the environments tab422 when there is a cluster with ingress and external ip423 shows help text with the domain as an alternative to custom domain424 when there is no ingress425 alternative to custom domain is not shown426 behaves like editing a GCP cluster427 is not able to edit the name, API url, CA certificate nor token428 displays GKE information429 behaves like editing a user-provided cluster430 is able to edit the name, API url, CA certificate and token431 does not display GKE information432 when clusterable is a group433 behaves like show page434 displays cluster type label435 allow the user to set domain436 does not show the environments tab437 when there is a cluster with ingress and external ip438 shows help text with the domain as an alternative to custom domain439 when there is no ingress440 alternative to custom domain is not shown441 behaves like editing a GCP cluster442 is not able to edit the name, API url, CA certificate nor token443 displays GKE information444 behaves like editing a user-provided cluster445 is able to edit the name, API url, CA certificate and token446 does not display GKE information447 when clusterable is an instance448 behaves like show page449 displays cluster type label450 allow the user to set domain451 does not show the environments tab452 when there is a cluster with ingress and external ip453 shows help text with the domain as an alternative to custom domain454 when there is no ingress455 alternative to custom domain is not shown456 behaves like editing a GCP cluster457 is not able to edit the name, API url, CA certificate nor token458 displays GKE information459 behaves like editing a user-provided cluster460 is able to edit the name, API url, CA certificate and token461 does not display GKE information462Merge request > User awards emoji463 logged in464 adds award to merge request465 removes award from merge request466 has only one menu on the page467 adds awards to note468 the project is archived469 does not see award menu button470 logged out471 does not see award menu button472Projects > Members > Sorting473 when `vue_project_members_list` feature flag is enabled474 sorts by account by default475 sorts by max role ascending476 sorts by max role descending477 sorts by access granted ascending478 sorts by access granted descending479 sorts by account ascending480 sorts by account descending481 sorts by last sign-in ascending482 sorts by last sign-in descending483 when `vue_project_members_list` feature flag is disabled484 sorts alphabetically by default485 sorts by access level ascending486 sorts by access level descending487 sorts by last joined488 sorts by oldest joined489 sorts by name ascending490 sorts by name descending491 sorts by recent sign in492 sorts by oldest sign in493Merge requests > User mass updates494 status495 does not exist in merged state496 close merge request497DEPRECATION WARNING: /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activesupport-6.0.3.4/lib/active_support/cache.rb:330: warning: Passing the keyword argument as the last hash parameter is deprecated498/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activesupport-6.0.3.4/lib/active_support/cache.rb:710: warning: The called method `get_entry_value' is defined here499 (called from fetch at /builds/gitlab-org/gitlab/lib/gitlab/repository_cache.rb:25)500 closes merge request501 reopen merge request502 reopens merge request503 assignee504 set assignee505 updates merge request with assignee506 remove assignee507 removes assignee from the merge request508 milestone509 set milestone510 updates merge request with milestone511 unset milestone512 removes milestone from the merge request513Public Group access514 Group should be public515 #public?516 is expected to be truthy517 GET /groups/:path518 is expected to be allowed for admin519 is expected to be allowed for owner520 is expected to be allowed for maintainer521 is expected to be allowed for developer522 is expected to be allowed for reporter523 is expected to be allowed for guest524 is expected to be allowed for the specified user525 is expected to be allowed for user526 is expected to be allowed for external527 is expected to be allowed for visitor528 GET /groups/:path/-/issues529 is expected to be allowed for admin530 is expected to be allowed for owner531 is expected to be allowed for maintainer532 is expected to be allowed for developer533 is expected to be allowed for reporter534 is expected to be allowed for guest535 is expected to be allowed for the specified user536 is expected to be allowed for user537 is expected to be allowed for external538 is expected to be allowed for visitor539 GET /groups/:path/-/merge_requests540 is expected to be allowed for admin541 is expected to be allowed for owner542 is expected to be allowed for maintainer543 is expected to be allowed for developer544 is expected to be allowed for reporter545 is expected to be allowed for guest546 is expected to be allowed for the specified user547 is expected to be allowed for user548 is expected to be allowed for external549 is expected to be allowed for visitor550 GET /groups/:path/-/group_members551 is expected to be allowed for admin552 is expected to be allowed for owner553 is expected to be allowed for maintainer554 is expected to be allowed for developer555 is expected to be allowed for reporter556 is expected to be allowed for guest557 is expected to be allowed for the specified user558 is expected to be allowed for user559 is expected to be allowed for external560 is expected to be allowed for visitor561 GET /groups/:path/-/edit562 is expected to be allowed for admin563 is expected to be allowed for owner564 is expected to be denied for maintainer565 is expected to be denied for developer566 is expected to be denied for reporter567 is expected to be denied for guest568 is expected to be denied for the specified user569 is expected to be denied for user570 is expected to be denied for visitor571 is expected to be denied for external572User comments on issue573 when adding comments574 adds comment575 adds comment with code block576 renders HTML content as text in Mermaid577 opens autocomplete menu for quick actions and have `/label` first choice578 when editing comments579 edits comment580Import/Export - Group Import581 when the user uploads a valid export file582 when using the pre-filled path583DEPRECATION WARNING: /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/carrierwave-1.3.1/lib/carrierwave/sanitized_file.rb:316: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call584/usr/local/lib/ruby/2.7.0/fileutils.rb:206: warning: The called method `mkdir_p' is defined here585 (called from cache! at /builds/gitlab-org/gitlab/app/uploaders/object_storage.rb:369)586/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/carrierwave-1.3.1/lib/carrierwave/mounter.rb:113: warning: deprecated Object#=~ is called on TrueClass; it always returns nil587 successfully imports the group588 when modifying the pre-filled path589 successfully imports the group590 when the path is already taken591 suggests a unique path592 when the user uploads an invalid export file593 displays an error594Issues csv595 triggers an email export596 doesn't send request params to ExportCsvWorker597 displays flash message598 includes a csv attachment599 ignores pagination600 uses filters from issue index601 ignores sorting from issue index602 uses array filters, such as label_name603 avoids excessive database calls604User searches for merge requests605 does not show top right search form606 finds a merge request607 sorts by created date608 when on a project page609 finds a merge request610Groups > Members > Leave group611 guest leaves the group612 guest leaves the group by url param613 guest leaves the group as last member614 owner leaves the group if they are not the last owner615 owner can not leave the group if they are the last owner616 owner can not leave the group by url param if they are the last owner617Merge Requests > User filters by deployments618 filtering by deployed-before619 applies the filter620 filtering by deployed-after621 applies the filter622 filtering by environment623 applies the filter624User updates feature flag625 with a new version feature flag626 user adds a second strategy627 user toggles the flag on628 with a legacy feature flag629 the user cannot edit the flag630User uploads new design631 when the feature is available632DEPRECATION WARNING: Class level methods will no longer inherit scoping from `create` in Rails 6.1. To continue using the scoped relation, pass it into the block directly. To instead access the full set of models, as Rails 6.1 will, use `DesignManagement::Design.default_scoped`. (called from block in project_init at /builds/gitlab-org/gitlab/app/models/concerns/atomic_internal_id.rb:217)633 uploads designs634 when the feature is not available635 shows the message about requirements636User removes labels637 when one label638 removes label639 when many labels640 removes all labels641Dropdown assignee642 behavior643 loads all the assignees when opened644 shows current user at top of dropdown645 selecting from dropdown without Ajax call646 selects current user647Merge request > User resolves Work in Progress648 when there is active pipeline for merge request649 retains merge request data after clicking Resolve WIP status650Project > Activity > User sees private activity651 shows the activity to a logged-in user with permissions652 hides the activity from a logged-in user without permissions653 hides the activity from an anonymous user654Dashboard Issues Feed655 GET /issues656 atom feed657 returns 400 if no filter is used658 renders atom feed via personal access token659 renders atom feed via feed token660 renders atom feed with url parameters661 issue with basic fields662 renders issue fields663 issue with label and milestone664 renders issue label and milestone info665Group activity page666 when signed in667 RSS668 behaves like it has an RSS button with current_user's feed token669 shows the RSS button with current_user's feed token670 behaves like an autodiscoverable RSS feed with current_user's feed token671 has an RSS autodiscovery link tag with current_user's feed token672 when project is in the group673 renders user joined to project event674 when signed out675 behaves like it has an RSS button without a feed token676 shows the RSS button without a feed token677 behaves like an autodiscoverable RSS feed without a feed token678 has an RSS autodiscovery link tag without a feed token679User views services680 shows the list of available services681Admin System Info682 GET /admin/system_info683 when all info is available684 shows system info page685 when CPU info is not available686 shows system info page with no CPU info687 when memory info is not available688 shows system info page with no CPU info689Group Repository settings690 Deploy tokens691 behaves like a deploy token in settings692 view deploy tokens693 add a new deploy token694 Default initial branch name695 has the setting section696 renders the correct setting section content697Projects > Members > Group member cannot leave group project698 user does not see a "Leave project" link699 renders a flash message if attempting to leave by url700User sees feature flag user list details701 displays the list name702User searches Incident Management incidents703 when a developer displays the incident list they can search for an incident704 shows the incident table with an incident for a valid search filter bar705User edits milestone706 shows the right start date and due date707Root explore708 when logged in709 shows projects710 when not logged in711 shows projects712Projects > Members > Owner cannot leave project713 user does not see a "Leave project" link714Subscriptions Content Security Policy715 when there is no global config716 does not add CSP directives717 when a global CSP config exists718 appends to CSP directives719Sentry720 does not load sentry if sentry is disabled721 loads sentry if sentry is enabled722Knapsack report was generated. Preview:723{724 "spec/features/merge_request/user_posts_diff_notes_spec.rb": 166.37173461914062,725 "spec/features/projects/members/list_spec.rb": 168.88038873672485,726 "spec/features/merge_request/batch_comments_spec.rb": 79.38429927825928,727 "spec/features/admin/admin_mode/login_spec.rb": 54.524874210357666,728 "spec/features/users/overview_spec.rb": 39.93835115432739,729 "spec/features/clusters/cluster_detail_page_spec.rb": 31.581745147705078,730 "spec/features/merge_request/user_awards_emoji_spec.rb": 28.835992574691772,731 "spec/features/projects/members/sorting_spec.rb": 22.88232159614563,732 "spec/features/merge_requests/user_mass_updates_spec.rb": 20.579528331756592,733 "spec/features/security/group/public_access_spec.rb": 19.499542951583862,734 "spec/features/issues/user_comments_on_issue_spec.rb": 18.50551724433899,735 "spec/features/groups/import_export/import_file_spec.rb": 14.888662099838257,736 "spec/features/issues/csv_spec.rb": 12.477056980133057,737 "spec/features/search/user_searches_for_merge_requests_spec.rb": 10.898741006851196,738 "spec/features/groups/members/leave_group_spec.rb": 8.159412860870361,739 "spec/features/merge_requests/user_filters_by_deployments_spec.rb": 9.405350923538208,740 "spec/features/projects/feature_flags/user_updates_feature_flag_spec.rb": 7.114983320236206,741 "spec/features/projects/issues/design_management/user_uploads_designs_spec.rb": 7.1020472049713135,742 "spec/features/projects/labels/user_removes_labels_spec.rb": 5.91062331199646,743 "spec/features/issues/filtered_search/dropdown_assignee_spec.rb": 5.688325643539429,744 "spec/features/merge_request/user_resolves_wip_mr_spec.rb": 5.0901710987091064,745 "spec/features/projects/activity/user_sees_private_activity_spec.rb": 4.090943098068237,746 "spec/features/atom/dashboard_issues_spec.rb": 4.14739990234375,747 "spec/features/groups/activity_spec.rb": 2.9622151851654053,748 "spec/features/projects/services/user_views_services_spec.rb": 2.2848169803619385,749 "spec/features/admin/admin_system_info_spec.rb": 2.2630996704101562,750 "spec/features/groups/settings/repository_spec.rb": 2.432105541229248,751 "spec/features/projects/members/group_member_cannot_leave_group_project_spec.rb": 2.1624529361724854,752 "spec/features/projects/feature_flag_user_lists/user_sees_feature_flag_user_list_details_spec.rb": 1.0936691761016846,753 "spec/features/incidents/user_searches_incidents_spec.rb": 1.3349268436431885,754 "spec/features/milestones/user_edits_milestone_spec.rb": 1.310591459274292,755 "spec/features/dashboard/root_explore_spec.rb": 0.6964006423950195,756 "spec/features/projects/members/owner_cannot_leave_project_spec.rb": 0.6321418285369873,757 "spec/features/jira_connect/subscriptions_spec.rb": 0.1731412410736084,758 "spec/features/sentry_js_spec.rb": 0.19129610061645508759}760Knapsack global time execution for tests: 12m 43s761Finished in 14 minutes 6 seconds (files took 49.83 seconds to load)762272 examples, 0 failures763Wed 03 Mar 2021 12:17:21 PM UTC765Not uploading cache rails-v4-3 due to policy767Uploading artifacts...768coverage/: found 5 matching files and directories 769WARNING: crystalball/: no matching files 770deprecations/: found 14 matching files and directories 771knapsack/: found 3 matching files and directories 772rspec_flaky/: found 4 matching files and directories 773rspec_profiling/: found 1 matching files and directories 774tmp/capybara/: found 5 matching files and directories 775tmp/memory_test/: found 2 matching files and directories 776tmp/feature_flags/: found 205 matching files and directories 777log/*.log: found 17 matching files and directories 778Uploading artifacts as "archive" to coordinator... ok id=1069711921 responseStatus=201 Created token=3r5jwrYo779Uploading artifacts...780junit_rspec.xml: found 1 matching files and directories 781Uploading artifacts as "junit" to coordinator... ok id=1069711921 responseStatus=201 Created token=3r5jwrYo783Job succeeded