guidosarducci
guidosarducci
I just noticed that as well. The problem isn't with the script but rather the upstream netperf service being unavailable. The most likely explanation (which has happened a few times...
@sashasimkin I'm guessing the abuse may have picked up again, even after the last server changes Rich put in. Updating the README with some troubleshooting steps is probably a good...
Yikes, it's very telling that the budget was blown in two days! Suggests to me that some users never bothered to throttle back automated tests despite your mitigations being in...
> Yes, there are lots of automated testing bots that just grind away every five minutes. They simply get dropped when the iptables rule kicks in, so there's no incentive...
All the test failures are occurring during the `Build tools` phase and result from a problem downloading `gnulib` from an OpenWrt mirror. Runners are trying to download https://mirror2.openwrt.org/sources/gnulib-c99c8d491850dc3a6e0b8604a2729d8bc5c0eff1.tar.gz, which doesn't...
A few of the last CI build errors are with `gettext-full`: ``` In file included from ../../gettext-runtime/intl/localealias.c:61: ../../gettext-runtime/intl/gettextP.h:71:11: fatal error: libgnuintl.h: No such file or directory 71 | # include...
CI Check Summary --- Good news, most all tests pass! The 3 remaining build errors are: 1. Build `libbpf` on arch `x86/64`: https://github.com/openwrt/openwrt/actions/runs/8172980672/job/22345074498?pr=14802#step:34:527 ``` ====== Make errors from logs/package/libs/libbpf/compile.txt ======...
Hmm, how is the libtool error fake? Looking at https://github.com/openwrt/openwrt/actions/runs/8172980671/job/22344385380?pr=14802#step:6:87 it seems a real failure to build, with the same message as you/Florian saw before: ``` logs/tools/libtool/compile.txt-make[3]: Entering directory '/Volumes/OpenWrt/openwrt/build_dir/host/libtool-2.4.7'...
> no, the libtool error is not related to coreutils, but coreutils might be broken for mac build because of updating gnulib It's possible, but MacOS CI builds also failed...
> The amount of random this "fixes MacOS patches are crazy" @robimarko Yes, I agree and am not pleased. The addition of `gnulib` itself feels like a "MacOS patch" to...