Skip to content

500 error when user tries to view or create a project

Summary

User encounters a 500 error when trying to view or create a project.

Steps to reproduce

Click on a project in the main listing or click on New Project.

Example Project

What is the current bug behavior?

500 error

What is the expected correct behavior?

View project or see the project creation form.

Relevant logs and/or screenshots

From gitlab-rails/production.log

ActionView::Template::Error (undefined method `sort' for nil:NilClass

    case Gitlab::CurrentSettings.restricted_visibility_levels.sort
                                                             ^^^^^):
    13:           = render_if_exists 'shared/tier_badge', source: @project
    14:         = render 'shared/projects/badges', project: @project
    15: 
    16:     #js-home-panel{ data: home_panel_data_attributes }
    17: 
    18:   = render_if_exists "projects/home_mirror"
  
app/models/group.rb:227:in `block in <class:Group>'
activerecord (7.0.8.4) lib/active_record/relation.rb:435:in `instance_exec'
activerecord (7.0.8.4) lib/active_record/relation.rb:435:in `block in _exec_scope'
activerecord (7.0.8.4) lib/active_record/relation.rb:881:in `_scoping'
activerecord (7.0.8.4) lib/active_record/relation.rb:435:in `_exec_scope'
activerecord (7.0.8.4) lib/active_record/scoping/named.rb:175:in `block in scope'
activerecord (7.0.8.4) lib/active_record/relation/delegation.rb:67:in `block in excluding_restricted_visibility_levels_for_user'
activerecord (7.0.8.4) lib/active_record/relation.rb:881:in `_scoping'
activerecord (7.0.8.4) lib/active_record/relation.rb:428:in `scoping'
activerecord (7.0.8.4) lib/active_record/relation/delegation.rb:67:in `excluding_restricted_visibility_levels_for_user'
app/models/group.rb:256:in `block in <class:Group>'
activerecord (7.0.8.4) lib/active_record/relation.rb:435:in `instance_exec'
activerecord (7.0.8.4) lib/active_record/relation.rb:435:in `block in _exec_scope'
activerecord (7.0.8.4) lib/active_record/relation.rb:881:in `_scoping'
activerecord (7.0.8.4) lib/active_record/relation.rb:435:in `_exec_scope'
activerecord (7.0.8.4) lib/active_record/scoping/named.rb:175:in `block in scope'
activerecord (7.0.8.4) lib/active_record/relation/delegation.rb:67:in `block in project_creation_allowed'
activerecord (7.0.8.4) lib/active_record/relation.rb:881:in `_scoping'
activerecord (7.0.8.4) lib/active_record/relation.rb:428:in `scoping'
activerecord (7.0.8.4) lib/active_record/relation/delegation.rb:67:in `project_creation_allowed'
app/finders/groups/accepting_project_creations_finder.rb:14:in `execute'
app/models/user.rb:1895:in `block in forkable_namespaces'
gems/gitlab-utils/lib/gitlab/utils/strong_memoize.rb:34:in `strong_memoize'
app/models/user.rb:1893:in `forkable_namespaces'
app/policies/global_policy.rb:12:in `block in <class:GlobalPolicy>'
declarative_policy (1.1.0) lib/declarative_policy/condition.rb:22:in `instance_eval'
declarative_policy (1.1.0) lib/declarative_policy/condition.rb:22:in `compute'
declarative_policy (1.1.0) lib/declarative_policy/condition.rb:45:in `block in pass?'
declarative_policy (1.1.0) lib/declarative_policy/base.rb:332:in `cache'
declarative_policy (1.1.0) lib/declarative_policy/condition.rb:45:in `pass?'
declarative_policy (1.1.0) lib/declarative_policy/rule.rb:81:in `pass?'
declarative_policy (1.1.0) lib/declarative_policy/step.rb:82:in `pass?'
declarative_policy (1.1.0) lib/declarative_policy/runner.rb:125:in `block (2 levels) in run'
declarative_policy (1.1.0) lib/declarative_policy/runner.rb:201:in `block in steps_by_score'
declarative_policy (1.1.0) lib/declarative_policy/runner.rb:181:in `loop'
declarative_policy (1.1.0) lib/declarative_policy/runner.rb:181:in `steps_by_score'
declarative_policy (1.1.0) lib/declarative_policy/runner.rb:115:in `block in run'
declarative_policy (1.1.0) lib/declarative_policy/runner.rb:101:in `with_state'
declarative_policy (1.1.0) lib/declarative_policy/runner.rb:114:in `run'
declarative_policy (1.1.0) lib/declarative_policy/runner.rb:81:in `pass?'
declarative_policy (1.1.0) lib/declarative_policy/base.rb:258:in `block in allowed?'
declarative_policy (1.1.0) lib/declarative_policy/base.rb:258:in `all?'
declarative_policy (1.1.0) lib/declarative_policy/base.rb:258:in `allowed?'
app/models/ability.rb:89:in `allowed?'
app/controllers/application_controller.rb:213:in `can?'
app/controllers/application_controller.rb:57:in `can?'
app/helpers/projects_helper.rb:467:in `fork_button_data_attributes'
app/helpers/projects_helper.rb:508:in `home_panel_data_attributes'
app/views/projects/_home_panel.html.haml:16
actionview (7.0.8.4) lib/action_view/base.rb:244:in `public_send'
actionview (7.0.8.4) lib/action_view/base.rb:244:in `_run'
actionview (7.0.8.4) lib/action_view/template.rb:157:in `block in render'
activesupport (7.0.8.4) lib/active_support/notifications.rb:208:in `instrument'
actionview (7.0.8.4) lib/action_view/template.rb:361:in `instrument_render_template'
actionview (7.0.8.4) lib/action_view/template.rb:155:in `render'
actionview (7.0.8.4) lib/action_view/renderer/partial_renderer.rb:251:in `block in render_partial_template'
activesupport (7.0.8.4) lib/active_support/notifications.rb:208:in `instrument'
actionview (7.0.8.4) lib/action_view/renderer/partial_renderer.rb:246:in `render_partial_template'
actionview (7.0.8.4) lib/action_view/renderer/partial_renderer.rb:237:in `render'
actionview (7.0.8.4) lib/action_view/renderer/renderer.rb:81:in `render_partial_to_object'
actionview (7.0.8.4) lib/action_view/renderer/renderer.rb:53:in `render_partial'
actionview (7.0.8.4) lib/action_view/helpers/rendering_helper.rb:44:in `render'
app/views/projects/show.html.haml:15
actionview (7.0.8.4) lib/action_view/base.rb:244:in `public_send'
actionview (7.0.8.4) lib/action_view/base.rb:244:in `_run'
actionview (7.0.8.4) lib/action_view/template.rb:157:in `block in render'
activesupport (7.0.8.4) lib/active_support/notifications.rb:208:in `instrument'
actionview (7.0.8.4) lib/action_view/template.rb:361:in `instrument_render_template'
actionview (7.0.8.4) lib/action_view/template.rb:155:in `render'
actionview (7.0.8.4) lib/action_view/renderer/template_renderer.rb:65:in `block (2 levels) in render_template'
activesupport (7.0.8.4) lib/active_support/notifications.rb:206:in `block in instrument'
activesupport (7.0.8.4) lib/active_support/notifications/instrumenter.rb:24:in `instrument'
activesupport (7.0.8.4) lib/active_support/notifications.rb:206:in `instrument'
actionview (7.0.8.4) lib/action_view/renderer/template_renderer.rb:60:in `block in render_template'
actionview (7.0.8.4) lib/action_view/renderer/template_renderer.rb:75:in `block in render_with_layout'
activesupport (7.0.8.4) lib/active_support/notifications.rb:208:in `instrument'
actionview (7.0.8.4) lib/action_view/renderer/template_renderer.rb:74:in `render_with_layout'
actionview (7.0.8.4) lib/action_view/renderer/template_renderer.rb:59:in `render_template'
actionview (7.0.8.4) lib/action_view/renderer/template_renderer.rb:11:in `render'
actionview (7.0.8.4) lib/action_view/renderer/renderer.rb:61:in `render_template_to_object'
actionview (7.0.8.4) lib/action_view/renderer/renderer.rb:29:in `render_to_object'
actionview (7.0.8.4) lib/action_view/rendering.rb:117:in `block in _render_template'
actionview (7.0.8.4) lib/action_view/base.rb:270:in `in_rendering_context'
actionview (7.0.8.4) lib/action_view/rendering.rb:116:in `_render_template'
actionpack (7.0.8.4) lib/action_controller/metal/streaming.rb:216:in `_render_template'
actionview (7.0.8.4) lib/action_view/rendering.rb:103:in `render_to_body'
actionpack (7.0.8.4) lib/action_controller/metal/rendering.rb:158:in `render_to_body'
actionpack (7.0.8.4) lib/action_controller/metal/renderers.rb:141:in `render_to_body'
actionpack (7.0.8.4) lib/abstract_controller/rendering.rb:27:in `render'
actionpack (7.0.8.4) lib/action_controller/metal/rendering.rb:139:in `render'
actionpack (7.0.8.4) lib/action_controller/metal/instrumentation.rb:22:in `block (2 levels) in render'
/opt/gitlab/embedded/lib/ruby/3.1.0/benchmark.rb:311:in `realtime'
activesupport (7.0.8.4) lib/active_support/core_ext/benchmark.rb:14:in `ms'
actionpack (7.0.8.4) lib/action_controller/metal/instrumentation.rb:22:in `block in render'
actionpack (7.0.8.4) lib/action_controller/metal/instrumentation.rb:91:in `cleanup_view_runtime'
activerecord (7.0.8.4) lib/active_record/railties/controller_runtime.rb:34:in `cleanup_view_runtime'
elasticsearch-rails (7.2.1) lib/elasticsearch/rails/instrumentation/controller_runtime.rb:37:in `cleanup_view_runtime'
actionpack (7.0.8.4) lib/action_controller/metal/instrumentation.rb:21:in `render'
app/controllers/application_controller.rb:133:in `render'
actionpack (7.0.8.4) lib/action_controller/metal/implicit_render.rb:35:in `default_render'
actionpack (7.0.8.4) lib/action_controller/metal/basic_implicit_render.rb:7:in `send_action'
actionpack (7.0.8.4) lib/abstract_controller/base.rb:215:in `process_action'
actionpack (7.0.8.4) lib/action_controller/metal/rendering.rb:165:in `process_action'
actionpack (7.0.8.4) lib/abstract_controller/callbacks.rb:234:in `block in process_action'
activesupport (7.0.8.4) lib/active_support/callbacks.rb:118:in `block in run_callbacks'
app/controllers/application_controller.rb:518:in `block in allow_gitaly_ref_name_caching'
lib/gitlab/gitaly_client.rb:472:in `allow_ref_name_caching'
app/controllers/application_controller.rb:517:in `allow_gitaly_ref_name_caching'
activesupport (7.0.8.4) lib/active_support/callbacks.rb:127:in `block in run_callbacks'
app/controllers/application_controller.rb:469:in `set_current_admin'
activesupport (7.0.8.4) lib/active_support/callbacks.rb:127:in `block in run_callbacks'
lib/gitlab/session.rb:11:in `with_session'
app/controllers/application_controller.rb:460:in `set_session_storage'
activesupport (7.0.8.4) lib/active_support/callbacks.rb:127:in `block in run_callbacks'
lib/gitlab/i18n.rb:114:in `with_locale'
lib/gitlab/i18n.rb:120:in `with_user_locale'
app/controllers/application_controller.rb:451:in `set_locale'
activesupport (7.0.8.4) lib/active_support/callbacks.rb:127:in `block in run_callbacks'
marginalia (1.11.1) lib/marginalia.rb:109:in `record_query_comment'
activesupport (7.0.8.4) lib/active_support/callbacks.rb:127:in `block in run_callbacks'
app/controllers/application_controller.rb:444:in `set_current_context'
activesupport (7.0.8.4) lib/active_support/callbacks.rb:127:in `block in run_callbacks'
sentry-rails (5.17.3) lib/sentry/rails/controller_transaction.rb:28:in `block in sentry_around_action'
sentry-ruby (5.17.3) lib/sentry/hub.rb:102:in `with_child_span'
sentry-ruby (5.17.3) lib/sentry-ruby.rb:490:in `with_child_span'
sentry-rails (5.17.3) lib/sentry/rails/controller_transaction.rb:14:in `sentry_around_action'
activesupport (7.0.8.4) lib/active_support/callbacks.rb:127:in `block in run_callbacks'
activesupport (7.0.8.4) lib/active_support/callbacks.rb:138:in `run_callbacks'
actionpack (7.0.8.4) lib/abstract_controller/callbacks.rb:233:in `process_action'
actionpack (7.0.8.4) lib/action_controller/metal/rescue.rb:23:in `process_action'
actionpack (7.0.8.4) lib/action_controller/metal/instrumentation.rb:67:in `block in process_action'
activesupport (7.0.8.4) lib/active_support/notifications.rb:206:in `block in instrument'
activesupport (7.0.8.4) lib/active_support/notifications/instrumenter.rb:24:in `instrument'
activesupport (7.0.8.4) lib/active_support/notifications.rb:206:in `instrument'
actionpack (7.0.8.4) lib/action_controller/metal/instrumentation.rb:66:in `process_action'
actionpack (7.0.8.4) lib/action_controller/metal/params_wrapper.rb:259:in `process_action'
activerecord (7.0.8.4) lib/active_record/railties/controller_runtime.rb:27:in `process_action'
actionpack (7.0.8.4) lib/abstract_controller/base.rb:151:in `process'
actionview (7.0.8.4) lib/action_view/rendering.rb:39:in `process'
actionpack (7.0.8.4) lib/action_controller/metal.rb:188:in `dispatch'
actionpack (7.0.8.4) lib/action_controller/metal.rb:251:in `dispatch'
actionpack (7.0.8.4) lib/action_dispatch/routing/route_set.rb:49:in `dispatch'
actionpack (7.0.8.4) lib/action_dispatch/routing/route_set.rb:32:in `serve'
actionpack (7.0.8.4) lib/action_dispatch/routing/mapper.rb:18:in `block in <class:Constraints>'
actionpack (7.0.8.4) lib/action_dispatch/routing/mapper.rb:48:in `serve'
actionpack (7.0.8.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
actionpack (7.0.8.4) lib/action_dispatch/journey/router.rb:32:in `each'
actionpack (7.0.8.4) lib/action_dispatch/journey/router.rb:32:in `serve'
actionpack (7.0.8.4) lib/action_dispatch/routing/route_set.rb:852:in `call'
gitlab-experiment (0.9.1) lib/gitlab/experiment/middleware.rb:19:in `call'
flipper (0.26.2) lib/flipper/middleware/memoizer.rb:72:in `memoized_call'
flipper (0.26.2) lib/flipper/middleware/memoizer.rb:37:in `call'
lib/gitlab/middleware/sidekiq_shard_awareness_validation.rb:20:in `block in call'
lib/gitlab/sidekiq_sharding/validator.rb:42:in `enabled'
lib/gitlab/middleware/sidekiq_shard_awareness_validation.rb:20:in `call'
lib/gitlab/middleware/memory_report.rb:13:in `call'
lib/gitlab/middleware/speedscope.rb:13:in `call'
lib/gitlab/database/load_balancing/rack_middleware.rb:23:in `call'
lib/gitlab/middleware/go.rb:24:in `call'
lib/gitlab/etag_caching/middleware.rb:21:in `call'
lib/gitlab/middleware/query_analyzer.rb:11:in `block in call'
lib/gitlab/database/query_analyzer.rb:40:in `within'
lib/gitlab/middleware/query_analyzer.rb:11:in `call'
lib/gitlab/middleware/organizations/current.rb:20:in `call'
batch-loader (2.0.5) lib/batch_loader/middleware.rb:11:in `call'
rack-attack (6.7.0) lib/rack/attack.rb:103:in `call'
apollo_upload_server (2.1.6) lib/apollo_upload_server/middleware.rb:19:in `call'
lib/gitlab/middleware/multipart.rb:173:in `call'
rack-attack (6.7.0) lib/rack/attack.rb:127:in `call'
warden (1.2.9) lib/warden/manager.rb:36:in `block in call'
warden (1.2.9) lib/warden/manager.rb:34:in `catch'
warden (1.2.9) lib/warden/manager.rb:34:in `call'
rack-cors (2.0.2) lib/rack/cors.rb:102:in `call'
rack (2.2.9) lib/rack/tempfile_reaper.rb:15:in `call'
rack (2.2.9) lib/rack/etag.rb:27:in `call'
rack (2.2.9) lib/rack/conditional_get.rb:27:in `call'
rack (2.2.9) lib/rack/head.rb:12:in `call'
actionpack (7.0.8.4) lib/action_dispatch/http/permissions_policy.rb:38:in `call'
actionpack (7.0.8.4) lib/action_dispatch/http/content_security_policy.rb:36:in `call'
lib/gitlab/middleware/read_only/controller.rb:50:in `call'
lib/gitlab/middleware/read_only.rb:18:in `call'
lib/gitlab/middleware/unauthenticated_session_expiry.rb:18:in `call'
rack (2.2.9) lib/rack/session/abstract/id.rb:266:in `context'
rack (2.2.9) lib/rack/session/abstract/id.rb:260:in `call'
actionpack (7.0.8.4) lib/action_dispatch/middleware/cookies.rb:704:in `call'
lib/gitlab/middleware/same_site_cookies.rb:27:in `call'
actionpack (7.0.8.4) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'
activesupport (7.0.8.4) lib/active_support/callbacks.rb:99:in `run_callbacks'
actionpack (7.0.8.4) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
sentry-rails (5.17.3) lib/sentry/rails/rescued_exception_interceptor.rb:12:in `call'
actionpack (7.0.8.4) lib/action_dispatch/middleware/debug_exceptions.rb:28:in `call'
lib/gitlab/middleware/path_traversal_check.rb:27:in `call'
lib/gitlab/middleware/handle_malformed_strings.rb:21:in `call'
sentry-ruby (5.17.3) lib/sentry/rack/capture_exceptions.rb:29:in `block (2 levels) in call'
sentry-ruby (5.17.3) lib/sentry/hub.rb:251:in `with_session_tracking'
sentry-ruby (5.17.3) lib/sentry-ruby.rb:403:in `with_session_tracking'
sentry-ruby (5.17.3) lib/sentry/rack/capture_exceptions.rb:20:in `block in call'
sentry-ruby (5.17.3) lib/sentry/hub.rb:59:in `with_scope'
sentry-ruby (5.17.3) lib/sentry-ruby.rb:383:in `with_scope'
sentry-ruby (5.17.3) lib/sentry/rack/capture_exceptions.rb:19:in `call'
actionpack (7.0.8.4) lib/action_dispatch/middleware/show_exceptions.rb:29:in `call'
lib/gitlab/middleware/basic_health_check.rb:25:in `call'
lograge (0.11.2) lib/lograge/rails_ext/rack/logger.rb:15:in `call_app'
railties (7.0.8.4) lib/rails/rack/logger.rb:25:in `block in call'
activesupport (7.0.8.4) lib/active_support/tagged_logging.rb:99:in `block in tagged'
activesupport (7.0.8.4) lib/active_support/tagged_logging.rb:37:in `tagged'
activesupport (7.0.8.4) lib/active_support/tagged_logging.rb:99:in `tagged'
railties (7.0.8.4) lib/rails/rack/logger.rb:25:in `call'
actionpack (7.0.8.4) lib/action_dispatch/middleware/remote_ip.rb:93:in `call'
lib/gitlab/middleware/handle_ip_spoof_attack_error.rb:25:in `call'
lib/gitlab/middleware/request_context.rb:15:in `call'
lib/gitlab/middleware/webhook_recursion_detection.rb:15:in `call'
request_store (1.5.1) lib/request_store/middleware.rb:19:in `call'
rack (2.2.9) lib/rack/method_override.rb:24:in `call'
rack (2.2.9) lib/rack/runtime.rb:22:in `call'
rack-timeout (0.7.0) lib/rack/timeout/core.rb:154:in `block in call'
rack-timeout (0.7.0) lib/rack/timeout/support/timeout.rb:19:in `timeout'
rack-timeout (0.7.0) lib/rack/timeout/core.rb:153:in `call'
config/initializers/fix_local_cache_middleware.rb:11:in `call'
lib/gitlab/middleware/compressed_json.rb:44:in `call'
actionpack (7.0.8.4) lib/action_dispatch/middleware/executor.rb:14:in `call'
lib/gitlab/middleware/rack_multipart_tempfile_factory.rb:19:in `call'
rack (2.2.9) lib/rack/sendfile.rb:110:in `call'
lib/gitlab/middleware/sidekiq_web_static.rb:20:in `call'
lib/gitlab/metrics/requests_rack_middleware.rb:79:in `call'
gitlab-labkit (0.36.1) lib/labkit/middleware/rack.rb:22:in `block in call'
gitlab-labkit (0.36.1) lib/labkit/context.rb:35:in `with_context'
gitlab-labkit (0.36.1) lib/labkit/middleware/rack.rb:21:in `call'
actionpack (7.0.8.4) lib/action_dispatch/middleware/request_id.rb:26:in `call'
actionpack (7.0.8.4) lib/action_dispatch/middleware/host_authorization.rb:131:in `call'
railties (7.0.8.4) lib/rails/engine.rb:530:in `call'
railties (7.0.8.4) lib/rails/railtie.rb:226:in `public_send'
railties (7.0.8.4) lib/rails/railtie.rb:226:in `method_missing'
lib/gitlab/middleware/release_env.rb:13:in `call'
rack (2.2.9) lib/rack/urlmap.rb:74:in `block in call'
rack (2.2.9) lib/rack/urlmap.rb:58:in `each'
rack (2.2.9) lib/rack/urlmap.rb:58:in `call'
puma (6.4.0) lib/puma/configuration.rb:272:in `call'
puma (6.4.0) lib/puma/request.rb:100:in `block in handle_request'
puma (6.4.0) lib/puma/thread_pool.rb:378:in `with_force_shutdown'
puma (6.4.0) lib/puma/request.rb:99:in `handle_request'
puma (6.4.0) lib/puma/server.rb:443:in `process_client'
puma (6.4.0) lib/puma/server.rb:241:in `block in run'
puma (6.4.0) lib/puma/thread_pool.rb:155:in `block in spawn_thread'

Output of checks

Results of GitLab environment info

Expand for output related to GitLab environment info

(For installations with omnibus-gitlab package run and paste the output of:
`sudo gitlab-rake gitlab:env:info`)


System information
System:		
Current User:	git
Using RVM:	no
Ruby Version:	3.1.5p253
Gem Version:	3.5.11
Bundler Version:2.5.11
Rake Version:	13.0.6
Redis Version:	7.0.15
Sidekiq Version:7.1.6
Go Version:	unknown

GitLab information
Version:	17.2.2
Revision:	1942745d9bd
Directory:	/opt/gitlab/embedded/service/gitlab-rails
DB Adapter:	PostgreSQL
DB Version:	14.11
URL:		https://DOMAIN
HTTP Clone URL:	https://DOMAIN/some-group/some-project.git
SSH Clone URL:	ssh://git@DOMAIN/some-group/some-project.git
Using LDAP:	no
Using Omniauth:	yes
Omniauth Providers: 

GitLab Shell
Version:	14.37.0
Repository storages:
- default: 	unix:/var/opt/gitlab/gitaly/gitaly.socket
GitLab Shell path:		/opt/gitlab/embedded/service/gitlab-shell

Gitaly
- default Address: 	unix:/var/opt/gitlab/gitaly/gitaly.socket
- default Version: 	17.2.2
- default Git Version: 	2.45.2

(For installations from source run and paste the output of:
`sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production`)

Results of GitLab application Check

Expand for output related to the GitLab application check

(For installations with omnibus-gitlab package run and paste the output of: sudo gitlab-rake gitlab:check SANITIZE=true)

Checking GitLab subtasks ...

Checking GitLab Shell ...

GitLab Shell: ... GitLab Shell version >= 14.37.0 ? ... OK (14.37.0) Running /opt/gitlab/embedded/service/gitlab-shell/bin/check Internal API available: OK Redis available via internal API: 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 (cluster/worker) ... 1/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 ...

Database config exists? ... yes Tables are truncated? ... skipped All migrations up? ... yes Database contains orphaned GroupMembers? ... no GitLab config exists? ... yes GitLab config up to date? ... yes Cable config exists? ... yes Resque config exists? ... 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 Systemd unit files or init script exist? ... skipped (omnibus-gitlab has neither init script nor systemd units) Systemd unit files or init script up-to-date? ... skipped (omnibus-gitlab has neither init script nor systemd units) Projects have namespace: ... 56/4 ... yes 2/5 ... yes 2/6 ... yes 3/8 ... yes 56/9 ... yes 56/10 ... yes 19/11 ... yes 19/13 ... yes 6/14 ... yes 28/17 ... yes 28/18 ... yes 6/19 ... yes 6/23 ... yes 6/24 ... yes 6/25 ... yes 6/26 ... yes 6/27 ... yes 6/28 ... yes 2/29 ... yes 34/32 ... yes 6/35 ... yes 28/44 ... yes 3/45 ... yes 31/46 ... yes 32/47 ... yes 34/48 ... yes 34/49 ... yes 56/50 ... yes 32/51 ... yes 2/53 ... yes 37/55 ... yes 32/56 ... yes 32/57 ... yes 32/58 ... yes 2/59 ... yes 3/60 ... yes 32/61 ... yes 2/62 ... yes 32/63 ... yes 32/64 ... yes 6/65 ... yes 56/66 ... yes 32/67 ... yes 6/68 ... yes 6/69 ... yes 32/70 ... yes 32/71 ... yes 34/104 ... yes 32/105 ... yes 6/106 ... yes 2/107 ... yes 6/108 ... yes 6/109 ... yes 3/110 ... yes 3/111 ... yes 2/112 ... yes 3/113 ... yes 32/114 ... yes 2/115 ... yes 3/116 ... yes 32/117 ... yes 6/118 ... yes 6/119 ... yes 6/120 ... yes 2/121 ... yes 2/122 ... yes 32/123 ... yes 32/124 ... yes 2/125 ... yes 32/126 ... yes 32/127 ... yes 6/128 ... yes 6/129 ... yes 2/130 ... yes 2/131 ... yes 32/132 ... yes 6/133 ... yes 32/134 ... yes 32/135 ... yes 32/136 ... yes 56/137 ... yes 2/138 ... yes 2/139 ... yes 32/140 ... yes 32/141 ... yes 2/142 ... yes 2/143 ... yes 2/144 ... yes 32/145 ... yes 2/146 ... yes 2/148 ... yes 6/149 ... yes 32/150 ... yes 63/151 ... yes 32/152 ... yes 32/153 ... yes 2/154 ... yes 6/155 ... yes 6/157 ... yes 56/158 ... yes 6/159 ... yes 6/160 ... yes 3/161 ... yes 32/162 ... yes 2/163 ... yes 32/165 ... yes 2/166 ... yes 3/167 ... yes 3/168 ... yes 6/169 ... yes 32/170 ... yes 6/171 ... yes 56/172 ... yes 6/173 ... yes 6/174 ... yes 6/175 ... yes 6/176 ... yes 6/177 ... yes 32/178 ... yes 56/180 ... yes 56/181 ... yes 56/182 ... yes 32/183 ... yes 6/184 ... yes 2/185 ... yes 2/186 ... yes 6/187 ... yes 6/188 ... yes 2/189 ... yes 2/190 ... yes 6/191 ... yes 6/192 ... yes 6/193 ... yes 6/194 ... yes 56/195 ... yes 2/196 ... yes 56/197 ... yes 2/198 ... yes 56/199 ... yes 2/200 ... yes 6/203 ... yes 2/204 ... yes 233/206 ... yes 233/207 ... yes 233/208 ... yes 6/209 ... yes 6/210 ... yes 6/211 ... yes 2/212 ... yes 2/214 ... yes 2/215 ... yes 6/216 ... yes 6/217 ... yes 6/218 ... yes Redis version >= 6.2.14? ... yes Ruby version >= 3.0.6 ? ... yes (3.1.5) Git user has default SSH configuration? ... yes Active users: ... 6 Is authorized keys file accessible? ... yes GitLab configured to store new projects in hashed storage? ... yes All projects are in hashed storage? ... yes

Checking GitLab App ... Finished

Checking GitLab subtasks ... Finished

(For installations from source run and paste the output of: sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true)

(we will only investigate if the tests are passing)

Possible fixes

Edited by Matthew