FS#55330 - [gitlab-gitaly] Ruby startup fails

Attached to Project: Community Packages
Opened by Jonas Hahnfeld (hahnjo) - Tuesday, 29 August 2017, 11:54 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Thursday, 07 September 2017, 17:34 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
$ systemctl status -n100 gitlab-gitaly
[...]
/usr/share/webapps/gitlab-gitaly/ruby/vendor/gitlab_git/lib/gitlab/git/repository.rb:9:in `<class:Repository>': uninitialized constant Gitl
from /usr/share/webapps/gitlab-gitaly/ruby/vendor/gitlab_git/lib/gitlab/git/repository.rb:8:in `<module:Git>'
from /usr/share/webapps/gitlab-gitaly/ruby/vendor/gitlab_git/lib/gitlab/git/repository.rb:7:in `<module:Gitlab>'
from /usr/share/webapps/gitlab-gitaly/ruby/vendor/gitlab_git/lib/gitlab/git/repository.rb:6:in `<top (required)>'
from /usr/share/webapps/gitlab-gitaly/ruby/lib/gitlab/git.rb:24:in `require_relative'
from /usr/share/webapps/gitlab-gitaly/ruby/lib/gitlab/git.rb:24:in `block in <top (required)>'
from /usr/share/webapps/gitlab-gitaly/ruby/lib/gitlab/git.rb:23:in `each'
from /usr/share/webapps/gitlab-gitaly/ruby/lib/gitlab/git.rb:23:in `<top (required)>'
from /usr/share/webapps/gitlab-gitaly/ruby/lib/gitaly_server.rb:3:in `require_relative'
from /usr/share/webapps/gitlab-gitaly/ruby/lib/gitaly_server.rb:3:in `<top (required)>'
from bin/gitaly-ruby:7:in `require_relative'
from bin/gitaly-ruby:7:in `<main>'

This results in zombie process 'ruby-2.3'.

Additional info:
* gitlab-gitaly 0.33.0-1
This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Thursday, 07 September 2017, 17:34 GMT
Reason for closing:  Fixed
Comment by Sven-Hendrik Haase (Svenstaro) - Thursday, 31 August 2017, 04:04 GMT
Not sure what to do here, to be honest. Any hints?
Comment by Jonas Hahnfeld (hahnjo) - Friday, 01 September 2017, 07:10 GMT
I just saw that there are new gitaly releases, the latest being 0.37.0. They include a fix for https://gitlab.com/gitlab-org/gitaly/issues/489 which seems to match the described error: https://gitlab.com/gitlab-org/gitaly/merge_requests/302

Note: I haven't had time to test if the new release(s) really fix the error I'm seeing!
Comment by Sven-Hendrik Haase (Svenstaro) - Friday, 01 September 2017, 18:38 GMT
Ok, I'll update and you can then request bug closure if this actually fixes the problem.
Comment by Sven-Hendrik Haase (Svenstaro) - Thursday, 07 September 2017, 17:32 GMT
I'm going to assume that this is fixed. Please reopen if that is not the case.

Loading...