[Touch-packages] [Bug 2076269] Re: s390x specific decode errors

2024-08-07 Thread Benjamin Drung
The produced base64 encoded gzip data is invalid: ``` $ python3 -c "import base64, pathlib; pathlib.Path('file.gz').write_bytes(base64.b64decode('H4sICAAC/0ZpbGUAcnTChAxwEA==BRgAr/an0x8='))" $ gunzip file.gz gzip: file.gz: unexpected end of file ``` -- You received this bug notificati

[Touch-packages] [Bug 2076269] Re: s390x specific decode errors

2024-08-07 Thread Benjamin Drung
So either b64encode or zlib is at fault here. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/2076269 Title: invalid base64 encoded gzip data on s390x causes autopkgtest fai