Problem: This started a couple of weeks ago with an nVidia repository (that’s worked well for a long time.) I provisioned a new product (new major version,) and it’s also occuring with the new repo.
Expected outcome: A successful repo sync
Foreman and Proxy versions:
foreman-3.16.0-1.el9.noarch
katello-4.18.0-1.el9.noarch
Foreman and Proxy plugin versions:
foreman-proxy-3.16.0-1.el9.noarch
Distribution and version:
RockyLinux 9.6
I’m rather confused. Don’t hate me, this is for the nVidia proprietary video drivers for openSuSE Leap 15.6 and 16.0. 15.6 has been working since release until a couple of weeks back. I’m not experiencing this with any other repository.
The post title is the error returned in both the GUI console as well as a hammer command line repo sync.
Errors from the Errors tab in the Task display:
Action:
Actions::Pulp3::Repository::Sync
Input:
{“repo_id”=>16696,
“smart_proxy_id”=>1,
“options”=>{},
“remote_user”=>“admin”,
“remote_cp_user”=>“admin”,
“current_request_id”=>“149e4fa9-20e1-4d4e-ba7c-d9d2c604e669”,
“current_timezone”=>“UTC”,
“current_organization_id”=>nil,
“current_location_id”=>nil,
“current_user_id”=>4}
Output:
{“pulp_tasks”=>
[{“pulp_href”=>“/pulp/api/v3/tasks/0199a70f-8478-7cfb-865c-26d887bcbfa9/”,
“prn”=>“prn:core.task:0199a70f-8478-7cfb-865c-26d887bcbfa9”,
“pulp_created”=>“2025-10-02T22:33:56.089Z”,
“pulp_last_updated”=>“2025-10-02T22:33:56.089Z”,
“state”=>“failed”,
“name”=>“pulp_rpm.app.tasks.synchronizing.synchronize”,
“logging_cid”=>“149e4fa9-20e1-4d4e-ba7c-d9d2c604e669”,
“created_by”=>“/pulp/api/v3/users/1/”,
“unblocked_at”=>“2025-10-02T22:33:56.139Z”,
“started_at”=>“2025-10-02T22:36:06.436Z”,
“finished_at”=>“2025-10-02T22:36:33.357Z”,
“error”=>
{“traceback”=>
" File "/usr/lib/python3.12/site-packages/pulpcore/tasking/tasks.py", line 71, in _execute_task\n" +
" result = func(*args, **kwargs)\n" +
" ^^^^^^^^^^^^^^^^^^^^^\n" +
" File "/usr/lib/python3.12/site-packages/pulp_rpm/app/tasks/synchronizing.py", line 569, in synchronize\n" +
" repo_version = dv.create() or repo.latest_version()\n" +
" ^^^^^^^^^^^\n" +
" File "/usr/lib/python3.12/site-packages/pulpcore/plugin/stages/declarative_version.py", line 157, in create\n" +
" with self.repository.new_version() as new_version:\n" +
" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n" +
" File "/usr/lib/python3.12/site-packages/pulpcore/app/models/repository.py", line 1257, in exit\n" +
" repository.finalize_new_version(self)\n" +
" File "/usr/lib/python3.12/site-packages/pulp_rpm/app/models/repository.py", line 423, in finalize_new_version\n" +
" validate_duplicate_content(new_version)\n" +
" File "/usr/lib/python3.12/site-packages/pulpcore/plugin/repo_version_utils.py", line 107, in validate_duplicate_content\n" +
" raise ValueError(\n",
“description”=>
“Cannot create repository version. More than one rpm.package content with the duplicate values for name, epoch, version, release, arch, location_href.”},
“worker”=>“/pulp/api/v3/workers/0199a69d-834a-771e-b621-97c2b4188471/”,
“child_tasks”=>,
“progress_reports”=>
[{“message”=>“Downloading Metadata Files”,
“code”=>“sync.downloading.metadata”,
“state”=>“completed”,
“done”=>4,
“suffix”=>nil},
{“message”=>“Downloading Artifacts”,
“code”=>“sync.downloading.artifacts”,
“state”=>“completed”,
“done”=>0,
“suffix”=>nil},
{“message”=>“Associating Content”,
“code”=>“associating.content”,
“state”=>“completed”,
“done”=>272,
“suffix”=>nil},
{“message”=>“Skipping Packages”,
“code”=>“sync.skipped.packages”,
“state”=>“completed”,
“total”=>24,
“done”=>24,
“suffix”=>nil},
{“message”=>“Parsed Packages”,
“code”=>“sync.parsing.packages”,
“state”=>“completed”,
“total”=>271,
“done”=>271,
“suffix”=>nil},
{“message”=>“Un-Associating Content”,
“code”=>“unassociating.content”,
“state”=>“completed”,
“done”=>0,
“suffix”=>nil}],
“created_resources”=>,
“reserved_resources_record”=>
[“prn:rpm.rpmrepository:0199a6c0-a729-73a3-ba8d-812ffe05e49f”,
“shared:prn:rpm.rpmremote:0199a6c0-a57b-737a-9336-e9e4f6be9cfc”,
“shared:prn:core.domain:018bc963-8b09-7b2d-973f-fbfca0dae29a”]}],
“create_version”=>true,
“task_groups”=>,
“poll_attempts”=>{“total”=>29, “failed”=>1}}
Exception:
Katello::Errors::Pulp3Error: Cannot create repository version. More than one rpm.package content with the duplicate values for name, epoch, version, release, arch, location_href.
Backtrace:
/usr/share/gems/gems/katello-4.18.0/app/lib/actions/pulp3/abstract_async_task.rb:107:inblock in check_for_errors' /usr/share/gems/gems/katello-4.18.0/app/lib/actions/pulp3/abstract_async_task.rb:105:ineach’
/usr/share/gems/gems/katello-4.18.0/app/lib/actions/pulp3/abstract_async_task.rb:105:incheck_for_errors' /usr/share/gems/gems/katello-4.18.0/app/lib/actions/pulp3/abstract_async_task.rb:161:inpoll_external_task’
/usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/action/polling.rb:100:inpoll_external_task_with_rescue' /usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/action/polling.rb:22:inrun’
/usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/action/cancellable.rb:15:inrun' /usr/share/gems/gems/katello-4.18.0/app/lib/actions/pulp3/abstract_async_task.rb:10:inrun’
/usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/action.rb:590:inblock (3 levels) in execute_run' /usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/middleware/stack.rb:28:inpass’
/usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/middleware.rb:20:inpass' /usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/middleware.rb:33:inrun’
/usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/middleware/stack.rb:24:incall' /usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/middleware/stack.rb:28:inpass’
/usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/middleware.rb:20:inpass' /usr/share/gems/gems/katello-4.18.0/app/lib/actions/middleware/remote_action.rb:16:inblock in run’
/usr/share/gems/gems/katello-4.18.0/app/lib/actions/middleware/remote_action.rb:40:inblock in as_remote_user' /usr/share/gems/gems/katello-4.18.0/app/models/katello/concerns/user_extensions.rb:21:incp_config’
/usr/share/gems/gems/katello-4.18.0/app/lib/actions/middleware/remote_action.rb:27:inas_cp_user' /usr/share/gems/gems/katello-4.18.0/app/lib/actions/middleware/remote_action.rb:39:inas_remote_user’
/usr/share/gems/gems/katello-4.18.0/app/lib/actions/middleware/remote_action.rb:16:inrun' /usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/middleware/stack.rb:24:incall’
/usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/middleware/stack.rb:28:inpass' /usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/middleware.rb:20:inpass’
/usr/share/gems/gems/foreman-tasks-11.0.4/app/lib/actions/middleware/rails_executor_wrap.rb:14:inblock in run' /usr/share/gems/gems/activesupport-7.0.8.7/lib/active_support/execution_wrapper.rb:92:inwrap’
/usr/share/gems/gems/foreman-tasks-11.0.4/app/lib/actions/middleware/rails_executor_wrap.rb:13:inrun' /usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/middleware/stack.rb:24:incall’
/usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/middleware/stack.rb:28:inpass' /usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/middleware.rb:20:inpass’
/usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/action/progress.rb:29:inwith_progress_calculation' /usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/action/progress.rb:15:inrun’
/usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/middleware/stack.rb:24:incall' /usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/middleware/stack.rb:28:inpass’
/usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/middleware.rb:20:inpass' /usr/share/gems/gems/foreman-tasks-11.0.4/app/lib/actions/middleware/load_setting_values.rb:20:inrun’
/usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/middleware/stack.rb:24:incall' /usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/middleware/stack.rb:28:inpass’
/usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/middleware.rb:20:inpass' /usr/share/gems/gems/foreman-tasks-11.0.4/app/lib/actions/middleware/keep_current_request_id.rb:15:inblock in run’
/usr/share/gems/gems/foreman-tasks-11.0.4/app/lib/actions/middleware/keep_current_request_id.rb:52:inrestore_current_request_id' /usr/share/gems/gems/foreman-tasks-11.0.4/app/lib/actions/middleware/keep_current_request_id.rb:15:inrun’
/usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/middleware/stack.rb:24:incall' /usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/middleware/stack.rb:28:inpass’
/usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/middleware.rb:20:inpass' /usr/share/gems/gems/foreman-tasks-11.0.4/app/lib/actions/middleware/keep_current_timezone.rb:15:inblock in run’
/usr/share/gems/gems/foreman-tasks-11.0.4/app/lib/actions/middleware/keep_current_timezone.rb:44:inrestore_curent_timezone' /usr/share/gems/gems/foreman-tasks-11.0.4/app/lib/actions/middleware/keep_current_timezone.rb:15:inrun’
/usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/middleware/stack.rb:24:incall' /usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/middleware/stack.rb:28:inpass’
/usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/middleware.rb:20:inpass' /usr/share/gems/gems/foreman-tasks-11.0.4/app/lib/actions/middleware/keep_current_taxonomies.rb:15:inblock in run’
/usr/share/gems/gems/foreman-tasks-11.0.4/app/lib/actions/middleware/keep_current_taxonomies.rb:45:inrestore_current_taxonomies' /usr/share/gems/gems/foreman-tasks-11.0.4/app/lib/actions/middleware/keep_current_taxonomies.rb:15:inrun’
/usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/middleware/stack.rb:24:incall' /usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/middleware/stack.rb:28:inpass’
/usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/middleware.rb:20:inpass' /usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/middleware.rb:33:inrun’
/usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/middleware/stack.rb:24:incall' /usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/middleware/stack.rb:28:inpass’
/usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/middleware.rb:20:inpass' /usr/share/gems/gems/foreman-tasks-11.0.4/app/lib/actions/middleware/keep_current_user.rb:15:inblock in run’
/usr/share/gems/gems/foreman-tasks-11.0.4/app/lib/actions/middleware/keep_current_user.rb:54:inrestore_curent_user' /usr/share/gems/gems/foreman-tasks-11.0.4/app/lib/actions/middleware/keep_current_user.rb:15:inrun’
/usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/middleware/stack.rb:24:incall' /usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/middleware/world.rb:31:inexecute’
/usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/action.rb:589:inblock (2 levels) in execute_run' /usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/action.rb:588:incatch’
/usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/action.rb:588:inblock in execute_run' /usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/action.rb:491:inblock in with_error_handling’
/usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/action.rb:491:incatch' /usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/action.rb:491:inwith_error_handling’
/usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/action.rb:583:inexecute_run' /usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/action.rb:304:inexecute’
/usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:18:inblock (2 levels) in execute' /usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/execution_plan/steps/abstract.rb:168:inwith_meta_calculation’
/usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:17:inblock in execute' /usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:32:inopen_action’
/usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:16:inexecute' /usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/director.rb:95:inexecute’
/usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/executors/sidekiq/worker_jobs.rb:12:inblock (2 levels) in perform' /usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/executors.rb:18:inrun_user_code’
/usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/executors/sidekiq/worker_jobs.rb:10:inblock in perform' /usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/executors/sidekiq/worker_jobs.rb:26:inwith_telemetry’
/usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/executors/sidekiq/worker_jobs.rb:9:inperform' /usr/share/gems/gems/dynflow-1.9.2/lib/dynflow/executors/sidekiq/serialization.rb:28:inperform’
/usr/share/gems/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:202:inexecute_job' /usr/share/gems/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:170:inblock (2 levels) in process’
/usr/share/gems/gems/sidekiq-6.5.12/lib/sidekiq/middleware/chain.rb:172:ininvoke' /usr/share/gems/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:169:inblock in process’
/usr/share/gems/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:136:inblock (6 levels) in dispatch' /usr/share/gems/gems/sidekiq-6.5.12/lib/sidekiq/job_retry.rb:113:inlocal’
/usr/share/gems/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:135:inblock (5 levels) in dispatch' /usr/share/gems/gems/sidekiq-6.5.12/lib/sidekiq.rb:44:inblock in module:Sidekiq’
/usr/share/gems/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:131:inblock (4 levels) in dispatch' /usr/share/gems/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:263:instats’
/usr/share/gems/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:126:inblock (3 levels) in dispatch' /usr/share/gems/gems/sidekiq-6.5.12/lib/sidekiq/job_logger.rb:13:incall’
/usr/share/gems/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:125:inblock (2 levels) in dispatch' /usr/share/gems/gems/sidekiq-6.5.12/lib/sidekiq/job_retry.rb:80:inglobal’
/usr/share/gems/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:124:inblock in dispatch' /usr/share/gems/gems/sidekiq-6.5.12/lib/sidekiq/job_logger.rb:39:inprepare’
/usr/share/gems/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:123:indispatch' /usr/share/gems/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:168:inprocess’
/usr/share/gems/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:78:inprocess_one' /usr/share/gems/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:68:inrun’
/usr/share/gems/gems/sidekiq-6.5.12/lib/sidekiq/component.rb:8:inwatchdog' /usr/share/gems/gems/sidekiq-6.5.12/lib/sidekiq/component.rb:17:inblock in safe_thread’
/usr/share/gems/gems/logging-2.4.0/lib/logging/diagnostic_context.rb:474:in `block in create_with_logging_context’
Action:
Actions::Pulp3::Repository::Sync
Input:
{“repo_id”=>16696,
“smart_proxy_id”=>1,
“options”=>{},
“remote_user”=>“admin”,
“remote_cp_user”=>“admin”,
“current_request_id”=>“149e4fa9-20e1-4d4e-ba7c-d9d2c604e669”,
“current_timezone”=>“UTC”,
“current_organization_id”=>nil,
“current_location_id”=>nil,
“current_user_id”=>4}
Output:
{“pulp_tasks”=>
[{“pulp_href”=>“/pulp/api/v3/tasks/0199a70f-8478-7cfb-865c-26d887bcbfa9/”,
“prn”=>“prn:core.task:0199a70f-8478-7cfb-865c-26d887bcbfa9”,
“pulp_created”=>“2025-10-02T22:33:56.089Z”,
“pulp_last_updated”=>“2025-10-02T22:33:56.089Z”,
“state”=>“failed”,
“name”=>“pulp_rpm.app.tasks.synchronizing.synchronize”,
“logging_cid”=>“149e4fa9-20e1-4d4e-ba7c-d9d2c604e669”,
“created_by”=>“/pulp/api/v3/users/1/”,
“unblocked_at”=>“2025-10-02T22:33:56.139Z”,
“started_at”=>“2025-10-02T22:36:06.436Z”,
“finished_at”=>“2025-10-02T22:36:33.357Z”,
“error”=>
{“traceback”=>
" File "/usr/lib/python3.12/site-packages/pulpcore/tasking/tasks.py", line 71, in _execute_task\n" +
" result = func(*args, **kwargs)\n" +
" ^^^^^^^^^^^^^^^^^^^^^\n" +
" File "/usr/lib/python3.12/site-packages/pulp_rpm/app/tasks/synchronizing.py", line 569, in synchronize\n" +
" repo_version = dv.create() or repo.latest_version()\n" +
" ^^^^^^^^^^^\n" +
" File "/usr/lib/python3.12/site-packages/pulpcore/plugin/stages/declarative_version.py", line 157, in create\n" +
" with self.repository.new_version() as new_version:\n" +
" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n" +
" File "/usr/lib/python3.12/site-packages/pulpcore/app/models/repository.py", line 1257, in exit\n" +
" repository.finalize_new_version(self)\n" +
" File "/usr/lib/python3.12/site-packages/pulp_rpm/app/models/repository.py", line 423, in finalize_new_version\n" +
" validate_duplicate_content(new_version)\n" +
" File "/usr/lib/python3.12/site-packages/pulpcore/plugin/repo_version_utils.py", line 107, in validate_duplicate_content\n" +
" raise ValueError(\n",
“description”=>
“Cannot create repository version. More than one rpm.package content with the duplicate values for name, epoch, version, release, arch, location_href.”},
“worker”=>“/pulp/api/v3/workers/0199a69d-834a-771e-b621-97c2b4188471/”,
“child_tasks”=>,
“progress_reports”=>
[{“message”=>“Downloading Metadata Files”,
“code”=>“sync.downloading.metadata”,
“state”=>“completed”,
“done”=>4,
“suffix”=>nil},
{“message”=>“Downloading Artifacts”,
“code”=>“sync.downloading.artifacts”,
“state”=>“completed”,
“done”=>0,
“suffix”=>nil},
{“message”=>“Associating Content”,
“code”=>“associating.content”,
“state”=>“completed”,
“done”=>272,
“suffix”=>nil},
{“message”=>“Skipping Packages”,
“code”=>“sync.skipped.packages”,
“state”=>“completed”,
“total”=>24,
“done”=>24,
“suffix”=>nil},
{“message”=>“Parsed Packages”,
“code”=>“sync.parsing.packages”,
“state”=>“completed”,
“total”=>271,
“done”=>271,
“suffix”=>nil},
{“message”=>“Un-Associating Content”,
“code”=>“unassociating.content”,
“state”=>“completed”,
“done”=>0,
“suffix”=>nil}],
“created_resources”=>,
“reserved_resources_record”=>
[“prn:rpm.rpmrepository:0199a6c0-a729-73a3-ba8d-812ffe05e49f”,
“shared:prn:rpm.rpmremote:0199a6c0-a57b-737a-9336-e9e4f6be9cfc”,
“shared:prn:core.domain:018bc963-8b09-7b2d-973f-fbfca0dae29a”]}],
“create_version”=>true,
“task_groups”=>,
“poll_attempts”=>{“total”=>29, “failed”=>1}}
Action:
Actions::Pulp3::Repository::SaveVersion
Input:
{“repository_id”=>16696,
“tasks”=>Step(6).output[:pulp_tasks],
“repository_details”=>nil,
“force_fetch_version”=>nil,
“remote_user”=>“admin”,
“remote_cp_user”=>“admin”,
“current_request_id”=>“149e4fa9-20e1-4d4e-ba7c-d9d2c604e669”,
“current_timezone”=>“UTC”,
“current_organization_id”=>nil,
“current_location_id”=>nil,
“current_user_id”=>4}
Output:
{}
Action:
Actions::Pulp3::Repository::CreatePublication
Input:
{“repository_id”=>16696,
“smart_proxy_id”=>1,
“contents_changed”=>Step(9).output[:contents_changed],
“skip_publication_creation”=>Step(9).output[:publication_provided],
“remote_user”=>“admin”,
“remote_cp_user”=>“admin”,
“current_request_id”=>“149e4fa9-20e1-4d4e-ba7c-d9d2c604e669”,
“current_timezone”=>“UTC”,
“current_organization_id”=>nil,
“current_location_id”=>nil,
“current_user_id”=>4}
Output:
{}
Action:
Actions::Pulp3::Repository::SavePublication
Input:
{“repository_id”=>16696,
“tasks”=>Step(12).output,
“contents_changed”=>Step(9).output[:contents_changed],
“remote_user”=>“admin”,
“remote_cp_user”=>“admin”,
“current_request_id”=>“149e4fa9-20e1-4d4e-ba7c-d9d2c604e669”,
“current_timezone”=>“UTC”,
“current_organization_id”=>nil,
“current_location_id”=>nil,
“current_user_id”=>4}
Output:
{}
Action:
Actions::Pulp3::Orchestration::Repository::Sync
Input:
{“subaction_output”=>Step(9).output,
“remote_user”=>“admin”,
“remote_cp_user”=>“admin”,
“current_request_id”=>“149e4fa9-20e1-4d4e-ba7c-d9d2c604e669”,
“current_timezone”=>“UTC”,
“current_organization_id”=>nil,
“current_location_id”=>nil,
“current_user_id”=>4}
Output:
{}
Action:
Actions::Katello::Repository::Sync
Input:
{“repository”=>
{“id”=>16696,
“name”=>“NVIDIA”,
“label”=>“Home_openSuSE_16_0_Home_openSuSE_16_0_NVIDIA”},
“product”=>
{“id”=>7,
“name”=>“openSuSE 16.0”,
“label”=>“openSuSE_16_0”,
“cp_id”=>“387300413810”},
“provider”=>{“id”=>1, “name”=>“Anonymous”},
“organization”=>{“id”=>1, “name”=>“Home”, “label”=>“Home”},
“services_checked”=>[“pulp3”],
“id”=>16696,
“sync_result”=>Step(19).output,
“skip_metadata_check”=>false,
“validate_contents”=>false,
“contents_changed”=>Step(19).output[:contents_changed],
“current_request_id”=>“149e4fa9-20e1-4d4e-ba7c-d9d2c604e669”,
“current_timezone”=>“UTC”,
“current_organization_id”=>nil,
“current_location_id”=>nil,
“current_user_id”=>4}
Output:
{}
Action:
Actions::Katello::Repository::Sync
Input:
{“repository”=>
{“id”=>16696,
“name”=>“NVIDIA”,
“label”=>“Home_openSuSE_16_0_Home_openSuSE_16_0_NVIDIA”},
“product”=>
{“id”=>7,
“name”=>“openSuSE 16.0”,
“label”=>“openSuSE_16_0”,
“cp_id”=>“387300413810”},
“provider”=>{“id”=>1, “name”=>“Anonymous”},
“organization”=>{“id”=>1, “name”=>“Home”, “label”=>“Home”},
“services_checked”=>[“pulp3”],
“id”=>16696,
“sync_result”=>Step(19).output,
“skip_metadata_check”=>false,
“validate_contents”=>false,
“contents_changed”=>Step(19).output[:contents_changed],
“current_request_id”=>“149e4fa9-20e1-4d4e-ba7c-d9d2c604e669”,
“current_timezone”=>“UTC”,
“current_organization_id”=>nil,
“current_location_id”=>nil,
“current_user_id”=>4}
Output:
{}
The repositories are configured for x86_64 architectures only, and I have manually retrieved the entire contents of the 15.6 x86_64 directory. A quick run through with rpm and a custom queryformat for name, epoch, etc. doesn’t seem to return any duplicates at all.
What am I missing? Is this an issue within Katello/Foreman, or is this a malformed upstream repository?