Error 500 when trying to list personal projects

Summary

Calls to my specific user's project list end up in an Error 500

Steps to reproduce

Honestly I can't tell you how, since it seems to only be happening with my projects. No other user has yet reported any trouble.

What is the current bug behavior?

When opening pages, that should contain my personal projects the page goes to Error 500 or the list (if it is loaded asynchronously) does not show, with "Something went wrong on our end" alert-bar. Also see output of GitLab application Check.

What is the expected correct behavior?

The list of my projects

Relevant logs and/or screenshots

for calling to homepage

==> /var/log/gitlab/gitlab-rails/production.log <==
Completed 500 Internal Server Error in 1283ms (ActiveRecord: 394.8ms | Elasticsearch: 0.0ms)

ActionView::Template::Error (undefined method `[]' for nil:NilClass):
     7: - skip_namespace = false unless local_assigns[:skip_namespace] == true
     8: - show_last_commit_as_description = false unless local_assigns[:show_last_commit_as_description] == true
     9: - remote = false unless local_assigns[:remote] == true
    10: - load_pipeline_status(projects)
    11:
    12: .js-projects-list-holder
    13:   - if projects.any?
  app/models/project.rb:470:in `repository_storage_path'
  app/models/repository.rb:1215:in `repository_storage_path'
  app/models/repository.rb:76:in `path_to_repo'
  app/models/repository.rb:1178:in `refs_directory_exists?'
  app/models/repository.rb:481:in `exists?'
  app/models/repository.rb:58:in `block (2 levels) in cache_method'
  lib/repository_cache.rb:20:in `fetch'
  app/models/repository.rb:1134:in `cache_method_output'
  app/models/repository.rb:58:in `block in cache_method'
  app/models/repository.rb:94:in `commit'
  app/models/project.rb:495:in `commit'
  lib/gitlab/cache/ci/project_pipeline_status.rb:10:in `commit'
  lib/gitlab/cache/ci/project_pipeline_status.rb:83:in `load_from_project'
  lib/gitlab/cache/ci/project_pipeline_status.rb:75:in `load_status'
  lib/gitlab/cache/ci/project_pipeline_status.rb:21:in `block in load_in_batch_for_projects'
  lib/gitlab/cache/ci/project_pipeline_status.rb:19:in `each'
  lib/gitlab/cache/ci/project_pipeline_status.rb:19:in `load_in_batch_for_projects'
  app/helpers/projects_helper.rb:208:in `load_pipeline_status'
  app/views/shared/projects/_list.html.haml:10:in `_app_views_shared_projects__list_html_haml__2326010594264261127_69923283995920'
  app/views/dashboard/projects/_projects.html.haml:1:in `_app_views_dashboard_projects__projects_html_haml__4539412113011947630_69923285938820'
  app/views/dashboard/projects/index.html.haml:20:in `_app_views_dashboard_projects_index_html_haml__2680313084348681027_69923295270780'
  app/controllers/dashboard/projects_controller.rb:10:in `index'
  app/controllers/root_controller.rb:16:in `index'
  lib/gitlab/i18n.rb:45:in `with_locale'
  lib/gitlab/i18n.rb:51:in `with_user_locale'
  app/controllers/application_controller.rb:298:in `set_locale'
  lib/gitlab/performance_bar/peek_performance_bar_with_rack_body.rb:16:in `call'
  lib/gitlab/middleware/multipart.rb:93:in `call'
  lib/gitlab/request_profiler/middleware.rb:14:in `call'
  lib/gitlab/middleware/go.rb:16:in `call'
  lib/gitlab/etag_caching/middleware.rb:11:in `call'
  lib/gitlab/middleware/readonly_geo.rb:30:in `call'
  lib/gitlab/request_context.rb:18:in `call'
  lib/gitlab/metrics/requests_rack_middleware.rb:27:in `call'

for calling to `/users//projects``:

==> /var/log/gitlab/gitlab-rails/production.log <==
Completed 500 Internal Server Error in 69ms (ActiveRecord: 10.5ms | Elasticsearch: 0.0ms)

ActionView::Template::Error (undefined method `[]' for nil:NilClass):
     7: - skip_namespace = false unless local_assigns[:skip_namespace] == true
     8: - show_last_commit_as_description = false unless local_assigns[:show_last_commit_as_description] == true
     9: - remote = false unless local_assigns[:remote] == true
    10: - load_pipeline_status(projects)
    11:
    12: .js-projects-list-holder
    13:   - if projects.any?
  app/models/project.rb:470:in `repository_storage_path'
  app/models/repository.rb:1215:in `repository_storage_path'
  app/models/repository.rb:76:in `path_to_repo'
  app/models/repository.rb:1178:in `refs_directory_exists?'
  app/models/repository.rb:481:in `exists?'
  app/models/repository.rb:58:in `block (2 levels) in cache_method'
  lib/repository_cache.rb:20:in `fetch'
  app/models/repository.rb:1134:in `cache_method_output'
  app/models/repository.rb:58:in `block in cache_method'
  app/models/repository.rb:94:in `commit'
  app/models/project.rb:495:in `commit'
  lib/gitlab/cache/ci/project_pipeline_status.rb:10:in `commit'
  lib/gitlab/cache/ci/project_pipeline_status.rb:83:in `load_from_project'
  lib/gitlab/cache/ci/project_pipeline_status.rb:75:in `load_status'
  lib/gitlab/cache/ci/project_pipeline_status.rb:21:in `block in load_in_batch_for_projects'
  lib/gitlab/cache/ci/project_pipeline_status.rb:19:in `each'
  lib/gitlab/cache/ci/project_pipeline_status.rb:19:in `load_in_batch_for_projects'
  app/helpers/projects_helper.rb:208:in `load_pipeline_status'
  app/views/shared/projects/_list.html.haml:10:in `_app_views_shared_projects__list_html_haml__2326010594264261127_69923107267440'
  app/controllers/application_controller.rb:220:in `view_to_html_string'
  app/controllers/users_controller.rb:43:in `block (2 levels) in projects'
  app/controllers/users_controller.rb:39:in `projects'
  lib/gitlab/i18n.rb:45:in `with_locale'
  lib/gitlab/i18n.rb:51:in `with_user_locale'
  app/controllers/application_controller.rb:298:in `set_locale'
  lib/gitlab/performance_bar/peek_performance_bar_with_rack_body.rb:16:in `call'
  lib/gitlab/middleware/multipart.rb:93:in `call'
  lib/gitlab/request_profiler/middleware.rb:14:in `call'
  lib/gitlab/middleware/go.rb:16:in `call'
  lib/gitlab/etag_caching/middleware.rb:11:in `call'
  lib/gitlab/middleware/readonly_geo.rb:30:in `call'
  lib/gitlab/request_context.rb:18:in `call'
  lib/gitlab/metrics/requests_rack_middleware.rb:27:in `call'

for calling to /admin/projects?utf8=%E2%9C%93&name=<username>&sort=latest_activity_desc:

==> /var/log/gitlab/gitlab-rails/production.log <==
Started GET "/admin/projects?utf8=%E2%9C%93&name=janwillhaus&sort=latest_activity_desc" for 139.13.XXX.XXX at 2017-07-31 12:03:51 +0200
Processing by Admin::ProjectsController#index as HTML
  Parameters: {"utf8"=>"✓", "name"=>"janwillhaus", "sort"=>"latest_activity_desc"}
Completed 500 Internal Server Error in 243ms (ActiveRecord: 17.7ms | Elasticsearch: 0.0ms)

ActionView::Template::Error (undefined method `[]' for nil:NilClass):
    15:             = link_to [:admin, project.namespace.becomes(Namespace), project] do
    16:               .dash-project-avatar
    17:                 .avatar-container.s40
    18:                   = project_icon(project, alt: '', class: 'avatar project-avatar s40')
    19:               %span.project-full-name
    20:                 %span.namespace-name
    21:                   - if project.namespace
  lib/gitlab/git/repository.rb:38:in `initialize'
  app/models/repository.rb:1219:in `new'
  app/models/repository.rb:1219:in `initialize_raw_repository'
  app/models/repository.rb:70:in `raw_repository'
  app/models/repository.rb:471:in `root_ref'
  app/models/repository.rb:58:in `block (2 levels) in cache_method'
  lib/repository_cache.rb:20:in `fetch'
  app/models/repository.rb:1134:in `cache_method_output'
  app/models/repository.rb:58:in `block in cache_method'
  app/models/repository.rb:582:in `head_commit'
  app/models/repository.rb:593:in `tree'
  app/models/repository.rb:1150:in `file_on_head'
  app/models/repository.rb:520:in `avatar'
  app/models/repository.rb:58:in `block (2 levels) in cache_method'
  lib/repository_cache.rb:20:in `fetch'
  app/models/repository.rb:1134:in `cache_method_output'
  app/models/repository.rb:58:in `block in cache_method'
  app/models/project.rb:879:in `avatar_in_git'
  app/models/project.rb:885:in `avatar_url'
  app/models/ee/geo_aware_avatar.rb:11:in `avatar_url'
  app/helpers/application_helper.rb:43:in `project_icon'
  app/views/admin/projects/_projects.html.haml:18:in `block (2 levels) in _app_views_admin_projects__projects_html_haml__2737029879680375027_69923282139100'
  app/views/admin/projects/_projects.html.haml:15:in `block in _app_views_admin_projects__projects_html_haml__2737029879680375027_69923282139100'
  app/views/admin/projects/_projects.html.haml:4:in `_app_views_admin_projects__projects_html_haml__2737029879680375027_69923282139100'
  app/views/admin/projects/index.html.haml:45:in `_app_views_admin_projects_index_html_haml___1862541442152896875_69923270863320'
  app/controllers/admin/projects_controller.rb:19:in `index'
  lib/gitlab/i18n.rb:45:in `with_locale'
  lib/gitlab/i18n.rb:51:in `with_user_locale'
  app/controllers/application_controller.rb:298:in `set_locale'
  lib/gitlab/performance_bar/peek_performance_bar_with_rack_body.rb:16:in `call'
  lib/gitlab/middleware/multipart.rb:93:in `call'
  lib/gitlab/request_profiler/middleware.rb:14:in `call'
  lib/gitlab/middleware/go.rb:16:in `call'
  lib/gitlab/etag_caching/middleware.rb:11:in `call'
  lib/gitlab/middleware/readonly_geo.rb:30:in `call'
  lib/gitlab/request_context.rb:18:in `call'
  lib/gitlab/metrics/requests_rack_middleware.rb:27:in `call'

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: CentOS 6.9 Proxy: no Current User: git Using RVM: no Ruby Version: 2.3.3p222 Gem Version: 2.6.6 Bundler Version:1.13.7 Rake Version: 10.5.0 Redis Version: 3.2.5 Git Version: 2.13.0 Sidekiq Version:5.0.0 Go Version: unknown

GitLab information Version: 9.4.2-ee Revision: 421b9b5 Directory: /opt/gitlab/embedded/service/gitlab-rails DB Adapter: postgresql DB Version: 9.6.3 URL: https://tgm-git.jade-hs.de HTTP Clone URL: https://tgm-git.jade-hs.de/some-group/some-project.git SSH Clone URL: git@tgm-git.jade-hs.de:some-group/some-project.git Elasticsearch: no Geo: no Using LDAP: no Using Omniauth: yes Omniauth Providers: github, shibboleth

GitLab Shell Version: 5.3.1 Repository storage paths:

  • default: /mnt/storage/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

** Invoke gitlab:check (first_time) ** Invoke gitlab:gitlab_shell:check (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute gitlab:gitlab_shell:check Checking GitLab Shell ...

GitLab Shell version >= 5.3.1 ? ... OK (5.3.1) Repo base directory exists? default... yes Repo storage directories are symlinks? default... no Repo paths owned by git:root, or git:git? default... yes Repo paths access is drwxrws---? default... yes hooks directories in repos are links: ... 2/4 ... ok 2/5 ... ok 2/6 ... ok 2/7 ... ok 5/9 ... ok 6/10 ... ok 3/16 ... ok 3/17 ... ok 2/18 ... ok 10/19 ... repository is empty 145/22 ... ok 26/27 ... ok 106/32 ... ok 2/37 ... repository is empty 3/38 ... ok 6/40 ... ok 5/42 ... ok 2/43 ... ok 3/44 ... ok 35/48 ... ok 31/51 ... ok 5/52 ... ok 2/53 ... repository is empty 123/54 ... ok 11/56 ... ok 11/57 ... ok 26/60 ... ok 3/61 ... ok 26/67 ... ok 6/69 ... ok 27/70 ... ok 145/71 ... ok 15/72 ... ok 5/73 ... ok 145/75 ... ok 137/76 ... ok 5/78 ... ok 5/80 ... ok 39/84 ... ok 31/86 ... ok 6/88 ... ok 53/89 ... ok 57/91 ... ok 5/92 ... ok 53/94 ... ok 24/96 ... ok 5/100 ... ok 3/101 ... ok 123/102 ... ok 123/109 ... ok 123/110 ... ok 53/111 ... ok 31/114 ... ok 5/116 ... ok 24/118 ... ok 2/121 ... ok 5/122 ... ok 31/123 ... ok 5/128 ... ok 7/129 ... ok 145/130 ... ok 23/132 ... ok 66/133 ... ok 66/138 ... ok 31/140 ... ok 67/142 ... ok 31/143 ... ok 11/144 ... ok 11/145 ... ok 68/147 ... ok 145/148 ... ok 66/149 ... ok 66/150 ... ok 145/158 ... ok 24/159 ... ok 5/160 ... ok 145/161 ... ok 6/163 ... ok 31/167 ... ok 3/168 ... ok 27/170 ... ok 145/171 ... ok 66/173 ... ok 73/174 ... ok 5/175 ... ok 5/177 ... ok 66/183 ... repository is empty 5/188 ... ok 66/189 ... ok 24/190 ... ok 31/191 ... ok 5/192 ... ok 23/193 ... ok 5/194 ... ok 23/196 ... ok 66/200 ... repository is empty 10/201 ... ok 66/204 ... ok 145/205 ... ok 5/208 ... ok 5/209 ... ok 24/210 ... ok 23/212 ... ok 28/213 ... repository is empty 23/217 ... ok 66/220 ... ok 5/222 ... ok 40/223 ... ok 39/224 ... ok 5/225 ... ok 5/226 ... ok 53/227 ... ok 73/229 ... ok 27/230 ... ok 137/231 ... ok 74/234 ... ok 27/235 ... ok 91/236 ... ok 145/237 ... ok 66/238 ... ok 53/239 ... ok 11/241 ... ok 27/242 ... ok 145/243 ... ok 6/244 ... ok 73/245 ... ok 98/246 ... ok 84/247 ... repository is empty 8/248 ... ok 11/249 ... ok 5/250 ... ok 5/251 ... ok 66/252 ... ok 5/253 ... ok 98/257 ... ok 102/258 ... repository is empty 105/259 ... ok 103/260 ... ok 47/263 ... ok 109/264 ... ok 110/265 ... ok 93/266 ... ok 111/267 ... ok 109/268 ... ok 15/269 ... ok 119/270 ... ok 45/271 ... ok 5/274 ... ok 110/275 ... ok 5/277 ... ok 47/279 ... ok 124/280 ... ok 124/281 ... ok 31/282 ... ok 98/283 ... ok 116/286 ... repository is empty 31/287 ... ok 145/289 ... ok 103/290 ... ok 104/291 ... repository is empty 5/292 ... ok 127/293 ... ok 31/294 ... ok 103/295 ... ok 23/296 ... ok 3/297 ... ok 3/298 ... ok 23/299 ... ok 45/300 ... ok 145/301 ... ok 98/303 ... ok 110/306 ... ok 109/307 ... ok 127/308 ... ok 27/309 ... ok 27/310 ... ok 47/311 ... ok 6/312 ... ok 93/313 ... ok 145/314 ... ok 104/315 ... ok 27/316 ... ok 113/317 ... ok 66/318 ... ok 145/319 ... ok 27/320 ... ok 15/321 ... ok 111/323 ... ok 111/324 ... ok 124/326 ... ok 6/329 ... ok 145/336 ... ok 72/337 ... ok 130/339 ... ok 72/340 ... ok 45/341 ... ok 6/342 ... ok 72/343 ... ok 44/344 ... ok 23/345 ... ok 68/346 ... ok 5/348 ... ok 5/350 ... ok 124/351 ... ok 24/352 ... ok 27/353 ... ok 57/357 ... repository is empty 91/358 ... ok 44/359 ... ok 15/360 ... ok 130/362 ... ok 130/363 ... ok 5/364 ... ok 5/365 ... ok 15/366 ... ok 53/367 ... ok 6/368 ... ok 137/369 ... ok 124/371 ... ok 124/372 ... ok 31/376 ... ok 3/377 ... ok 145/378 ... ok 11/379 ... ok 124/380 ... ok 89/381 ... repository is empty 89/382 ... ok 111/383 ... ok 111/384 ... ok 5/385 ... ok 5/386 ... ok 140/387 ... ok 15/388 ... ok 128/390 ... ok 5/391 ... ok 92/392 ... ok 5/393 ... ok 5/394 ... ok 111/395 ... ok 3/396 ... ok 5/397 ... ok 5/399 ... ok 60/400 ... repository is empty 45/401 ... ok 111/402 ... ok 5/403 ... ok 144/404 ... ok 31/406 ... ok 111/407 ... ok 83/408 ... ok 5/409 ... ok 15/410 ... ok 48/411 ... ok 26/412 ... ok 31/413 ... ok 148/414 ... ok 26/415 ... repository is empty 44/416 ... ok 50/417 ... ok 66/418 ... ok 105/420 ... ok 105/424 ... ok 5/425 ... rake aborted! NoMethodError: undefined method []' for nil:NilClass /opt/gitlab/embedded/service/gitlab-rails/app/models/project.rb:470:in repository_storage_path' /opt/gitlab/embedded/service/gitlab-rails/app/models/repository.rb:1215:in repository_storage_path' /opt/gitlab/embedded/service/gitlab-rails/app/models/repository.rb:76:in path_to_repo' /opt/gitlab/embedded/service/gitlab-rails/lib/tasks/gitlab/check.rake:191:in block in check_repos_hooks_directory_is_link' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/activerecord-4.2.8/lib/active_record/relation/batches.rb:51:in block (2 levels) in find_each' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/activerecord-4.2.8/lib/active_record/relation/batches.rb:51:in each' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/activerecord-4.2.8/lib/active_record/relation/batches.rb:51:in block in find_each' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/activerecord-4.2.8/lib/active_record/relation/batches.rb:124:in find_in_batches' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/activerecord-4.2.8/lib/active_record/relation/batches.rb:50:in find_each' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/activerecord-4.2.8/lib/active_record/querying.rb:9:in find_each' /opt/gitlab/embedded/service/gitlab-rails/lib/tasks/gitlab/check.rake:189:in check_repos_hooks_directory_is_link' /opt/gitlab/embedded/service/gitlab-rails/lib/tasks/gitlab/check.rake:59:in block (3 levels) in <top (required)>' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-10.5.0/lib/rake/task.rb:240:in block in execute' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-10.5.0/lib/rake/task.rb:235:in each' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-10.5.0/lib/rake/task.rb:235:in execute' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-10.5.0/lib/rake/task.rb:179:in block in invoke_with_call_chain' /opt/gitlab/embedded/lib/ruby/2.3.0/monitor.rb:214:in mon_synchronize' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-10.5.0/lib/rake/task.rb:172:in invoke_with_call_chain' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-10.5.0/lib/rake/task.rb:201:in block in invoke_prerequisites' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-10.5.0/lib/rake/task.rb:199:in each' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-10.5.0/lib/rake/task.rb:199:in invoke_prerequisites' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-10.5.0/lib/rake/task.rb:178:in block in invoke_with_call_chain' /opt/gitlab/embedded/lib/ruby/2.3.0/monitor.rb:214:in mon_synchronize' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-10.5.0/lib/rake/task.rb:172:in invoke_with_call_chain' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-10.5.0/lib/rake/task.rb:165:in invoke' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-10.5.0/lib/rake/application.rb:150:in invoke_task' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-10.5.0/lib/rake/application.rb:106:in block (2 levels) in top_level' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-10.5.0/lib/rake/application.rb:106:in each' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-10.5.0/lib/rake/application.rb:106:in block in top_level' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-10.5.0/lib/rake/application.rb:115:in run_with_threads' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-10.5.0/lib/rake/application.rb:100:in top_level' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-10.5.0/lib/rake/application.rb:78:in block in run' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-10.5.0/lib/rake/application.rb:176:in standard_exception_handling' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-10.5.0/lib/rake/application.rb:75:in run' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-10.5.0/bin/rake:33:in <top (required)>' /opt/gitlab/embedded/bin/rake:22:in load' /opt/gitlab/embedded/bin/rake:22:in <top (required)>' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/cli/exec.rb:74:in load' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/cli/exec.rb:74:in kernel_load' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/cli/exec.rb:27:in run' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/cli.rb:332:in exec' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/vendor/thor/lib/thor/command.rb:27:in run' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in invoke_command' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/vendor/thor/lib/thor.rb:359:in dispatch' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/cli.rb:20:in dispatch' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/vendor/thor/lib/thor/base.rb:440:in start' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/cli.rb:11:in start' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/bundler-1.13.7/exe/bundle:34:in block in <top (required)>' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/friendly_errors.rb:100:in with_friendly_errors' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/bundler-1.13.7/exe/bundle:26:in <top (required)>' /opt/gitlab/embedded/bin/bundle:22:in load' /opt/gitlab/embedded/bin/bundle:22:in `' Tasks: TOP => gitlab:check => gitlab:gitlab_shell:check

Edited Jul 31, 2017 by janw
Assignee Loading
Time tracking Loading