Re: A class of errors due to python 3.10: collections import

2022-02-04 Thread Andreas Hasenack
On Thu, Feb 3, 2022 at 3:38 PM Andreas Hasenack wrote: > > In general: > > change > > from collections import > > to > > from collections.abc import > > > This will list the culprits: > retry-autopkgtest-regressions --blocks python3-defaults --log-regex > 'ImportError: cannot import

+1maint: another class of py3.10 issues: "distutils is deprecated"

2022-02-04 Thread Andreas Hasenack
retry-autopkgtest-regressions --blocks python3-defaults --log-regex 'DeprecationWarning: The distutils package is deprecated' Which gives: ansible hy lazygal oz pytest-mpi q2-fragment-insertion q2-sample-classifier typer unicycler zope.testing I'm currently on lazygal. These links might be

PSA for those using encrypted filesystems on jammy

2022-02-04 Thread William Wilson
Hello all, If you are running an encrypted root filesystem on jammy, please be aware of an issue with cryptsetup and busybox not working well together. The issue stems from a recent cryptsetup upload that requires the busybox-initramfs to contain the dirname applet. See