rspec-ee system pg11 2/6
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 13.3.1 (738bbe5a)2 on docker-auto-scale-com d5ae8d254Using 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 ...5Starting service postgres:11.6 ...6Pulling docker image postgres:11.6 ...7Using docker image sha256:2c963c0eb8c6efa49bb8352ea446f248d208d674cfc34fc9ea275b5f99f8dedd for postgres:11.6 ...8Starting service redis:4.0-alpine ...9Pulling docker image redis:4.0-alpine ...10Using docker image sha256:e3dd0e49bca555d559ca2e97f06a1efa108ebd230fddcb17606723994f18ae3b for redis:4.0-alpine ...11Starting service elasticsearch:6.4.2 ...12Pulling docker image elasticsearch:6.4.2 ...13Using docker image sha256:e47ebd7ec3eef5e48746af2ae376f180bbfbd23c7514b5b18a116f8349eb4c34 for elasticsearch:6.4.2 ...14Waiting for services to be up and running...15Authenticating with credentials from job payload (GitLab Registry)16Pulling 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 ...17Using 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 ...19Running on runner-d5ae8d25-project-278964-concurrent-0 via runner-d5ae8d25-gsrm-1598718347-c213b520...21$ eval "$CI_PRE_CLONE_SCRIPT"22Downloading archived master...23Connecting to storage.googleapis.com (172.217.193.128:443)24saving to '/tmp/gitlab.tar.gz'25gitlab.tar.gz 7% |** | 76.7M 0:00:12 ETA26gitlab.tar.gz 40% |************ | 404M 0:00:02 ETA27gitlab.tar.gz 66% |********************* | 668M 0:00:01 ETA28gitlab.tar.gz 95% |****************************** | 964M 0:00:00 ETA29gitlab.tar.gz 100% |********************************| 1007M 0:00:00 ETA30'/tmp/gitlab.tar.gz' saved31Extracting tarball into /builds/gitlab-org/gitlab...32Fetching changes with git depth set to 20...33Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/34Created fresh repository.35Checking out 4e12f87c as master...36Skipping Git submodules setup38Checking cache for rails-v2-3...39Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/rails-v2-3 40Successfully extracted cache42Downloading artifacts for compile-test-assets (710020301)...43Downloading artifacts from coordinator... ok id=710020301 responseStatus=200 OK token=dz2RyhAg44Downloading artifacts for retrieve-tests-metadata (710020310)...45Downloading artifacts from coordinator... ok id=710020310 responseStatus=200 OK token=LNgn8mU-46Downloading artifacts for setup-test-env (710020306)...47Downloading artifacts from coordinator... ok id=710020306 responseStatus=200 OK token=wSxhzuKE48WARNING: tmp/tests/gitlab-shell/.gitlab_shell_secret: chmod tmp/tests/gitlab-shell/.gitlab_shell_secret: no such file or directory (suppressing repeats) 50$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb51$ export GOPATH=$CI_PROJECT_DIR/.go52$ mkdir -p $GOPATH53$ source scripts/utils.sh54$ source scripts/prepare_build.sh55Bundler version 1.17.256$ bundle install --clean --without=production --without=development --jobs=2 --path=vendor --retry=3 --quiet57==> 'bundle install --clean --without=production --without=development --jobs=2 --path=vendor --retry=3 --quiet' succeeded in 1 seconds.58$ bundle check59Warning: 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`.60The Gemfile's dependencies are satisfied61==> 'bundle check' succeeded in 0 seconds.62$ bundle pristine pg63Warning: 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`.64Installing pg 1.2.2 with native extensions65==> 'bundle pristine pg' succeeded in 10 seconds.66$ gem install knapsack --no-document67Successfully installed knapsack-1.18.0681 gem installed69==> 'gem install knapsack --no-document' succeeded in 0 seconds.70$ setup_db_user_only71CREATE ROLE72GRANT73==> 'setup_db_user_only' succeeded in 0 seconds.74$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee75Dropped database 'gitlabhq_test'76Created database 'gitlabhq_test'77Dropped database 'gitlabhq_geo_test'78Created database 'gitlabhq_geo_test'79==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 25 seconds.80$ run_timed_command "scripts/gitaly-test-build"81$ scripts/gitaly-test-build82Settings are listed in order of priority. The top value will be used.83retry84Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): 385path86Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): "/builds/gitlab-org/gitlab/vendor/gitaly-ruby"87jobs88Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): 489app_config90Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config"91gemfile92Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"93flags94Set via BUNDLE_FLAGS: "--jobs=4 --retry=3 --quiet --path=/builds/gitlab-org/gitlab/vendor/gitaly-ruby"95silence_root_warning96Set via BUNDLE_SILENCE_ROOT_WARNING: true97go install -ldflags '-X gitlab.com/gitlab-org/gitaly/internal/version.version=13.3.0-rc5 -X gitlab.com/gitlab-org/gitaly/internal/version.buildtime=20200829.163414' -tags "tracer_static,tracer_static_jaeger,continuous_profiler_stackdriver" gitlab.com/gitlab-org/gitaly/cmd/praefect gitlab.com/gitlab-org/gitaly/cmd/gitaly-hooks gitlab.com/gitlab-org/gitaly/cmd/gitaly-blackbox gitlab.com/gitlab-org/gitaly/cmd/gitaly gitlab.com/gitlab-org/gitaly/cmd/gitaly-debug gitlab.com/gitlab-org/gitaly/cmd/gitaly-ssh gitlab.com/gitlab-org/gitaly/cmd/gitaly-wrapper98install /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/praefect /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly-hooks /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly-blackbox /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly-debug /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly-ssh /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly-wrapper /builds/gitlab-org/gitlab/tmp/tests/gitaly99Checking gitaly-ruby Gemfile...100Checking gitaly-ruby bundle...101Warning: 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`.102The Gemfile's dependencies are satisfied103Trying to connect to gitaly: ....... OK104Trying to connect to praefect: ...... OK105==> 'scripts/gitaly-test-build' succeeded in 37 seconds.106$ run_timed_command "scripts/gitaly-test-spawn"107$ scripts/gitaly-test-spawn108Checking gitaly-ruby Gemfile...109Checking gitaly-ruby bundle...110Warning: 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`.111The Gemfile's dependencies are satisfied112Trying to connect to gitaly: ....... OK113Trying to connect to praefect: ....... OK114==> 'scripts/gitaly-test-spawn' succeeded in 2 seconds.115$ source scripts/rspec_helpers.sh116$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"117KNAPSACK_TEST_FILE_PATTERN: ee/spec/{features}{,/**/}*_spec.rb118Knapsack report generator started!119RSpec's reporter has already been initialized with #<IO:<STDERR>> as the deprecation stream, so your change to `deprecation_stream` will be ignored. You should configure it earlier for it to take effect, or use the `--deprecation-out` CLI option. (Called from /builds/gitlab-org/gitlab/spec/support/rspec.rb:12:in `block in <top (required)>')120Run options:121 include {:focus=>true}122 exclude {:quarantine=>true, :geo=>true, :level=>"migration"}123All examples were filtered out; ignoring {:focus=>true}124==> Setting up gitlab-test bare repository in /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare...125 /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.029834486 seconds...126Protected Branches127Starting the Capybara driver server...128 code owner approval129 when project requires code owner approval130 protect a branch form131Capybara starting Puma...132* Version 4.3.5.gitlab.3 , codename: Mysterious Traveller133* Min threads: 0, max threads: 4134* Listening on unix:///tmp/20200829-1856-88jx1i135 has code owner toggle136 can create new protected branch with code owner disabled137 can create new protected branch with code owner enabled138 protect branch table139 has a protected branch with code owner approval toggled on140 shows code owner approval toggle141 displays toggle on142 has a protected branch with code owner approval toggled off143 displays toggle off144 when project does not require code owner approval145 does not have code owner approval in the form146 does not have code owner approval in the table147 access control148 with ref permissions for users enabled149 allows creating protected branches that roles, users, and groups can merge to150 allows updating protected branches so that roles and users can merge to it151 allows updating protected branches so that roles and users cannot merge to it152 prepends selected users that can merge to153 allows creating protected branches that roles, users, and groups can push to154 allows updating protected branches so that roles and users can push to it155 allows updating protected branches so that roles and users cannot push to it156 prepends selected users that can push to157 When updating a protected branch158 discards other roles when choosing "No one"159 When creating a protected branch160 discards other roles when choosing "No one"161 protected branch restrictions162 unprotect/delete can be performed by a maintainer163 with unprotect access levels164 can prevent unprotect/delete165 can prevent update166 with ref permissions for users disabled167 allows creating protected branches that Maintainers can push to168 allows updating protected branches so that Maintainers can push to them169 allows creating protected branches that Developers + Maintainers can push to170 allows updating protected branches so that Developers + Maintainers can push to them171 allows creating protected branches that No one can push to172 allows updating protected branches so that No one can push to them173 allows creating protected branches that Maintainers can merge to174 allows updating protected branches so that Maintainers can merge to them175 allows creating protected branches that Developers + Maintainers can merge to176 allows updating protected branches so that Developers + Maintainers can merge to them177 allows creating protected branches that No one can merge to178 allows updating protected branches so that No one can merge to them179 with existing access levels180 shows users that can push to the branch181 shows groups that can push to the branch182 shows users that can merge into the branch183 shows groups that have can push to the branch184Prometheus custom metrics185 deletes a custom metric186Merge request > User sets approvers187 when editing an MR with a different author188 does not allow setting the author as an approver but allows setting the current user as an approver189 when creating an MR from a fork190 allows setting other users as approvers but does not allow setting the current user as an approver, and filters non members from approvers list191 Group approvers192 when creating an MR193 allows setting groups as approvers194 allows delete approvers group when it is set in project195 when editing an MR with a different author196 allows setting groups as approvers197 allows delete approvers group when it`s set in project198 allows changing approvals number199issue boards200 with group and reporter201 can edit board name202 add list dropdown203 shows tabbed dropdown with labels list and assignees list204 shows simple dropdown with only labels list205 swimlanes dropdown206 feature flag on207 does not show Group by dropdown when user is not logged in208 shows Group by dropdown when user is logged in209 feature flag off210 does not show Group by dropdown when user is not logged in211 does not show Group by dropdown when user is logged in212 total weight213 shows total weight for backlog214 updates weight when moving to list215 unlicensed216 hides weight217 locked milestone218 does not have remove button219 is not able to be backspaced220 list header221 When FF is turned on222 when max issue count is set223 displays issue and max issue size224 list settings225 When license is available226 shows the list settings button227 when settings button is clicked228 shows the board list settings sidebar229 when boards setting sidebar is open230 when user clicks Remove Limit231 sets max issue count to zero232 when the user is editing a wip limit and clicks close233 updates the max issue count wip limit234 when user off clicks235 updates the max issue count wip limit236 When user sets max issue count to 0237 updates the max issue count wip limit to None238 when user hits enter239 updates the max issue count wip limit240 When license is not available241 does not show the list settings button242Requirements list243 when requirements exist for the project244 shows the requirements in the navigation sidebar245 shows requirements tabs for each status type246 new requirement247 shows requirement create form when "New requirement" button is clicked248 disables new requirement button while create form is open249 creates new requirement250 updates requirements count in nav sidebar and opened and all tab badges251 open tab252 shows button "New requirement"253 shows list of all open requirements254 shows title, metadata and actions within each requirement item255 shows edit form when edit button is clicked for a requirement256 saves updated title for requirement using edit form257 archives a requirement258 archived tab259 does not show button "New requirement"260 shows list of all archived requirements261 shows title, metadata and actions within each requirement item262 reopens a requirement263 all tab264 does not show button "New requirement"265 shows list of all requirements266 filtered search267 shows filtered search input field268 shows sort dropdown269 when accessing project as guest user270 open tab does not show button "New requirement"271group epic roadmap272 when epics exist for the group273 roadmap page274 renders roadmap preset buttons correctly275 renders the filtered search bar correctly276 renders the sort dropdown correctly277 renders roadmap view278 renders all group epics within roadmap279 roadmap page with epics state filter280 renders open epics only281 renders closed epics only282 saves last selected epic state283 roadmap page with filter applied284 renders filtered search bar with applied filter token285 renders roadmap view with matching epic286 keeps label filter when filtering by state287 when no epics exist for the group288 roadmap page289 does not render the filtered search bar290 when over 1000 epics exist for the group291 roadmap page292 renders warning callout banner293 is removed after dismissal and even after reload294Project295 Custom instance-level projects templates296 when feature custom_project_templates is enabled297 shows built-in templates tab298 shows custom projects templates tab299 displays the number of projects templates available to the user300 allows creation from custom project template301 allows creation from custom project template using only the name302 allows creation from custom project template using only the path303 has a working pagination304 when feature custom_project_templates is disabled305 does not show custom project templates tab306Issues > User uses EE quick actions307 issue-only commands308 behaves like status page quick actions309 /publish310 publishes the issue311 during issue creation312 publishes the issue313 publishing causes an error314 provides an error message315 user does not have permissions316 behaves like skip silently317 does not allow publishing318 status page is not configured319 behaves like skip silently320 does not allow publishing321 issue is already published322 behaves like skip silently323 does not allow publishing324Display approaching user count limit banner325 with reached user count threshold326 when admin is logged in327 in admin area328 behaves like a visible banner329unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.330unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.331unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.332 shows the banner333 when banner was dismissed334 behaves like a hidden banner335 does not show the banner336 in regular area337 behaves like a hidden banner338 does not show the banner339 when regular user is logged in340 behaves like a hidden banner341 does not show the banner342 when not reached user count threshold343 when admin is logged in344 behaves like a hidden banner345 does not show the banner346 when regular user is logged in347 behaves like a hidden banner348 does not show the banner349 when active user count is above license user count350 behaves like a hidden banner351 does not show the banner352 without license353 behaves like a hidden banner354 does not show the banner355 with trial license356 behaves like a hidden banner357 does not show the banner358[EE] Public Project Access359 GET /:project_path/insights360 is expected to be allowed for admin361 is expected to be allowed for auditor362 is expected to be allowed for owner363 is expected to be allowed for maintainer364 is expected to be allowed for developer365 is expected to be allowed for reporter366 is expected to be allowed for guest367 is expected to be allowed for user368 is expected to be allowed for external369 is expected to be allowed for visitor370 GET /:project_path371 is expected to be allowed for auditor372 GET /:project_path/-/tree/master373 is expected to be allowed for auditor374 GET /:project_path/-/commits/master375 is expected to be allowed for auditor376 GET /:project_path/-/commit/:sha377 is expected to be allowed for auditor378 GET /:project_path/-/compare379 is expected to be allowed for auditor380 GET /:project_path/-/project_members381 is expected to be allowed for auditor382 GET /:project_path/pipelines383 is expected to be allowed for auditor384 GET /:project_path/pipelines/:id385 is expected to be allowed for auditor386 GET /:project_path/builds387 when allowed for public388 is expected to be allowed for auditor389 when disallowed for public390 is expected to be allowed for auditor391 GET /:project_path/builds/:id392 when allowed for public393 is expected to be allowed for auditor394 when disallowed for public395 is expected to be allowed for auditor396 GET /:project_path/-/environments397 is expected to be allowed for auditor398 GET /:project_path/-/environments/:id399 is expected to be allowed for auditor400 GET /:project_path/-/environments/new401 is expected to be denied for auditor402 GET /:project_path/-/blob403 is expected to be allowed for auditor404 GET /:project_path/edit405 is expected to be denied for auditor406 GET /:project_path/deploy_keys407 is expected to be denied for auditor408 GET /:project_path/issues409 is expected to be allowed for auditor410 GET /:project_path/snippets411 is expected to be allowed for auditor412 GET /:project_path/snippets/new413 is expected to be denied for auditor414 GET /:project_path/-/merge_requests415 is expected to be allowed for auditor416 GET /:project_path/-/merge_requests/new417 is expected to be denied for auditor418 GET /:project_path/-/branches419 is expected to be allowed for auditor420 GET /:project_path/-/tags421 is expected to be allowed for auditor422 GET /:project_path/-/settings/integrations423 is expected to be denied for auditor424 when license blocks changes425 GET /:project_path/issues/new426 is expected to be denied for maintainer427 is expected to be denied for reporter428 is expected to be denied for admin429 is expected to be denied for guest430 is expected to be denied for user431 is expected to be denied for auditor432 is expected to be denied for visitor433 GET /:project_path/-/merge_requests/new434 is expected to be denied for maintainer435 is expected to be denied for reporter436 is expected to be denied for admin437 is expected to be denied for guest438 is expected to be denied for user439 is expected to be denied for auditor440 is expected to be denied for visitor441 GET /:project_path/container_registry442 is expected to be allowed for auditor443User creates issue444 with weight set445 creates issue446 with epics447 creates an issue with no epic448 credates an issue with an epic449Projects > Push Rules450 reject_unsigned_commits rule451 unlicensed452 does not render the setting checkbox453 licensed454 renders the setting checkbox455 with GL.com plans456 when disabled457 does not render the setting checkbox458 when enabled459 renders the setting checkbox460 commit_committer_check rule461 unlicensed462 does not render the setting checkbox463 licensed464 renders the setting checkbox465 with GL.com plans466 when disabled467 does not render the setting checkbox468 when enabled469 renders the setting checkbox470User sees feature flag list471 with legacy feature flags472 user sees the first flag473 user sees the second flag474 user sees the third flag475 user sees the status toggle disabled476 when legacy feature flags are not read-only477 user updates the status toggle478 when legacy feature flags are read-only but the override is active for a project479 user updates the status toggle480 with new version flags481 user updates the status toggle482 when there are no feature flags483 shows empty page484epics list485 editing author token486 converts keyword into visual token487 opens author dropdown488 makes value editable489 filters value490 editing label token491 converts keyword into visual token492 opens label dropdown493 makes value editable494 filters value495Merge request > User merges with Push Rules496 commit message is invalid497 displays error message after merge request is clicked498 author email is invalid499 displays error message after merge request is clicked500Merge request > User edits MR with multiple assignees501 behaves like multiple assignees merge request502 updates a MR with multiple assignees503User views iteration504 with license505 view an iteration506Checking for expected text of nil is confusing and/or pointless since it will always match. Please specify a string or regexp instead.507 shows iteration info and dates508 shows correct summary information509 shows all issues within the group510 when user has edit permissions511 shows action dropdown for editing the iteration512 when user does not have edit permissions513 hides action dropdown for editing the iteration514 without license515 shows page not found516Merge requests > User merges immediately517 when the merge request is on the merge train518 shows a warning dialog and does nothing if the user selects "Cancel"519 shows a warning dialog and merges immediately after the user confirms520User views iteration521 with license522 view an iteration523Checking for expected text of nil is confusing and/or pointless since it will always match. Please specify a string or regexp instead.524 shows iteration info and dates525 shows correct summary information526 shows only issues that are part of the project527 hides action dropdown for editing the iteration528 without license529 shows page not found530User tests hooks531 when project is not empty532 when URL is valid533 triggers a hook534 when URL is invalid535 is expected to have visible css ".flash-alert" with text "Hook execution failed: Failed to open"536 when project is empty537 is expected to have visible css ".flash-alert" with text "Hook execution failed. Ensure the group has a project with commits."538Merge request > User sees closing issues message539 approvals are enabled while closing issues540 displays closing issue message exactly one time541Signup542 almost there page543 when public visibility is restricted544 hides Explore link545 hides help link546Knapsack report was generated. Preview:547{548 "ee/spec/features/protected_branches_spec.rb": 196.615793466568,549 "ee/spec/features/projects/services/prometheus_custom_metrics_spec.rb": 68.15073728561401,550 "ee/spec/features/merge_request/user_sets_approvers_spec.rb": 50.16524338722229,551 "ee/spec/features/boards/boards_spec.rb": 52.63870644569397,552 "ee/spec/features/projects/requirements_management/requirements_list_spec.rb": 38.15155553817749,553 "ee/spec/features/groups/group_roadmap_spec.rb": 35.354623556137085,554 "ee/spec/features/projects/custom_projects_template_spec.rb": 26.867201805114746,555 "ee/spec/features/issues/user_uses_quick_actions_spec.rb": 25.721241235733032,556 "ee/spec/features/admin/licenses/show_user_count_threshold_spec.rb": 22.415666341781616,557 "ee/spec/features/security/project/public_access_spec.rb": 15.932970523834229,558 "ee/spec/features/projects/issues/user_creates_issue_spec.rb": 15.258600950241089,559 "ee/spec/features/projects/push_rules_spec.rb": 16.2156183719635,560 "ee/spec/features/projects/feature_flags/user_sees_feature_flag_list_spec.rb": 15.052563667297363,561 "ee/spec/features/epics/filtered_search/visual_tokens_spec.rb": 11.634601593017578,562 "ee/spec/features/merge_request/user_merges_with_push_rules_spec.rb": 10.256393194198608,563 "ee/spec/features/merge_request/user_edits_multiple_assignees_mr_spec.rb": 7.582950830459595,564 "ee/spec/features/groups/iterations/user_views_iteration_spec.rb": 9.707555055618286,565 "ee/spec/features/merge_request/user_merges_immediately_spec.rb": 7.7933220863342285,566 "ee/spec/features/projects/iterations/user_views_iteration_spec.rb": 7.881444215774536,567 "ee/spec/features/groups/hooks/user_tests_hooks_spec.rb": 6.370067358016968,568 "ee/spec/features/merge_request/user_sees_closing_issues_message_spec.rb": 4.268474340438843,569 "ee/spec/features/users/signup_spec.rb": 0.26723527908325195570}571Knapsack global time execution for tests: 10m 44s572Finished in 11 minutes 14 seconds (files took 43.34 seconds to load)573224 examples, 0 failures574Sat Aug 29 16:47:01 UTC 2020576Not uploading cache rails-v2-3 due to policy578Uploading artifacts...579coverage/: found 5 matching files and directories 580knapsack/: found 3 matching files and directories 581rspec_flaky/: found 4 matching files and directories 582rspec_profiling/: found 2 matching files and directories 583WARNING: tmp/capybara/: no matching files 584tmp/memory_test/: found 2 matching files and directories 585log/*.log: found 15 matching files and directories 586Uploading artifacts as "archive" to coordinator... ok id=710020430 responseStatus=201 Created token=TVcdSq-E587Uploading artifacts...588junit_rspec.xml: found 1 matching files and directories 589Uploading artifacts as "junit" to coordinator... ok id=710020430 responseStatus=201 Created token=TVcdSq-E590Job succeeded