On Thursday, August 14, 2025 4:01:08 AM Mountain Standard Time Alexandru Mihail wrote: > Hi, > If anyone has an idea how to solve reprotest for python3-psrecord that > would be greatly appreciated > (https://salsa.debian.org/python-team/packages/psrecord/-/jobs/7979933) > Something very funky is happening right as dpkg-buildpackage begins: > dpkg-genchanges: info: envoi des binaires seulement (le code source > n'est pas inclus) > dpkg-source --after-build . > dpkg-buildpackage: info: envoi d'un binaire seulement (aucune inclusion > de code source) > fusermount: failed to unmount /tmp/reprotest.rcXYf1/const_build_path: > Device or resource busy > rmdir: '/tmp/reprotest.rcXYf1/const_build_path/' kustutamine > ebaõnnestus: Périphérique ou ressource occupé > > It seems the fusermount call fails to unmount everytime, after this > part there is a thousand calls to mv which should move some temporary > files around and that also fails with: File name too long. I think > something is wrong with how the wheel is built specifically in CI/CD. > No problems locally. I have more experience with building classic > Makefile stuff, maybe someone more versed in building python has any > idea.
The first thing I try when I have a repotest error is to see if I can duplicate it using “sudo pbuilder build --twice”. Pbuilder and Salsa CI don’t use exactly the same environment, so sometimes they produce the same results and sometimes they don’t. If it does fail in pbuilder, that is helpful in trying to resolve the issue. If it doesn’t, that is also helpful information. -- Soren Stoutner so...@debian.org
signature.asc
Description: This is a digitally signed message part.