Closed juhp closed 2 months ago
The information is there (albeit well hidden in heap of other information). The command that fails is fedpkg sources And I guess it then calls the curl that emits the error.
I was about to say that this was some network issue, but I submitted the scratch build of this package too and it failed too.
On the other hand, fedpkg mockbuild
passes without a problem. So this is does not seems to be a Mock issue. I advice to open fedora-infra ticket with Koji issue https://pagure.io/fedora-infrastructure/issues
There's also this: https://kojipkgs.fedoraproject.org/work/tasks/2977/123842977/checkout.log
If I do: $ git checkout 14bc2eade72946527ecfc44e4ed5b6eaef84bd23
Then I get: 09:27:35 /tmp/llama-cpp$ fedpkg sources Parsing specfile for used sources failed: Repo in inconsistent state: HEAD is a detached symbolic reference as it points to '14bc2eade72946527ecfc44e4ed5b6eaef84bd23' Falling back to downloading all sources. Downloading llama.cpp-b3184.tar.gz from https://src.fedoraproject.org/repo/pkgs ######################################################################## 100.0% Remove downloaded invalid file /tmp/llama-cpp/llama.cpp-b3184.tar.gz
So the llama.cpp-b3184.tar.gz
file has not been uploaded to dist-git. This seems like a problem in package (in particular commit).
Anyway, @juhp thank you for opening the issue here!
Okay thanks, sorry about that.
Indeed a bit confusing since attempting to upload, fedpkg says the sources are uploaded... but seems some mismatch indeed as Miroslav also said and Kevin in matrix when I first asked. Anyway it's not actually "my" package so...
Thanks for clarifying: I will try to add checkout.log support to koji-tool.
Short description of the problem
I noticed this srpm failure in koji:
https://kojipkgs.fedoraproject.org/work/tasks/2977/123842977/root.log which ends with:
Output of
rpm -q mock
INFO buildroot.py:605: Mock Version: 5.6
Steps to reproduce issue
or
fbrnch scratch-x86
.I didn't try local mock build (but fedpkg local seems to work).
Any additional notes
Basically I wonder if the error message could be improved to mention the url?