rspec system pg11-as-if-foss 15/24
Passed Started
by
@patrickbajao

Patrick Bajao
1Running with gitlab-runner 13.9.0-rc2 (69c049fd)2 on prm-com-gitlab-org bd0915563 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-bd091556-project-278964-concurrent-0 via runner-bd091556-prm-1614760344-a6e5e602...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 17% |***** | 68.2M 0:00:04 ETA25gitlab.tar.gz 95% |****************************** | 378M 0:00:00 ETA26gitlab.tar.gz 100% |********************************| 396M 0:00:00 ETA27'/tmp/gitlab.tar.gz' saved28Extracting tarball into /builds/gitlab-org/gitlab...29Fetching changes with git depth set to 20...30Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/31remote: Enumerating objects: 1210, done. 32remote: Counting objects: 100% (645/645), done. 33remote: Compressing objects: 100% (248/248), done. 34remote: Total 320 (delta 256), reused 130 (delta 68), pack-reused 035Receiving objects: 100% (320/320), 40.40 KiB | 10.10 MiB/s, done.36Resolving deltas: 100% (256/256), completed with 120 local objects.38 * [new ref] 4996f4cc3b5cc82b8b493bfd2a4ced37e8cf757c -> refs/pipelines/26473258739Checking out 4996f4cc as refs/merge-requests/55046/merge...40Skipping Git submodules setup42Checking cache for rails-v4-3...43cache.zip is up to date 44WARNING: 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) 45Successfully extracted cache47Downloading artifacts for compile-test-assets as-if-foss (1069711723)...48Downloading artifacts from coordinator... ok id=1069711723 responseStatus=200 OK token=nvgyNQyG49Downloading artifacts for detect-tests (1069711729)...50Downloading artifacts from coordinator... ok id=1069711729 responseStatus=200 OK token=4KJ6tsyT51Downloading artifacts for retrieve-tests-metadata (1069711731)...52Downloading artifacts from coordinator... ok id=1069711731 responseStatus=200 OK token=nMSW8ysV53Downloading artifacts for setup-test-env (1069711725)...54Downloading artifacts from coordinator... ok id=1069711725 responseStatus=200 OK token=fSmN9Jtk55WARNING: tmp/tests/gitlab-shell/.gitlab_shell_secret: chmod tmp/tests/gitlab-shell/.gitlab_shell_secret: no such file or directory (suppressing repeats) 57Using 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 ...58$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb59$ export GOPATH=$CI_PROJECT_DIR/.go60$ mkdir -p $GOPATH61$ source scripts/utils.sh62$ source scripts/prepare_build.sh63Bundler version 2.1.464$ bundle install --without=production development --jobs=2 --path=vendor --retry=3 --quiet65==> 'bundle install --without=production development --jobs=2 --path=vendor --retry=3 --quiet' succeeded in 1 seconds.66$ bundle check67The Gemfile's dependencies are satisfied68==> 'bundle check' succeeded in 1 seconds.69$ bundle pristine pg70Installing pg 1.2.3 with native extensions71==> 'bundle pristine pg' succeeded in 9 seconds.72$ setup_db_user_only73CREATE ROLE74GRANT75==> 'setup_db_user_only' succeeded in 0 seconds.76$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee77Dropped database 'gitlabhq_test'78Created database 'gitlabhq_test'79==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 22 seconds.80$ run_timed_command "gem install knapsack --no-document"81$ gem install knapsack --no-document82Successfully installed knapsack-1.20.0831 gem installed84==> 'gem install knapsack --no-document' succeeded in 1 seconds.85$ run_timed_command "scripts/gitaly-test-spawn"86$ scripts/gitaly-test-spawn87Settings are listed in order of priority. The top value will be used.88retry89Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): 390path91Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): "/builds/gitlab-org/gitlab/vendor/gitaly-ruby"92jobs93Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): 494app_config95Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config"96gemfile97Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"98flags99Set via BUNDLE_FLAGS: "--jobs=4 --retry=3 --path=/builds/gitlab-org/gitlab/vendor/gitaly-ruby"100Don't run Bundler as root. Bundler can ask for sudo if it is needed, and101installing your bundle as root will break this application for all non-root102users on this machine.103Using abstract_type 0.0.7104Using concurrent-ruby 1.1.7105Using i18n 1.8.5106Using minitest 5.14.2107Using thread_safe 0.3.6108Using tzinfo 1.2.9109Using zeitwerk 2.4.2110Using activesupport 6.0.3.4111Using builder 3.2.4112Using erubi 1.10.0113Using mini_portile2 2.5.0114Using racc 1.5.2115Using nokogiri 1.11.1 (x86_64-linux)116Using rails-dom-testing 2.0.3117Using crass 1.0.6118Using loofah 2.9.0119Using rails-html-sanitizer 1.3.0120Using actionview 6.0.3.4121Using rack 2.2.3122Using rack-test 1.1.0123Using actionpack 6.0.3.4124Using ice_nine 0.11.2125Using memoizable 0.4.2126Using adamantium 0.2.0127Using public_suffix 4.0.6128Using addressable 2.7.0129Using ast 2.4.1130Using binding_ninja 0.2.3131Using bundler 2.1.4132Using charlock_holmes 0.7.7133Using coderay 1.1.2134Using equalizer 0.0.11135Using concord 0.1.5136Using diff-lcs 1.3137Using dotenv 2.7.6138Using escape_utils 1.2.1139Using factory_bot 5.0.2140Using multipart-post 2.1.1141Using faraday 1.0.1142Using ffi 1.13.1143Using json 2.5.1144Using gemojione 3.3.0145Using mini_mime 1.0.2146Using rugged 1.0.1147Using github-linguist 7.12.1148Using github-markup 1.7.0149Using mime-types-data 3.2020.1104150Using mime-types 3.3.1151Using gitlab-gollum-rugged_adapter 0.4.4.3.gitlab.1152Using rouge 3.26.0153Using nokogumbo 1.5.0154Using sanitize 4.6.6155Using stringex 2.8.5156Using gitlab-gollum-lib 4.2.7.10.gitlab.1157Using google-protobuf 3.12.4 (x86_64-linux)158Using googleapis-common-protos-types 1.0.5159Using grpc 1.30.2 (x86_64-linux)160Using opentracing 0.5.0161Using thrift 0.13.0162Using jaeger-client 1.1.0163Using pg_query 1.3.0164Using redis 4.2.5165Using gitlab-labkit 0.15.0166Using gitlab-markup 1.7.1167Using grpc-tools 1.30.2168Using sawyer 0.8.2169Using octokit 4.20.0170Using reverse_markdown 1.4.0171Using thor 1.1.0172Using licensee 9.14.1173Using method_source 0.9.2174Using msgpack 1.3.3175Using optimist 3.0.1176Using parallel 1.19.2177Using parser 2.7.2.0178Using procto 0.0.3179Using unparser 0.4.7180Using proc_to_ast 0.1.0181Using pry 0.12.2182Using rainbow 3.0.0183Using rbtrace 0.4.14184Using rdoc 6.2.0185Using regexp_parser 1.8.1186Using rexml 3.2.4187Using rspec-support 3.8.0188Using rspec-core 3.8.0189Using rspec-expectations 3.8.3190Using rspec-mocks 3.8.0191Using rspec 3.8.0192Using rspec-parameterized 0.4.2193Using rubocop-ast 0.2.0194Using ruby-progressbar 1.10.1195Using unicode-display_width 1.7.0196Using rubocop 0.86.0197Using sentry-raven 3.0.4198Using timecop 0.9.1199Bundle complete! 21 Gemfile dependencies, 96 gems now installed.200Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`201Checking gitaly-ruby Gemfile...202Checking gitaly-ruby bundle...203The Gemfile's dependencies are satisfied204Trying to connect to gitaly: ....... OK205Trying to connect to gitaly2: ................. OK206Trying to connect to praefect: ........ OK207==> 'scripts/gitaly-test-spawn' succeeded in 4 seconds.208$ source ./scripts/rspec_helpers.sh209$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"210KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb211WARNING: `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)>'.212Run options:213 include {:focus=>true}214 exclude {:quarantine=>true, :geo=>true, :level=>"migration"}215All examples were filtered out; ignoring {:focus=>true}216==> Setting up GitLab Workhorse...217 GitLab Workhorse set up in 62.73764033 seconds...218==> Setting up gitlab-test bare repository in /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare...219 /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.028465835 seconds...220Issue Boards221Starting the Capybara driver server...222 no lists223Capybara starting Puma...224* Version 5.1.1 , codename: At Your Service225* Min threads: 0, max threads: 4226* Listening on unix:///tmp/20210303-355-19n72mp227 creates default lists228 with lists229 shows issues in lists230 shows confidential issues with icon231 search closed list232 search list233 allows user to delete board234 infinite scrolls list235 search list negation queries236 with the NOT queries feature flag disabled237 does not have the != option238 with the NOT queries feature flag enabled239 does not have the != option240 closed241 shows list of closed issues242 moves issue to closed243 removes all of the same issue to closed244 lists245 changes position of list246 dragging does not duplicate list247 issue moves between lists and does not show the "Development" label since the card is in the "Development" list label248 issue moves between lists and does not show the "Planning" label since the card is in the "Planning" list label249 issue moves from closed250 issue card251 shows assignee252 list header253 shows issue count on the list254 new list255 shows all labels in new list dropdown256 creates new list for label257 creates new list for Backlog label258 creates new list for Closed label259 keeps dropdown open after adding new list260 creates new list from a new label261 filtering262 filters by author263 filters by assignee264 filters by milestone265 filters by label266 filters by label with encoded character267 removes filtered labels268 infinite scrolls list with label filter269 filters by clicking label button on issue270 removes label filter by clicking label button on issue271 issue board focus mode272 shows the button273 keyboard shortcuts274 allows user to use keyboard shortcuts275 signed out user276 displays lists277 does not show create new list278 does not allow dragging279 as guest user280 does not show create new list281Task Lists282 for Issues283 multiple tasks284 renders285 contains the required selectors286 is only editable by author287 provides a summary on Issues#index288 single incomplete task289 renders290 provides a summary on Issues#index291 single complete task292 renders293 provides a summary on Issues#index294 for Notes295 multiple tasks296 renders for note body297 contains the required selectors298 is only editable by author299 single incomplete task300 renders for note body301 single complete task302 renders for note body303 for Merge Requests304 when merge request is open305 provides a summary on MergeRequests#index306 behaves like multiple tasks307 renders for description308 contains the required selectors309 is only editable by author310 when merge request is closed311 behaves like multiple tasks312 renders for description313 contains the required selectors314 is only editable by author315 single incomplete task316 renders for description317 provides a summary on MergeRequests#index318 single complete task319 renders for description320 provides a summary on MergeRequests#index321 markdown task edge cases322 commented tasks323 renders324 summary with no blank line325 renders326 markdown starting with new line character327DEPRECATION 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 deprecated328/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 here329 (called from fetch at /builds/gitlab-org/gitlab/lib/gitlab/repository_cache.rb:25)330 allows the task to be checked331Merge request > User merges when pipeline succeeds332 when there is active pipeline for merge request333 enabling Merge when pipeline succeeds334 when enabled immediately335 behaves like Merge when pipeline succeeds activator336 activates the Merge when pipeline succeeds feature337 when enabled after it was previously canceled338 behaves like Merge when pipeline succeeds activator339 activates the Merge when pipeline succeeds feature340 when it was enabled and then canceled341 behaves like Merge when pipeline succeeds activator342 activates the Merge when pipeline succeeds feature343 when merge when pipeline succeeds is enabled344 allows to cancel the automatic merge345 allows to delete source branch346 when pipeline succeeds347 merges merge request348 view merge request with MWPS enabled but automatically merge fails349 shows information about the merge error350 view merge request with MWPS enabled but automatically merge fails351 shows information about the merge error352 when pipeline is not active353 does not allow to enable merge when pipeline succeeds354Issue notes polling355 creates356 displays the new comment357 updates358 when from own user359 displays the updated content360 when editing but have not changed anything, and an update comes in, show warning and does not update the note361 when editing but you changed some things, an update comes in, and you press cancel, show the updated content362 when from another user363 displays the updated content364 system notes365 shows the system note366issuable templates367 user creates an issue using templates368 user selects "bug" template369 user selects "bug" template and then "no template"370 user selects "bug" template, edits description and then selects "reset template"371 user creates an issue using templates, with a prior description372 user selects "bug" template373 user creates a merge request using templates374 user selects "feature-proposal" template375 changes template376 user selects "bug" template, then updates description, then selects "feature-proposal" template, then cancels template change377 user selects "bug" template, then updates description, then selects "feature-proposal" template, then dismiss the template warning378 user selects "bug" template, then updates description, then selects "feature-proposal" template, then applies template change379 user creates a merge request from a forked project using templates380 feature proposal template381 template exists in target project382 user selects template383Merge request > User sees deployment widget384 when merge request has associated environments385 when deployment succeeded386 displays that the environment is deployed387 when a user created a new merge request with the same SHA388 displays one environment which is related to the pipeline389 when deployment failed390 displays that the deployment failed391 when deployment running392 displays that the running deployment393 when deployment will happen394 displays that the environment name395 when deployment was cancelled396 displays that the environment name397 with stop action398 does start build when stop button clicked399 for reporter400 does not show stop button401Import multiple repositories by uploading a manifest file402 parses manifest file and list repositories403 imports a project successfully404 renders an error if invalid file was provided405Projects > Settings > User transfers a project406 focuses on the confirmation field407 allows transferring a project to a group408 and a new project is added with the same path409 overrides the redirect410 when nested groups are available411 allows transferring a project to a subgroup412Internal references413 when referencing to open issue414 from private project415 from merge request416 when user has access to private project417 shows references418 when referencing to open merge request419 from private project420 from merge request421 when user has access to private project422 shows references423Blob button line permalinks (BlobLinePermalinkUpdater)424 On a file(blob)425 Click "Permalink" button426 works with no initial line number fragment hash427 maintains intitial fragment hash428 changes fragment hash if line number clicked429 changes fragment hash if icon inside line number link is clicked430 with initial fragment hash, changes fragment hash if line number clicked431 Click "Blame" button432 works with no initial line number fragment hash433 maintains intitial fragment hash434 changes fragment hash if line number clicked435 changes fragment hash if icon inside line number link is clicked436 with initial fragment hash, changes fragment hash if line number clicked437View on environment438 when the branch has a route map439 and an active deployment440 when visiting the diff of a merge request for the branch441 has a "View on env" button442 when visiting a comparison for the branch443 has a "View on env" button444 when visiting a comparison for the commit445 has a "View on env" button446 when visiting a blob on the branch447 has a "View on env" button448 when visiting a blob on the commit449 has a "View on env" button450 when visiting the commit451 has a "View on env" button452Dropdown emoji453 when user not logged in454 behavior455 does not open when the search bar has my-reaction=456 when user loggged in457 behavior458 opens when the search bar has my-reaction=459 loads all the emojis when opened460 shows the most populated emoji at top of dropdown461Dashboard Issues462 issues463 shows issues assigned to current user464 shows issues when current user is author465 state filter tabs work466 behaves like it has an RSS button with current_user's feed token467 shows the RSS button with current_user's feed token468 behaves like an autodiscoverable RSS feed with current_user's feed token469 has an RSS autodiscovery link tag with current_user's feed token470 new issue dropdown471 shows projects only with issues feature enabled472 shows the new issue page473User expands diff474 allows user to expand diff475Functions476 when user does not have a cluster and visits the serverless page477 behaves like it's missing knative installation478 sees an empty state require Knative installation479 when the user does have a cluster and visits the serverless page480 behaves like it's missing knative installation481 sees an empty state require Knative installation482 when the user has a cluster and knative installed and visits the serverless page483 when there are no functions484 sees an empty listing of serverless functions485 when there are functions486 does not see an empty listing of serverless functions487User changes public project visibility488 when a project is public489 behaves like changing visibility to private490 requires confirmation491 when the project is internal492 behaves like changing visibility to private493 requires confirmation494Groups > Members > Request access495 request access feature is disabled496 user can request access to a group497 user does not see private projects498 user does not see group in the Dashboard > Groups page499 user is not listed in the group members page500 user can withdraw its request for access501 member does not see the request access button502User edit preferences profile503 allows the user to toggle their time format preference504 allows the user to toggle their time display preference505 User changes tab width to acceptable value506 shows success message507 saves the value508 User changes tab width to unacceptable value509 shows error message510 User language511 shows the user preferred language by default512Merge requests > User filters by multiple criteria513 filtering by label:~"Won't fix" and assignee:~bug514 applies the filters515 filtering by text, author, assignee, milestone, and label516 filters by text, author, assignee, milestone, and label517Merge request > User marks merge request as draft518 toggles draft status519Snippets tab on a user profile520 when the user has snippets521 pagination522 behaves like paginated snippets523 is limited to 20 items per page524 clicking on the link to the second page525 shows the remaining snippets526 list content527 contains only internal and public snippets of a user when a user is logged in528 contains only public snippets of a user when a user is not logged in529Projects > Members > Group member cannot request access to their group project530 owner does not see the request access button531 maintainer does not see the request access button532 developer does not see the request access button533 reporter does not see the request access button534 guest does not see the request access button535User views milestones536Checking for expected text of nil is confusing and/or pointless since it will always match. Please specify a string or regexp instead. /builds/gitlab-org/gitlab/spec/features/milestones/user_views_milestones_spec.rb:18537 shows milestone538 with issues539 opens milestone540 with associated releases541 with a single associated release542 shows the associated release543 with lots of associated releases544 shows the associated releases and the truncation text545User views milestones with no MR546Checking for expected text of nil is confusing and/or pointless since it will always match. Please specify a string or regexp instead. /builds/gitlab-org/gitlab/spec/features/milestones/user_views_milestones_spec.rb:80547 shows milestone548 opens milestone549Labels subscription550 when signed in551 users can subscribe/unsubscribe to group labels552 subscription filter553 shows only subscribed labels554 shows no subscribed labels message555 when not signed in556 users can not subscribe/unsubscribe to labels557 does not show subscribed tab558Profile > Applications559 User manages applications560 views an application561 deletes an application562 deletes an authorized application563Profile > Notifications > User changes notified_of_own_activity setting564 user opts into receiving notifications about their own activity565 user opts out of receiving notifications about their own activity566Projects > Show > Redirects567 shows public project page568 redirects to sign in page when project is private569 redirects to sign in page when project does not exist570 redirects to public project page after signing in571 redirects to private project page after sign in572 when signed in573 returns 404 status when project does not exist574 returns 404 when project is private575Issue prioritization576 when issues have one label577 are sorted properly578 when issues have multiple labels579 are sorted properly580Global search581 increases usage ping searches counter582 closes the dropdown on blur583 I search through the issues and I see pagination584 has a pagination585Projects > Show > User sees last commit CI status586 shows the project README587Admin::RequestsProfilesController588 GET /admin/requests_profiles589unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.590unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.591unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.592 shows the current profile token593 when having multiple profiles594 lists all available profiles595 GET /admin/requests_profiles/:profile596 when a profile exists597 when is valid call stack profile598 displays the content599 when is valid memory profile600 displays the content601 when a profile does not exist602 shows an error message603User views issue designs604 opens design detail605Product Analytics > Graphs606 shows graphs607Milestones sorting608 visit project milestones and sort by due_date_asc609User views branches610 all branches611 shows branches612 protected branches613 shows branches614Project deploy keys615 removing key616 removes association between project and deploy key617Projects > Files > User wants to edit a file618 file has been updated since the user opened the edit page619Admin browse spam logs620 browse spam logs621User views merged merge requests622 shows merged merge requests623Projects > Members > Owner cannot request access to their own project624 owner does not see the request access button625New merge request breadcrumb626 displays link to project merge requests and new merge request627Finished in 11 minutes 30 seconds (files took 32.6 seconds to load)628212 examples, 0 failures629Wed 03 Mar 2021 12:14:24 PM UTC631Not uploading cache rails-v4-3 due to policy633Uploading artifacts...634coverage/: found 5 matching files and directories 635WARNING: crystalball/: no matching files 636deprecations/: found 3 matching files and directories 637knapsack/: found 3 matching files and directories 638rspec_flaky/: found 2 matching files and directories 639rspec_profiling/: found 1 matching files and directories 640WARNING: tmp/capybara/: no matching files 641tmp/memory_test/: found 2 matching files and directories 642tmp/feature_flags/: found 117 matching files and directories 643log/*.log: found 16 matching files and directories 644Uploading artifacts as "archive" to coordinator... ok id=1069712322 responseStatus=201 Created token=rcscy668645Uploading artifacts...646junit_rspec.xml: found 1 matching files and directories 647Uploading artifacts as "junit" to coordinator... ok id=1069712322 responseStatus=201 Created token=rcscy668649Job succeeded