Open jakirkham opened 1 month ago
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 script
with {{ PYTHON }}
in the recipe
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?