[11.8.0] Gettting random 500/404/502/503 errors browsing around projects on Ubuntu 16.04 LTS
Summary
After upgrading to latest gitlab version 11.8.0 (gitlab-ce@ce13864265ed3b3f7be6437921bb9773a0cf2fa2) from version 11.1.x, getting random 500/404/502/503 errors browsing around project
Steps to reproduce
Just go to random project and try clicking on Merge Requests menu or go into any branch or sometimes just enter Details. Errors are random
What is the current bug behavior?
getting random 500/404/502/503 errors browsing around project
What is the expected correct behavior?
System will be stable
Relevant logs and/or screenshots
- In file get various errors /var/log/gitlab/gitlab-rails/production.log
When error 500
Completed 500 Internal Server Error in 329ms (ActiveRecord: 22.2ms)
ActionView::Template::Error (deadlock; recursive locking):
19: -# haml-lint:disable InlineJavaScript
20: :javascript
21: window.gl = window.gl || {};
22: window.gl.mrWidgetData = #{serialize_issuable(@merge_request, serializer: 'widget')}
23:
24: window.gl.mrWidgetData.squash_before_merge_help_path = '#{help_page_path("user/project/merge_requests/squash_and_merge")}';
25: window.gl.mrWidgetData.troubleshooting_docs_path = '#{help_page_path('user/project/merge_requests/index.md', anchor: 'troubleshooting')}';
lib/gitlab/gitaly_client.rb:55:in `new'
lib/gitlab/gitaly_client.rb:55:in `block in stub'
lib/gitlab/gitaly_client.rb:48:in `synchronize'
lib/gitlab/gitaly_client.rb:48:in `stub'
lib/gitlab/gitaly_client.rb:166:in `call'
lib/gitlab/gitaly_client/repository_service.rb:144:in `rebase_in_progress?'
lib/gitlab/git/repository.rb:817:in `block in rebase_in_progress?'
lib/gitlab/git/wraps_gitaly_errors.rb:7:in `wrapped_gitaly_errors'
lib/gitlab/git/repository.rb:816:in `rebase_in_progress?'
app/models/repository.rb:499:in `method_missing'
app/models/merge_request.rb:201:in `block in rebase_in_progress?'
lib/gitlab/utils/strong_memoize.rb:30:in `strong_memoize'
app/models/merge_request.rb:197:in `rebase_in_progress?'
app/serializers/base_serializer.rb:16:in `represent'
app/serializers/merge_request_serializer.rb:21:in `represent'
app/helpers/issuables_helper.rb:84:in `serialize_issuable'
app/views/projects/merge_requests/show.html.haml:22:in `_app_views_projects_merge_requests_show_html_haml___2249214151060435909_70210184180680'
app/controllers/application_controller.rb:113:in `render'
app/controllers/projects/merge_requests_controller.rb:54:in `block (2 levels) in show'
app/controllers/projects/merge_requests_controller.rb:40:in `show'
lib/gitlab/i18n.rb:55:in `with_locale'
lib/gitlab/i18n.rb:61:in `with_user_locale'
app/controllers/application_controller.rb:423:in `set_locale'
lib/gitlab/middleware/multipart.rb:103:in `call'
lib/gitlab/request_profiler/middleware.rb:16:in `call'
lib/gitlab/middleware/go.rb:20:in `call'
lib/gitlab/etag_caching/middleware.rb:13:in `call'
lib/gitlab/middleware/correlation_id.rb:16:in `block in call'
lib/gitlab/correlation_id.rb:15:in `use_id'
lib/gitlab/middleware/correlation_id.rb:15:in `call'
lib/gitlab/middleware/read_only/controller.rb:40:in `call'
lib/gitlab/middleware/read_only.rb:18:in `call'
lib/gitlab/middleware/basic_health_check.rb:25:in `call'
lib/gitlab/request_context.rb:20:in `call'
lib/gitlab/metrics/requests_rack_middleware.rb:29:in `call'
lib/gitlab/middleware/release_env.rb:13:in `call'
Started GET "/-/metrics" for 127.0.0.1 at 2019-02-24 11:02:48 +0100
Processing by MetricsController#index as HTML
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
When error 503
Gitlab::Git::CommandError (2:GitCommand: start [/opt/gitlab/embedded/bin/git --git-dir /var/opt/gitlab/git-data/repositories/myrepo/myrepo.git cat-file --batch-check]: fork/exec /opt/gitlab/embedded/bin/git: resource temporarily unavailable):
lib/gitlab/git/wraps_gitaly_errors.rb:13:in `rescue in wrapped_gitaly_errors'
lib/gitlab/git/wraps_gitaly_errors.rb:6:in `wrapped_gitaly_errors'
lib/gitlab/git/commit.rb:148:in `batch_by_oid'
app/models/repository.rb:123:in `commits_by'
app/models/commit.rb:106:in `block (2 levels) in lazy'
app/models/commit.rb:103:in `each'
app/models/commit.rb:103:in `block in lazy'
app/models/ci/pipeline.rb:447:in `latest?'
app/serializers/base_serializer.rb:16:in `represent'
app/serializers/merge_request_serializer.rb:21:in `represent'
app/helpers/issuables_helper.rb:84:in `serialize_issuable'
app/views/projects/merge_requests/show.html.haml:22:in `_app_views_projects_merge_requests_show_html_haml___2249214151060435909_70210149111380'
app/controllers/application_controller.rb:113:in `render'
app/controllers/projects/merge_requests_controller.rb:54:in `block (2 levels) in show'
app/controllers/projects/merge_requests_controller.rb:40:in `show'
lib/gitlab/i18n.rb:55:in `with_locale'
lib/gitlab/i18n.rb:61:in `with_user_locale'
app/controllers/application_controller.rb:423:in `set_locale'
lib/gitlab/middleware/multipart.rb:103:in `call'
lib/gitlab/request_profiler/middleware.rb:16:in `call'
lib/gitlab/middleware/go.rb:20:in `call'
lib/gitlab/etag_caching/middleware.rb:13:in `call'
lib/gitlab/middleware/correlation_id.rb:16:in `block in call'
lib/gitlab/correlation_id.rb:15:in `use_id'
lib/gitlab/middleware/correlation_id.rb:15:in `call'
lib/gitlab/middleware/read_only/controller.rb:40:in `call'
lib/gitlab/middleware/read_only.rb:18:in `call'
lib/gitlab/middleware/basic_health_check.rb:25:in `call'
lib/gitlab/request_context.rb:20:in `call'
lib/gitlab/metrics/requests_rack_middleware.rb:29:in `call'
lib/gitlab/middleware/release_env.rb:13:in `call'
Another error that results in the error when opening merge request as in attached file

Completed 500 Internal Server Error in 106ms (ActiveRecord: 26.6ms)
ThreadError (deadlock; recursive locking):
lib/gitlab/gitaly_client.rb:55:in `new'
lib/gitlab/gitaly_client.rb:55:in `block in stub'
lib/gitlab/gitaly_client.rb:48:in `synchronize'
lib/gitlab/gitaly_client.rb:48:in `stub'
lib/gitlab/gitaly_client.rb:166:in `call'
lib/gitlab/gitaly_client/ref_service.rb:188:in `delete_refs'
lib/gitlab/git/repository.rb:1048:in `gitaly_delete_refs'
lib/gitlab/git/repository.rb:619:in `block in delete_refs'
lib/gitlab/git/wraps_gitaly_errors.rb:7:in `wrapped_gitaly_errors'
lib/gitlab/git/repository.rb:618:in `delete_refs'
lib/gitlab/git/repository.rb:731:in `ensure in compare_source_branch'
lib/gitlab/git/repository.rb:731:in `compare_source_branch'
app/models/repository.rb:958:in `compare_source_branch'
app/services/compare_service.rb:16:in `execute'
lib/gitlab/diff/diff_refs.rb:50:in `compare_in'
lib/gitlab/diff/position.rb:141:in `find_diff_file'
lib/gitlab/diff/position.rb:121:in `block in diff_file'
lib/gitlab/safe_request_store.rb:12:in `fetch'
lib/gitlab/diff/position.rb:121:in `diff_file'
app/models/diff_note.rb:117:in `fetch_diff_file'
app/models/diff_note.rb:72:in `supports_suggestion?'
app/models/diff_note.rb:83:in `banzai_render_context'
lib/banzai/object_renderer.rb:82:in `context_for'
lib/banzai/object_renderer.rb:66:in `block in post_process_documents'
lib/banzai/object_renderer.rb:65:in `map'
lib/banzai/object_renderer.rb:65:in `post_process_documents'
lib/banzai/object_renderer.rb:36:in `render'
app/services/notes/render_service.rb:19:in `execute'
app/controllers/concerns/renders_notes.rb:10:in `prepare_notes_for_rendering'
app/controllers/concerns/issuable_actions.rb:113:in `discussions'
app/controllers/projects/merge_requests_controller.rb:229:in `discussions'
lib/gitlab/i18n.rb:55:in `with_locale'
lib/gitlab/i18n.rb:61:in `with_user_locale'
app/controllers/application_controller.rb:423:in `set_locale'
lib/gitlab/middleware/multipart.rb:103:in `call'
lib/gitlab/request_profiler/middleware.rb:16:in `call'
lib/gitlab/middleware/go.rb:20:in `call'
lib/gitlab/etag_caching/middleware.rb:13:in `call'
lib/gitlab/middleware/correlation_id.rb:16:in `block in call'
lib/gitlab/correlation_id.rb:15:in `use_id'
lib/gitlab/middleware/correlation_id.rb:15:in `call'
lib/gitlab/middleware/read_only/controller.rb:40:in `call'
lib/gitlab/middleware/read_only.rb:18:in `call'
lib/gitlab/middleware/basic_health_check.rb:25:in `call'
lib/gitlab/request_context.rb:20:in `call'
lib/gitlab/metrics/requests_rack_middleware.rb:29:in `call'
lib/gitlab/middleware/release_env.rb:13:in `call'
- /var/log/gitlab/gitlab-monitor/current -n 100
When I see 400/502/503 erorr in above logs I see
2019-02-24_09:44:53.47808 sh: 1: Cannot fork
2019-02-24_09:44:54.47995 sh: 1: Cannot fork
2019-02-24_09:45:10.47553 sh: 1: Cannot fork
when I see error 500:
2019-02-24_09:45:21.45637 2019-02-24 10:45:21 +0100: Listen loop error: #<ThreadError: can't create Thread: Resource temporarily unavailable>
2019-02-24_09:45:21.45646 /opt/gitlab/embedded/lib/ruby/gems/2.5.0/gems/puma-3.12.0/lib/puma/thread_pool.rb:87:in `initialize'
2019-02-24_09:45:21.45649 /opt/gitlab/embedded/lib/ruby/gems/2.5.0/gems/puma-3.12.0/lib/puma/thread_pool.rb:87:in `new'
2019-02-24_09:45:21.45651 /opt/gitlab/embedded/lib/ruby/gems/2.5.0/gems/puma-3.12.0/lib/puma/thread_pool.rb:87:in `spawn_thread'
2019-02-24_09:45:21.45655 /opt/gitlab/embedded/lib/ruby/gems/2.5.0/gems/puma-3.12.0/lib/puma/thread_pool.rb:162:in `block in <<'
2019-02-24_09:45:21.45658 /opt/gitlab/embedded/lib/ruby/gems/2.5.0/gems/puma-3.12.0/lib/puma/thread_pool.rb:154:in `synchronize'
2019-02-24_09:45:21.45661 /opt/gitlab/embedded/lib/ruby/gems/2.5.0/gems/puma-3.12.0/lib/puma/thread_pool.rb:154:in `<<'
2019-02-24_09:45:21.45664 /opt/gitlab/embedded/lib/ruby/gems/2.5.0/gems/puma-3.12.0/lib/puma/server.rb:398:in `block in handle_servers'
2019-02-24_09:45:21.45667 /opt/gitlab/embedded/lib/ruby/gems/2.5.0/gems/puma-3.12.0/lib/puma/server.rb:385:in `each'
2019-02-24_09:45:21.45670 /opt/gitlab/embedded/lib/ruby/gems/2.5.0/gems/puma-3.12.0/lib/puma/server.rb:385:in `handle_servers'
2019-02-24_09:45:21.45673 /opt/gitlab/embedded/lib/ruby/gems/2.5.0/gems/puma-3.12.0/lib/puma/server.rb:358:in `block in run'
Output of checks
(If you are reporting a bug on GitLab.com, write: This bug happens on GitLab.com)
Results of GitLab environment info
Expand for output related to GitLab environment info
System information System: Ubuntu 16.04 Current User: git Using RVM: no Ruby Version: 2.5.3p105 Gem Version: 2.7.6 Bundler Version:1.16.6 Rake Version: 12.3.2 Redis Version: 3.2.12 Git Version: 2.18.1 Sidekiq Version:5.2.5 Go Version: unknownGitLab information Version: 11.8.0 Revision: ce13864 Directory: /opt/gitlab/embedded/service/gitlab-rails DB Adapter: postgresql URL: https://git.xpansa.com HTTP Clone URL: https://git.myhost.com/some-group/some-project.git SSH Clone URL: git@git.myhost.com:some-group/some-project.git Using LDAP: no Using Omniauth: yes Omniauth Providers: google_oauth2
GitLab Shell Version: 8.4.4 Repository storage paths:
- default: /var/opt/gitlab/git-data/repositories Hooks: /opt/gitlab/embedded/service/gitlab-shell/hooks Git: /opt/gitlab/embedded/bin/git
Results of GitLab application Check
Expand for output related to the GitLab application check
Checking GitLab subtasks ...
Checking GitLab Shell ...
GitLab Shell: ... GitLab Shell version >= 8.4.4 ? ... OK (8.4.4) Running /opt/gitlab/embedded/service/gitlab-shell/bin/check Check GitLab API access: OK Redis available via internal API: OK
Access to /var/opt/gitlab/.ssh/authorized_keys: OK gitlab-shell self-check successful
Checking GitLab Shell ... Finished
Checking Gitaly ...
Gitaly: ... default ... OK
Checking Gitaly ... Finished
Checking Sidekiq ...
Sidekiq: ... Running? ... yes Number of Sidekiq processes ... 1
Checking Sidekiq ... Finished
Checking Incoming Email ...
Incoming Email: ... Reply by email is disabled in config/gitlab.yml
Checking Incoming Email ... Finished
Checking LDAP ...
LDAP: ... LDAP is disabled in config/gitlab.yml
Checking LDAP ... Finished
Checking GitLab App ...
Git configured correctly? ... yes Database config exists? ... yes All migrations up? ... yes Database contains orphaned GroupMembers? ... no GitLab config exists? ... yes GitLab config up to date? ... yes Log directory writable? ... yes Tmp directory writable? ... yes Uploads directory exists? ... yes Uploads directory has correct permissions? ... yes Uploads directory tmp has correct permissions? ... yes Init script exists? ... skipped (omnibus-gitlab has no init script) Init script up-to-date? ... skipped (omnibus-gitlab has no init script) Projects have namespace: ... 1/1 ... yes 1/2 ... yes 1/3 ... yes 1/4 ... yes 1/5 ... yes 1/6 ... yes 1/7 ... yes 1/8 ... yes 1/9 ... yes 1/10 ... yes 1/11 ... yes 1/12 ... yes 1/13 ... yes 1/14 ... yes 1/15 ... yes 1/16 ... yes 1/18 ... yes 180/19 ... yes 178/20 ... yes 1/21 ... yes 1/22 ... yes 102/23 ... yes 1/24 ... yes 1/25 ... yes 1/27 ... yes 9/28 ... yes 1/29 ... yes 120/30 ... yes 1/31 ... yes 1/32 ... yes 1/33 ... yes 17/34 ... yes 1/35 ... yes 1/36 ... yes 4/38 ... yes 4/39 ... yes 1/40 ... yes 1/41 ... yes 1/42 ... yes 1/43 ... yes 1/44 ... yes 6/45 ... yes 1/46 ... yes 35/48 ... yes 36/49 ... yes 36/50 ... yes 38/62 ... yes 40/64 ... yes 34/66 ... yes 34/67 ... yes 34/68 ... yes 34/69 ... yes 36/71 ... yes 6/74 ... yes 42/75 ... yes 38/76 ... yes 38/77 ... yes 38/78 ... yes 43/79 ... yes 6/80 ... yes 30/82 ... yes 30/83 ... yes 38/84 ... yes 44/85 ... yes 46/86 ... yes 46/87 ... yes 30/88 ... yes 38/89 ... yes 46/90 ... yes 48/92 ... yes 36/93 ... yes 46/94 ... yes 46/95 ... yes 39/96 ... yes 38/97 ... yes 38/98 ... yes 30/99 ... yes 46/100 ... yes 6/101 ... yes 6/102 ... yes 40/107 ... yes 50/108 ... yes 6/109 ... yes 30/110 ... yes 4/117 ... yes 46/118 ... yes 30/119 ... yes 6/120 ... yes 127/121 ... yes 38/122 ... yes 6/123 ... yes 6/126 ... yes 6/130 ... yes 36/131 ... yes 38/132 ... yes 30/257 ... yes 55/259 ... yes 51/262 ... yes 51/263 ... yes 51/264 ... yes 51/265 ... yes 51/266 ... yes 51/267 ... yes 51/268 ... yes 51/269 ... yes 51/271 ... yes 51/272 ... yes 51/274 ... yes 51/276 ... yes 51/277 ... yes 51/278 ... yes 51/280 ... yes 51/282 ... yes 51/283 ... yes 51/285 ... yes 51/286 ... yes 51/288 ... yes 51/289 ... yes 51/291 ... yes 51/292 ... yes 51/293 ... yes 51/294 ... yes 51/295 ... yes 51/296 ... yes 51/297 ... yes 51/298 ... yes 51/299 ... yes 51/301 ... yes 51/302 ... yes 51/303 ... yes 51/304 ... yes 56/315 ... yes 58/318 ... yes 59/319 ... yes 57/320 ... yes 51/321 ... yes 127/322 ... yes 51/323 ... yes 44/324 ... yes 51/325 ... yes 60/326 ... yes 30/327 ... yes 60/328 ... yes 34/329 ... yes 30/330 ... yes 30/331 ... yes 51/332 ... yes 51/333 ... yes 51/334 ... yes 51/335 ... yes 51/336 ... yes 51/337 ... yes 51/338 ... yes 51/339 ... yes 51/340 ... yes 51/341 ... yes 51/342 ... yes 62/343 ... yes 46/344 ... yes 36/345 ... yes 63/346 ... yes 51/348 ... yes 62/349 ... yes 64/350 ... yes 51/351 ... yes 36/352 ... yes 48/353 ... yes 51/354 ... yes 46/355 ... yes 51/356 ... yes 46/357 ... yes 2/358 ... yes 51/364 ... yes 51/365 ... yes 51/366 ... yes 62/367 ... yes 56/368 ... yes 51/369 ... yes 51/370 ... yes 51/371 ... yes 51/372 ... yes 4/373 ... yes 51/374 ... yes 51/375 ... yes 2/376 ... yes 51/377 ... yes 9/378 ... yes 56/379 ... yes 51/380 ... yes 68/381 ... yes 9/382 ... yes 51/383 ... yes 51/384 ... yes 51/385 ... yes 51/386 ... yes 51/387 ... yes 2/388 ... yes 51/389 ... yes 4/390 ... yes 44/392 ... yes 44/393 ... yes 51/394 ... yes 51/395 ... yes 74/396 ... yes 76/397 ... yes 51/398 ... yes 51/399 ... yes 51/400 ... yes 79/402 ... yes 76/403 ... yes 51/404 ... yes 51/405 ... yes 64/406 ... yes 51/407 ... yes 4/408 ... yes 55/409 ... yes 36/410 ... yes 36/411 ... yes 36/412 ... yes 36/413 ... yes 97/414 ... yes 97/415 ... yes 97/416 ... yes 97/417 ... yes 97/421 ... yes 97/423 ... yes 97/424 ... yes 97/425 ... yes 97/426 ... yes 97/427 ... yes 97/428 ... yes 97/429 ... yes 97/430 ... yes 97/431 ... yes 97/432 ... yes 97/433 ... yes 97/434 ... yes 35/435 ... yes 51/436 ... yes 92/437 ... yes 51/439 ... yes 92/440 ... yes 97/444 ... yes 97/446 ... yes 97/447 ... yes 97/448 ... yes 97/449 ... yes 97/450 ... yes 97/451 ... yes 97/452 ... yes 97/453 ... yes 97/455 ... yes 97/456 ... yes 97/457 ... yes 97/458 ... yes 97/459 ... yes 97/460 ... yes 97/461 ... yes 97/462 ... yes 97/463 ... yes 97/464 ... yes 97/465 ... yes 97/466 ... yes 97/467 ... yes 97/468 ... yes 97/469 ... yes 97/470 ... yes 97/471 ... yes 97/472 ... yes 97/473 ... yes 97/474 ... yes 76/475 ... yes 76/476 ... yes 28/478 ... yes 97/480 ... yes 97/481 ... yes 97/482 ... yes 97/483 ... yes 99/486 ... yes 99/487 ... yes 97/488 ... yes 51/489 ... yes 99/492 ... yes 99/493 ... yes 75/494 ... yes 97/495 ... yes 99/496 ... yes 99/497 ... yes 97/498 ... yes 99/499 ... yes 99/500 ... yes 2/502 ... yes 99/503 ... yes 36/504 ... yes 51/505 ... yes 28/506 ... yes 28/507 ... yes 97/508 ... yes 97/509 ... yes 97/510 ... yes 97/512 ... yes 97/513 ... yes 115/514 ... yes 116/515 ... yes 69/516 ... yes 51/517 ... yes 4/518 ... yes 121/519 ... yes 28/520 ... yes 51/521 ... yes 124/522 ... yes 179/523 ... yes 51/524 ... yes 126/525 ... yes 126/526 ... yes 126/527 ... yes 51/528 ... yes 97/529 ... yes 51/530 ... yes 97/531 ... yes 97/532 ... yes 97/533 ... yes 97/534 ... yes 128/535 ... yes 128/536 ... yes 97/537 ... yes 50/538 ... yes 50/539 ... yes 99/541 ... yes 97/542 ... yes 28/543 ... yes 28/544 ... yes 120/545 ... yes 76/547 ... yes 97/548 ... yes 97/549 ... yes 120/551 ... yes 51/552 ... yes 179/553 ... yes 97/554 ... yes 97/555 ... yes 179/556 ... yes 76/557 ... yes 128/558 ... yes 131/559 ... yes 132/561 ... yes 128/562 ... yes 97/563 ... yes 133/564 ... yes 134/565 ... yes 134/566 ... yes 132/567 ... yes 97/568 ... yes 51/569 ... yes 97/570 ... yes 135/571 ... yes 50/572 ... yes 97/573 ... yes 97/574 ... yes 136/575 ... yes 4/576 ... yes 97/577 ... yes 76/578 ... yes 132/580 ... yes 137/581 ... yes 128/582 ... yes 97/583 ... yes 97/584 ... yes 139/585 ... yes 139/586 ... yes 139/587 ... yes 97/589 ... yes 99/590 ... yes 128/591 ... yes 51/592 ... yes 128/593 ... yes 128/594 ... yes 44/595 ... yes 97/597 ... yes 128/598 ... yes 44/599 ... yes 141/600 ... yes 97/601 ... yes 76/602 ... yes 97/603 ... yes 128/604 ... yes 102/606 ... yes 146/607 ... yes 128/608 ... yes 125/609 ... yes 148/610 ... yes 148/611 ... yes 81/612 ... yes 81/613 ... yes 81/614 ... yes 150/615 ... yes 97/616 ... yes 97/619 ... yes 97/620 ... yes 150/621 ... yes 68/622 ... yes 81/623 ... yes 102/624 ... yes 102/625 ... yes 128/626 ... yes 151/627 ... yes 153/628 ... yes 2/629 ... yes 76/630 ... yes 2/631 ... yes 125/632 ... yes 125/633 ... yes 157/634 ... yes 157/635 ... yes 97/636 ... yes 97/637 ... yes 97/638 ... yes 128/639 ... yes 2/640 ... yes 164/641 ... yes 132/642 ... yes 128/645 ... yes 136/646 ... yes 128/647 ... yes 128/648 ... yes 139/649 ... yes 128/650 ... yes 167/654 ... yes 168/655 ... yes 102/656 ... yes 169/658 ... yes 128/659 ... yes 128/660 ... yes 172/661 ... yes 166/662 ... yes 2/663 ... yes 102/664 ... yes 169/665 ... yes 2/666 ... yes 102/667 ... yes 132/668 ... yes 97/669 ... yes 175/670 ... yes 172/671 ... yes 172/672 ... yes 97/673 ... yes 97/674 ... yes 97/675 ... yes 153/676 ... yes 178/677 ... yes 172/678 ... yes 128/679 ... yes 172/680 ... yes 137/681 ... yes 125/682 ... yes 102/683 ... yes 184/684 ... yes 184/685 ... yes 128/686 ... yes 128/687 ... yes 128/688 ... yes 125/689 ... yes 164/690 ... yes 4/691 ... yes 190/692 ... yes 190/693 ... yes 132/694 ... yes 81/695 ... yes 164/698 ... yes 128/699 ... yes 191/700 ... yes 4/701 ... yes 192/702 ... yes 194/703 ... yes 194/704 ... yes 193/705 ... yes Redis version >= 2.8.0? ... yes Ruby version >= 2.3.5 ? ... yes (2.5.3) Git version >= 2.18.0 ? ... yes (2.18.1) Git user has default SSH configuration? ... yes Active users: ... 45
Checking GitLab App ... Finished
Checking GitLab subtasks ... Finished