I have read most threads regarding the same situation “space stucked in build queued.”
Now all my spaces, included any new created spaces, will failed to build. And base on all the previous threads, this is very likely a huggingface issue and require hugging face’ team support.
Can any admin help me to resolve this issue?
-------------------------The ERROR at the build logs-----------------------------------------
Hi @keble@Araeynn, thanks for reporting. We’ve applied a patch and triggering a restart to your Space should do the trick. Let us know though if you continue to see an issue. Thanks again!
Hi, I meet the same issue now, and I try to restart space but it does not still work : keep building for about 6 hours; Could anyone know how to fix it ?
If you get a build error, it’s often because of a mistake on the user’s side, and it can often be resolved by making a few tweaks. However, if it just stops without a build log, it’s probably because HF is stopping the execution for some reason.
For example, if there is a Docker file that contains a library that has been implicitly banned because it has been misused, it will stop. This is particularly common with network-related libraries.
If you have something you got from github, this is probably the case.
Also, if you try to build a Spaces that contains a file larger than 1GB that you were able to upload in the past but can’t upload now, it will also stop. I forget whether a log is output or not. In this case, if you change the specification to place the large file in the model repo and download it when Spaces is started, it will be fine.
If it is made public, people who misuse it will use the public information, so it is probably not public.
For us, the only way is to eliminate the candidates one by one…
Well, in this case, it is probably caused by one of the network-related libraries, so I think it will be found relatively quickly if it is a build stack due to restrictions.