uninitialized constant process::clock_monotonic
При запуске sidekiq происходит ошибка uninitialized constant process::clock_monotonic.
$ sidekiq -C config/sidekiq_search.yml
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /home/carex-ubuntu-user-zero/Документы/projects/CarexKZ/apps/admin/config/environment.rb:8)
/home/carex-ubuntu-user-zero/Документы/projects/CarexKZ/apps/admin/config/initializers/bypass_ssl_verification_for_open_uri.rb:1: warning: already initialized constant OpenSSL::SSL::VERIFY_PEER
/home/carex-ubuntu-user-zero/.rvm/gems/ruby-2.0.0-p648/gems/actionpack-3.2.13/lib/action_dispatch/http/mime_type.rb:102: warning: already initialized constant Mime::PDF
/home/carex-ubuntu-user-zero/.rvm/gems/ruby-2.0.0-p648/gems/actionpack-3.2.13/lib/action_dispatch/http/mime_type.rb:102: warning: previous definition of PDF was here
/home/carex-ubuntu-user-zero/.rvm/gems/ruby-2.0.0-p648/gems/actionpack-3.2.13/lib/action_dispatch/http/mime_type.rb:102: warning: already initialized constant Mime::XLSX
/home/carex-ubuntu-user-zero/.rvm/gems/ruby-2.0.0-p648/gems/actionpack-3.2.13/lib/action_dispatch/http/mime_type.rb:102: warning: previous definition of XLSX was here
The PGconn, PGresult, and PGError constants are deprecated, and will be
removed as of version 1.0.
You should use PG::Connection, PG::Result, and PG::Error instead, respectively.
Called from /home/carex-ubuntu-user-zero/.rvm/gems/ruby-2.0.0-p648/gems/activerecord-3.2.13/lib/active_record/connection_adapters/postgresql_adapter.rb:28:in `new'
/home/carex-ubuntu-user-zero/Документы/projects/CarexKZ/apps/admin/app/models/shared/feedback_request.rb:10: warning: regular expression has ']' without escape
/home/carex-ubuntu-user-zero/Документы/projects/CarexKZ/apps/admin/app/models/shared/franz_request.rb:11: warning: regular expression has ']' without escape
/home/carex-ubuntu-user-zero/Документы/projects/CarexKZ/apps/admin/app/models/shared/supplier_request.rb:50: warning: regular expression has ']' without escape
m,
`$b
.ss, $$: .,d$
`$$P,d$P' .,md$P"'
,$$$$$bmmd$$$P^'
.d$$$$$$$$$$P'
$$^' `"^$$$' ____ _ _ _ _
$: ,$$: / ___|(_) __| | ___| | _(_) __ _
`b :$$ \___ \| |/ _` |/ _ \ |/ / |/ _` |
$$: ___) | | (_| | __/ <| | (_| |
$$ |____/|_|\__,_|\___|_|\_\_|\__, |
.d$$ |_|
uninitialized constant Process::CLOCK_MONOTONIC
/home/carex-ubuntu-user-zero/.rvm/gems/ruby-2.0.0-p648/gems/connection_pool-2.2.3/lib/connection_pool/timed_stack.rb:115:in `current_time'
/home/carex-ubuntu-user-zero/.rvm/gems/ruby-2.0.0-p648/gems/connection_pool-2.2.3/lib/connection_pool/timed_stack.rb:67:in `pop'
/home/carex-ubuntu-user-zero/.rvm/gems/ruby-2.0.0-p648/gems/connection_pool-2.2.3/lib/connection_pool.rb:77:in `checkout'
/home/carex-ubuntu-user-zero/.rvm/gems/ruby-2.0.0-p648/gems/connection_pool-2.2.3/lib/connection_pool.rb:60:in `block in with'
/home/carex-ubuntu-user-zero/.rvm/gems/ruby-2.0.0-p648/gems/connection_pool-2.2.3/lib/connection_pool.rb:59:in `handle_interrupt'
/home/carex-ubuntu-user-zero/.rvm/gems/ruby-2.0.0-p648/gems/connection_pool-2.2.3/lib/connection_pool.rb:59:in `with'
/home/carex-ubuntu-user-zero/.rvm/gems/ruby-2.0.0-p648/gems/sidekiq-3.5.4/lib/sidekiq.rb:81:in `redis'
/home/carex-ubuntu-user-zero/.rvm/gems/ruby-2.0.0-p648/gems/sidekiq-3.5.4/lib/sidekiq/cli.rb:75:in `run'
/home/carex-ubuntu-user-zero/.rvm/gems/ruby-2.0.0-p648/gems/sidekiq-3.5.4/bin/sidekiq:13:in `<top (required)>'
/home/carex-ubuntu-user-zero/.rvm/gems/ruby-2.0.0-p648/bin/sidekiq:23:in `load'
/home/carex-ubuntu-user-zero/.rvm/gems/ruby-2.0.0-p648/bin/sidekiq:23:in `<main>'
/home/carex-ubuntu-user-zero/.rvm/gems/ruby-2.0.0-p648/bin/ruby_executable_hooks:24:in `eval'
/home/carex-ubuntu-user-zero/.rvm/gems/ruby-2.0.0-p648/bin/ruby_executable_hooks:24:in `<main>'
Версия руби: ruby 2.0.0p648 (2015-12-16 revision 53162) [x86_64-linux]
Помогите пожалуйста.