katello-nightly-rpm-pipeline 724 failed

Katello nightly pipeline failed:

https://ci.theforeman.org/job/katello-nightly-rpm-pipeline/724/

foreman-pipeline-katello-nightly-centos7-install (failed)
foreman-pipeline-katello-nightly-centos7-upgrade (passed)

I did see this failure as well while testing but I didn’t really understand how it happened. It also makes it it harder that we don’t archive sosreport for the proxy server so this pipeline doesn’t have logs.

What I found on my test server:

pulp: nectar.downloaders.threaded:INFO: Download failed: Download of https://pipeline-katello-server-nightly-centos7.wisse.example.com/pulp/repos/Test_Organization/Library/Composite/custom/Test_Product/rpm-deps/treeinfo failed with code 404: Not Found

Later when I tried to run tests again I saw this:

pulp.plugins.pulp_rpm.plugins.distributors.yum.configuration:ERROR: Relative URL [Test_Organization/Library/Test_CV/custom/Test_Product/Zoo] for repository [5-Test_CV-Library-41571a96-9ca7-4edc-84cc-37e8341f49de] conflicts with existing relative URL [Test_Organization/Library/Test_CV/custom/Test_Product/Zoo] for repository [4-Test_CV-Library-b0b4cbce-a2d8-4b4f-ae27-0c8ec3a88c46]
pulp.server.controllers.repository:ERROR: (20961-10304) Exception adding distributor to repo [5-Test_CV-Library-41571a96-9ca7-4edc-84cc-37e8341f49de]; the repo will be deleted
pulp.server.controllers.repository:ERROR: (20961-10304) Traceback (most recent call last):
pulp.server.controllers.repository:ERROR: (20961-10304)   File "/usr/lib/python2.7/site-packages/pulp/server/controllers/repository.py", line 438, in create_repo 
pulp.server.controllers.repository:ERROR: (20961-10304)     dist_controller.add_distributor(repo_id, type_id, plugin_config, auto_publish, dist_id)
pulp.server.controllers.repository:ERROR: (20961-10304)   File "/usr/lib/python2.7/site-packages/pulp/server/controllers/distributor.py", line 77, in add_distributor
pulp.server.controllers.repository:ERROR: (20961-10304)     raise exceptions.PulpDataException(message)
pulp.server.controllers.repository:ERROR: (20961-10304) PulpDataException: Relative URL [Test_Organization/Library/Test_CV/custom/Test_Product/Zoo] for repository [5-Test_CV-Library-41571a96-9ca7-4edc-84cc-37e8341f49de] conflicts with existing relative URL [Test_Organization/Library/Test_CV/custom/Test_Product/Zoo] for repository [4-Test_CV-Library-b0b4cbce-a2d8-4b4f-ae27-0c8ec3a88c46]
pulp.server.webservices.middleware.exception:INFO: Relative URL [Test_Organization/Library/Test_CV/custom/Test_Product/Zoo] for repository [5-Test_CV-Library-41571a96-9ca7-4edc-84cc-37e8341f49de] conflicts with existing relative URL [Test_Organization/Library/Test_CV/custom/Test_Product/Zoo] for repository [4-Test_CV-Library-b0b4cbce-a2d8-4b4f-ae27-0c8ec3a88c46]

However, I think that’s because it doesn’t deal well with a removed org and then recreating an org with the same name again (leading to the same paths).

The treeinfo 404 is expected and normal, safe to ignore.

The path error is interesting and i’m not sure how it would happen exactly. I never saw that myself even after deleting the org and re-running the katello bats tests.

I investigated the syncing failure here: luna-nightly-rpm-pipeline 236 failed - #3 by Justin_Sherrill

but couldn’t really figure anything out :frowning: nor could i reproduce manually. It seems to be happening pretty reguarly though :confused:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.