tullis opened a new issue, #25333: URL: https://github.com/apache/superset/issues/25333
#### How to reproduce the bug 1. Download an official source release (any of them) from https://downloads.apache.org/superset/ ``` curl --remote-name-all https://downloads.apache.org/superset/2.1.1/apache-superset-2.1.1-source.tar.gz ``` 2. Download the sha512 checksum file for the same release ``` curl --remote-name-all https://downloads.apache.org/superset/2.1.1/apache-superset-2.1.1-source.tar.gz.sha512 ``` 3. Attempt to verify the checksum ``` cat apache-superset-2.1.1-source.tar.gz.sha512 | sha512sum --check --strict ``` 4. See error ``` sha512sum: 'standard input': no properly formatted SHA512 checksum lines found ``` ### Expected results I would expect to see the validation succeed. e.g. ``` apache-superset-2.1.1-source.tar.gz: OK ``` ### Actual results ``` sha512sum: 'standard input': no properly formatted SHA512 checksum lines found ``` This seems to affect all version of superset that are hosted here: https://downloads.apache.org/superset/ - from 1.4.2 to 3.0.0 ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any. **n/a** - [x] I have reproduced the issue with at least the latest released version of superset. **n/a** - [x] I have checked the issue tracker for the same issue and I haven't found one similar. It would seem to be some kind of systemic problem with your release processes. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
