Debdiff for the fix (adding test-arg-parser to the skip list in debian/tests/upstream-basic):
diff -Nru llama.cpp-9601+dfsg/debian/changelog llama.cpp-9601+dfsg/debian/changelog --- llama.cpp-9601+dfsg/debian/changelog 2026-06-12 01:45:26.000000000 +0530 +++ llama.cpp-9601+dfsg/debian/changelog 2026-06-22 05:04:07.000000000 +0530 @@ -1,3 +1,12 @@ +llama.cpp (9601+dfsg-1ubuntu1) stonking; urgency=medium + + * d/tests/upstream-basic: skip test-arg-parser; upstream added live HTTP + requests to ggml.ai in 9601, which hang in the network-restricted + autopkgtest environment. The comment noting this was already present + but the test was not added to the skip list. + + -- Anshul Singh <[email protected]> Mon, 22 Jun 2026 05:04:07 +0530 + llama.cpp (9601+dfsg-1) unstable; urgency=medium [ Christian Kastner ] diff -Nru llama.cpp-9601+dfsg/debian/control llama.cpp-9601+dfsg/debian/control --- llama.cpp-9601+dfsg/debian/control 2026-06-12 01:45:26.000000000 +0530 +++ llama.cpp-9601+dfsg/debian/control 2026-06-22 05:04:07.000000000 +0530 @@ -1,6 +1,7 @@ Source: llama.cpp Section: science -Maintainer: Debian Deep Learning Team <[email protected]> +Maintainer: Ubuntu Developers <[email protected]> +XSBC-Original-Maintainer: Debian Deep Learning Team <[email protected]> Uploaders: Christian Kastner <[email protected]> Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/deeplearning-team/llama.cpp diff -Nru llama.cpp-9601+dfsg/debian/tests/upstream-basic llama.cpp-9601+dfsg/debian/tests/upstream-basic --- llama.cpp-9601+dfsg/debian/tests/upstream-basic 2026-06-12 01:45:26.000000000 +0530 +++ llama.cpp-9601+dfsg/debian/tests/upstream-basic 2026-06-22 05:03:54.000000000 +0530 @@ -9,6 +9,7 @@ # with "TODO: fix and re-enable" - it fails to load backends # see https://github.com/ggml-org/llama.cpp/blob/9281dd135d6f175ceacca7d3a3ec440012264cfe/.github/workflows/build.yml#L663 skip_tests="\ +test-arg-parser test-autorelease test-chat test-chat-auto-parser -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2157811 Title: llama.cpp/9601+dfsg-1: test-arg-parser makes live HTTP requests causing autopkgtest failure To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/llama.cpp/+bug/2157811/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
