Bug#1070740: autpkgtest failures for jtreg7 7.3.1+1-1

2024-05-08 Thread Pushkar Kulkarni
Package: jtreg7 Version: 7.3.1+1-1 Severity: normal Failures are reported for jtreg7 autopkgtest runs on Ubuntu [1]: 1066s warning: [path] bad path element "/usr/share/java/junit-platform-console-standalone.jar": no such file or directory 1066s error: warnings found and -Werror specified 1066s 1

Bug#1061799: [PATCH] Migrate from using imp to importlib

2024-02-07 Thread Pushkar Kulkarni
--- /dev/null +++ b/debian/patches/Replace-imp-by-importlib.patch @@ -0,0 +1,37 @@ +Author: Pushkar Kulkarni +Description: The "imp" package lets users implement the import statement, +enabling dynamic loading of Python modules. The "imp" package was +deprecated i

Bug#1061741: Update from upstream

2024-02-05 Thread Pushkar Kulkarni
Upstream kind of confirmed that this is caused by swig 4.2.0 [1]. [1] https://github.com/facebookresearch/faiss/issues/3239#issuecomment-1926751972

Bug#1062810: Update

2024-02-04 Thread Pushkar Kulkarni
Hi Joel, Thanks for fixing this bug in the upstream ccache repo [1]. Do you plan on doing a new upstream release? If not, we could work around this failure by adding "Restrictions: allow-stderr" to debian/test/control. Apologies for not doing an MR. I couldn't locate a branch for 4.9-1 under

Bug#1063003: Duplicate

2024-02-04 Thread Pushkar Kulkarni
I realize this is a duplicate of bug # 1062810 and should be closed. Apologies - Pushkar

Bug#1063003: autopkgtests fail for ccache 4.9-1

2024-02-04 Thread Pushkar Kulkarni
Package: ccache Version: 4.9-1 Severity: normal An existing test started dumping a core [1] causing autopkgtests to fail with the 4.9-1. This happens because some changes that went upstream between versions 4.8.3 and 4.9.1, specifically this commit [2], cause the test to crash with SIGABRT when a

Bug#1061799: Merge request

2024-02-04 Thread Pushkar Kulkarni
I've raised a merge request [1] to use importlib instead of imp. [1] https://salsa.debian.org/debian-astro-team/glue/-/merge_requests/3

Bug#1061796: Merge request

2024-02-04 Thread Pushkar Kulkarni
I've submitted a merge request [1]. unit-test-p3 runs python3 -Wdefaults -m unittest had been picking up no tests. With Python 3.12 unittest picking up no tests is flagged as a failure [2]. It might be worth commenting out unit-test-p3 until we investigate and conclude on why no tests are picked

Bug#1062980:

2024-02-04 Thread Pushkar Kulkarni
Here [1] is a example of a failing autopkgtest: 354s File "/usr/lib/python3/dist-packages/django/apps/config.py", line 193, in create 354s import_module(entry) 354s File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module 354s return

Bug#1062980: bootstrapform imports distutils

2024-02-04 Thread Pushkar Kulkarni
Package: python-django-bootstrap-form Version: 3.4-7 Severity: normal python-django-bootstrap-form imports distutils.StrictVersion. This causes autopkgtests of its reverse dependencies (like freedombox) to fail with Python 3.12 which has done away with distutils.

Bug#1062657: Faiss needs to be migrated away from using distutils

2024-02-02 Thread Pushkar Kulkarni
Package: faiss Version: 1.7.4-3 Severity: medium Python 3.12 purged distutils from the std library. The Debian faiss packages still depend on distutils in faiss/python/loader.py, causing autopkgtests to fail. It might help to backport upstream commit [1], but the FTFBS bug [2] is a blocker

Bug#1062656: Faiss fails to build from source

2024-02-02 Thread Pushkar Kulkarni
Package: faiss Version: 1.7.4-3 Severity: high The faiss build seems to fail in debian/sid due to a recent upgrade of dependency swig to version 4.2.0-1. It's my guess that this issue did not exist with swig 4.1.0-0.3. This was also reported upstream [1].

Bug#1062355: Update: investigation details

2024-01-31 Thread Pushkar Kulkarni
I have proposed a fix through an MR [1]. https://salsa.debian.org/pkg-voip-team/asterisk-espeak/-/merge_requests/2 On Thu, Feb 1, 2024 at 1:06 PM Pushkar Kulkarni wrote: > > Please refer to the details of the investigation on the LP bug [1]. > > [1] https://bugs.launchpad.net/ub

Bug#1062355: Update: investigation details

2024-01-31 Thread Pushkar Kulkarni
Please refer to the details of the investigation on the LP bug [1]. [1] https://bugs.launchpad.net/ubuntu/+source/asterisk-espeak/+bug/2051908

Bug#1062355: Autopkgtests for asterisk-espeak fail

2024-01-31 Thread Pushkar Kulkarni
Package: asterisk-espeak Version: 5.0~1-4 Severity: normal Failure of autopkgtests [1] is reported, on Ubuntu, for the 5.0~1-4 which is currently in the "noble proposed(universe)". The output shows a failure of the loading of app_espeak module into asterisk. output = 666s Removing

Bug#1061361: Adapt lektor to werkzeug 3.0.1 - fix proposed

2024-01-22 Thread Pushkar Kulkarni
Hello, I submitted a patch [1] for review. Many thanks, Pushkar [1] https://salsa.debian.org/debian/lektor/-/merge_requests/2

Bug#1061360: Adapt onionshare to the new werkzeug urls API

2024-01-22 Thread Pushkar Kulkarni
Hello, I submitted a patch [1] for review. Many thanks, Pushkar [1] https://salsa.debian.org/pkg-privacy-team/onionshare/-/merge_requests/3

Bug#1061361: Adapt lektor to the new python-werkzeug urls API

2024-01-22 Thread Pushkar Kulkarni
Package: lektor Version: 3.3.7-1 Severity: normal python3-werkzeug have substantially reworked (purged, if I may) their urls API in upstream release 3.0.1 which is accepted by Debian experimental. As per the Ubuntu bug report [1], and as also verified by me, lektor's autopkgtests fail when it

Bug#1061360: Adapt onionshare to python3-werkzeug API 3.X.Y

2024-01-22 Thread Pushkar Kulkarni
Package: onionshare Version: 2.6-5 Severity: normal python3-werkzeug have substantially reworked (purged, if I may) their urls API in upstream release 3.0.1 which is accepted by Debian experimental. As per the Ubuntu bug report [1], and as also verified by me, onionshare's autopkgtests fail when

Bug#1053015: Merge request

2023-11-25 Thread Pushkar Kulkarni
Hello, I submitted a merge request [1] for this bug and wanted to request a review. Thanks! Pushkar [1] https://salsa.debian.org/java-team/cava/-/merge_requests/1

Bug#1053017: Merge request

2023-11-25 Thread Pushkar Kulkarni
Hello, I submitted a merge request [1] for this bug and wanted to request a review. Thanks! Pushkar [1] https://salsa.debian.org/java-team/classmate/-/merge_requests/1

Bug#1053016: Merge request

2023-11-25 Thread Pushkar Kulkarni
Hello, I submitted a merge request [1] for this bug and wanted to request a review. Thanks! Pushkar [1] https://salsa.debian.org/clojure-team/cheshire-clojure/-/merge_requests/2

Bug#1052691: Merge request

2023-11-25 Thread Pushkar Kulkarni
Hello, I submitted a merge request [1] for this bug and wanted to request a review. Thanks! Pushkar [1] https://salsa.debian.org/java-team/icedtea-web/-/merge_requests/7

Bug#1052622: Merge request

2023-11-25 Thread Pushkar Kulkarni
Hello, I submitted a merge request [1] for this bug and wanted to request a review. Thanks! Pushkar [1] https://salsa.debian.org/java-team/jboss-logging-tools/-/merge_requests/2

Bug#1052694: Merge request

2023-11-25 Thread Pushkar Kulkarni
Hello, I submitted a merge request [1] for this bug and am requesting for reviews. Thanks! Pushkar [1] https://salsa.debian.org/java-team/libeuclid-java/-/merge_requests/1

Bug#1052538: Merge request

2023-11-10 Thread Pushkar Kulkarni
Created https://salsa.debian.org/java-team/truffle/-/merge_requests/2 to fix this issue. Thanks! - Pushkar

Bug#1052498: Merge request

2023-11-10 Thread Pushkar Kulkarni
Please ignore the previous comment. It wasn't meant for this bug report. On Fri, Nov 10, 2023 at 11:30 AM Pushkar Kulkarni wrote: > > I've submitted an MR[1] for this bug report. > > Thanks, > Pushkar > > [1] > https://salsa.debian.org/robotics-team/eprosima-idl-parser/-/merge_requests/1

Bug#1052499: Merge request

2023-11-10 Thread Pushkar Kulkarni
I've submitted an MR[1] for this bug report. Thanks, Pushkar [1] https://salsa.debian.org/robotics-team/eprosima-idl-parser/-/merge_requests/1

Bug#1052498: Merge request

2023-11-10 Thread Pushkar Kulkarni
I've submitted an MR[1] for this bug report. Thanks, Pushkar [1] https://salsa.debian.org/robotics-team/eprosima-idl-parser/-/merge_requests/1

Bug#1052498: Merge request

2023-11-09 Thread Pushkar Kulkarni
Submitted https://salsa.debian.org/java-team/doctorj/-/merge_requests/2 for this. Thanks! - Pushkar

Bug#1052474: Merge request for 1052474

2023-11-08 Thread Pushkar Kulkarni
Submitted https://salsa.debian.org/java-team/checker-framework-java/-/merge_requests/2