-
Notifications
You must be signed in to change notification settings - Fork 205
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
Test failures - Debian Test sid amd64 - master branch #1948
Comments
Considering this is only failing in Sid (the very bleeding edge Debian), there must have been a breaking change. This is why I added builds for all Debian version :D I'll try to figure out what it is this week. It is possible there is an upstream bug that will resolve itself. |
I had a quick look and couldn't spot anything immediately obvious. I suspect something isn't pulling in enough Python or similar, although it's curious that our ola-python tests deliberately pull in the other stuff manually themselves. I'll leave it in the required CI for now, but we can always drop it for now if a fix looks complicated. I think you should be able to rebuild 0.10 branch, but let me know if not and I can kick off a manual one to see if that's related. |
I've removed Test Sid for now from the 0.10 and master CI. We just need to remember to re-add it when the issue is fixed. |
@yoe do you possibly know of any changes in the dependency solver in Sid that are causing it not to install Python as a dependency for Here is the failing one (command 3):
The dependency solver thinks it already has a Python version installed, which I think is true because it installs Here is another one that works fine in the same build (this one has
They both use |
Worked:
https://github.com/OpenLightingProject/ola/actions/runs/8309326167/job/22740631359
Failed:
https://github.com/OpenLightingProject/ola/actions/runs/8383043621/job/22958169208
Which then results in:
It looks like something has stopped pulling in Python 3 for some reason. I haven't worked out if it's a bug in a package and if so what one.
Would reverting the debian/tests/control bit of this solve it?
82906ac
Do you have any thoughts @DaAwesomeP ? I don't know if 0.10 branch is unaffected or we just haven't rebuilt it since something external changed?
The text was updated successfully, but these errors were encountered: