canonical / minio-operator

MinIO Operator
Apache License 2.0
2 stars 9 forks source link

`minio` fails to build during integration tests #135

Closed DnPlas closed 1 year ago

DnPlas commented 1 year ago

Seems like minio cannot be built during integration tests, resulting in the following error message:

RuntimeError: Failed to build charm .:
Packing the charm.
Launching environment to pack for base name='ubuntu' channel='20.04' architectures=['amd64'] (may take a while the first time but it's reusable)
Packing the charm
Packing the charm.
Building charm in '/root'
Running step PULL for part 'charm'
Running step BUILD for part 'charm'
Parts processing error: Failed to run the build script for part 'charm'.
Failed to build charm for bases index '0'.

For details and logs see here and follow the latest CI runs of #134

This seems to be affecting the publish job of that PR as well.