https://koji.fedoraproject.org/koji/taskinfo?taskID=17409401 failed with ApplianceError: Image status is FAILED: (35, 'security library: invalid arguments.')
the problem is that oz does not work with https the url passed in is http however with the redirect to https we break all ability to build images. Until Oz s fixed we have to revert the redirect.
Do we know what useragent Oz uses, so that we can selectively disable the redirect just for it? If not, getting that added should be trivial.
unknown what it uses. It is using libcurl not sure if it is setting something custom.
Try to get that information from Oz? If not, can you get me the IPs from which these requests will come, or is that just all builders?
it is all buildhw boxes
I've tried the Oz code myself, and it is working correctly, so I think this might be a server configuration issue.
Here's todays:
https://koji.fedoraproject.org/koji/taskinfo?taskID=17524583
it did not fail with a security error, it failed because it lacked enough space in the image.
"Not enough space in the filesystems for the current software selection. An additional 295 MiB is needed."
We are passing disk_size = 3, so perhaps we need to adjust that to disk_size = 4 ?
In any case it seems to be ok with the urls as far as I can tell. Please re-open if there's more for us to do here.
:beers:
@kevin changed the status to Closed
Closed
An upstream PR with a fix is at https://github.com/clalancette/oz/pull/231