2024-09-04T11:26:22.078Z | <Bharath> @team,While using th re-run I am getting following error. In shaman build for the centos flavour is sucessful-
``` teuthology-suite -v -m smithi $CEPH_BRANCH --rerun skanta-2024-09-03_15:44:35-rados-wip-bharath4-testing-2024-09-02-0957-distro-default-smithi -R dead --dry-run
2024-09-04 10:12:12,483.483 INFO:teuthology.suite:Using rerun seed=4063
2024-09-04 10:12:12,484.484 INFO:teuthology.suite:Using rerun subset=(111, 120000)
2024-09-04 10:12:12,484.484 INFO:teuthology.suite:Using rerun no_nested_subset=False
2024-09-04 10:12:12,490.490 INFO:teuthology.suite.run:Checking for expiration (None)
2024-09-04 10:12:12,490.490 INFO:teuthology.suite.run:kernel sha1: distro
2024-09-04 10:12:12,624.624 DEBUG:teuthology.repo_utils:git ls-remote <https://git.ceph.com/ceph-ci.git> main -> 0325fd3c11a225c0fd9eb38fab88aad1370ad779
2024-09-04 10:12:12,624.624 INFO:teuthology.suite.run:ceph sha1: 0325fd3c11a225c0fd9eb38fab88aad1370ad779
2024-09-04 10:12:12,624.624 DEBUG:teuthology.packaging:Querying <https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=0325fd3c11a225c0fd9eb38fab88aad1370ad779>
2024-09-04 10:12:12,760.760 INFO:teuthology.suite.util:Container build incomplete
Traceback (most recent call last):
File "/cephfs/home/skanta/teuthology/virtualenv/bin/teuthology-suite", line 8, in <module>
sys.exit(main())
File "/cephfs/home/skanta/teuthology/scripts/suite.py", line 230, in main
return teuthology.suite.main(args)
File "/cephfs/home/skanta/teuthology/teuthology/suite/__init__.py", line 138, in main
run = Run(conf)
File "/cephfs/home/skanta/teuthology/teuthology/suite/run.py", line 57, in __init__
self.base_config = self.create_initial_config()
File "/cephfs/home/skanta/teuthology/teuthology/suite/run.py", line 104, in create_initial_config
self.choose_ceph_version(ceph_hash)
File "/cephfs/home/skanta/teuthology/teuthology/suite/run.py", line 246, in choose_ceph_version
util.schedule_fail(msg, self.name, dry_run=self.args.dry_run)
File "/cephfs/home/skanta/teuthology/teuthology/suite/util.py", line 77, in schedule_fail
raise ScheduleFailError(message, name)
teuthology.exceptions.ScheduleFailError: Scheduling skanta-2024-09-04_10:12:12-rados-main-distro-default-smithi failed: Packages for os_type 'centos', flavor default and ceph hash '0325fd3c11a225c0fd9eb38fab88aad1370ad779' not found```
|