Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[18.09] gitlab fixes #49682

Merged
merged 2 commits into from Nov 3, 2018
Merged

[18.09] gitlab fixes #49682

merged 2 commits into from Nov 3, 2018

Conversation

flokli
Copy link
Contributor

@flokli flokli commented Nov 3, 2018

Motivation for this change

This backports some of the recent gitlab improvements (fixed tests #49658, security updates #49663) to 18.09

I'd also like to merge in #49385 (but without the version bump currently present in the PR)

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Fits CONTRIBUTING.md.

@flokli
Copy link
Contributor Author

flokli commented Nov 3, 2018

@GrahamcOfBorg test gitlab

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: gitlab

Partial log (click to expand)

/nix/store/xjfg46i7m20nbmygam4p6r4f6v5bj1py-gitlab-11.4.4

@flokli flokli requested a review from globin November 3, 2018 11:52
@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: gitlab

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: gitlab

Partial log (click to expand)

/nix/store/zwvhznm00f6gx671zmsym18dx4nhmpf4-gitlab-11.4.4/share/gitlab/bin/rspec-stackprof: interpreter directive changed from "/usr/bin/env ruby" to "/nix/store/7s2672l5lzqp3nncgxgp681al19c2wla-wrapped-ruby-gitlab-env-11.4.4/bin/ruby"
/nix/store/zwvhznm00f6gx671zmsym18dx4nhmpf4-gitlab-11.4.4/share/gitlab/bin/secpick: interpreter directive changed from "/usr/bin/env ruby" to "/nix/store/7s2672l5lzqp3nncgxgp681al19c2wla-wrapped-ruby-gitlab-env-11.4.4/bin/ruby"
/nix/store/zwvhznm00f6gx671zmsym18dx4nhmpf4-gitlab-11.4.4/share/gitlab/bin/parallel-rsync-repos: interpreter directive changed from "/usr/bin/env bash" to "/nix/store/czx8vkrb9jdgjyz8qfksh10vrnqa723l-bash-4.4-p23/bin/bash"
/nix/store/zwvhznm00f6gx671zmsym18dx4nhmpf4-gitlab-11.4.4/share/gitlab/bin/rails: interpreter directive changed from "/usr/bin/env ruby" to "/nix/store/7s2672l5lzqp3nncgxgp681al19c2wla-wrapped-ruby-gitlab-env-11.4.4/bin/ruby"
/nix/store/zwvhznm00f6gx671zmsym18dx4nhmpf4-gitlab-11.4.4/share/gitlab/bin/background_jobs: interpreter directive changed from "/bin/sh" to "/nix/store/czx8vkrb9jdgjyz8qfksh10vrnqa723l-bash-4.4-p23/bin/sh"
/nix/store/zwvhznm00f6gx671zmsym18dx4nhmpf4-gitlab-11.4.4/share/gitlab/bin/web: interpreter directive changed from "/bin/sh" to "/nix/store/czx8vkrb9jdgjyz8qfksh10vrnqa723l-bash-4.4-p23/bin/sh"
/nix/store/zwvhznm00f6gx671zmsym18dx4nhmpf4-gitlab-11.4.4/share/gitlab/bin/storage_check: interpreter directive changed from "/usr/bin/env ruby" to "/nix/store/7s2672l5lzqp3nncgxgp681al19c2wla-wrapped-ruby-gitlab-env-11.4.4/bin/ruby"
/nix/store/zwvhznm00f6gx671zmsym18dx4nhmpf4-gitlab-11.4.4/share/gitlab/bin/changelog: interpreter directive changed from "/usr/bin/env ruby" to "/nix/store/7s2672l5lzqp3nncgxgp681al19c2wla-wrapped-ruby-gitlab-env-11.4.4/bin/ruby"
checking for references to /build in /nix/store/zwvhznm00f6gx671zmsym18dx4nhmpf4-gitlab-11.4.4...
/nix/store/zwvhznm00f6gx671zmsym18dx4nhmpf4-gitlab-11.4.4

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: tests.gitlab

Partial log (click to expand)

gitlab: exit status 1
syncing
gitlab: running command: sync
gitlab: exit status 0
test script finished in 1596.85s
cleaning up
killing gitlab (pid 597)
vde_switch: EOF on stdin, cleaning up and exiting
vde_switch: Could not remove ctl dir '/build/vde1.ctl': Directory not empty
/nix/store/2cv8hf6836xyiggwzj7hhj39393r6635-vm-test-run-gitlab

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: tests.gitlab

Partial log (click to expand)

gitlab: exit status 1
syncing
gitlab: running command: sync
gitlab: exit status 0
test script finished in 2791.82s
cleaning up
killing gitlab (pid 631)
vde_switch: EOF on stdin, cleaning up and exiting
vde_switch: Could not remove ctl dir '/build/vde1.ctl': Directory not empty
/nix/store/fkqy2c7lv4m32hg8nc7qz79jn4vfs7yq-vm-test-run-gitlab

@srhb
Copy link
Contributor

srhb commented Nov 3, 2018

Did anyone test that migrations are still working?

globin and others added 2 commits November 3, 2018 14:37
(cherry picked from commit ec7cb84)
SSRF in Kubernetes integration
The GitLab Kubernetes integration was vulnerable to a SSRF issue which could allow an attacker to make requests to access any internal URLs. The issue is now mitigated in the latest release and is assigned CVE-2018-18843.

(cherry picked from commit 9e491f7)
@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: gitlab

Partial log (click to expand)

/nix/store/xjfg46i7m20nbmygam4p6r4f6v5bj1py-gitlab-11.4.4

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: gitlab

Partial log (click to expand)

/nix/store/zwvhznm00f6gx671zmsym18dx4nhmpf4-gitlab-11.4.4

@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: gitlab

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


@globin globin merged commit 386ff58 into NixOS:release-18.09 Nov 3, 2018
@flokli flokli deleted the 18.09-gitlab-11.4.4 branch November 3, 2018 20:41
@flokli
Copy link
Contributor Author

flokli commented Nov 3, 2018

@srhb

Did anyone test that migrations are still working?

I instantiated a nixos container with nixops on nixos-18.09 before this merge, fast-forwarder nixpkgs to it, then deployed again. The unit was restarted, and ran the migrate task in the ExecStartPre phase, so it basically should work.

I only did test anything outside the scope of this PR, so 11.4.3 -> 11.4.4 only, no bumps from older versions.

@globin
Copy link
Member

globin commented Nov 3, 2018

I updated our production instance :)

@globin
Copy link
Member

globin commented Nov 3, 2018

@srhb fixed in eadb998

I had to go further into the past to reproduce it, it was caused by an obsolete .rb file lying around in the config folder, containing a reference to an old gem, killing the rake task when loading configs.

@srhb
Copy link
Contributor

srhb commented Nov 4, 2018

@globin You are right! Thanks! Sorry I wasn't around for debugging

@andir
Copy link
Member

andir commented Nov 4, 2018

The tests do not work on i686 since the RAM size is a bit too large: https://hydra.nixos.org/build/83692760

We should either figure out if less RAM also works of disable it on that platform.

@flokli
Copy link
Contributor Author

flokli commented Nov 4, 2018

I tried running with 2047 MB RAM (the maximum currently possible with i686), but ruby failed with a missing symbol somewhere (posix_spawn_ext.so: undefined symbol: rb_fix2int), which seems to be a posix_spawn upstream issue:

gitlab# [  171.038502] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: rake aborted!
gitlab# [  171.061837] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: LoadError: /nix/store/gcr9s2hjibr2g4n7s26flrgg1rjcj08a-ruby2.5.3-posix-spawn-0.3.13/lib/ruby/gems/2.5.0/gems/posix-spawn-0.3.13/lib/posix_spawn_ext.so: undefined symbol: rb_fix2int - /nix/store/gcr9s2hjibr2g4n7s26flrgg1rjcj08a-ruby2.5.3-posix-spawn-0.3.13/lib/ruby/gems/2.5.0/gems/posix-spawn-0.3.13/lib/posix_spawn_ext.so
gitlab# [  171.077419] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/q9ydr4ry8q6ik9h7bwfwg73iqgaida3l-gitlab-11.4.4/share/gitlab/config/initializers/routing_draw.rb:5:in `instance_eval'
gitlab# [  171.081808] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `block in require_with_bootsnap_lfi'
gitlab: exit status 0
gitlab# [  171.091191] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/loaded_features_index.rb:65:in `register'
gitlab# [  171.096523] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:20:in `require_with_bootsnap_lfi'
gitlab# [  171.106237] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:29:in `require'
gitlab# [  171.111554] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:274:in `block in require'
gitlab# [  171.120495] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:240:in `load_dependency'
gitlab# [  171.125264] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:274:in `require'
gitlab# [  171.134323] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/gcr9s2hjibr2g4n7s26flrgg1rjcj08a-ruby2.5.3-posix-spawn-0.3.13/lib/ruby/gems/2.5.0/gems/posix-spawn-0.3.13/lib/posix/spawn.rb:2:in `<main>'
gitlab# [  171.141460] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `require'
gitlab# [  171.148459] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `block in require_with_bootsnap_lfi'
gitlab# [  171.156599] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/loaded_features_index.rb:65:in `register'
gitlab# [  171.160277] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:20:in `require_with_bootsnap_lfi'
gitlab# [  171.168739] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:29:in `require'
gitlab# [  171.176345] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:274:in `block in require'
gitlab# [  171.180289] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:240:in `load_dependency'
gitlab# [  171.185858] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:274:in `require'
gitlab# [  171.207142] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/gcr9s2hjibr2g4n7s26flrgg1rjcj08a-ruby2.5.3-posix-spawn-0.3.13/lib/ruby/gems/2.5.0/gems/posix-spawn-0.3.13/lib/posix-spawn.rb:1:in `<main>'
gitlab# [  171.233490] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `require'
gitlab# [  171.245784] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `block in require_with_bootsnap_lfi'
gitlab# [  171.254425] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/loaded_features_index.rb:65:in `register'
gitlab# [  171.259206] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:20:in `require_with_bootsnap_lfi'
gitlab# [  171.268899] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:29:in `require'
gitlab# [  171.273244] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:274:in `block in require'
gitlab# [  171.282990] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:240:in `load_dependency'
gitlab# [  171.287243] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:274:in `require'
gitlab# [  171.296248] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/y614qaf3l53y8npkdmic7isaxqsngzn9-ruby2.5.3-gitlab-grit-2.8.2/lib/ruby/gems/2.5.0/gems/gitlab-grit-2.8.2/lib/grit/git.rb:2:in `<main>'
gitlab# [  171.303397] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `require'
gitlab# [  171.307292] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `block in require_with_bootsnap_lfi'
gitlab# [  171.312505] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/loaded_features_index.rb:65:in `register'
gitlab# [  171.320748] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:20:in `require_with_bootsnap_lfi'
gitlab# [  171.329588] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:29:in `require'
gitlab# [  171.352579] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:274:in `block in require'
gitlab# [  171.365106] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:240:in `load_dependency'
gitlab# [  171.384441] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:274:in `require'
gitlab# [  171.391350] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/y614qaf3l53y8npkdmic7isaxqsngzn9-ruby2.5.3-gitlab-grit-2.8.2/lib/ruby/gems/2.5.0/gems/gitlab-grit-2.8.2/lib/grit.rb:34:in `<main>'
gitlab# [  171.398384] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `require'
gitlab# [  171.406257] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `block in require_with_bootsnap_lfi'
gitlab# [  171.418505] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/loaded_features_index.rb:65:in `register'
gitlab# [  171.430891] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:20:in `require_with_bootsnap_lfi'
gitlab# [  171.445951] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:29:in `require'
gitlab# [  171.455878] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:274:in `block in require'
gitlab# [  171.460292] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:240:in `load_dependency'
gitlab# [  171.466354] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:274:in `require'
gitlab# [  171.470298] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/gp1m2jwnr74njn3syvwm2f9r8al9gk8v-ruby2.5.3-gitlab-flowdock-git-hook-1.0.1/lib/ruby/gems/2.5.0/gems/gitlab-flowdock-git-hook-1.0.1/lib/flowdock/git/builder.rb:1:in `<main>'
gitlab# [  171.476657] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `require'
gitlab# [  171.488052] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `block in require_with_bootsnap_lfi'
gitlab# [  171.492320] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/loaded_features_index.rb:65:in `register'
gitlab# [  171.495686] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:20:in `require_with_bootsnap_lfi'
gitlab# [  171.499286] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:29:in `require'
gitlab# [  171.502473] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:274:in `block in require'
gitlab# [  171.505632] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:240:in `load_dependency'
gitlab# [  171.508984] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:274:in `require'
gitlab# [  171.512377] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/gp1m2jwnr74njn3syvwm2f9r8al9gk8v-ruby2.5.3-gitlab-flowdock-git-hook-1.0.1/lib/ruby/gems/2.5.0/gems/gitlab-flowdock-git-hook-1.0.1/lib/flowdock/git.rb:4:in `<main>'
gitlab# [  171.515497] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `require'
gitlab# [  171.522293] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `block in require_with_bootsnap_lfi'
gitlab# [  171.525818] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/loaded_features_index.rb:65:in `register'
gitlab# [  171.529356] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:20:in `require_with_bootsnap_lfi'
gitlab# [  171.533602] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:29:in `require'
gitlab# [  171.537182] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:274:in `block in require'
gitlab# [  171.541303] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:240:in `load_dependency'
gitlab# [  171.545498] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:274:in `require'
gitlab# [  171.549506] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/gp1m2jwnr74njn3syvwm2f9r8al9gk8v-ruby2.5.3-gitlab-flowdock-git-hook-1.0.1/lib/ruby/gems/2.5.0/gems/gitlab-flowdock-git-hook-1.0.1/lib/flowdock-git-hook.rb:1:in `<main>'
gitlab# [  171.553406] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `require'
gitlab# [  171.559598] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `block in require_with_bootsnap_lfi'
gitlab# [  171.565695] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/loaded_features_index.rb:65:in `register'
gitlab# [  171.571773] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:20:in `require_with_bootsnap_lfi'
gitlab# [  171.577601] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:29:in `require'
gitlab# [  171.587140] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:274:in `block in require'
gitlab# [  171.606514] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:240:in `load_dependency'
gitlab# [  171.632415] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:274:in `require'
gitlab# [  171.642300] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/q9ydr4ry8q6ik9h7bwfwg73iqgaida3l-gitlab-11.4.4/share/gitlab/app/models/project_services/flowdock_service.rb:3:in `<main>'
gitlab# [  171.650936] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `require'
gitlab# [  171.687379] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `block in require_with_bootsnap_lfi'
gitlab# [  171.701727] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/loaded_features_index.rb:65:in `register'
gitlab# [  171.713586] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:20:in `require_with_bootsnap_lfi'
gitlab# [  171.727069] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:29:in `require'
gitlab# [  171.742885] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:274:in `block in require'
gitlab# [  171.748824] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:240:in `load_dependency'
gitlab# [  171.764579] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:274:in `require'
gitlab# [  171.770446] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:360:in `require_or_load'
gitlab# [  171.776315] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/active_support.rb:46:in `block in require_or_load'
gitlab# [  171.785541] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/active_support.rb:16:in `allow_bootsnap_retry'
gitlab# [  171.796517] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/active_support.rb:45:in `require_or_load'
gitlab# [  171.810453] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:494:in `load_missing_constant'
gitlab# [  171.822077] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/active_support.rb:58:in `block in load_missing_constant'
gitlab# [  171.833494] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/active_support.rb:16:in `allow_bootsnap_retry'
gitlab# [  171.842851] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/active_support.rb:57:in `load_missing_constant'
gitlab# [  171.846492] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:184:in `const_missing'
gitlab# [  171.856824] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:526:in `load_missing_constant'
gitlab# [  171.862910] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/active_support.rb:58:in `block in load_missing_constant'
gitlab# [  171.870299] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/active_support.rb:16:in `allow_bootsnap_retry'
gitlab# [  171.878150] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/active_support.rb:57:in `load_missing_constant'
gitlab# [  171.885676] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:184:in `const_missing'
gitlab# [  171.895917] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:526:in `load_missing_constant'
gitlab# [  171.923754] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/active_support.rb:58:in `block in load_missing_constant'
gitlab# [  171.946948] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/active_support.rb:16:in `allow_bootsnap_retry'
gitlab# [  171.950337] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/active_support.rb:57:in `load_missing_constant'
gitlab# [  171.953888] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:184:in `const_missing'
gitlab# [  171.964784] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/q9ydr4ry8q6ik9h7bwfwg73iqgaida3l-gitlab-11.4.4/share/gitlab/lib/api/services.rb:683:in `<class:Services>'
gitlab# [  171.978469] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/q9ydr4ry8q6ik9h7bwfwg73iqgaida3l-gitlab-11.4.4/share/gitlab/lib/api/services.rb:3:in `<module:API>'
gitlab# [  171.989973] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/q9ydr4ry8q6ik9h7bwfwg73iqgaida3l-gitlab-11.4.4/share/gitlab/lib/api/services.rb:2:in `<main>'
gitlab# [  172.001567] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `require'
gitlab# [  172.006578] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `block in require_with_bootsnap_lfi'
gitlab# [  172.014553] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/loaded_features_index.rb:65:in `register'
gitlab# [  172.025460] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:20:in `require_with_bootsnap_lfi'
gitlab# [  172.029105] sudo[1330]: pam_unix(sudo:session): session closed for user gitlab
gitlab# [  172.030785] systemd[1]: gitlab.service: Control process exited, code=exited status=1
gitlab# [  172.051385] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:29:in `require'
gitlab# [  172.070635] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:274:in `block in require'
gitlab: running command: systemctl --no-pager show "gitlab.service"
gitlab# [  172.085006] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:240:in `load_dependency'
gitlab# [  172.099152] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:274:in `require'
gitlab# [  172.110633] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:360:in `require_or_load'
gitlab# [  172.125314] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/active_support.rb:46:in `block in require_or_load'
gitlab# [  172.143049] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/active_support.rb:16:in `allow_bootsnap_retry'
gitlab# [  172.153134] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/active_support.rb:45:in `require_or_load'
gitlab# [  172.164076] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:494:in `load_missing_constant'
gitlab# [  172.178432] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/active_support.rb:58:in `block in load_missing_constant'
gitlab# [  172.190271] systemd[1]: gitlab.service: Failed with result 'exit-code'.
gitlab# [  172.193404] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/active_support.rb:16:in `allow_bootsnap_retry'
gitlab# [  172.204240] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/active_support.rb:57:in `load_missing_constant'
gitlab# [  172.216755] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:184:in `const_missing'
gitlab# [  172.228696] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/q9ydr4ry8q6ik9h7bwfwg73iqgaida3l-gitlab-11.4.4/share/gitlab/lib/api/api.rb:142:in `<class:API>'
gitlab# [  172.238703] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/q9ydr4ry8q6ik9h7bwfwg73iqgaida3l-gitlab-11.4.4/share/gitlab/lib/api/api.rb:4:in `<module:API>'
gitlab# [  172.248357] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/q9ydr4ry8q6ik9h7bwfwg73iqgaida3l-gitlab-11.4.4/share/gitlab/lib/api/api.rb:3:in `<main>'
gitlab# [  172.260026] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `require'
gitlab# [  172.275334] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `block in require_with_bootsnap_lfi'
gitlab# [  172.286941] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/loaded_features_index.rb:65:in `register'
gitlab# [  172.299603] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:20:in `require_with_bootsnap_lfi'
gitlab# [  172.311635] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:29:in `require'
gitlab# [  172.327407] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:274:in `block in require'
gitlab# [  172.346117] systemd[1]: Failed to start gitlab.service.
gitlab# [  172.353817] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:240:in `load_dependency'
gitlab# [  172.367886] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:274:in `require'
gitlab# [  172.379475] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:360:in `require_or_load'
gitlab# [  172.390401] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/active_support.rb:46:in `block in require_or_load'
gitlab# [  172.403465] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/active_support.rb:16:in `allow_bootsnap_retry'
gitlab# [  172.412431] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/active_support.rb:45:in `require_or_load'
gitlab# [  172.424176] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:494:in `load_missing_constant'
gitlab# [  172.435977] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/active_support.rb:58:in `block in load_missing_constant'
gitlab# [  172.446883] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/active_support.rb:16:in `allow_bootsnap_retry'
gitlab# [  172.458866] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/active_support.rb:57:in `load_missing_constant'
gitlab# [  172.477953] systemd[1]: Started gitlab-sidekiq.service.
gitlab# [  172.488747] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:184:in `const_missing'
gitlab# [  172.500671] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: (eval):6:in `draw'
gitlab# [  172.511395] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/q9ydr4ry8q6ik9h7bwfwg73iqgaida3l-gitlab-11.4.4/share/gitlab/config/initializers/routing_draw.rb:5:in `instance_eval'
gitlab# [  172.522558] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/q9ydr4ry8q6ik9h7bwfwg73iqgaida3l-gitlab-11.4.4/share/gitlab/config/initializers/routing_draw.rb:5:in `draw'
gitlab# [  172.534891] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/q9ydr4ry8q6ik9h7bwfwg73iqgaida3l-gitlab-11.4.4/share/gitlab/config/routes.rb:88:in `block in <main>'
gitlab# [  172.545483] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/jahqglpbf3y39a2qi71sc7hbvlaqhr2b-ruby2.5.3-actionpack-4.2.10/lib/ruby/gems/2.5.0/gems/actionpack-4.2.10/lib/action_dispatch/routing/route_set.rb:432:in `instance_exec'
gitlab# [  172.565968] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/jahqglpbf3y39a2qi71sc7hbvlaqhr2b-ruby2.5.3-actionpack-4.2.10/lib/ruby/gems/2.5.0/gems/actionpack-4.2.10/lib/action_dispatch/routing/route_set.rb:432:in `eval_block'
gitlab# [  172.603262] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/jahqglpbf3y39a2qi71sc7hbvlaqhr2b-ruby2.5.3-actionpack-4.2.10/lib/ruby/gems/2.5.0/gems/actionpack-4.2.10/lib/action_dispatch/routing/route_set.rb:410:in `draw'
gitlab# [  172.619307] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/q9ydr4ry8q6ik9h7bwfwg73iqgaida3l-gitlab-11.4.4/share/gitlab/config/routes.rb:4:in `<main>'
gitlab# [  172.641389] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:50:in `load'
gitlab# [  172.665339] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:50:in `load'
gitlab# [  172.689545] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:268:in `block in load'
gitlab# [  172.714685] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:240:in `load_dependency'
gitlab# [  172.740155] systemd[1]: Reached target Multi-User System.
gitlab# [  172.787525] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:268:in `load'
gitlab# [  172.816364] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/a76vfsfdr4zwqrmi69z82qh3h451v9ri-ruby2.5.3-railties-4.2.10/lib/ruby/gems/2.5.0/gems/railties-4.2.10/lib/rails/application/routes_reloader.rb:40:in `block in load_paths'
gitlab# [  172.847190] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/a76vfsfdr4zwqrmi69z82qh3h451v9ri-ruby2.5.3-railties-4.2.10/lib/ruby/gems/2.5.0/gems/railties-4.2.10/lib/rails/application/routes_reloader.rb:40:in `each'
gitlab# [  172.858425] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/a76vfsfdr4zwqrmi69z82qh3h451v9ri-ruby2.5.3-railties-4.2.10/lib/ruby/gems/2.5.0/gems/railties-4.2.10/lib/rails/application/routes_reloader.rb:40:in `load_paths'
gitlab: exit status 0
gitlab# [  172.876528] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/a76vfsfdr4zwqrmi69z82qh3h451v9ri-ruby2.5.3-railties-4.2.10/lib/ruby/gems/2.5.0/gems/railties-4.2.10/lib/rails/application/routes_reloader.rb:16:in `reload!'
gitlab# [  172.892644] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/a76vfsfdr4zwqrmi69z82qh3h451v9ri-ruby2.5.3-railties-4.2.10/lib/ruby/gems/2.5.0/gems/railties-4.2.10/lib/rails/application.rb:170:in `reload_routes!'
gitlab# [  172.904796] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/q9ydr4ry8q6ik9h7bwfwg73iqgaida3l-gitlab-11.4.4/share/gitlab/config/application.rb:216:in `block in <class:Application>'
gitlab# [  172.915265] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/lazy_load_hooks.rb:36:in `execute_hook'
gitlab# [  172.926849] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/lazy_load_hooks.rb:45:in `block in run_load_hooks'
gitlab# [  172.938458] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/lazy_load_hooks.rb:44:in `each'
gitlab# [  172.950901] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/lazy_load_hooks.rb:44:in `run_load_hooks'
gitlab# [  172.965496] systemd[1]: Startup finished in 3.554s (kernel) + 2min 48.434s (userspace) = 2min 51.988s.
gitlab# [  172.978463] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/a76vfsfdr4zwqrmi69z82qh3h451v9ri-ruby2.5.3-railties-4.2.10/lib/ruby/gems/2.5.0/gems/railties-4.2.10/lib/rails/application/finisher.rb:62:in `block in <module:Finisher>'
gitlab# [  172.988740] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/a76vfsfdr4zwqrmi69z82qh3h451v9ri-ruby2.5.3-railties-4.2.10/lib/ruby/gems/2.5.0/gems/railties-4.2.10/lib/rails/initializable.rb:30:in `instance_exec'
gitlab# [  173.000161] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/a76vfsfdr4zwqrmi69z82qh3h451v9ri-ruby2.5.3-railties-4.2.10/lib/ruby/gems/2.5.0/gems/railties-4.2.10/lib/rails/initializable.rb:30:in `run'
gitlab# [  173.010175] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/a76vfsfdr4zwqrmi69z82qh3h451v9ri-ruby2.5.3-railties-4.2.10/lib/ruby/gems/2.5.0/gems/railties-4.2.10/lib/rails/initializable.rb:55:in `block in run_initializers'
gitlab# [  173.020624] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/a76vfsfdr4zwqrmi69z82qh3h451v9ri-ruby2.5.3-railties-4.2.10/lib/ruby/gems/2.5.0/gems/railties-4.2.10/lib/rails/initializable.rb:54:in `run_initializers'
gitlab# [  173.032060] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/a76vfsfdr4zwqrmi69z82qh3h451v9ri-ruby2.5.3-railties-4.2.10/lib/ruby/gems/2.5.0/gems/railties-4.2.10/lib/rails/application.rb:352:in `initialize!'
gitlab# [  173.043445] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/q9ydr4ry8q6ik9h7bwfwg73iqgaida3l-gitlab-11.4.4/share/gitlab/config/environment.rb:11:in `<main>'
gitlab# [  173.054801] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `require'
gitlab# [  173.066912] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `block in require_with_bootsnap_lfi'
gitlab# [  173.079500] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/loaded_features_index.rb:65:in `register'
gitlab# [  173.091741] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:20:in `require_with_bootsnap_lfi'
gitlab# [  173.103347] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/59p2k2pgg8bbvfhzaih4cpd77wadxscw-ruby2.5.3-bootsnap-1.3.2/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:29:in `require'
gitlab# [  173.119287] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:274:in `block in require'
gitlab# [  173.130142] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:240:in `load_dependency'
gitlab# [  173.143230] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/g36yjfi9mgy39jj8wcmwg5n9rjahs2sw-ruby2.5.3-activesupport-4.2.10/lib/ruby/gems/2.5.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:274:in `require'
gitlab# [  173.154735] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/a76vfsfdr4zwqrmi69z82qh3h451v9ri-ruby2.5.3-railties-4.2.10/lib/ruby/gems/2.5.0/gems/railties-4.2.10/lib/rails/application.rb:328:in `require_environment!'
gitlab# [  173.166453] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/a76vfsfdr4zwqrmi69z82qh3h451v9ri-ruby2.5.3-railties-4.2.10/lib/ruby/gems/2.5.0/gems/railties-4.2.10/lib/rails/application.rb:457:in `block in run_tasks_blocks'
gitlab# [  173.177618] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: /nix/store/ph4njhjqgwvzdxl85s3jmmyrc7pbd782-gitlab-env-11.4.4/lib/ruby/gems/2.5.0/gems/rake-12.3.1/exe/rake:27:in `<top (required)>'
gitlab# [  173.188938] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: Tasks: TOP => db:schema:load => environment
gitlab# [  173.195368] 84k2n07dlcbw6m18zmfvxyb8dcas342s-unit-script-gitlab-pre-start[1292]: (See full trace by running task with --trace)
error: unit ‘gitlab.service’ reached state ‘failed’
unit ‘gitlab.service’ reached state ‘failed’

Currently I'm inclined to disable gitlab on i686 in nixpkgs for now, while asking gitlab upstream whether their posix_spawn could include the fixes from rtomayko/posix-spawn#83 .

@flokli
Copy link
Contributor Author

flokli commented Nov 5, 2018

Upstream issue created: https://gitlab.com/gitlab-org/gitlab-ce/issues/53525

@flokli
Copy link
Contributor Author

flokli commented Nov 26, 2018

Since c7be9f5c (gitlab-ce), posix-spawn disappeared from Gemfile.lock. I'll have a look into 32bit support on the next release including that commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants