The GitHub Actions job "CI" on libcloud.git has failed. Run started by GitHub user ogayot (triggered by ogayot).
Head commit for run: fa70aa41c6f1ca65eaae7b193f94a60fb5f45f6c / Olivier Gayot <olivier.ga...@canonical.com> test: fix test_ssh_client on big-endian architectures The tests test_consume_*_chunk_contains_no_utf8_character are meant to ensure support for non-UTF-8 characters. To do so, we use UTF-8 characters and compare their binary representation after being fed to paramiko. Unfortunately, UTF-32 is affected by endianness, resulting in failed tests on big-endian architectures. Fixed by checking the endianness and comparing the UTF-32 characters to their respective binary representation. Report URL: https://github.com/apache/libcloud/actions/runs/2312521129 With regards, GitHub Actions via GitBox