Distrobuilder fails when build-incus ubuntu noble image

Host os: Ubuntu 20.04
Distrobuilder v. 3.0 compiled binary
Templates from jenkins.linuxcontainers.org.
All other images work, incl. alpine, debian, centos, opensuse, ubuntu 20.04, 22.04
but ubuntu 24.04 noble fails during build-incus:

Error while downloading source: Failed to run "debootstrap": exit status 1

Log:
time=“2024-05-04T16:15:02+02:00” level=info msg=“Downloading source”
I: Retrieving InRelease
I: Checking Release signature
I: Valid Release signature (key id F6ECB3762474EDA9D21B7022871920D1991BC93C)
I: Retrieving Packages
I: Validating Packages
I: Resolving dependencies of required packages…
I: Resolving dependencies of base packages…
I: Checking component main on mirror.fra1.de.leaseweb.net | powered by Leaseweb
I: Retrieving adduser 3.137ubuntu1
I: Validating adduser 3.137ubuntu1
I: Retrieving apt 2.7.14build2
I: Validating apt 2.7.14build2
I: Retrieving apt-utils 2.7.14build2

I: Validating zlib1g 1:1.3.dfsg-3.1ubuntu2
I: Chosen extractor for .deb packages: dpkg-deb
I: Extracting base-files…
E: Tried to extract package, but file already exists. Exit…
time=“2024-05-04T16:27:20+02:00” level=error msg=“Failed running distrobuilder” err=“Error while downloading source: Failed to run "debootstrap": exit status 1”
time=“2024-05-04T16:27:20+02:00” level=info msg=“Removing cache directory”

E: Tried to extract package, but file already exists. Exit…

Maybe it is the actual error, that leads to failure ?

Have you tried to clean the cache, looks like, some file can’t extract ?

/joen

Cache is fresh built at start of command execution and purged after.
I have tried different cache locations with --cache-dir flag /tmp, on harddisk /var/distro/… and also on dedicated tempfs with same result.