2024-07-03T19:12:16.748Z | <Patrick Donnelly> Is something going on with scheduling recently?
```(virtualenv) pdonnell@teuthology ~$ f() { teuthology-suite -t main --machine-type smithi --email [pdonnell@redhat.com](mailto:pdonnell@redhat.com) --suite fs --subset $((RANDOM % 512))/512 -p 75 --force-priority --ceph wip-pdonnell-testing-20240703.143006-debug --dry-run ; } ; f || (sleep 5h && f) || (sleep 1h && f) || (sleep 1h && f) || (sleep 90m && f)
2024-07-03 19:02:59,823.823 INFO:teuthology.suite:Using random seed=3933
2024-07-03 19:02:59,824.824 INFO:teuthology.suite.run:kernel sha1: distro
2024-07-03 19:02:59,953.953 INFO:teuthology.suite.run:ceph sha1: 2e9f68b5506c607b2f7d69d380cb7887cf00dc84
2024-07-03 19:03:00,173.173 INFO:teuthology.suite.util:Container build incomplete
Traceback (most recent call last):
File "/cephfs/home/pdonnell/teuthology/virtualenv/bin/teuthology-suite", line 8, in <module>
sys.exit(main())
File "/cephfs/home/pdonnell/teuthology/scripts/suite.py", line 226, in main
return teuthology.suite.main(args)
File "/cephfs/home/pdonnell/teuthology/teuthology/suite/__init__.py", line 135, in main
run = Run(conf)
File "/cephfs/home/pdonnell/teuthology/teuthology/suite/run.py", line 56, in __init__
self.base_config = self.create_initial_config()
File "/cephfs/home/pdonnell/teuthology/teuthology/suite/run.py", line 94, in create_initial_config
self.choose_ceph_version(ceph_hash)
File "/cephfs/home/pdonnell/teuthology/teuthology/suite/run.py", line 216, in choose_ceph_version
util.schedule_fail(msg, self.name, dry_run=self.args.dry_run)
File "/cephfs/home/pdonnell/teuthology/teuthology/suite/util.py", line 77, in schedule_fail
raise ScheduleFailError(message, name)
teuthology.exceptions.ScheduleFailError: Scheduling pdonnell-2024-07-03_19:02:59-fs-wip-pdonnell-testing-20240703.143006-debug-distro-default-smithi failed: Packages for os_type 'centos', flavor default and ceph hash '2e9f68b5506c607b2f7d69d380cb7887cf00dc84' not found``` |