-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bot picks up old recipe? (Python 3.13 migration of iris
)
#3032
Comments
cc @beckermr |
We're waiting for the bot to retry errors which happens last. |
Well the issue here is actually it is unclear what recipe the bot is reading. The error it raises does not line up with that recipe at all. Could you please help me understand where it came up with this error? |
The node attributes for iris are correct: https://github.com/regro/cf-graph-countyfair/blob/master/node_attrs/6/7/a/9/e/iris.json AFAIK we're waiting for the bot to retry failures which happens last. |
Agree that entry looks ok. Would note this entry was updated before the Python 3.13 migration began Am just confused how it is finding AFAICT the recipe never had that during the runtime of the Python 3.13 migration |
Ah I see. Thanks for helping me debug here! We reverted a PR with git changes a day ago and this job is right before that. Maybe that was the issue? It appears somehow to bot got an in between version of the recipe. I wonder if we are not syncing the main branch before making the PR branch? The bot's fork is very much behind: https://github.com/regro-cf-autotick-bot/iris-feedstock cc @ytausch |
No worries. It is a perplexing one Does the bot update its forks' default branches? Got the sense, it leaves those alone. Though please let me know if I'm missing something |
Yeah same. |
The bot is attempting to migrate
iris
for Python 3.13, but runs into an issue in this job:Though looking at the recipe for
iris
, it does not have this line or any reference toPYTHON
. Not only that the recipe hasn't changed since mid-August. However the Python 3.13 migrator started at the end of AugustDoes the bot still have an old state for this recipe somewhere? If so, can we purge it so it can retry?
The text was updated successfully, but these errors were encountered: