gitlab-ctl reconfigure yields Segmentation fault (Chef/Ohai)
### Summary Executing `gitlab-ctl reconfigure` will yield a Segmentation fault when Chef runs an Ohai task. ### Steps to reproduce Run `gitlab-ctl reconfigure`. ### What is the current *bug* behavior? Chef exits with a Segmentation fault at 0x0000000000000000. ### What is the expected *correct* behavior? It should do whatever Chef/Ohai is supposed to do to successfully reconfigure Gitlab. ### Relevant logs and/or screenshots ``` 17:25:31,16 root@MAKserver06: ~ > gitlab-ctl reconfigure Starting Chef Client, version 12.12.15 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/plugins/passwd.rb:19: [BUG] Segmentation fault at 0x0000000000000000 ruby 2.3.5p376 (2017-09-14 revision 59905) [x86_64-linux] -- Control frame information ----------------------------------------------- c:0030 p:---- s:0117 e:000116 CFUNC :passwd c:0029 p:0084 s:0114 e:000113 BLOCK /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/plugins/passwd.rb:19 [FINISH] c:0028 p:---- s:0112 e:000111 CFUNC :instance_eval c:0027 p:0073 s:0109 e:000108 METHOD /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/dsl/plugin/versionvii.rb:90 c:0026 p:0066 s:0104 e:000103 METHOD /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/dsl/plugin.rb:98 c:0025 p:0010 s:0101 e:000100 METHOD /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/dsl/plugin.rb:169 c:0024 p:0131 s:0097 e:000096 METHOD /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/runner.rb:84 c:0023 p:0120 s:0090 e:000089 METHOD /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/runner.rb:43 c:0022 p:0012 s:0085 e:000084 BLOCK /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/system.rb:98 [FINISH] c:0021 p:---- s:0082 e:000081 CFUNC :each c:0020 p:0065 s:0079 e:000078 METHOD /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/system.rb:97 c:0019 p:0029 s:0073 e:000072 METHOD /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/system.rb:75 c:0018 p:0052 s:0069 e:000068 METHOD /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/client.rb:560 c:0017 p:0224 s:0065 e:000064 METHOD /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/client.rb:264 c:0016 p:0107 s:0054 E:000320 BLOCK /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/application.rb:286 [FINISH] c:0015 p:---- s:0050 e:000049 CFUNC :fork c:0014 p:0026 s:0047 E:002500 METHOD /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/application.rb:274 c:0013 p:0093 s:0042 e:000041 BLOCK /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/application.rb:239 c:0012 p:0015 s:0039 e:000038 METHOD /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/local_mode.rb:44 c:0011 p:0048 s:0036 e:000035 METHOD /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/application.rb:227 c:0010 p:0087 s:0032 e:000031 METHOD /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/application/client.rb:456 c:0009 p:0012 s:0027 e:000026 BLOCK /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/application/client.rb:443 [FINISH] c:0008 p:---- s:0025 e:000024 CFUNC :loop c:0007 p:0093 s:0022 e:000021 METHOD /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/application/client.rb:442 c:0006 p:0112 s:0019 e:000018 METHOD /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/application/client.rb:426 c:0005 p:0029 s:0015 e:000014 METHOD /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/application.rb:59 c:0004 p:0080 s:0012 e:000011 TOP /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/bin/chef-client:26 [FINISH] c:0003 p:---- s:0010 e:000009 CFUNC :load c:0002 p:0152 s:0006 E:001900 EVAL /opt/gitlab/embedded/bin/chef-client:23 [FINISH] c:0001 p:0000 s:0002 E:000720 (none) [FINISH] -- Ruby level backtrace information ---------------------------------------- /opt/gitlab/embedded/bin/chef-client:23:in `<main>' /opt/gitlab/embedded/bin/chef-client:23:in `load' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/bin/chef-client:26:in `<top (required)>' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/application.rb:59:in `run' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/application/client.rb:426:in `run_application' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/application/client.rb:442:in `interval_run_chef_client' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/application/client.rb:442:in `loop' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/application/client.rb:443:in `block in interval_run_chef_client' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/application/client.rb:456:in `sleep_then_run_chef_client' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/application.rb:227:in `run_chef_client' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/local_mode.rb:44:in `with_server_connectivity' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/application.rb:239:in `block in run_chef_client' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/application.rb:274:in `fork_chef_client' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/application.rb:274:in `fork' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/application.rb:286:in `block in fork_chef_client' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/client.rb:264:in `run' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/client.rb:560:in `run_ohai' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/system.rb:75:in `all_plugins' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/system.rb:97:in `run_plugins' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/system.rb:97:in `each' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/system.rb:98:in `block in run_plugins' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/runner.rb:43:in `run_plugin' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/runner.rb:84:in `run_v7_plugin' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/dsl/plugin.rb:169:in `safe_run' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/dsl/plugin.rb:98:in `run' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/dsl/plugin/versionvii.rb:90:in `run_plugin' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/dsl/plugin/versionvii.rb:90:in `instance_eval' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/plugins/passwd.rb:19:in `block (2 levels) in <main>' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/plugins/passwd.rb:19:in `passwd' -- Machine register context ------------------------------------------------ RIP: 0x00007ff4579ab50a RBP: 0x000055f74ede80f0 RSP: 0x00007fff1ce2b468 RAX: 0x0000000000000000 RBX: 0x000055f750ef4900 RCX: 0x0000000000000100 RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x0000000000000000 R8: 0x000055f74e8cc8d0 R9: 0x0000000000000020 R10: 0x0000000000000e4d R11: 0x00007ff451934310 R12: 0x0000000000000002 R13: 0x000055f74e9bde78 R14: 0x000055f750ef2490 R15: 0x00007ff455cda890 EFL: 0x0000000000010283 -- C level backtrace information ------------------------------------------- /opt/gitlab/embedded/lib/libruby.so.2.3(rb_vm_bugreport+0x4f1) [0x7ff458804cf1] vm_dump.c:692 /opt/gitlab/embedded/lib/libruby.so.2.3(rb_bug_context+0xd4) [0x7ff458695234] error.c:435 /opt/gitlab/embedded/lib/libruby.so.2.3(sigsegv+0x3e) [0x7ff45877272e] signal.c:890 /lib/x86_64-linux-gnu/libpthread.so.0 [0x7ff45840c0c0] /lib/x86_64-linux-gnu/libc.so.6 [0x7ff4579ab50a] /opt/gitlab/embedded/lib/libcrypto.so.1.0.0(lh_insert+0x11d) [0x7ff455d8af2d] /opt/gitlab/embedded/lib/libcrypto.so.1.0.0(OBJ_NAME_add+0x69) [0x7ff455cdacd9] /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 [0x7ff45192fa3c] /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 [0x7ff4519470d9] /lib/x86_64-linux-gnu/libpthread.so.0 [0x7ff458409739] /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1(CRYPTO_THREAD_run_once+0x9) [0x7ff45199cf59] /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1(OPENSSL_init_crypto+0x1b3) [0x7ff451947533] /usr/lib/x86_64-linux-gnu/libssl.so.1.1(OPENSSL_init_ssl+0x74) [0x7ff451c9ebd4] /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 [0x7ff451f113db] /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 [0x7ff451efab08] /lib/x86_64-linux-gnu/libpthread.so.0 [0x7ff458409739] /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18(mysql_init+0x17) [0x7ff451efa497] /usr/lib/x86_64-linux-gnu/libnss_mysql.so.2 [0x7ff452133989] /usr/lib/x86_64-linux-gnu/libnss_mysql.so.2 [0x7ff452133ca9] /usr/lib/x86_64-linux-gnu/libnss_mysql.so.2 [0x7ff45213406d] /usr/lib/x86_64-linux-gnu/libnss_mysql.so.2(_nss_mysql_getpwent_r+0x5c) [0x7ff45213446c] /lib/x86_64-linux-gnu/libc.so.6 [0x7ff457a250cd] /lib/x86_64-linux-gnu/libc.so.6(getpwent_r+0x88) [0x7ff4579d31c8] /lib/x86_64-linux-gnu/libc.so.6 [0x7ff457a24cab] /lib/x86_64-linux-gnu/libc.so.6(getpwent+0x6c) [0x7ff4579d2c3c] /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/etc.so(passwd_iterate+0xcc) [0x7ff45678c7dc] etc.c:244 /opt/gitlab/embedded/lib/libruby.so.2.3(rb_ensure+0xb0) [0x7ff45869e600] eval.c:938 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/etc.so(etc_passwd+0x46) [0x7ff45678c546] etc.c:257 /opt/gitlab/embedded/lib/libruby.so.2.3(vm_call_cfunc+0xed) [0x7ff4587ed7fd] vm_insnhelper.c:1642 /opt/gitlab/embedded/lib/libruby.so.2.3(vm_call_method_each_type+0xb9) [0x7ff4587fcf19] vm_insnhelper.c:2026 /opt/gitlab/embedded/lib/libruby.so.2.3(vm_call_method+0xe3) [0x7ff4587fd4a3] vm_insnhelper.c:2176 /opt/gitlab/embedded/lib/libruby.so.2.3(vm_exec_core+0x1120) [0x7ff4587f6200] insns.def:963 /opt/gitlab/embedded/lib/libruby.so.2.3(vm_exec+0x7f) [0x7ff4587fb40f] vm.c:1693 /opt/gitlab/embedded/lib/libruby.so.2.3(invoke_block_from_c_0+0x2dd) [0x7ff4587fc0ad] vm.c:921 /opt/gitlab/embedded/lib/libruby.so.2.3(yield_under+0x206) [0x7ff4587fca96] vm.c:988 /opt/gitlab/embedded/lib/libruby.so.2.3(vm_call_cfunc+0xed) [0x7ff4587ed7fd] vm_insnhelper.c:1642 /opt/gitlab/embedded/lib/libruby.so.2.3(vm_call_method_each_type+0xb9) [0x7ff4587fcf19] vm_insnhelper.c:2026 /opt/gitlab/embedded/lib/libruby.so.2.3(vm_call_method+0xe3) [0x7ff4587fd4a3] vm_insnhelper.c:2176 /opt/gitlab/embedded/lib/libruby.so.2.3(vm_exec_core+0x1120) [0x7ff4587f6200] insns.def:963 /opt/gitlab/embedded/lib/libruby.so.2.3(vm_exec+0x7f) [0x7ff4587fb40f] vm.c:1693 /opt/gitlab/embedded/lib/libruby.so.2.3(invoke_block_from_c_0+0x2dd) [0x7ff4587fc0ad] vm.c:921 /opt/gitlab/embedded/lib/libruby.so.2.3(rb_yield+0x5c) [0x7ff4587fc31c] vm.c:988 /opt/gitlab/embedded/lib/libruby.so.2.3(rb_ary_each+0x3c) [0x7ff4586488fc] array.c:1815 /opt/gitlab/embedded/lib/libruby.so.2.3(vm_call_cfunc+0xed) [0x7ff4587ed7fd] vm_insnhelper.c:1642 /opt/gitlab/embedded/lib/libruby.so.2.3(vm_call_method_each_type+0xb9) [0x7ff4587fcf19] vm_insnhelper.c:2026 /opt/gitlab/embedded/lib/libruby.so.2.3(vm_call_method+0xe3) [0x7ff4587fd4a3] vm_insnhelper.c:2176 /opt/gitlab/embedded/lib/libruby.so.2.3(vm_exec_core+0x1120) [0x7ff4587f6200] insns.def:963 /opt/gitlab/embedded/lib/libruby.so.2.3(vm_exec+0x7f) [0x7ff4587fb40f] vm.c:1693 /opt/gitlab/embedded/lib/libruby.so.2.3(invoke_block_from_c_0+0x2dd) [0x7ff4587fc0ad] vm.c:921 /opt/gitlab/embedded/lib/libruby.so.2.3(rb_yield+0xa7) [0x7ff4587fc367] vm.c:988 /opt/gitlab/embedded/lib/libruby.so.2.3(rb_protect+0xfc) [0x7ff45869e47c] eval.c:907 /opt/gitlab/embedded/lib/libruby.so.2.3(rb_f_fork+0x77) [0x7ff4587219e7] process.c:3727 /opt/gitlab/embedded/lib/libruby.so.2.3(vm_call_cfunc+0xed) [0x7ff4587ed7fd] vm_insnhelper.c:1642 /opt/gitlab/embedded/lib/libruby.so.2.3(vm_call_method_each_type+0xb9) [0x7ff4587fcf19] vm_insnhelper.c:2026 /opt/gitlab/embedded/lib/libruby.so.2.3(vm_call_method+0xe3) [0x7ff4587fd4a3] vm_insnhelper.c:2176 /opt/gitlab/embedded/lib/libruby.so.2.3(vm_exec_core+0x1120) [0x7ff4587f6200] insns.def:963 /opt/gitlab/embedded/lib/libruby.so.2.3(vm_exec+0x7f) [0x7ff4587fb40f] vm.c:1693 /opt/gitlab/embedded/lib/libruby.so.2.3(loop_i+0x313) [0x7ff458801003] vm.c:921 /opt/gitlab/embedded/lib/libruby.so.2.3(rb_rescue2+0xb7) [0x7ff45869e1b7] eval.c:839 /opt/gitlab/embedded/lib/libruby.so.2.3(vm_call_cfunc+0xed) [0x7ff4587ed7fd] vm_insnhelper.c:1642 /opt/gitlab/embedded/lib/libruby.so.2.3(vm_call_method_each_type+0xb9) [0x7ff4587fcf19] vm_insnhelper.c:2026 /opt/gitlab/embedded/lib/libruby.so.2.3(vm_call_method+0xe3) [0x7ff4587fd4a3] vm_insnhelper.c:2176 /opt/gitlab/embedded/lib/libruby.so.2.3(vm_exec_core+0x1120) [0x7ff4587f6200] insns.def:963 /opt/gitlab/embedded/lib/libruby.so.2.3(vm_exec+0x7f) [0x7ff4587fb40f] vm.c:1693 /opt/gitlab/embedded/lib/libruby.so.2.3(rb_load_internal0+0xb9) [0x7ff4586a1199] load.c:619 /opt/gitlab/embedded/lib/libruby.so.2.3(rb_f_load+0x95) [0x7ff4586a18a5] load.c:649 /opt/gitlab/embedded/lib/libruby.so.2.3(vm_call_cfunc+0xed) [0x7ff4587ed7fd] vm_insnhelper.c:1642 /opt/gitlab/embedded/lib/libruby.so.2.3(vm_call_method_each_type+0xb9) [0x7ff4587fcf19] vm_insnhelper.c:2026 /opt/gitlab/embedded/lib/libruby.so.2.3(vm_call_method+0xe3) [0x7ff4587fd4a3] vm_insnhelper.c:2176 /opt/gitlab/embedded/lib/libruby.so.2.3(vm_exec_core+0x11e9) [0x7ff4587f62c9] insns.def:994 /opt/gitlab/embedded/lib/libruby.so.2.3(vm_exec+0x7f) [0x7ff4587fb40f] vm.c:1693 /opt/gitlab/embedded/lib/libruby.so.2.3(ruby_exec_internal+0xbd) [0x7ff45869b4dd] eval.c:245 /opt/gitlab/embedded/lib/libruby.so.2.3(ruby_exec_node+0x1d) [0x7ff45869d68d] eval.c:310 /opt/gitlab/embedded/lib/libruby.so.2.3(ruby_run_node+0x1e) [0x7ff4586a002e] eval.c:302 /opt/gitlab/embedded/bin/ruby(main+0x4b) [0x55f74d87f95b] main.c:36 -- Other runtime information ----------------------------------------------- * Loaded script: chef-client worker: ppid=31178;start=17:25:38; * Loaded features: 0 enumerator.so 1 thread.rb 2 rational.so 3 complex.so 4 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/enc/encdb.so 5 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/enc/trans/transdb.so 6 /opt/gitlab/embedded/lib/ruby/2.3.0/unicode_normalize.rb 7 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/rbconfig.rb 8 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/compatibility.rb 9 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/defaults.rb 10 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/deprecate.rb 11 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/errors.rb 12 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/version.rb 13 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/requirement.rb 14 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/platform.rb 15 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/basic_specification.rb 16 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/stub_specification.rb 17 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/util/list.rb 18 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/stringio.so 19 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/specification.rb 20 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/exceptions.rb 21 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/dependency.rb 22 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/core_ext/kernel_gem.rb 23 /opt/gitlab/embedded/lib/ruby/2.3.0/monitor.rb 24 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb 25 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems.rb 26 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/path_support.rb 27 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/did_you_mean-1.0.0/lib/did_you_mean/version.rb 28 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/did_you_mean-1.0.0/lib/did_you_mean/core_ext/name_error.rb 29 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/did_you_mean-1.0.0/lib/did_you_mean/levenshtein.rb 30 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/did_you_mean-1.0.0/lib/did_you_mean/jaro_winkler.rb 31 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/did_you_mean-1.0.0/lib/did_you_mean/spell_checkable.rb 32 /opt/gitlab/embedded/lib/ruby/2.3.0/delegate.rb 33 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/did_you_mean-1.0.0/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb 34 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/did_you_mean-1.0.0/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb 35 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/did_you_mean-1.0.0/lib/did_you_mean/spell_checkers/name_error_checkers.rb 36 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/did_you_mean-1.0.0/lib/did_you_mean/spell_checkers/method_name_checker.rb 37 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/did_you_mean-1.0.0/lib/did_you_mean/spell_checkers/null_checker.rb 38 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/did_you_mean-1.0.0/lib/did_you_mean/formatter.rb 39 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/did_you_mean-1.0.0/lib/did_you_mean.rb 40 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/version.rb 41 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/nil_argument.rb 42 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mash.rb 43 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-config-12.12.15/lib/chef-config/windows.rb 44 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-config-12.12.15/lib/chef-config/logger.rb 45 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-config-12.12.15/lib/chef-config/exceptions.rb 46 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/mixlib-shellout-2.3.2/lib/mixlib/shellout/exceptions.rb 47 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/exceptions.rb 48 /opt/gitlab/embedded/lib/ruby/2.3.0/logger.rb 49 /opt/gitlab/embedded/lib/ruby/2.3.0/prettyprint.rb 50 /opt/gitlab/embedded/lib/ruby/2.3.0/pp.rb 51 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/monologger.rb 52 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/mixlib-log-1.6.0/lib/mixlib/log/version.rb 53 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/date_core.so 54 /opt/gitlab/embedded/lib/ruby/2.3.0/date.rb 55 /opt/gitlab/embedded/lib/ruby/2.3.0/time.rb 56 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/mixlib-log-1.6.0/lib/mixlib/log/formatter.rb 57 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/mixlib-log-1.6.0/lib/mixlib/log.rb 58 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/syslog.so 59 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/syslog-logger-1.6.8/lib/syslog-formatter.rb 60 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/syslog-logger-1.6.8/lib/syslog-logger.rb 61 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/unformatter.rb 62 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/log/syslog.rb 63 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/event_dispatch/base.rb 64 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/event_loggers/base.rb 65 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/platform/query_helpers.rb 66 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/log/winevt.rb 67 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/log.rb 68 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/mixlib-config-2.2.4/lib/mixlib/config/version.rb 69 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/mixlib-config-2.2.4/lib/mixlib/config/configurable.rb 70 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/mixlib-config-2.2.4/lib/mixlib/config/unknown_config_option_error.rb 71 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/mixlib-config-2.2.4/lib/mixlib/config/reopened_config_context_with_configurable_error.rb 72 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/mixlib-config-2.2.4/lib/mixlib/config/reopened_configurable_with_config_context_error.rb 73 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/mixlib-config-2.2.4/lib/mixlib/config.rb 74 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/pathname.so 75 /opt/gitlab/embedded/lib/ruby/2.3.0/pathname.rb 76 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-config-12.12.15/lib/chef-config/fips.rb 77 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-config-12.12.15/lib/chef-config/path_helper.rb 78 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/fuzzyurl-0.8.0/lib/fuzzyurl/version.rb 79 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/fuzzyurl-0.8.0/lib/fuzzyurl/fields.rb 80 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/fuzzyurl-0.8.0/lib/fuzzyurl/protocols.rb 81 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/fuzzyurl-0.8.0/lib/fuzzyurl/match.rb 82 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/fuzzyurl-0.8.0/lib/fuzzyurl/strings.rb 83 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/fuzzyurl-0.8.0/lib/fuzzyurl.rb 84 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-config-12.12.15/lib/chef-config/mixin/fuzzy_hostname_matcher.rb 85 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/etc.so 86 /opt/gitlab/embedded/lib/ruby/2.3.0/fileutils.rb 87 /opt/gitlab/embedded/lib/ruby/2.3.0/tmpdir.rb 88 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/fcntl.so 89 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/mixlib-shellout-2.3.2/lib/mixlib/shellout/unix.rb 90 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/mixlib-shellout-2.3.2/lib/mixlib/shellout.rb 91 /opt/gitlab/embedded/lib/ruby/2.3.0/uri/rfc2396_parser.rb 92 /opt/gitlab/embedded/lib/ruby/2.3.0/uri/rfc3986_parser.rb 93 /opt/gitlab/embedded/lib/ruby/2.3.0/uri/common.rb 94 /opt/gitlab/embedded/lib/ruby/2.3.0/uri/generic.rb 95 /opt/gitlab/embedded/lib/ruby/2.3.0/uri/ftp.rb 96 /opt/gitlab/embedded/lib/ruby/2.3.0/uri/http.rb 97 /opt/gitlab/embedded/lib/ruby/2.3.0/uri/https.rb 98 /opt/gitlab/embedded/lib/ruby/2.3.0/uri/ldap.rb 99 /opt/gitlab/embedded/lib/ruby/2.3.0/uri/ldaps.rb 100 /opt/gitlab/embedded/lib/ruby/2.3.0/uri/mailto.rb 101 /opt/gitlab/embedded/lib/ruby/2.3.0/uri.rb 102 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/digest.so 103 /opt/gitlab/embedded/lib/ruby/2.3.0/digest.rb 104 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/openssl.so 105 /opt/gitlab/embedded/lib/ruby/2.3.0/openssl/bn.rb 106 /opt/gitlab/embedded/lib/ruby/2.3.0/openssl/pkey.rb 107 /opt/gitlab/embedded/lib/ruby/2.3.0/openssl/cipher.rb 108 /opt/gitlab/embedded/lib/ruby/2.3.0/openssl/config.rb 109 /opt/gitlab/embedded/lib/ruby/2.3.0/openssl/digest.rb 110 /opt/gitlab/embedded/lib/ruby/2.3.0/openssl/x509.rb 111 /opt/gitlab/embedded/lib/ruby/2.3.0/openssl/buffering.rb 112 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/io/nonblock.so 113 /opt/gitlab/embedded/lib/ruby/2.3.0/openssl/ssl.rb 114 /opt/gitlab/embedded/lib/ruby/2.3.0/openssl.rb 115 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-config-12.12.15/lib/chef-config/config.rb 116 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/exception.rb 117 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/log.rb 118 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/plugin_config.rb 119 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/config.rb 120 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/config.rb 121 /opt/gitlab/embedded/lib/ruby/2.3.0/tempfile.rb 122 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/socket.so 123 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/io/wait.so 124 /opt/gitlab/embedded/lib/ruby/2.3.0/socket.rb 125 /opt/gitlab/embedded/lib/ruby/2.3.0/timeout.rb 126 /opt/gitlab/embedded/lib/ruby/2.3.0/net/protocol.rb 127 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/zlib.so 128 /opt/gitlab/embedded/lib/ruby/2.3.0/net/http/exceptions.rb 129 /opt/gitlab/embedded/lib/ruby/2.3.0/net/http/header.rb 130 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/enc/windows_31j.so 131 /opt/gitlab/embedded/lib/ruby/2.3.0/net/http/generic_request.rb 132 /opt/gitlab/embedded/lib/ruby/2.3.0/net/http/request.rb 133 /opt/gitlab/embedded/lib/ruby/2.3.0/net/http/requests.rb 134 /opt/gitlab/embedded/lib/ruby/2.3.0/net/http/response.rb 135 /opt/gitlab/embedded/lib/ruby/2.3.0/net/http/responses.rb 136 /opt/gitlab/embedded/lib/ruby/2.3.0/net/http/proxy_delta.rb 137 /opt/gitlab/embedded/lib/ruby/2.3.0/net/http/backward.rb 138 /opt/gitlab/embedded/lib/ruby/2.3.0/net/http.rb 139 /opt/gitlab/embedded/lib/ruby/2.3.0/net/https.rb 140 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/util/path_helper.rb 141 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/http/ssl_policies.rb 142 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/version.rb 143 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/http/http_request.rb 144 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/http/basic_client.rb 145 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/monkey_patches/net_http.rb 146 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/http.rb 147 /opt/gitlab/embedded/lib/ruby/2.3.0/base64.rb 148 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/mixlib-authentication-1.4.2/lib/mixlib/authentication.rb 149 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/mixlib-authentication-1.4.2/lib/mixlib/authentication/digester.rb 150 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/mixlib-authentication-1.4.2/lib/mixlib/authentication/signedheaderauth.rb 151 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/http/auth_credentials.rb 152 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/http/authenticator.rb 153 /opt/gitlab/embedded/lib/ruby/2.3.0/singleton.rb 154 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/http/cookie_jar.rb 155 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/http/cookie_manager.rb 156 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/http/decompressor.rb 157 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-yajl-2.3.1/lib/ffi_yajl/encoder.rb 158 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-yajl-2.3.1/lib/ffi_yajl/parser.rb 159 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-yajl-2.3.1/lib/ffi_yajl/ext/dlopen.so 160 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/libyajl2-1.2.0/lib/libyajl2/version.rb 161 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/libyajl2-1.2.0/lib/libyajl2.rb 162 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-yajl-2.3.1/lib/ffi_yajl/map_library_name.rb 163 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-yajl-2.3.1/lib/ffi_yajl/ext/parser.so 164 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-yajl-2.3.1/lib/ffi_yajl/ext/encoder.so 165 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-yajl-2.3.1/lib/ffi_yajl/ext.rb 166 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-yajl-2.3.1/lib/ffi_yajl.rb 167 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/json-2.1.0/lib/json/version.rb 168 /opt/gitlab/embedded/lib/ruby/2.3.0/ostruct.rb 169 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/json-2.1.0/lib/json/generic_object.rb 170 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/json-2.1.0/lib/json/common.rb 171 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/json-2.1.0/lib/json/ext/parser.so 172 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/json-2.1.0/lib/json/ext/generator.so 173 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/json-2.1.0/lib/json/ext.rb 174 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/json-2.1.0/lib/json.rb 175 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/json_compat.rb 176 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/http/json_input.rb 177 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/http/json_output.rb 178 /opt/gitlab/embedded/lib/ruby/2.3.0/securerandom.rb 179 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/request_id.rb 180 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/http/remote_request_id.rb 181 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/http/validate_content_length.rb 182 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/server_api.rb 183 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/search/query.rb 184 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/constants.rb 185 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/delayed_evaluator.rb 186 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/node_map.rb 187 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/platform/priority_map.rb 188 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/platform/provider_priority_map.rb 189 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/platform/resource_priority_map.rb 190 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/platform/handler_map.rb 191 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/platform/provider_handler_map.rb 192 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/platform/resource_handler_map.rb 193 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_class.rb 194 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/property.rb 195 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/params_validate.rb 196 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/from_file.rb 197 /opt/gitlab/embedded/lib/ruby/2.3.0/forwardable.rb 198 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/data_bag_item.rb 199 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/data_bag.rb 200 /opt/gitlab/embedded/lib/ruby/2.3.0/psych/exception.rb 201 /opt/gitlab/embedded/lib/ruby/2.3.0/psych/syntax_error.rb 202 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/psych.so 203 /opt/gitlab/embedded/lib/ruby/2.3.0/psych/omap.rb 204 /opt/gitlab/embedded/lib/ruby/2.3.0/psych/set.rb 205 /opt/gitlab/embedded/lib/ruby/2.3.0/psych/class_loader.rb 206 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/strscan.so 207 /opt/gitlab/embedded/lib/ruby/2.3.0/psych/scalar_scanner.rb 208 /opt/gitlab/embedded/lib/ruby/2.3.0/psych/nodes/node.rb 209 /opt/gitlab/embedded/lib/ruby/2.3.0/psych/nodes/stream.rb 210 /opt/gitlab/embedded/lib/ruby/2.3.0/psych/nodes/document.rb 211 /opt/gitlab/embedded/lib/ruby/2.3.0/psych/nodes/sequence.rb 212 /opt/gitlab/embedded/lib/ruby/2.3.0/psych/nodes/scalar.rb 213 /opt/gitlab/embedded/lib/ruby/2.3.0/psych/nodes/mapping.rb 214 /opt/gitlab/embedded/lib/ruby/2.3.0/psych/nodes/alias.rb 215 /opt/gitlab/embedded/lib/ruby/2.3.0/psych/nodes.rb 216 /opt/gitlab/embedded/lib/ruby/2.3.0/psych/streaming.rb 217 /opt/gitlab/embedded/lib/ruby/2.3.0/psych/visitors/visitor.rb 218 /opt/gitlab/embedded/lib/ruby/2.3.0/psych/visitors/to_ruby.rb 219 /opt/gitlab/embedded/lib/ruby/2.3.0/psych/visitors/emitter.rb 220 /opt/gitlab/embedded/lib/ruby/2.3.0/psych/handler.rb 221 /opt/gitlab/embedded/lib/ruby/2.3.0/psych/tree_builder.rb 222 /opt/gitlab/embedded/lib/ruby/2.3.0/psych/visitors/yaml_tree.rb 223 /opt/gitlab/embedded/lib/ruby/2.3.0/psych/json/ruby_events.rb 224 /opt/gitlab/embedded/lib/ruby/2.3.0/psych/visitors/json_tree.rb 225 /opt/gitlab/embedded/lib/ruby/2.3.0/psych/visitors/depth_first.rb 226 /opt/gitlab/embedded/lib/ruby/2.3.0/psych/visitors.rb 227 /opt/gitlab/embedded/lib/ruby/2.3.0/psych/parser.rb 228 /opt/gitlab/embedded/lib/ruby/2.3.0/psych/coder.rb 229 /opt/gitlab/embedded/lib/ruby/2.3.0/psych/core_ext.rb 230 /opt/gitlab/embedded/lib/ruby/2.3.0/psych/deprecated.rb 231 /opt/gitlab/embedded/lib/ruby/2.3.0/psych/stream.rb 232 /opt/gitlab/embedded/lib/ruby/2.3.0/psych/json/yaml_events.rb 233 /opt/gitlab/embedded/lib/ruby/2.3.0/psych/json/tree_builder.rb 234 /opt/gitlab/embedded/lib/ruby/2.3.0/psych/json/stream.rb 235 /opt/gitlab/embedded/lib/ruby/2.3.0/psych/handlers/document_stream.rb 236 /opt/gitlab/embedded/lib/ruby/2.3.0/psych.rb 237 /opt/gitlab/embedded/lib/ruby/2.3.0/yaml.rb 238 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/digest/sha2.so 239 /opt/gitlab/embedded/lib/ruby/2.3.0/digest/sha2.rb 240 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/encrypted_data_bag_item/unsupported_encrypted_data_bag_item_format.rb 241 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/encrypted_data_bag_item/decryption_failure.rb 242 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/encrypted_data_bag_item/unacceptable_encrypted_data_bag_item_format.rb 243 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/encrypted_data_bag_item/unsupported_cipher.rb 244 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/encrypted_data_bag_item/assertions.rb 245 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/encrypted_data_bag_item/decryptor.rb 246 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/encrypted_data_bag_item/encryption_failure.rb 247 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/encrypted_data_bag_item/encryptor.rb 248 /opt/gitlab/embedded/lib/ruby/2.3.0/open-uri.rb 249 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/encrypted_data_bag_item.rb 250 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/encrypted_data_bag_item/check_encrypted.rb 251 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/dsl/platform_introspection.rb 252 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/deprecation.rb 253 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/language.rb 254 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/dsl/data_query.rb 255 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/dsl/registry_helper.rb 256 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/dsl/reboot_pending.rb 257 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/dsl/cheffish.rb 258 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/dsl/chef_provisioning.rb 259 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/dsl/resources.rb 260 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/convert_to_class_name.rb 261 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/shell_out.rb 262 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/guard_interpreter/default_guard_interpreter.rb 263 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/guard_interpreter.rb 264 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/guard_interpreter/resource_guard_interpreter.rb 265 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/conditional.rb 266 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/conditional_action_not_nothing.rb 267 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/dsl/definitions.rb 268 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/language_include_recipe.rb 269 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/dsl/include_recipe.rb 270 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/dsl/audit.rb 271 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/util/powershell/ps_credential.rb 272 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/dsl/powershell.rb 273 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/dsl/declare_resource.rb 274 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/windows_architecture_helper.rb 275 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/powershell_out.rb 276 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/dsl/universal.rb 277 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/notifying_block.rb 278 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/lazy_module_include.rb 279 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/dsl/core.rb 280 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/dsl/method_missing.rb 281 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/recipe_definition_dsl_core.rb 282 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/dsl/recipe.rb 283 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/action_class.rb 284 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource_collection/resource_collection_serialization.rb 285 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource_collection/resource_set.rb 286 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource_collection/stepable_iterator.rb 287 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource_collection/resource_list.rb 288 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource_collection.rb 289 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/deep_merge.rb 290 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/language_include_attribute.rb 291 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/dsl/include_attribute.rb 292 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/version_class.rb 293 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/version_constraint.rb 294 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/environment.rb 295 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/run_list/run_list_item.rb 296 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/role.rb 297 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/run_list/run_list_expansion.rb 298 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/run_list/versioned_recipe_list.rb 299 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/run_list.rb 300 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/node/common_api.rb 301 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/node/immutable_collections.rb 302 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/node/attribute_collections.rb 303 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/decorator/unchain.rb 304 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/node/attribute.rb 305 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/whitelist.rb 306 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/node.rb 307 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/version/platform.rb 308 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/version_constraint/platform.rb 309 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/file_access_control/unix.rb 310 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/file_access_control.rb 311 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/enforce_ownership_and_permissions.rb 312 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/why_run.rb 313 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/descendants_tracker.rb 314 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/provides.rb 315 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/platform/service_helpers.rb 316 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/runner.rb 317 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider.rb 318 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/platform/provider_mapping.rb 319 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/platform.rb 320 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/resource_notification.rb 321 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider_resolver.rb 322 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource_resolver.rb 323 /opt/gitlab/embedded/lib/ruby/2.3.0/set.rb 324 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/properties.rb 325 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource.rb 326 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/apt_update.rb 327 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/http/simple.rb 328 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/noop.rb 329 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/apt_repository.rb 330 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/execute.rb 331 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/script.rb 332 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/windows_script.rb 333 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/batch.rb 334 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/breakpoint.rb 335 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/securable.rb 336 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/file/verification.rb 337 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/file.rb 338 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/scan_access_control.rb 339 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/digester.rb 340 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/checksum.rb 341 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/file_class.rb 342 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/util/backup.rb 343 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/diff-lcs-1.3/lib/diff/lcs/change.rb 344 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/diff-lcs-1.3/lib/diff/lcs/callbacks.rb 345 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/diff-lcs-1.3/lib/diff/lcs/internals.rb 346 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/diff-lcs-1.3/lib/diff/lcs.rb 347 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/diff-lcs-1.3/lib/diff/lcs/block.rb 348 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/diff-lcs-1.3/lib/diff/lcs/hunk.rb 349 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/util/diff.rb 350 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/which.rb 351 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/util/selinux.rb 352 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/deprecation/provider/file.rb 353 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/deprecation/warnings.rb 354 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/file_content_management/deploy/cp.rb 355 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/file_content_management/deploy/mv_unix.rb 356 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/file_content_management/deploy.rb 357 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/file.rb 358 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/deprecation/provider/cookbook_file.rb 359 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/cookbook_file.rb 360 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/command/unix.rb 361 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/command.rb 362 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/cron.rb 363 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/cron/unix.rb 364 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/cron/solaris.rb 365 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/cron/aix.rb 366 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/git.rb 367 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/subversion.rb 368 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/deploy.rb 369 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/directory.rb 370 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/directory.rb 371 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/util/powershell/cmdlet_result.rb 372 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/util/powershell/cmdlet.rb 373 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/util/dsc/configuration_generator.rb 374 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/util/dsc/resource_info.rb 375 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/util/dsc/lcm_output_parser.rb 376 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/util/dsc/local_configuration_manager.rb 377 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/dsc_script.rb 378 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/powershell_type_coercions.rb 379 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/util/dsc/resource_store.rb 380 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/dsc_resource.rb 381 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/env.rb 382 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/env.rb 383 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/erl_call.rb 384 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/group.rb 385 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/http_request.rb 386 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/cgi/escape.so 387 /opt/gitlab/embedded/lib/ruby/2.3.0/cgi/util.rb 388 /opt/gitlab/embedded/lib/ruby/2.3.0/erb.rb 389 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/ifconfig.rb 390 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/launchd.rb 391 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/cookbook_file.rb 392 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/service.rb 393 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/macosx_service.rb 394 /opt/gitlab/embedded/lib/ruby/2.3.0/cgi/core.rb 395 /opt/gitlab/embedded/lib/ruby/2.3.0/cgi/cookie.rb 396 /opt/gitlab/embedded/lib/ruby/2.3.0/cgi.rb 397 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/plist-3.4.0/lib/plist/generator.rb 398 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/plist-3.4.0/lib/plist/parser.rb 399 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/plist-3.4.0/lib/plist/version.rb 400 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/plist-3.4.0/lib/plist.rb 401 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/launchd.rb 402 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/link.rb 403 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/link.rb 404 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/log.rb 405 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/mash.rb 406 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/mixin/os.rb 407 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/mixin/command.rb 408 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/mixin/seconds_to_human.rb 409 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/hints.rb 410 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/dsl/plugin.rb 411 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/dsl/plugin/versionvi.rb 412 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/dsl/plugin/versionvii.rb 413 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/dsl.rb 414 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/loader.rb 415 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/runner.rb 416 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/mixin/string.rb 417 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/mixin/constant_helper.rb 418 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/provides_map.rb 419 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/system.rb 420 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai.rb 421 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/ohai.rb 422 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/mdadm.rb 423 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/mount.rb 424 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/subclass_directive.rb 425 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/create_path.rb 426 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/file_cache.rb 427 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/decorator.rb 428 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/decorator/lazy.rb 429 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/decorator/lazy_array.rb 430 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/package.rb 431 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/powershell_script.rb 432 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/digest/sha1.so 433 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/digest/md5.so 434 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/uuidtools-2.1.5/lib/uuidtools/version.rb 435 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/uuidtools-2.1.5/lib/uuidtools.rb 436 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/osx_profile.rb 437 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/reboot.rb 438 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/deprecation/provider/remote_directory.rb 439 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/remote_directory.rb 440 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/deprecation/provider/remote_file.rb 441 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/remote_file.rb 442 /opt/gitlab/embedded/lib/ruby/2.3.0/ipaddr.rb 443 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/route.rb 444 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/ruby_block.rb 445 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/service/simple.rb 446 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/service/systemd.rb 447 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/service/init.rb 448 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/service/insserv.rb 449 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/service/redhat.rb 450 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/service/arch.rb 451 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/service/gentoo.rb 452 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/util/editor.rb 453 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/util/file_edit.rb 454 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/service/upstart.rb 455 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/service/debian.rb 456 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/service/invokercd.rb 457 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/service.rb 458 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/iniparse-1.4.4/lib/iniparse/document.rb 459 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/iniparse-1.4.4/lib/iniparse/generator.rb 460 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/iniparse-1.4.4/lib/iniparse/line_collection.rb 461 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/iniparse-1.4.4/lib/iniparse/lines.rb 462 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/iniparse-1.4.4/lib/iniparse/parser.rb 463 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/iniparse-1.4.4/lib/iniparse.rb 464 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/systemd_unit.rb 465 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/template_finder.rb 466 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/erubis-2.7.0/lib/erubis/util.rb 467 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/erubis-2.7.0/lib/erubis/generator.rb 468 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/erubis-2.7.0/lib/erubis/converter.rb 469 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/erubis-2.7.0/lib/erubis/error.rb 470 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/erubis-2.7.0/lib/erubis/context.rb 471 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/erubis-2.7.0/lib/erubis/evaluator.rb 472 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/erubis-2.7.0/lib/erubis/engine.rb 473 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/erubis-2.7.0/lib/erubis/helper.rb 474 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/erubis-2.7.0/lib/erubis/enhancer.rb 475 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/erubis-2.7.0/lib/erubis/engine/eruby.rb 476 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/erubis-2.7.0/lib/erubis/local-setting.rb 477 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/erubis-2.7.0/lib/erubis.rb 478 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/deprecation/mixin/template.rb 479 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/deprecation/provider/template.rb 480 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/template.rb 481 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/user.rb 482 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/whyrun_safe_ruby_block.rb 483 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/wide_string.rb 484 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/windows_env_helper.rb 485 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/env/windows.rb 486 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/package.rb 487 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/apt_package.rb 488 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/package/apt.rb 489 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/chocolatey_package.rb 490 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/package/chocolatey.rb 491 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/package/dpkg.rb 492 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/package/easy_install.rb 493 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/get_source_from_package.rb 494 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/package/freebsd/base.rb 495 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/package/freebsd/port.rb 496 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/package/freebsd/pkg.rb 497 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/package/freebsd/pkgng.rb 498 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/homebrew_user.rb 499 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/package/homebrew.rb 500 /opt/gitlab/embedded/lib/ruby/2.3.0/open3.rb 501 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/package/ips.rb 502 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/package/macports.rb 503 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/package/openbsd.rb 504 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/package/pacman.rb 505 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/package/portage.rb 506 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/package/paludis.rb 507 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/package/rpm.rb 508 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/util.rb 509 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/io/console.so 510 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/user_interaction.rb 511 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/request/http_pool.rb 512 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/request/https_pool.rb 513 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/request/connection_pools.rb 514 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/request.rb 515 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/uri_formatter.rb 516 /opt/gitlab/embedded/lib/ruby/2.3.0/resolv.rb 517 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/remote_fetcher.rb 518 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/text.rb 519 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/name_tuple.rb 520 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/spec_fetcher.rb 521 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/security/policy.rb 522 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/security/policies.rb 523 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/security/trust_dir.rb 524 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/security/signer.rb 525 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/security.rb 526 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/package/digest_io.rb 527 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/package/source.rb 528 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/package/file_source.rb 529 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/package/io_source.rb 530 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/package/old.rb 531 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/package/tar_header.rb 532 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/package/tar_reader/entry.rb 533 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/package/tar_reader.rb 534 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/package/tar_writer.rb 535 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/package.rb 536 /opt/gitlab/embedded/lib/ruby/2.3.0/tsort.rb 537 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/dependency_list.rb 538 /opt/gitlab/embedded/lib/ruby/2.3.0/optparse.rb 539 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/command.rb 540 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/ext/build_error.rb 541 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/ext/builder.rb 542 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/ext/configure_builder.rb 543 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/ext/ext_conf_builder.rb 544 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/ext/rake_builder.rb 545 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/ext/cmake_builder.rb 546 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/ext.rb 547 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/installer.rb 548 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/source/git.rb 549 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/source/installed.rb 550 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/source/specific_file.rb 551 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/source/local.rb 552 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/source/lock.rb 553 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/source/vendor.rb 554 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/source.rb 555 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/available_set.rb 556 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/dependency_installer.rb 557 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/rdoc.rb 558 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/uninstaller.rb 559 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/config_file.rb 560 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/psych_additions.rb 561 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/psych_tree.rb 562 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/syck_hack.rb 563 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/package/rubygems.rb 564 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/yum_package.rb 565 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/package/yum/rpm_utils.rb 566 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/package/yum/yum_cache.rb 567 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/package/yum.rb 568 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/zypper_package.rb 569 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/package/zypper.rb 570 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/package/solaris.rb 571 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/package/smartos.rb 572 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/package/aix.rb 573 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/service/freebsd.rb 574 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/service/openbsd.rb 575 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/service/windows.rb 576 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/service/solaris.rb 577 /opt/gitlab/embedded/lib/ruby/2.3.0/rexml/security.rb 578 /opt/gitlab/embedded/lib/ruby/2.3.0/rexml/parseexception.rb 579 /opt/gitlab/embedded/lib/ruby/2.3.0/rexml/formatters/default.rb 580 /opt/gitlab/embedded/lib/ruby/2.3.0/rexml/formatters/pretty.rb 581 /opt/gitlab/embedded/lib/ruby/2.3.0/rexml/node.rb 582 /opt/gitlab/embedded/lib/ruby/2.3.0/rexml/child.rb 583 /opt/gitlab/embedded/lib/ruby/2.3.0/rexml/parent.rb 584 /opt/gitlab/embedded/lib/ruby/2.3.0/rexml/xmltokens.rb 585 /opt/gitlab/embedded/lib/ruby/2.3.0/rexml/namespace.rb 586 /opt/gitlab/embedded/lib/ruby/2.3.0/rexml/encoding.rb 587 /opt/gitlab/embedded/lib/ruby/2.3.0/rexml/source.rb 588 /opt/gitlab/embedded/lib/ruby/2.3.0/rexml/entity.rb 589 /opt/gitlab/embedded/lib/ruby/2.3.0/rexml/attlistdecl.rb 590 /opt/gitlab/embedded/lib/ruby/2.3.0/rexml/doctype.rb 591 /opt/gitlab/embedded/lib/ruby/2.3.0/rexml/text.rb 592 /opt/gitlab/embedded/lib/ruby/2.3.0/rexml/attribute.rb 593 /opt/gitlab/embedded/lib/ruby/2.3.0/rexml/cdata.rb 594 /opt/gitlab/embedded/lib/ruby/2.3.0/rexml/functions.rb 595 /opt/gitlab/embedded/lib/ruby/2.3.0/rexml/syncenumerator.rb 596 /opt/gitlab/embedded/lib/ruby/2.3.0/rexml/parsers/xpathparser.rb 597 /opt/gitlab/embedded/lib/ruby/2.3.0/rexml/xpath_parser.rb 598 /opt/gitlab/embedded/lib/ruby/2.3.0/rexml/xpath.rb 599 /opt/gitlab/embedded/lib/ruby/2.3.0/rexml/element.rb 600 /opt/gitlab/embedded/lib/ruby/2.3.0/rexml/xmldecl.rb 601 /opt/gitlab/embedded/lib/ruby/2.3.0/rexml/comment.rb 602 /opt/gitlab/embedded/lib/ruby/2.3.0/rexml/instruction.rb 603 /opt/gitlab/embedded/lib/ruby/2.3.0/rexml/rexml.rb 604 /opt/gitlab/embedded/lib/ruby/2.3.0/rexml/output.rb 605 /opt/gitlab/embedded/lib/ruby/2.3.0/rexml/undefinednamespaceexception.rb 606 /opt/gitlab/embedded/lib/ruby/2.3.0/rexml/parsers/baseparser.rb 607 /opt/gitlab/embedded/lib/ruby/2.3.0/rexml/parsers/streamparser.rb 608 /opt/gitlab/embedded/lib/ruby/2.3.0/rexml/validation/validationexception.rb 609 /opt/gitlab/embedded/lib/ruby/2.3.0/rexml/parsers/treeparser.rb 610 /opt/gitlab/embedded/lib/ruby/2.3.0/rexml/document.rb 611 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/service/macosx.rb 612 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/service/aixinit.rb 613 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/service/aix.rb 614 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/user/dscl.rb 615 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/user/pw.rb 616 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/user/useradd.rb 617 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/user/windows.rb 618 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/user/solaris.rb 619 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/user/aix.rb 620 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/group/groupadd.rb 621 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/group/aix.rb 622 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/group/dscl.rb 623 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/group/gpasswd.rb 624 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/group/groupmod.rb 625 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/group/pw.rb 626 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/group/suse.rb 627 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/group/usermod.rb 628 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/group/windows.rb 629 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/mount/mount.rb 630 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/mount/aix.rb 631 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/mount/solaris.rb 632 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/mount/windows.rb 633 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/deploy/revision.rb 634 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/deploy/timestamped.rb 635 /opt/gitlab/embedded/lib/ruby/2.3.0/net/ftp.rb 636 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/file_content_management/tempfile.rb 637 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/remote_file/ftp.rb 638 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/config.rb 639 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/errors.rb 640 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/loggable.rb 641 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/version.rb 642 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/ruby_compat.rb 643 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/transport/openssl.rb 644 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/buffer.rb 645 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/known_hosts.rb 646 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/transport/ctr.rb 647 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/transport/key_expander.rb 648 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/transport/identity_cipher.rb 649 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/transport/cipher_factory.rb 650 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/transport/constants.rb 651 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/transport/hmac/abstract.rb 652 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/transport/hmac/md5.rb 653 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/transport/hmac/md5_96.rb 654 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/transport/hmac/sha1.rb 655 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/transport/hmac/sha1_96.rb 656 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/transport/hmac/sha2_256.rb 657 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/transport/hmac/sha2_256_96.rb 658 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/transport/hmac/sha2_512.rb 659 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/transport/hmac/sha2_512_96.rb 660 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/transport/hmac/ripemd160.rb 661 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/transport/hmac/none.rb 662 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/transport/hmac.rb 663 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb 664 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb 665 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha1.rb 666 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha256.rb 667 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/transport/kex/ecdh_sha2_nistp256.rb 668 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb 669 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb 670 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/transport/kex.rb 671 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/transport/server_version.rb 672 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/transport/algorithms.rb 673 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/buffered_io.rb 674 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/authentication/constants.rb 675 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/connection/constants.rb 676 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/packet.rb 677 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/transport/state.rb 678 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/transport/packet_stream.rb 679 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/verifiers/null.rb 680 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/verifiers/secure.rb 681 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/verifiers/strict.rb 682 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/verifiers/lenient.rb 683 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/transport/session.rb 684 /opt/gitlab/embedded/lib/ruby/2.3.0/abbrev.rb 685 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/highline-1.7.10/lib/highline/compatibility.rb 686 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/highline-1.7.10/lib/highline/system_extensions.rb 687 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/highline-1.7.10/lib/highline/question.rb 688 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/highline-1.7.10/lib/highline/menu.rb 689 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/highline-1.7.10/lib/highline/color_scheme.rb 690 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/highline-1.7.10/lib/highline/style.rb 691 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/highline-1.7.10/lib/highline/version.rb 692 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/highline-1.7.10/lib/highline/string_extensions.rb 693 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/highline-1.7.10/lib/highline.rb 694 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/prompt.rb 695 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/key_factory.rb 696 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/authentication/agent/socket.rb 697 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/authentication/agent.rb 698 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/authentication/key_manager.rb 699 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/authentication/methods/abstract.rb 700 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/authentication/methods/none.rb 701 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/authentication/methods/publickey.rb 702 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/authentication/methods/hostbased.rb 703 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/authentication/methods/password.rb 704 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/authentication/methods/keyboard_interactive.rb 705 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/authentication/session.rb 706 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/connection/term.rb 707 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/connection/channel.rb 708 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/service/forward.rb 709 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/connection/keepalive.rb 710 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh/connection/session.rb 711 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-ssh-3.2.0/lib/net/ssh.rb 712 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-sftp-2.1.2/lib/net/sftp/constants.rb 713 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-sftp-2.1.2/lib/net/sftp/errors.rb 714 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-sftp-2.1.2/lib/net/sftp/packet.rb 715 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-sftp-2.1.2/lib/net/sftp/protocol/base.rb 716 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-sftp-2.1.2/lib/net/sftp/protocol/01/attributes.rb 717 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-sftp-2.1.2/lib/net/sftp/protocol/01/name.rb 718 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-sftp-2.1.2/lib/net/sftp/protocol/01/base.rb 719 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-sftp-2.1.2/lib/net/sftp/protocol/02/base.rb 720 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-sftp-2.1.2/lib/net/sftp/protocol/03/base.rb 721 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-sftp-2.1.2/lib/net/sftp/protocol/04/attributes.rb 722 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-sftp-2.1.2/lib/net/sftp/protocol/04/name.rb 723 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-sftp-2.1.2/lib/net/sftp/protocol/04/base.rb 724 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-sftp-2.1.2/lib/net/sftp/protocol/05/base.rb 725 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-sftp-2.1.2/lib/net/sftp/protocol/06/attributes.rb 726 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-sftp-2.1.2/lib/net/sftp/protocol/06/base.rb 727 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-sftp-2.1.2/lib/net/sftp/protocol.rb 728 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-sftp-2.1.2/lib/net/sftp/response.rb 729 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-sftp-2.1.2/lib/net/sftp/request.rb 730 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-sftp-2.1.2/lib/net/sftp/operations/dir.rb 731 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-sftp-2.1.2/lib/net/sftp/operations/upload.rb 732 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-sftp-2.1.2/lib/net/sftp/operations/download.rb 733 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-sftp-2.1.2/lib/net/sftp/operations/file.rb 734 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-sftp-2.1.2/lib/net/sftp/operations/file_factory.rb 735 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-sftp-2.1.2/lib/net/sftp/session.rb 736 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/net-sftp-2.1.2/lib/net/sftp.rb 737 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/remote_file/sftp.rb 738 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/remote_file/cache_control_data.rb 739 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/remote_file/http.rb 740 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/remote_file/local_file.rb 741 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/remote_file/network_file.rb 742 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/remote_file/fetcher.rb 743 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/lwrp_base.rb 744 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/reserved_names.rb 745 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-1.9.18/lib/ffi_c.so 746 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-1.9.18/lib/ffi/platform.rb 747 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-1.9.18/lib/ffi/types.rb 748 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-1.9.18/lib/ffi/library.rb 749 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-1.9.18/lib/ffi/errno.rb 750 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-1.9.18/lib/ffi/pointer.rb 751 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-1.9.18/lib/ffi/memorypointer.rb 752 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-1.9.18/lib/ffi/struct_layout_builder.rb 753 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-1.9.18/lib/ffi/struct.rb 754 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-1.9.18/lib/ffi/union.rb 755 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-1.9.18/lib/ffi/managedstruct.rb 756 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-1.9.18/lib/ffi/callback.rb 757 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-1.9.18/lib/ffi/io.rb 758 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-1.9.18/lib/ffi/autopointer.rb 759 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-1.9.18/lib/ffi/variadic.rb 760 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-1.9.18/lib/ffi/enum.rb 761 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-1.9.18/lib/ffi/ffi.rb 762 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-1.9.18/lib/ffi.rb 763 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/win32/api.rb 764 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/win32/registry.rb 765 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/registry_key.rb 766 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/file_content_management/content_base.rb 767 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/file/content.rb 768 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/uris.rb 769 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/remote_file/content.rb 770 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/cookbook_file/content.rb 771 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/template.rb 772 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/template/content.rb 773 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/ifconfig/redhat.rb 774 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/ifconfig/debian.rb 775 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/ifconfig/aix.rb 776 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/providers.rb 777 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/apt_repository.rb 778 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/apt_update.rb 779 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/execute.rb 780 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/script.rb 781 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/bash.rb 782 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/windows_script.rb 783 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/batch.rb 784 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/breakpoint.rb 785 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/gem_package.rb 786 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/chef_gem.rb 787 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/cron.rb 788 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/csh.rb 789 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/scm.rb 790 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/deploy.rb 791 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/deploy_revision.rb 792 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/dpkg_package.rb 793 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/dsc_script.rb 794 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/dsc_resource.rb 795 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/easy_install_package.rb 796 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/erl_call.rb 797 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/freebsd_package.rb 798 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/ips_package.rb 799 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/git.rb 800 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/group.rb 801 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/http_request.rb 802 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/homebrew_package.rb 803 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/ifconfig.rb 804 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/ksh.rb 805 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/log.rb 806 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/macports_package.rb 807 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/mdadm.rb 808 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/mount.rb 809 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/ohai.rb 810 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/openbsd_package.rb 811 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/pacman_package.rb 812 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/paludis_package.rb 813 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/perl.rb 814 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/portage_package.rb 815 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/powershell_script.rb 816 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/osx_profile.rb 817 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/python.rb 818 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/reboot.rb 819 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/registry_key.rb 820 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/remote_directory.rb 821 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/remote_file.rb 822 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/rpm_package.rb 823 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/solaris_package.rb 824 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/route.rb 825 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/ruby.rb 826 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/ruby_block.rb 827 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/systemd_unit.rb 828 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/windows_service.rb 829 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/subversion.rb 830 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/smartos_package.rb 831 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/template.rb 832 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/timestamped_deploy.rb 833 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/user.rb 834 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/whyrun_safe_ruby_block.rb 835 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/package/windows/registry_uninstall_entry.rb 836 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/provider/package/windows.rb 837 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/windows_package.rb 838 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/lwrp_base.rb 839 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource/bff_package.rb 840 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resources.rb 841 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/shell_out.rb 842 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/run_lock.rb 843 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/daemon.rb 844 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/run_status.rb 845 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/mixin/path_sanity.rb 846 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/api_client.rb 847 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/api_client/registration.rb 848 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/audit/logger.rb 849 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/audit/runner.rb 850 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/cookbook/file_vendor.rb 851 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/cookbook/metadata.rb 852 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/cookbook_manifest.rb 853 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/cookbook_version.rb 854 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/recipe.rb 855 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource_definition.rb 856 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource_definition_list.rb 857 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/run_context/cookbook_compiler.rb 858 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/event_dispatch/events_output_stream.rb 859 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/run_context.rb 860 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/cookbook/gem_installer.rb 861 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/cookbook/cookbook_collection.rb 862 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/cookbook/file_system_file_vendor.rb 863 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/cookbook/remote_file_vendor.rb 864 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/event_dispatch/dispatcher.rb 865 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/win32/eventlog.rb 866 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/event_loggers/windows_eventlog.rb 867 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/formatters/error_inspectors/api_error_formatting.rb 868 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/formatters/error_inspectors/node_load_error_inspector.rb 869 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/formatters/error_inspectors/registration_error_inspector.rb 870 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/formatters/error_inspectors/compile_error_inspector.rb 871 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/formatters/error_inspectors/resource_failure_inspector.rb 872 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/formatters/error_inspectors/run_list_expansion_error_inspector.rb 873 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/formatters/error_inspectors/cookbook_resolve_error_inspector.rb 874 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/formatters/error_inspectors/cookbook_sync_error_inspector.rb 875 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/formatters/error_inspectors.rb 876 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/formatters/error_description.rb 877 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/formatters/error_mapper.rb 878 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/formatters/indentable_output_stream.rb 879 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/formatters/base.rb 880 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/formatters/doc.rb 881 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/formatters/minimal.rb 882 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/resource_reporter.rb 883 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/data_collector/messages/helpers.rb 884 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/data_collector/messages.rb 885 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/data_collector/resource_report.rb 886 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/data_collector.rb 887 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/audit/control_group_data.rb 888 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/audit/audit_reporter.rb 889 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/policy_builder/expand_node_object.rb 890 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/policy_builder/policyfile.rb 891 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/policy_builder/dynamic.rb 892 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/policy_builder.rb 893 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/application/exit_code.rb 894 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/platform/rebooter.rb 895 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/cookbook/chefignore.rb 896 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/cookbook/cookbook_version_loader.rb 897 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/cookbook_loader.rb 898 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/util/threaded_job_queue.rb 899 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/cookbook/synchronizer.rb 900 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/client.rb 901 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/handler.rb 902 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/handler/json_file.rb 903 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/event_dispatch/dsl.rb 904 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef.rb 905 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs.rb 906 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/path_utils.rb 907 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/config_fetcher.rb 908 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/local_mode.rb 909 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/mixlib-cli-1.7.0/lib/mixlib/cli.rb 910 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/application.rb 911 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/handler/error_report.rb 912 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-config-12.12.15/lib/chef-config/mixin/dot_d.rb 913 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-config-12.12.15/lib/chef-config/workstation_config_loader.rb 914 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/workstation_config_loader.rb 915 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/application/client.rb 916 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rack-1.6.8/lib/rack/multipart.rb 917 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rack-1.6.8/lib/rack/utils.rb 918 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rack-1.6.8/lib/rack.rb 919 /opt/gitlab/embedded/lib/ruby/2.3.0/webrick/compat.rb 920 /opt/gitlab/embedded/lib/ruby/2.3.0/webrick/version.rb 921 /opt/gitlab/embedded/lib/ruby/2.3.0/webrick/httpversion.rb 922 /opt/gitlab/embedded/lib/ruby/2.3.0/webrick/httputils.rb 923 /opt/gitlab/embedded/lib/ruby/2.3.0/webrick/utils.rb 924 /opt/gitlab/embedded/lib/ruby/2.3.0/webrick/log.rb 925 /opt/gitlab/embedded/lib/ruby/2.3.0/webrick/config.rb 926 /opt/gitlab/embedded/lib/ruby/2.3.0/webrick/server.rb 927 /opt/gitlab/embedded/lib/ruby/2.3.0/webrick/accesslog.rb 928 /opt/gitlab/embedded/lib/ruby/2.3.0/webrick/htmlutils.rb 929 /opt/gitlab/embedded/lib/ruby/2.3.0/webrick/cookie.rb 930 /opt/gitlab/embedded/lib/ruby/2.3.0/webrick/httpstatus.rb 931 /opt/gitlab/embedded/lib/ruby/2.3.0/webrick/httprequest.rb 932 /opt/gitlab/embedded/lib/ruby/2.3.0/webrick/httpresponse.rb 933 /opt/gitlab/embedded/lib/ruby/2.3.0/webrick/httpservlet/abstract.rb 934 /opt/gitlab/embedded/lib/ruby/2.3.0/webrick/httpservlet/filehandler.rb 935 /opt/gitlab/embedded/lib/ruby/2.3.0/webrick/httpservlet/cgihandler.rb 936 /opt/gitlab/embedded/lib/ruby/2.3.0/webrick/httpservlet/erbhandler.rb 937 /opt/gitlab/embedded/lib/ruby/2.3.0/webrick/httpservlet/prochandler.rb 938 /opt/gitlab/embedded/lib/ruby/2.3.0/webrick/httpservlet.rb 939 /opt/gitlab/embedded/lib/ruby/2.3.0/webrick/httpserver.rb 940 /opt/gitlab/embedded/lib/ruby/2.3.0/webrick/httpauth/authenticator.rb 941 /opt/gitlab/embedded/lib/ruby/2.3.0/webrick/httpauth/basicauth.rb 942 /opt/gitlab/embedded/lib/ruby/2.3.0/webrick/httpauth/digestauth.rb 943 /opt/gitlab/embedded/lib/ruby/2.3.0/webrick/httpauth/userdb.rb 944 /opt/gitlab/embedded/lib/ruby/2.3.0/webrick/httpauth/htpasswd.rb 945 /opt/gitlab/embedded/lib/ruby/2.3.0/webrick/httpauth/htdigest.rb 946 /opt/gitlab/embedded/lib/ruby/2.3.0/webrick/httpauth/htgroup.rb 947 /opt/gitlab/embedded/lib/ruby/2.3.0/webrick/httpauth.rb 948 /opt/gitlab/embedded/lib/ruby/2.3.0/webrick.rb 949 /opt/gitlab/embedded/lib/ruby/2.3.0/webrick/ssl.rb 950 /opt/gitlab/embedded/lib/ruby/2.3.0/webrick/https.rb 951 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/log.rb 952 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero.rb 953 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/socketless_server_map.rb 954 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/hashie-3.5.7/lib/hashie/extensions/stringify_keys.rb 955 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/hashie-3.5.7/lib/hashie/extensions/pretty_inspect.rb 956 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/hashie-3.5.7/lib/hashie/hash.rb 957 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/hashie-3.5.7/lib/hashie/extensions/array/pretty_inspect.rb 958 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/hashie-3.5.7/lib/hashie/extensions/ruby_version.rb 959 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/hashie-3.5.7/lib/hashie/extensions/ruby_version_check.rb 960 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/hashie-3.5.7/lib/hashie/array.rb 961 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/hashie-3.5.7/lib/hashie/utils.rb 962 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/hashie-3.5.7/lib/hashie/logger.rb 963 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/hashie-3.5.7/lib/hashie/mash.rb 964 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/chef_data/cookbook_data.rb 965 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/chef_data/acl_path.rb 966 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/rest_router.rb 967 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/data_store/data_error.rb 968 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/data_store/data_already_exists_error.rb 969 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/data_store/data_not_found_error.rb 970 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/data_store/interface_v1.rb 971 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/data_store/interface_v2.rb 972 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/data_store/memory_store_v2.rb 973 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/data_store/v1_to_v2_adapter.rb 974 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/chef_data/default_creator.rb 975 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/data_store/default_facade.rb 976 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/version.rb 977 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rack-1.6.8/lib/rack/request.rb 978 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/rest_request.rb 979 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/rest_error_response.rb 980 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/rest_base.rb 981 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/rest_list_endpoint.rb 982 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/authenticate_user_endpoint.rb 983 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/chef_data/data_normalizer.rb 984 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/acls_endpoint.rb 985 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/acl_endpoint.rb 986 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/rest_object_endpoint.rb 987 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/actor_endpoint.rb 988 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/actors_endpoint.rb 989 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/actor_key_endpoint.rb 990 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/actor_keys_endpoint.rb 991 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/organization_user_key_endpoint.rb 992 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/organization_user_default_key_endpoint.rb 993 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/organization_user_keys_endpoint.rb 994 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/actor_default_key_endpoint.rb 995 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/cookbooks_base.rb 996 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/cookbooks_endpoint.rb 997 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/cookbook_endpoint.rb 998 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/cookbook_version_endpoint.rb 999 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/cookbook_artifacts_endpoint.rb 1000 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/cookbook_artifact_endpoint.rb 1001 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/cookbook_artifact_identifier_endpoint.rb 1002 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/containers_endpoint.rb 1003 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/container_endpoint.rb 1004 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/controls_endpoint.rb 1005 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/dummy_endpoint.rb 1006 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/data_bags_endpoint.rb 1007 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/data_bag_item_endpoint.rb 1008 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/data_bag_endpoint.rb 1009 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/groups_endpoint.rb 1010 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/group_endpoint.rb 1011 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/environment_endpoint.rb 1012 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/environment_cookbooks_endpoint.rb 1013 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/environment_cookbook_endpoint.rb 1014 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/environment_cookbook_versions_endpoint.rb 1015 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/environment_nodes_endpoint.rb 1016 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/environment_recipes_endpoint.rb 1017 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/environment_role_endpoint.rb 1018 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/license_endpoint.rb 1019 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/node_endpoint.rb 1020 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/nodes_endpoint.rb 1021 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/node_identifiers_endpoint.rb 1022 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/organizations_endpoint.rb 1023 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/organization_endpoint.rb 1024 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/organization_association_requests_endpoint.rb 1025 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/organization_association_request_endpoint.rb 1026 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/organization_authenticate_user_endpoint.rb 1027 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/organization_user_base.rb 1028 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/organization_users_endpoint.rb 1029 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/organization_user_endpoint.rb 1030 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/organization_validator_key_endpoint.rb 1031 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/policies_endpoint.rb 1032 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/policy_endpoint.rb 1033 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/policy_revisions_endpoint.rb 1034 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/policy_revision_endpoint.rb 1035 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/policy_groups_endpoint.rb 1036 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/policy_group_endpoint.rb 1037 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/policy_group_policy_endpoint.rb 1038 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/principal_endpoint.rb 1039 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/role_endpoint.rb 1040 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/role_environments_endpoint.rb 1041 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/sandboxes_endpoint.rb 1042 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/sandbox_endpoint.rb 1043 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/searches_endpoint.rb 1044 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/solr/query/binary_operator.rb 1045 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/solr/query/unary_operator.rb 1046 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/solr/query/regexpable_query.rb 1047 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/solr/query/term.rb 1048 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/solr/query/phrase.rb 1049 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/solr/query/range_query.rb 1050 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/solr/query/subquery.rb 1051 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/solr/solr_parser.rb 1052 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/solr/solr_doc.rb 1053 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/search_endpoint.rb 1054 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/system_recovery_endpoint.rb 1055 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/user_association_requests_endpoint.rb 1056 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/user_association_requests_count_endpoint.rb 1057 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/user_association_request_endpoint.rb 1058 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/user_organizations_endpoint.rb 1059 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/file_store_file_endpoint.rb 1060 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/not_found_endpoint.rb 1061 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/version_endpoint.rb 1062 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/endpoints/server_api_version_endpoint.rb 1063 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/server.rb 1064 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/data_store/v2_to_v1_adapter.rb 1065 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-zero-4.8.0/lib/chef_zero/data_store/memory_store.rb 1066 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_pattern.rb 1067 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/exceptions.rb 1068 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/parallelizer/flatten_enumerable.rb 1069 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/parallelizer/parallel_enumerable.rb 1070 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/parallelizer.rb 1071 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system.rb 1072 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/nonexistent_fs_object.rb 1073 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/base_fs_object.rb 1074 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/base_fs_dir.rb 1075 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/memory/memory_file.rb 1076 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/memory/memory_dir.rb 1077 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/memory/memory_root.rb 1078 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/chef_fs_data_store.rb 1079 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/config.rb 1080 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/data_handler/data_handler_base.rb 1081 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/data_handler/acl_data_handler.rb 1082 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/base_file.rb 1083 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/acl.rb 1084 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/directory.rb 1085 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/acls_sub_dir.rb 1086 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/chef_server/rest_list_entry.rb 1087 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/chef_server/acl_entry.rb 1088 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/chef_server/acl_dir.rb 1089 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/chef_server/cookbooks_acl_dir.rb 1090 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/chef_server/policies_acl_dir.rb 1091 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/chef_server/acls_dir.rb 1092 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/acls_dir.rb 1093 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/data_handler/client_data_handler.rb 1094 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/client.rb 1095 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/clients_dir.rb 1096 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/chef_server/rest_list_dir.rb 1097 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/file_system_entry.rb 1098 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_cookbook_entry.rb 1099 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/command_line.rb 1100 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/chef_server/cookbook_subdir.rb 1101 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/chef_server/cookbook_file.rb 1102 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/knife/core/gem_glob_loader.rb 1103 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/knife/core/hashed_command_loader.rb 1104 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/knife/core/custom_manifest_loader.rb 1105 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/knife/core/subcommand_loader.rb 1106 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/knife/core/text_formatter.rb 1107 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/knife/core/generic_presenter.rb 1108 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/knife/core/ui.rb 1109 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/knife.rb 1110 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/knife/cookbook_metadata.rb 1111 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/cookbook/syntax_check.rb 1112 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/sandbox.rb 1113 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/cookbook_uploader.rb 1114 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/chef_server/cookbook_dir.rb 1115 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/chef_server/versioned_cookbook_dir.rb 1116 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_cookbook_dir.rb 1117 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/cookbooks_dir.rb 1118 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_cookbook_artifact_dir.rb 1119 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/cookbook_artifacts_dir.rb 1120 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/data_handler/container_data_handler.rb 1121 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/container.rb 1122 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/containers_dir.rb 1123 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/data_handler/data_bag_item_data_handler.rb 1124 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/data_bag_item.rb 1125 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/data_bag.rb 1126 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/data_bags_dir.rb 1127 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/data_handler/environment_data_handler.rb 1128 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/environment.rb 1129 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/environments_dir.rb 1130 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/data_handler/group_data_handler.rb 1131 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/group.rb 1132 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/groups_dir.rb 1133 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/data_handler/node_data_handler.rb 1134 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/node.rb 1135 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/nodes_dir.rb 1136 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/data_handler/policy_group_data_handler.rb 1137 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/policy_group.rb 1138 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/policy_groups_dir.rb 1139 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/data_handler/role_data_handler.rb 1140 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/role.rb 1141 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/roles_dir.rb 1142 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/data_handler/user_data_handler.rb 1143 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/user.rb 1144 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/users_dir.rb 1145 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/data_handler/client_key_data_handler.rb 1146 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/client_key.rb 1147 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/client_keys_sub_dir.rb 1148 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/client_keys_dir.rb 1149 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/data_handler/policy_data_handler.rb 1150 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/policy.rb 1151 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/policies_dir.rb 1152 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_versioned_cookbook_dir.rb 1153 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/versioned_cookbooks_dir.rb 1154 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/multiplexed_dir.rb 1155 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_root_dir.rb 1156 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rack-1.6.8/lib/rack/handler.rb 1157 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rack-1.6.8/lib/rack/body_proxy.rb 1158 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rack-1.6.8/lib/rack/content_length.rb 1159 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rack-1.6.8/lib/rack/handler/webrick.rb 1160 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ipaddress-0.8.3/lib/ipaddress/prefix.rb 1161 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ipaddress-0.8.3/lib/ipaddress/ipv4.rb 1162 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ipaddress-0.8.3/lib/ipaddress/ipv6.rb 1163 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ipaddress-0.8.3/lib/ipaddress.rb 1164 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/mixin/network_constants.rb 1165 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/mixin/gce_metadata.rb 1166 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/mixin/ec2_metadata.rb 1167 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/mixin/dmi_decode.rb 1168 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/util/file_helper.rb 1169 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/util/ip_helper.rb 1170 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.15.1/lib/ohai/mixin/softlayer_metadata.rb * Process memory map: 55f74d87f000-55f74d880000 r-xp 00000000 09:02 22546489 /opt/gitlab/embedded/bin/ruby 55f74da7f000-55f74da80000 r--p 00000000 09:02 22546489 /opt/gitlab/embedded/bin/ruby 55f74da80000-55f74da81000 rw-p 00001000 09:02 22546489 /opt/gitlab/embedded/bin/ruby 55f74e5dc000-55f751344000 rw-p 00000000 00:00 0 [heap] 55f751344000-55f751f1c000 rw-p 00000000 00:00 0 [heap] 7ff44c000000-7ff44c021000 rw-p 00000000 00:00 0 7ff44c021000-7ff450000000 ---p 00000000 00:00 0 7ff4501e2000-7ff450472000 r--s 00000000 09:02 8913642 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 7ff450472000-7ff450706000 r--s 00000000 09:02 22547429 /opt/gitlab/embedded/lib/libcrypto.so.1.0.0 7ff450706000-7ff4508a3000 r--s 00000000 09:02 20712122 /lib/x86_64-linux-gnu/libc-2.24.so 7ff4508a3000-7ff4515c8000 r--s 00000000 09:02 22547509 /opt/gitlab/embedded/lib/libruby.so.2.3.0 7ff4515c8000-7ff4515de000 r-xp 00000000 09:02 20709564 /lib/x86_64-linux-gnu/libgcc_s.so.1 7ff4515de000-7ff4517dd000 ---p 00016000 09:02 20709564 /lib/x86_64-linux-gnu/libgcc_s.so.1 7ff4517dd000-7ff4517de000 r--p 00015000 09:02 20709564 /lib/x86_64-linux-gnu/libgcc_s.so.1 7ff4517de000-7ff4517df000 rw-p 00016000 09:02 20709564 /lib/x86_64-linux-gnu/libgcc_s.so.1 7ff4517df000-7ff451a44000 r-xp 00000000 09:02 8913642 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 7ff451a44000-7ff451c43000 ---p 00265000 09:02 8913642 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 7ff451c43000-7ff451c61000 r--p 00264000 09:02 8913642 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 7ff451c61000-7ff451c6f000 rw-p 00282000 09:02 8913642 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 7ff451c6f000-7ff451c72000 rw-p 00000000 00:00 0 7ff451c72000-7ff451cd4000 r-xp 00000000 09:02 8914108 /usr/lib/x86_64-linux-gnu/libssl.so.1.1 7ff451cd4000-7ff451ed4000 ---p 00062000 09:02 8914108 /usr/lib/x86_64-linux-gnu/libssl.so.1.1 7ff451ed4000-7ff451ed8000 r--p 00062000 09:02 8914108 /usr/lib/x86_64-linux-gnu/libssl.so.1.1 7ff451ed8000-7ff451ede000 rw-p 00066000 09:02 8914108 /usr/lib/x86_64-linux-gnu/libssl.so.1.1 7ff451ede000-7ff451f27000 r-xp 00000000 09:02 8913128 /usr/lib/x86_64-linux-gnu/libmariadb.so.3 7ff451f27000-7ff452126000 ---p 00049000 09:02 8913128 /usr/lib/x86_64-linux-gnu/libmariadb.so.3 7ff452126000-7ff45212d000 r--p 00048000 09:02 8913128 /usr/lib/x86_64-linux-gnu/libmariadb.so.3 7ff45212d000-7ff45212f000 rw-p 0004f000 09:02 8913128 /usr/lib/x86_64-linux-gnu/libmariadb.so.3 7ff45212f000-7ff452131000 rw-p 00000000 00:00 0 7ff452131000-7ff452136000 r-xp 00000000 09:02 8923142 /usr/lib/x86_64-linux-gnu/libnss_mysql.so.2.0.0 7ff452136000-7ff452335000 ---p 00005000 09:02 8923142 /usr/lib/x86_64-linux-gnu/libnss_mysql.so.2.0.0 7ff452335000-7ff452336000 r--p 00004000 09:02 8923142 /usr/lib/x86_64-linux-gnu/libnss_mysql.so.2.0.0 7ff452336000-7ff452337000 rw-p 00005000 09:02 8923142 /usr/lib/x86_64-linux-gnu/libnss_mysql.so.2.0.0 7ff452337000-7ff45233b000 rw-p 00000000 00:00 0 7ff45233b000-7ff452346000 r-xp 00000000 09:02 20712218 /lib/x86_64-linux-gnu/libnss_nis-2.24.so 7ff452346000-7ff452545000 ---p 0000b000 09:02 20712218 /lib/x86_64-linux-gnu/libnss_nis-2.24.so 7ff452545000-7ff452546000 r--p 0000a000 09:02 20712218 /lib/x86_64-linux-gnu/libnss_nis-2.24.so 7ff452546000-7ff452547000 rw-p 0000b000 09:02 20712218 /lib/x86_64-linux-gnu/libnss_nis-2.24.so 7ff452547000-7ff45255b000 r-xp 00000000 09:02 20712171 /lib/x86_64-linux-gnu/libnsl-2.24.so 7ff45255b000-7ff45275b000 ---p 00014000 09:02 20712171 /lib/x86_64-linux-gnu/libnsl-2.24.so 7ff45275b000-7ff45275c000 r--p 00014000 09:02 20712171 /lib/x86_64-linux-gnu/libnsl-2.24.so 7ff45275c000-7ff45275d000 rw-p 00015000 09:02 20712171 /lib/x86_64-linux-gnu/libnsl-2.24.so 7ff45275d000-7ff45275f000 rw-p 00000000 00:00 0 7ff45275f000-7ff452766000 r-xp 00000000 09:02 20712175 /lib/x86_64-linux-gnu/libnss_compat-2.24.so 7ff452766000-7ff452965000 ---p 00007000 09:02 20712175 /lib/x86_64-linux-gnu/libnss_compat-2.24.so 7ff452965000-7ff452966000 r--p 00006000 09:02 20712175 /lib/x86_64-linux-gnu/libnss_compat-2.24.so 7ff452966000-7ff452967000 rw-p 00007000 09:02 20712175 /lib/x86_64-linux-gnu/libnss_compat-2.24.so 7ff452967000-7ff452968000 ---p 00000000 00:00 0 7ff452968000-7ff452b69000 rw-p 00000000 00:00 0 7ff452b69000-7ff452b73000 r-xp 00000000 09:02 20712202 /lib/x86_64-linux-gnu/libnss_files-2.24.so 7ff452b73000-7ff452d73000 ---p 0000a000 09:02 20712202 /lib/x86_64-linux-gnu/libnss_files-2.24.so 7ff452d73000-7ff452d74000 r--p 0000a000 09:02 20712202 /lib/x86_64-linux-gnu/libnss_files-2.24.so 7ff452d74000-7ff452d75000 rw-p 0000b000 09:02 20712202 /lib/x86_64-linux-gnu/libnss_files-2.24.so 7ff452d75000-7ff452d7b000 rw-p 00000000 00:00 0 7ff452d7b000-7ff452d82000 r-xp 00000000 09:02 22547441 /opt/gitlab/embedded/lib/libffi.so.6.0.4 7ff452d82000-7ff452f81000 ---p 00007000 09:02 22547441 /opt/gitlab/embedded/lib/libffi.so.6.0.4 7ff452f81000-7ff452f82000 r--p 00006000 09:02 22547441 /opt/gitlab/embedded/lib/libffi.so.6.0.4 7ff452f82000-7ff452f83000 rw-p 00007000 09:02 22547441 /opt/gitlab/embedded/lib/libffi.so.6.0.4 7ff452f83000-7ff452fa5000 r-xp 00000000 09:02 23470316 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-1.9.18/lib/ffi_c.so 7ff452fa5000-7ff4531a5000 ---p 00022000 09:02 23470316 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-1.9.18/lib/ffi_c.so 7ff4531a5000-7ff4531a6000 r--p 00022000 09:02 23470316 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-1.9.18/lib/ffi_c.so 7ff4531a6000-7ff4531a7000 rw-p 00023000 09:02 23470316 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-1.9.18/lib/ffi_c.so 7ff4531a7000-7ff4531ab000 r-xp 00000000 09:02 23466468 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/io/console.so 7ff4531ab000-7ff4533aa000 ---p 00004000 09:02 23466468 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/io/console.so 7ff4533aa000-7ff4533ab000 r--p 00003000 09:02 23466468 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/io/console.so 7ff4533ab000-7ff4533ac000 rw-p 00004000 09:02 23466468 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/io/console.so 7ff4533ac000-7ff4533ad000 r-xp 00000000 09:02 23466402 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/digest/md5.so 7ff4533ad000-7ff4535ac000 ---p 00001000 09:02 23466402 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/digest/md5.so 7ff4535ac000-7ff4535ad000 r--p 00000000 09:02 23466402 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/digest/md5.so 7ff4535ad000-7ff4535ae000 rw-p 00001000 09:02 23466402 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/digest/md5.so 7ff4535ae000-7ff4535af000 r-xp 00000000 09:02 23466404 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/digest/sha1.so 7ff4535af000-7ff4537ae000 ---p 00001000 09:02 23466404 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/digest/sha1.so 7ff4537ae000-7ff4537af000 r--p 00000000 09:02 23466404 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/digest/sha1.so 7ff4537af000-7ff4537b0000 rw-p 00001000 09:02 23466404 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/digest/sha1.so 7ff4537b0000-7ff4537b1000 r-xp 00000000 09:02 23466397 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/cgi/escape.so 7ff4537b1000-7ff4539b1000 ---p 00001000 09:02 23466397 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/cgi/escape.so 7ff4539b1000-7ff4539b2000 r--p 00001000 09:02 23466397 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/cgi/escape.so 7ff4539b2000-7ff4539b3000 rw-p 00002000 09:02 23466397 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/cgi/escape.so 7ff4539b3000-7ff4539b4000 r-xp 00000000 09:02 23466405 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/digest/sha2.so 7ff4539b4000-7ff453bb4000 ---p 00001000 09:02 23466405 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/digest/sha2.so 7ff453bb4000-7ff453bb5000 r--p 00001000 09:02 23466405 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/digest/sha2.so 7ff453bb5000-7ff453bb6000 rw-p 00002000 09:02 23466405 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/digest/sha2.so 7ff453bb6000-7ff453bbc000 r-xp 00000000 09:02 23466488 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/strscan.so 7ff453bbc000-7ff453dbc000 ---p 00006000 09:02 23466488 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/strscan.so 7ff453dbc000-7ff453dbd000 r--p 00006000 09:02 23466488 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/strscan.so 7ff453dbd000-7ff453dbe000 rw-p 00007000 09:02 23466488 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/strscan.so 7ff453dbe000-7ff453ddb000 r-xp 00000000 09:02 22547527 /opt/gitlab/embedded/lib/libyaml-0.so.2.0.5 7ff453ddb000-7ff453fda000 ---p 0001d000 09:02 22547527 /opt/gitlab/embedded/lib/libyaml-0.so.2.0.5 7ff453fda000-7ff453fdb000 r--p 0001c000 09:02 22547527 /opt/gitlab/embedded/lib/libyaml-0.so.2.0.5 7ff453fdb000-7ff453fdc000 rw-p 0001d000 09:02 22547527 /opt/gitlab/embedded/lib/libyaml-0.so.2.0.5 7ff453fdc000-7ff453fe2000 r-xp 00000000 09:02 23466479 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/psych.so 7ff453fe2000-7ff4541e1000 ---p 00006000 09:02 23466479 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/psych.so 7ff4541e1000-7ff4541e2000 r--p 00005000 09:02 23466479 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/psych.so 7ff4541e2000-7ff4541e3000 rw-p 00006000 09:02 23466479 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/psych.so 7ff4541e3000-7ff4541ed000 r-xp 00000000 09:02 23483930 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/json-2.1.0/lib/json/ext/generator.so 7ff4541ed000-7ff4543ec000 ---p 0000a000 09:02 23483930 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/json-2.1.0/lib/json/ext/generator.so 7ff4543ec000-7ff4543ed000 r--p 00009000 09:02 23483930 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/json-2.1.0/lib/json/ext/generator.so 7ff4543ed000-7ff4543ee000 rw-p 0000a000 09:02 23483930 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/json-2.1.0/lib/json/ext/generator.so 7ff4543ee000-7ff4543f3000 r-xp 00000000 09:02 23483931 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/json-2.1.0/lib/json/ext/parser.so 7ff4543f3000-7ff4545f3000 ---p 00005000 09:02 23483931 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/json-2.1.0/lib/json/ext/parser.so 7ff4545f3000-7ff4545f4000 r--p 00005000 09:02 23483931 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/json-2.1.0/lib/json/ext/parser.so 7ff4545f4000-7ff4545f5000 rw-p 00006000 09:02 23483931 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/json-2.1.0/lib/json/ext/parser.so 7ff4545f5000-7ff4545f9000 r-xp 00000000 09:02 23603686 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-yajl-2.3.1/lib/ffi_yajl/ext/encoder.so 7ff4545f9000-7ff4547f8000 ---p 00004000 09:02 23603686 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-yajl-2.3.1/lib/ffi_yajl/ext/encoder.so 7ff4547f8000-7ff4547f9000 r--p 00003000 09:02 23603686 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-yajl-2.3.1/lib/ffi_yajl/ext/encoder.so 7ff4547f9000-7ff4547fa000 rw-p 00004000 09:02 23603686 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-yajl-2.3.1/lib/ffi_yajl/ext/encoder.so 7ff4547fa000-7ff4547fd000 r-xp 00000000 09:02 23603687 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-yajl-2.3.1/lib/ffi_yajl/ext/parser.so 7ff4547fd000-7ff4549fc000 ---p 00003000 09:02 23603687 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-yajl-2.3.1/lib/ffi_yajl/ext/parser.so 7ff4549fc000-7ff4549fd000 r--p 00002000 09:02 23603687 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-yajl-2.3.1/lib/ffi_yajl/ext/parser.so 7ff4549fd000-7ff4549fe000 rw-p 00003000 09:02 23603687 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-yajl-2.3.1/lib/ffi_yajl/ext/parser.so 7ff4549fe000-7ff454a07000 r-xp 00000000 09:02 23484335 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/libyajl2-1.2.0/lib/libyajl2/vendored-libyajl2/lib/libyajl.so 7ff454a07000-7ff454c06000 ---p 00009000 09:02 23484335 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/libyajl2-1.2.0/lib/libyajl2/vendored-libyajl2/lib/libyajl.so 7ff454c06000-7ff454c07000 r--p 00008000 09:02 23484335 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/libyajl2-1.2.0/lib/libyajl2/vendored-libyajl2/lib/libyajl.so 7ff454c07000-7ff454c08000 rw-p 00009000 09:02 23484335 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/libyajl2-1.2.0/lib/libyajl2/vendored-libyajl2/lib/libyajl.so 7ff454c08000-7ff454c09000 r-xp 00000000 09:02 23603685 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-yajl-2.3.1/lib/ffi_yajl/ext/dlopen.so 7ff454c09000-7ff454e08000 ---p 00001000 09:02 23603685 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-yajl-2.3.1/lib/ffi_yajl/ext/dlopen.so 7ff454e08000-7ff454e09000 r--p 00000000 09:02 23603685 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-yajl-2.3.1/lib/ffi_yajl/ext/dlopen.so 7ff454e09000-7ff454e0a000 rw-p 00001000 09:02 23603685 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/ffi-yajl-2.3.1/lib/ffi_yajl/ext/dlopen.so 7ff454e0a000-7ff454e0d000 r-xp 00000000 09:02 23466463 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/enc/windows_31j.so 7ff454e0d000-7ff45500c000 ---p 00003000 09:02 23466463 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/enc/windows_31j.so 7ff45500c000-7ff45500d000 r--p 00002000 09:02 23466463 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/enc/windows_31j.so 7ff45500d000-7ff45500e000 rw-p 00003000 09:02 23466463 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/enc/windows_31j.so 7ff45500e000-7ff45501e000 r-xp 00000000 09:02 23466491 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/zlib.so 7ff45501e000-7ff45521e000 ---p 00010000 09:02 23466491 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/zlib.so 7ff45521e000-7ff45521f000 r--p 00010000 09:02 23466491 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/zlib.so 7ff45521f000-7ff455220000 rw-p 00011000 09:02 23466491 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/zlib.so 7ff455220000-7ff455221000 r-xp 00000000 09:02 23466470 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/io/wait.so 7ff455221000-7ff455421000 ---p 00001000 09:02 23466470 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/io/wait.so 7ff455421000-7ff455422000 r--p 00001000 09:02 23466470 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/io/wait.so 7ff455422000-7ff455423000 rw-p 00002000 09:02 23466470 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/io/wait.so 7ff455423000-7ff45544e000 r-xp 00000000 09:02 23466486 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/socket.so 7ff45544e000-7ff45564d000 ---p 0002b000 09:02 23466486 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/socket.so 7ff45564d000-7ff45564e000 r--p 0002a000 09:02 23466486 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/socket.so 7ff45564e000-7ff45564f000 rw-p 0002b000 09:02 23466486 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/socket.so 7ff45564f000-7ff455650000 r-xp 00000000 09:02 23466469 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/io/nonblock.so 7ff455650000-7ff455850000 ---p 00001000 09:02 23466469 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/io/nonblock.so 7ff455850000-7ff455851000 r--p 00001000 09:02 23466469 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/io/nonblock.so 7ff455851000-7ff455852000 rw-p 00002000 09:02 23466469 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/io/nonblock.so 7ff455852000-7ff455856000 r-xp 00000000 09:02 23466406 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/digest.so 7ff455856000-7ff455a55000 ---p 00004000 09:02 23466406 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/digest.so 7ff455a55000-7ff455a56000 r--p 00003000 09:02 23466406 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/digest.so 7ff455a56000-7ff455a57000 rw-p 00004000 09:02 23466406 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/digest.so 7ff455a57000-7ff455a6d000 r-xp 00000000 09:02 22547531 /opt/gitlab/embedded/lib/libz.so.1.2.11 7ff455a6d000-7ff455c6c000 ---p 00016000 09:02 22547531 /opt/gitlab/embedded/lib/libz.so.1.2.11 7ff455c6c000-7ff455c6d000 r--p 00015000 09:02 22547531 /opt/gitlab/embedded/lib/libz.so.1.2.11 7ff455c6d000-7ff455c6e000 rw-p 00016000 09:02 22547531 /opt/gitlab/embedded/lib/libz.so.1.2.11 7ff455c6e000-7ff455e97000 r-xp 00000000 09:02 22547429 /opt/gitlab/embedded/lib/libcrypto.so.1.0.0 7ff455e97000-7ff456097000 ---p 00229000 09:02 22547429 /opt/gitlab/embedded/lib/libcrypto.so.1.0.0 7ff456097000-7ff4560b2000 r--p 00229000 09:02 22547429 /opt/gitlab/embedded/lib/libcrypto.so.1.0.0 7ff4560b2000-7ff4560be000 rw-p 00244000 09:02 22547429 /opt/gitlab/embedded/lib/libcrypto.so.1.0.0 7ff4560be000-7ff4560c1000 rw-p 00000000 00:00 0 7ff4560c1000-7ff456129000 r-xp 00000000 09:02 22547511 /opt/gitlab/embedded/lib/libssl.so.1.0.0 7ff456129000-7ff456328000 ---p 00068000 09:02 22547511 /opt/gitlab/embedded/lib/libssl.so.1.0.0 7ff456328000-7ff45632c000 r--p 00067000 09:02 22547511 /opt/gitlab/embedded/lib/libssl.so.1.0.0 7ff45632c000-7ff456333000 rw-p 0006b000 09:02 22547511 /opt/gitlab/embedded/lib/libssl.so.1.0.0 7ff456333000-7ff456383000 r-xp 00000000 09:02 23466477 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/openssl.so 7ff456383000-7ff456583000 ---p 00050000 09:02 23466477 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/openssl.so 7ff456583000-7ff456585000 r--p 00050000 09:02 23466477 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/openssl.so 7ff456585000-7ff456587000 rw-p 00052000 09:02 23466477 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/openssl.so 7ff456587000-7ff456588000 rw-p 00000000 00:00 0 7ff456588000-7ff456589000 r-xp 00000000 09:02 23466465 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/fcntl.so 7ff456589000-7ff456788000 ---p 00001000 09:02 23466465 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/fcntl.so 7ff456788000-7ff456789000 r--p 00000000 09:02 23466465 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/fcntl.so 7ff456789000-7ff45678a000 rw-p 00001000 09:02 23466465 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/fcntl.so 7ff45678a000-7ff456790000 r-xp 00000000 09:02 23466464 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/etc.so 7ff456790000-7ff45698f000 ---p 00006000 09:02 23466464 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/etc.so 7ff45698f000-7ff456990000 r--p 00005000 09:02 23466464 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/etc.so 7ff456990000-7ff456991000 rw-p 00006000 09:02 23466464 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/etc.so 7ff456991000-7ff456998000 r-xp 00000000 09:02 23466478 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/pathname.so 7ff456998000-7ff456b97000 ---p 00007000 09:02 23466478 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/pathname.so 7ff456b97000-7ff456b98000 r--p 00006000 09:02 23466478 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/pathname.so 7ff456b98000-7ff456b99000 rw-p 00007000 09:02 23466478 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/pathname.so 7ff456b99000-7ff456b9c000 r-xp 00000000 09:02 23466489 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/syslog.so 7ff456b9c000-7ff456d9b000 ---p 00003000 09:02 23466489 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/syslog.so 7ff456d9b000-7ff456d9c000 r--p 00002000 09:02 23466489 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/syslog.so 7ff456d9c000-7ff456d9d000 rw-p 00003000 09:02 23466489 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/syslog.so 7ff456d9d000-7ff456dcf000 r-xp 00000000 09:02 23466400 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/date_core.so 7ff456dcf000-7ff456fcf000 ---p 00032000 09:02 23466400 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/date_core.so 7ff456fcf000-7ff456fd0000 r--p 00032000 09:02 23466400 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/date_core.so 7ff456fd0000-7ff456fd1000 rw-p 00033000 09:02 23466400 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/date_core.so 7ff456fd1000-7ff456fd2000 rw-p 00000000 00:00 0 7ff456fd2000-7ff456fda000 r-xp 00000000 09:02 23466487 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/stringio.so 7ff456fda000-7ff4571d9000 ---p 00008000 09:02 23466487 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/stringio.so 7ff4571d9000-7ff4571da000 r--p 00007000 09:02 23466487 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/stringio.so 7ff4571da000-7ff4571db000 rw-p 00008000 09:02 23466487 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/stringio.so 7ff4571db000-7ff4571de000 r-xp 00000000 09:02 23466453 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/enc/trans/transdb.so 7ff4571de000-7ff4573dd000 ---p 00003000 09:02 23466453 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/enc/trans/transdb.so 7ff4573dd000-7ff4573de000 r--p 00002000 09:02 23466453 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/enc/trans/transdb.so 7ff4573de000-7ff4573df000 rw-p 00003000 09:02 23466453 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/enc/trans/transdb.so 7ff4573df000-7ff4573e1000 r-xp 00000000 09:02 23466411 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/enc/encdb.so 7ff4573e1000-7ff4575e0000 ---p 00002000 09:02 23466411 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/enc/encdb.so 7ff4575e0000-7ff4575e1000 r--p 00001000 09:02 23466411 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/enc/encdb.so 7ff4575e1000-7ff4575e2000 rw-p 00002000 09:02 23466411 /opt/gitlab/embedded/lib/ruby/2.3.0/x86_64-linux/enc/encdb.so 7ff4575e2000-7ff45791c000 r--p 00000000 09:02 8782371 /usr/lib/locale/locale-archive 7ff45791c000-7ff457ab1000 r-xp 00000000 09:02 20712122 /lib/x86_64-linux-gnu/libc-2.24.so 7ff457ab1000-7ff457cb1000 ---p 00195000 09:02 20712122 /lib/x86_64-linux-gnu/libc-2.24.so 7ff457cb1000-7ff457cb5000 r--p 00195000 09:02 20712122 /lib/x86_64-linux-gnu/libc-2.24.so 7ff457cb5000-7ff457cb7000 rw-p 00199000 09:02 20712122 /lib/x86_64-linux-gnu/libc-2.24.so 7ff457cb7000-7ff457cbb000 rw-p 00000000 00:00 0 7ff457cbb000-7ff457dbe000 r-xp 00000000 09:02 20712140 /lib/x86_64-linux-gnu/libm-2.24.so 7ff457dbe000-7ff457fbd000 ---p 00103000 09:02 20712140 /lib/x86_64-linux-gnu/libm-2.24.so 7ff457fbd000-7ff457fbe000 r--p 00102000 09:02 20712140 /lib/x86_64-linux-gnu/libm-2.24.so 7ff457fbe000-7ff457fbf000 rw-p 00103000 09:02 20712140 /lib/x86_64-linux-gnu/libm-2.24.so 7ff457fbf000-7ff457fc7000 r-xp 00000000 09:02 20712131 /lib/x86_64-linux-gnu/libcrypt-2.24.so 7ff457fc7000-7ff4581c7000 ---p 00008000 09:02 20712131 /lib/x86_64-linux-gnu/libcrypt-2.24.so 7ff4581c7000-7ff4581c8000 r--p 00008000 09:02 20712131 /lib/x86_64-linux-gnu/libcrypt-2.24.so 7ff4581c8000-7ff4581c9000 rw-p 00009000 09:02 20712131 /lib/x86_64-linux-gnu/libcrypt-2.24.so 7ff4581c9000-7ff4581f7000 rw-p 00000000 00:00 0 7ff4581f7000-7ff4581fa000 r-xp 00000000 09:02 20712136 /lib/x86_64-linux-gnu/libdl-2.24.so 7ff4581fa000-7ff4583f9000 ---p 00003000 09:02 20712136 /lib/x86_64-linux-gnu/libdl-2.24.so 7ff4583f9000-7ff4583fa000 r--p 00002000 09:02 20712136 /lib/x86_64-linux-gnu/libdl-2.24.so 7ff4583fa000-7ff4583fb000 rw-p 00003000 09:02 20712136 /lib/x86_64-linux-gnu/libdl-2.24.so 7ff4583fb000-7ff458413000 r-xp 00000000 09:02 20712227 /lib/x86_64-linux-gnu/libpthread-2.24.so 7ff458413000-7ff458612000 ---p 00018000 09:02 20712227 /lib/x86_64-linux-gnu/libpthread-2.24.so 7ff458612000-7ff458613000 r--p 00017000 09:02 20712227 /lib/x86_64-linux-gnu/libpthread-2.24.so 7ff458613000-7ff458614000 rw-p 00018000 09:02 20712227 /lib/x86_64-linux-gnu/libpthread-2.24.so 7ff458614000-7ff458618000 rw-p 00000000 00:00 0 7ff458618000-7ff4588eb000 r-xp 00000000 09:02 22547509 /opt/gitlab/embedded/lib/libruby.so.2.3.0 7ff4588eb000-7ff458aea000 ---p 002d3000 09:02 22547509 /opt/gitlab/embedded/lib/libruby.so.2.3.0 7ff458aea000-7ff458af0000 r--p 002d2000 09:02 22547509 /opt/gitlab/embedded/lib/libruby.so.2.3.0 7ff458af0000-7ff458af3000 rw-p 002d8000 09:02 22547509 /opt/gitlab/embedded/lib/libruby.so.2.3.0 7ff458af3000-7ff458b04000 rw-p 00000000 00:00 0 7ff458b04000-7ff458b27000 r-xp 00000000 09:02 20709535 /lib/x86_64-linux-gnu/ld-2.24.so 7ff458b2b000-7ff458b31000 r--s 00000000 09:02 8923142 /usr/lib/x86_64-linux-gnu/libnss_mysql.so.2.0.0 7ff458b31000-7ff458b83000 r--s 00000000 09:02 8913128 /usr/lib/x86_64-linux-gnu/libmariadb.so.3 7ff458b83000-7ff458bf0000 r--s 00000000 09:02 8914108 /usr/lib/x86_64-linux-gnu/libssl.so.1.1 7ff458bf0000-7ff458c12000 r--s 00000000 09:02 20712227 /lib/x86_64-linux-gnu/libpthread-2.24.so 7ff458c12000-7ff458d17000 rw-p 00000000 00:00 0 7ff458d1b000-7ff458d1f000 r--s 00000000 09:02 22546489 /opt/gitlab/embedded/bin/ruby 7ff458d1f000-7ff458d20000 r--s 00000000 09:02 661225 /etc/passwd 7ff458d20000-7ff458d21000 ---p 00000000 00:00 0 7ff458d21000-7ff458d27000 rw-p 00000000 00:00 0 7ff458d27000-7ff458d28000 r--p 00023000 09:02 20709535 /lib/x86_64-linux-gnu/ld-2.24.so 7ff458d28000-7ff458d29000 rw-p 00024000 09:02 20709535 /lib/x86_64-linux-gnu/ld-2.24.so 7ff458d29000-7ff458d2a000 rw-p 00000000 00:00 0 7fff1c633000-7fff1ce32000 rw-p 00000000 00:00 0 [stack] 7fff1cf24000-7fff1cf26000 r--p 00000000 00:00 0 [vvar] 7fff1cf26000-7fff1cf28000 r-xp 00000000 00:00 0 [vdso] ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall] [NOTE] You may have encountered a bug in the Ruby interpreter or extension libraries. Bug reports are welcome. For details: http://www.ruby-lang.org/bugreport.html 17:25:39,17 root@MAKserver06: ~ > ``` #### Results of GitLab environment info ``` 17:25:39,17 root@MAKserver06: ~ > gitlab-rake gitlab:env:info System information System: Debian 9.3 Current User: git Using RVM: no Ruby Version: 2.3.5p376 Gem Version: 2.6.13 Bundler Version:1.13.7 Rake Version: 12.3.0 Redis Version: 3.2.11 Git Version: 2.13.6 Sidekiq Version:5.0.4 Go Version: unknown GitLab information Version: 10.3.0 Revision: fd9dd4c Directory: /opt/gitlab/embedded/service/gitlab-rails DB Adapter: postgresql URL: https://gitlab.example.com HTTP Clone URL: https://gitlab.example.com/some-group/some-project.git SSH Clone URL: git@gitlab.example.com:some-group/some-project.git Using LDAP: no Using Omniauth: no GitLab Shell Version: 5.10.2 Repository storage paths: - default: /var/opt/gitlab/git-data/repositories Hooks: /opt/gitlab/embedded/service/gitlab-shell/hooks Git: /opt/gitlab/embedded/bin/git 17:29:52,18 root@MAKserver06: ~ > ``` #### Results of GitLab application Check ``` 17:29:52,18 root@MAKserver06: ~ > gitlab-rake gitlab:check SANITIZE=true Checking GitLab Shell ... GitLab Shell version >= 5.10.2 ? ... OK (5.10.2) 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/1 ... rake aborted! NoMethodError: undefined method `>' for nil:NilClass /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/gitaly_client.rb:160:in `request_kwargs' /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/gitaly_client.rb:124:in `call' /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/gitaly_client/repository_service.rb:13:in `exists?' /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/git/repository.rb:109:in `block in exists?' /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/gitaly_client.rb:232:in `block (2 levels) in migrate' /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/gitaly_client.rb:270:in `allow_n_plus_1_calls' /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/gitaly_client.rb:227:in `block in migrate' /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/metrics/influx_db.rb:94:in `measure' /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/gitaly_client.rb:225:in `migrate' /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/git/repository.rb:107:in `exists?' /opt/gitlab/embedded/service/gitlab-rails/app/models/repository.rb:496:in `exists?' /opt/gitlab/embedded/service/gitlab-rails/app/models/repository.rb:69:in `block (2 levels) in cache_method' /opt/gitlab/embedded/service/gitlab-rails/lib/repository_cache.rb:20:in `fetch' /opt/gitlab/embedded/service/gitlab-rails/app/models/repository.rb:1041:in `cache_method_output' /opt/gitlab/embedded/service/gitlab-rails/app/models/repository.rb:68:in `block in cache_method' /opt/gitlab/embedded/service/gitlab-rails/app/models/repository.rb:501:in `empty?' /opt/gitlab/embedded/service/gitlab-rails/app/models/repository.rb:69:in `block (2 levels) in cache_method' /opt/gitlab/embedded/service/gitlab-rails/lib/repository_cache.rb:20:in `fetch' /opt/gitlab/embedded/service/gitlab-rails/app/models/repository.rb:1041:in `cache_method_output' /opt/gitlab/embedded/service/gitlab-rails/app/models/repository.rb:68:in `block in cache_method' /opt/gitlab/embedded/service/gitlab-rails/app/models/project.rb:502:in `empty_repo?' /opt/gitlab/embedded/service/gitlab-rails/lib/tasks/gitlab/check.rake:189:in `block in check_repos_hooks_directory_is_link' /opt/gitlab/embedded/service/gitlab-rails/lib/tasks/gitlab/check.rake:185:in `check_repos_hooks_directory_is_link' /opt/gitlab/embedded/service/gitlab-rails/lib/tasks/gitlab/check.rake:55:in `block (3 levels) in <top (required)>' /opt/gitlab/embedded/bin/bundle:23:in `load' /opt/gitlab/embedded/bin/bundle:23:in `<main>' Tasks: TOP => gitlab:check => gitlab:gitlab_shell:check (See full trace by running task with --trace) 17:31:31,19 root@MAKserver06: ~ > gitlab-rake gitlab:check SANITIZE=true --trace ** 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.10.2 ? ... OK (5.10.2) 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/1 ... rake aborted! NoMethodError: undefined method `>' for nil:NilClass /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/gitaly_client.rb:160:in `request_kwargs' /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/gitaly_client.rb:124:in `call' /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/gitaly_client/repository_service.rb:13:in `exists?' /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/git/repository.rb:109:in `block in exists?' /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/gitaly_client.rb:232:in `block (2 levels) in migrate' /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/gitaly_client.rb:270:in `allow_n_plus_1_calls' /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/gitaly_client.rb:227:in `block in migrate' /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/metrics/influx_db.rb:94:in `measure' /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/gitaly_client.rb:225:in `migrate' /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/git/repository.rb:107:in `exists?' /opt/gitlab/embedded/service/gitlab-rails/app/models/repository.rb:496:in `exists?' /opt/gitlab/embedded/service/gitlab-rails/app/models/repository.rb:69:in `block (2 levels) in cache_method' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/activesupport-4.2.10/lib/active_support/cache.rb:299:in `block in fetch' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/activesupport-4.2.10/lib/active_support/cache.rb:585:in `block in save_block_result_to_cache' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/activesupport-4.2.10/lib/active_support/cache.rb:547:in `block in instrument' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/activesupport-4.2.10/lib/active_support/notifications.rb:166:in `instrument' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/activesupport-4.2.10/lib/active_support/cache.rb:547:in `instrument' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/activesupport-4.2.10/lib/active_support/cache.rb:584:in `save_block_result_to_cache' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/activesupport-4.2.10/lib/active_support/cache.rb:299:in `fetch' /opt/gitlab/embedded/service/gitlab-rails/lib/repository_cache.rb:20:in `fetch' /opt/gitlab/embedded/service/gitlab-rails/app/models/repository.rb:1041:in `cache_method_output' /opt/gitlab/embedded/service/gitlab-rails/app/models/repository.rb:68:in `block in cache_method' /opt/gitlab/embedded/service/gitlab-rails/app/models/repository.rb:501:in `empty?' /opt/gitlab/embedded/service/gitlab-rails/app/models/repository.rb:69:in `block (2 levels) in cache_method' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/activesupport-4.2.10/lib/active_support/cache.rb:299:in `block in fetch' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/activesupport-4.2.10/lib/active_support/cache.rb:585:in `block in save_block_result_to_cache' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/activesupport-4.2.10/lib/active_support/cache.rb:547:in `block in instrument' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/activesupport-4.2.10/lib/active_support/notifications.rb:166:in `instrument' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/activesupport-4.2.10/lib/active_support/cache.rb:547:in `instrument' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/activesupport-4.2.10/lib/active_support/cache.rb:584:in `save_block_result_to_cache' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/activesupport-4.2.10/lib/active_support/cache.rb:299:in `fetch' /opt/gitlab/embedded/service/gitlab-rails/lib/repository_cache.rb:20:in `fetch' /opt/gitlab/embedded/service/gitlab-rails/app/models/repository.rb:1041:in `cache_method_output' /opt/gitlab/embedded/service/gitlab-rails/app/models/repository.rb:68:in `block in cache_method' /opt/gitlab/embedded/service/gitlab-rails/app/models/project.rb:502:in `empty_repo?' /opt/gitlab/embedded/service/gitlab-rails/lib/tasks/gitlab/check.rake:189:in `block in check_repos_hooks_directory_is_link' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/activerecord-4.2.10/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.10/lib/active_record/relation/batches.rb:51:in `each' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/activerecord-4.2.10/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.10/lib/active_record/relation/batches.rb:124:in `find_in_batches' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/activerecord-4.2.10/lib/active_record/relation/batches.rb:50:in `find_each' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/activerecord-4.2.10/lib/active_record/querying.rb:9:in `find_each' /opt/gitlab/embedded/service/gitlab-rails/lib/tasks/gitlab/check.rake:185:in `check_repos_hooks_directory_is_link' /opt/gitlab/embedded/service/gitlab-rails/lib/tasks/gitlab/check.rake:55:in `block (3 levels) in <top (required)>' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-12.3.0/lib/rake/task.rb:251:in `block in execute' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-12.3.0/lib/rake/task.rb:251:in `each' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-12.3.0/lib/rake/task.rb:251:in `execute' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-12.3.0/lib/rake/task.rb:195: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-12.3.0/lib/rake/task.rb:188:in `invoke_with_call_chain' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-12.3.0/lib/rake/task.rb:217:in `block in invoke_prerequisites' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-12.3.0/lib/rake/task.rb:215:in `each' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-12.3.0/lib/rake/task.rb:215:in `invoke_prerequisites' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-12.3.0/lib/rake/task.rb:194: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-12.3.0/lib/rake/task.rb:188:in `invoke_with_call_chain' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-12.3.0/lib/rake/task.rb:181:in `invoke' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-12.3.0/lib/rake/application.rb:160:in `invoke_task' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-12.3.0/lib/rake/application.rb:116:in `block (2 levels) in top_level' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-12.3.0/lib/rake/application.rb:116:in `each' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-12.3.0/lib/rake/application.rb:116:in `block in top_level' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-12.3.0/lib/rake/application.rb:125:in `run_with_threads' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-12.3.0/lib/rake/application.rb:110:in `top_level' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-12.3.0/lib/rake/application.rb:83:in `block in run' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-12.3.0/lib/rake/application.rb:186:in `standard_exception_handling' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-12.3.0/lib/rake/application.rb:80:in `run' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/rake-12.3.0/exe/rake:27:in `<top (required)>' /opt/gitlab/embedded/bin/rake:23:in `load' /opt/gitlab/embedded/bin/rake:23: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:23:in `load' /opt/gitlab/embedded/bin/bundle:23:in `<main>' Tasks: TOP => gitlab:check => gitlab:gitlab_shell:check 17:32:07,20 root@MAKserver06: ~ > ```
issue