Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated audits fail for www.gnu.org or www.nongnu.org homepages #206757

Open
EricFromCanada opened this issue Feb 6, 2025 · 0 comments
Open
Labels
audit failure CI fails while auditing the software homepage

Comments

@EricFromCanada
Copy link
Member

EricFromCanada commented Feb 6, 2025

Any formulae with homepages on www.gnu.org or www.nongnu.org (209.51.188.116, a.k.a wildebeest1p.gnu.org) consistently fail homepage checks run on GitHub infrastructure, probably because that specific server has a block in place. For comparison, savannah.gnu.org and savannah.nongnu.org (209.51.188.113) work fine. E.g. in a GitHub codespace:

  • ⛔️ curl --disable --cookie /dev/null --globoff --show-error --header Accept-Language:\ en --connect-timeout 15 --max-time 25 --retry 1 --retry-max-time 25 --dump-header - --output /dev/null --location https://www.nongnu.org/avrdude/
  • ⛔️ curl --disable --cookie /dev/null --globoff --show-error --header Accept-Language:\ en --connect-timeout 15 --max-time 25 --retry 1 --retry-max-time 25 --dump-header - --output /dev/null --location https://www.gnu.org/software/binutils/
  • curl --disable --cookie /dev/null --globoff --show-error --header Accept-Language:\ en --connect-timeout 15 --max-time 25 --retry 1 --retry-max-time 25 --dump-header - --output /dev/null --location https://savannah.gnu.org/

I've posted an issue asking them to remove the block, but if that goes nowhere, we should consider ignoring those checks in .github/workflows/scheduled.yml or removing them from the ~141 affected formulae.

@EricFromCanada EricFromCanada added bug Reproducible Homebrew/homebrew-core bug audit failure CI fails while auditing the software homepage and removed bug Reproducible Homebrew/homebrew-core bug labels Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
audit failure CI fails while auditing the software homepage
Projects
None yet
Development

No branches or pull requests

1 participant