Project

General

Profile

Actions

Bug #24770

closed

"TypeError: can't quote ActiveSupport::HashWithIndifferentAccess" warning during docker repo sync

Added by Andrew Kofink about 6 years ago. Updated about 6 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

Description

Reproduce:
Sync a docker repository


Action:

Actions::Katello::Repository::IndexContent

Input:

{"id"=>3,
 "contents_changed"=>true,
 "full_index"=>false,
 "locale"=>"en",
 "current_user_id"=>4}

Output:

{}

Exception:

TypeError: can't quote ActiveSupport::HashWithIndifferentAccess

Backtrace:

/home/vagrant/.rvm/gems/ruby-2.4.4/gems/activerecord-5.1.6/lib/active_record/connection_adapters/abstract/quoting.rb:196:in `_quote'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/activerecord-5.1.6/lib/active_record/connection_adapters/postgresql/quoting.rb:103:in `_quote'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/activerecord-5.1.6/lib/active_record/connection_adapters/abstract/quoting.rb:25:in `quote'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/arel-8.0.0/lib/arel/visitors/to_sql.rb:776:in `quote'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/arel-8.0.0/lib/arel/visitors/to_sql.rb:728:in `quoted'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/arel-8.0.0/lib/arel/visitors/to_sql.rb:154:in `visit_Arel_Nodes_Casted'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/arel-8.0.0/lib/arel/visitors/reduce.rb:14:in `visit'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/arel-8.0.0/lib/arel/visitors/to_sql.rb:647:in `visit_Arel_Nodes_Equality'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/arel-8.0.0/lib/arel/visitors/reduce.rb:14:in `visit'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/arel-8.0.0/lib/arel/visitors/to_sql.rb:799:in `block in inject_join'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/arel-8.0.0/lib/arel/visitors/to_sql.rb:797:in `each'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/arel-8.0.0/lib/arel/visitors/to_sql.rb:797:in `each_with_index'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/arel-8.0.0/lib/arel/visitors/to_sql.rb:797:in `each'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/arel-8.0.0/lib/arel/visitors/to_sql.rb:797:in `inject'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/arel-8.0.0/lib/arel/visitors/to_sql.rb:797:in `inject_join'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/arel-8.0.0/lib/arel/visitors/to_sql.rb:616:in `visit_Arel_Nodes_And'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/arel-8.0.0/lib/arel/visitors/reduce.rb:14:in `visit'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/arel-8.0.0/lib/arel/visitors/to_sql.rb:248:in `block in collect_nodes_for'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/arel-8.0.0/lib/arel/visitors/to_sql.rb:247:in `each'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/arel-8.0.0/lib/arel/visitors/to_sql.rb:247:in `each_with_index'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/arel-8.0.0/lib/arel/visitors/to_sql.rb:247:in `collect_nodes_for'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/arel-8.0.0/lib/arel/visitors/to_sql.rb:232:in `visit_Arel_Nodes_SelectCore'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/arel-8.0.0/lib/arel/visitors/to_sql.rb:195:in `block in visit_Arel_Nodes_SelectStatement'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/arel-8.0.0/lib/arel/visitors/to_sql.rb:194:in `each'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/arel-8.0.0/lib/arel/visitors/to_sql.rb:194:in `inject'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/arel-8.0.0/lib/arel/visitors/to_sql.rb:194:in `visit_Arel_Nodes_SelectStatement'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/arel-8.0.0/lib/arel/visitors/reduce.rb:14:in `visit'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/arel-8.0.0/lib/arel/visitors/reduce.rb:8:in `accept'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/activerecord-5.1.6/lib/active_record/connection_adapters/determine_if_preparable_visitor.rb:8:in `accept'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/activerecord-5.1.6/lib/active_record/connection_adapters/abstract/database_statements.rb:12:in `to_sql'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/activerecord-5.1.6/lib/active_record/connection_adapters/abstract/query_cache.rb:94:in `select_all'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/activerecord-5.1.6/lib/active_record/querying.rb:39:in `find_by_sql'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/bullet-5.7.6/lib/bullet/active_record5.rb:18:in `find_by_sql'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/activerecord-5.1.6/lib/active_record/relation.rb:678:in `exec_queries'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/activerecord-5.1.6/lib/active_record/relation.rb:546:in `load'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/activerecord-5.1.6/lib/active_record/relation.rb:255:in `records'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/bullet-5.7.6/lib/bullet/active_record5.rb:43:in `records'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/activerecord-5.1.6/lib/active_record/relation/delegation.rb:39:in `each'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/activerecord-5.1.6/lib/active_record/associations/collection_association.rb:241:in `replace'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/activerecord-5.1.6/lib/active_record/associations/collection_association.rb:39:in `writer'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/activerecord-5.1.6/lib/active_record/associations/builder/association.rb:119:in `docker_manifests='
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/activemodel-5.1.6/lib/active_model/attribute_assignment.rb:46:in `public_send'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/activemodel-5.1.6/lib/active_model/attribute_assignment.rb:46:in `_assign_attribute'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/activemodel-5.1.6/lib/active_model/attribute_assignment.rb:40:in `block in _assign_attributes'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/activemodel-5.1.6/lib/active_model/attribute_assignment.rb:39:in `each'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/activemodel-5.1.6/lib/active_model/attribute_assignment.rb:39:in `_assign_attributes'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/activerecord-5.1.6/lib/active_record/attribute_assignment.rb:26:in `_assign_attributes'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/activemodel-5.1.6/lib/active_model/attribute_assignment.rb:33:in `assign_attributes'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/activerecord-5.1.6/lib/active_record/persistence.rb:280:in `block in update'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/activerecord-5.1.6/lib/active_record/transactions.rb:384:in `block in with_transaction_returning_status'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/activerecord-5.1.6/lib/active_record/connection_adapters/abstract/database_statements.rb:235:in `block in transaction'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/activerecord-5.1.6/lib/active_record/connection_adapters/abstract/transaction.rb:194:in `block in within_new_transaction'
/home/vagrant/.rvm/rubies/ruby-2.4.4/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/activerecord-5.1.6/lib/active_record/connection_adapters/abstract/transaction.rb:191:in `within_new_transaction'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/activerecord-5.1.6/lib/active_record/connection_adapters/abstract/database_statements.rb:235:in `transaction'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/activerecord-5.1.6/lib/active_record/transactions.rb:210:in `transaction'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/activerecord-5.1.6/lib/active_record/transactions.rb:381:in `with_transaction_returning_status'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/activerecord-5.1.6/lib/active_record/persistence.rb:279:in `update'
/home/vagrant/nfs/katello/app/models/katello/docker_manifest_list.rb:25:in `update_from_json'
/home/vagrant/nfs/katello/app/models/katello/concerns/pulp_database_unit.rb:56:in `block (2 levels) in import_all'
/home/vagrant/nfs/runcible/lib/runcible/response.rb:32:in `each'
/home/vagrant/nfs/runcible/lib/runcible/response.rb:32:in `method_missing'
/home/vagrant/nfs/katello/app/models/katello/concerns/pulp_database_unit.rb:51:in `block in import_all'
/home/vagrant/nfs/katello/app/services/katello/pulp/pulp_content_unit.rb:51:in `block in fetch_by_uuids'
/home/vagrant/nfs/katello/app/services/katello/pulp/pulp_content_unit.rb:48:in `each'
/home/vagrant/nfs/katello/app/services/katello/pulp/pulp_content_unit.rb:48:in `each_slice'
/home/vagrant/nfs/katello/app/services/katello/pulp/pulp_content_unit.rb:48:in `fetch_by_uuids'
/home/vagrant/nfs/katello/app/models/katello/concerns/pulp_database_unit.rb:66:in `import_all'
/home/vagrant/nfs/katello/app/models/katello/concerns/pulp_database_unit.rb:84:in `import_for_repository'
/home/vagrant/nfs/katello/app/models/katello/glue/pulp/repo.rb:831:in `index_content'
/home/vagrant/nfs/katello/app/lib/actions/katello/repository/index_content.rb:17:in `run'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/action.rb:538:in `block (3 levels) in execute_run'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/middleware/stack.rb:26:in `pass'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/middleware.rb:18:in `pass'
/home/vagrant/nfs/katello/app/lib/actions/middleware/execute_if_contents_changed.rb:5:in `run'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/middleware/stack.rb:22:in `call'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/middleware/stack.rb:26:in `pass'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/middleware.rb:18:in `pass'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/foreman-tasks-0.14.0/app/lib/actions/middleware/rails_executor_wrap.rb:14:in `block in run'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/activesupport-5.1.6/lib/active_support/execution_wrapper.rb:85:in `wrap'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/foreman-tasks-0.14.0/app/lib/actions/middleware/rails_executor_wrap.rb:13:in `run'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/middleware/stack.rb:22:in `call'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/middleware/stack.rb:26:in `pass'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/middleware.rb:18:in `pass'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/action/progress.rb:30:in `with_progress_calculation'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/action/progress.rb:16:in `run'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/middleware/stack.rb:22:in `call'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/middleware/stack.rb:26:in `pass'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/middleware.rb:18:in `pass'
/home/vagrant/nfs/katello/app/lib/actions/middleware/keep_locale.rb:11:in `block in run'
/home/vagrant/nfs/katello/app/lib/actions/middleware/keep_locale.rb:22:in `with_locale'
/home/vagrant/nfs/katello/app/lib/actions/middleware/keep_locale.rb:11:in `run'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/middleware/stack.rb:22:in `call'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/middleware/stack.rb:26:in `pass'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/middleware.rb:18:in `pass'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/foreman-tasks-0.14.0/app/lib/actions/middleware/keep_current_user.rb:15:in `block in run'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/foreman-tasks-0.14.0/app/lib/actions/middleware/keep_current_user.rb:43:in `restore_curent_user'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/foreman-tasks-0.14.0/app/lib/actions/middleware/keep_current_user.rb:15:in `run'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/middleware/stack.rb:22:in `call'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/middleware/stack.rb:26:in `pass'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/middleware.rb:18:in `pass'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/middleware.rb:31:in `run'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/middleware/stack.rb:22:in `call'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/middleware/world.rb:30:in `execute'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/action.rb:537:in `block (2 levels) in execute_run'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/action.rb:536:in `catch'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/action.rb:536:in `block in execute_run'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/action.rb:451:in `block in with_error_handling'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/action.rb:451:in `catch'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/action.rb:451:in `with_error_handling'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/action.rb:531:in `execute_run'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/action.rb:278:in `execute'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:17:in `block (2 levels) in execute'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/execution_plan/steps/abstract.rb:162:in `with_meta_calculation'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:16:in `block in execute'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:30:in `open_action'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:15:in `execute'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/director.rb:43:in `execute'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/executors/parallel/worker.rb:12:in `block in on_message'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/executors.rb:12:in `run_user_code'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/executors/parallel/worker.rb:11:in `on_message'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/context.rb:46:in `on_envelope'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/behaviour/executes_context.rb:7:in `on_envelope'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/behaviour/abstract.rb:25:in `pass'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/dynflow-1.1.0/lib/dynflow/actor.rb:26:in `on_envelope'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/behaviour/abstract.rb:25:in `pass'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/behaviour/awaits.rb:15:in `on_envelope'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/behaviour/abstract.rb:25:in `pass'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/behaviour/sets_results.rb:14:in `on_envelope'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/behaviour/abstract.rb:25:in `pass'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/behaviour/buffer.rb:38:in `process_envelope'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/behaviour/buffer.rb:31:in `process_envelopes?'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/behaviour/buffer.rb:20:in `on_envelope'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/behaviour/abstract.rb:25:in `pass'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/behaviour/termination.rb:55:in `on_envelope'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/behaviour/abstract.rb:25:in `pass'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/behaviour/removes_child.rb:10:in `on_envelope'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/behaviour/abstract.rb:25:in `pass'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/behaviour/sets_results.rb:14:in `on_envelope'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/core.rb:161:in `process_envelope'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/core.rb:95:in `block in on_envelope'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/core.rb:118:in `block (2 levels) in schedule_execution'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/mri_lockable_object.rb:38:in `block in synchronize'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/mri_lockable_object.rb:38:in `synchronize'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/mri_lockable_object.rb:38:in `synchronize'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/core.rb:115:in `block in schedule_execution'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/serialized_execution.rb:18:in `call'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/serialized_execution.rb:96:in `work'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/serialized_execution.rb:77:in `block in call_job'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:348:in `run_task'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:337:in `block (3 levels) in create_worker'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:320:in `loop'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:320:in `block (2 levels) in create_worker'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:319:in `catch'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:319:in `block in create_worker'
/home/vagrant/.rvm/gems/ruby-2.4.4/gems/logging-2.2.2/lib/logging/diagnostic_context.rb:474:in `block in create_with_logging_context'
Actions

Also available in: Atom PDF