Hello all, My ARM-64 server has been churning out ARM-32 builds happily for some time, until today (it worked fine as recently as last week.) The 32-bit builds are failing with "no compliant workers (constraints mismatch hint: hardware:cpu)", and osc checkconstraints shows that there are 0 armv7l workers (whereas our x86_64 machine is also providing the i586 workers.) However, osc workerinfo shows that the ARM-64 worker does not have the "nativeonly" tag which would exclude it from 32-bit builds. Our OBS server is pushing a hacked version of bs_worker which backports https://github.com/openSUSE/open-build-service/pull/10850. I've confirmed that this hacked bs_worker is still present in /usr/lib/obs/server, and that the worker has it in its /run/obs/worker/<num>/worker directory. Any ideas on why ARM-32 builds are suddenly not working? Kyle