Kami edited a comment on pull request #1616: URL: https://github.com/apache/libcloud/pull/1616#issuecomment-949683891
@c-w CI run didn't finish yet, but locally tests seem to be failing with: ```bash ________________________________________________________________ ERROR at setup of MinioTest.test_objects_stream_iterable _________________________________________________________________ cls = <class 'integration.storage.test_minio.MinioTest'> > ??? E ValueError: Container fff2b0bdc3 failed to start and become ready in 30 seconds (did not find "IAM initialization complete" message in container logs). E E Container Logs: E API: http://172.17.0.2:9000 http://127.0.0.1:9000 E E Console: http://172.17.0.2:42801 http://127.0.0.1:42801 E E Documentation: https://docs.min.io E E WARNING: Console endpoint is listening on a dynamic port (42801), please use --console-address ":PORT" to choose a static port. ``` I didn't dig in much yet. Do you think that's related to the upstream change in the Docker image (in this case we should pin it to a known working tag and to that + update ready message) or something else? EDIT: CI run completed, looks like it contains the same error - https://github.com/apache/libcloud/runs/3976839689?check_suite_focus=true. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
