Source: boxbackup
Version: 0.13~~git20221201.g166b3fa-1
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: [email protected]
Usertags: qa-doublebuild

Hi,

This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).

This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.

More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild

Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env 
> -us -uc -rfakeroot -S
> ----------------------------------------------------------------------------------------------------------------------------------------------
> 
> dpkg-buildpackage: info: source package boxbackup
> dpkg-buildpackage: info: source version 0.13~~git20221201.g166b3fa-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Ileana Dumitrescu 
> <[email protected]>
>  dpkg-source --before-build .
>  debian/rules clean
> dh clean
>    dh_auto_clean
>       make -j8 realclean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> rm -rf debug/qdbm/*
> rm -rf debug/lib/win32/*
> rm -rf debug/lib/common/*
> rm -rf release/lib/win32/*
> rm -rf release/qdbm/*
> rm -rf debug/lib/raidfile/*
> rm -rf debug/lib/crypto/*
> rm -rf debug/lib/server/*
> rm -rf release/lib/raidfile/*
> rm -rf release/lib/crypto/*
> rm -rf debug/lib/compress/*
> rm -rf debug/lib/intercept/*
> rm -rf release/lib/compress/*
> rm -rf release/lib/common/*
> rm -rf release/lib/server/*
> rm -rf release/lib/intercept/*
> rm -rf debug/test/common/*
> rm -rf debug/test/crypto/*
> rm -rf release/test/common/*
> rm -rf debug/test/compress/*
> rm -rf debug/test/raidfile/*
> rm -rf debug/test/basicserver/*
> rm -rf debug/lib/backupstore/*
> rm -rf debug/lib/backupclient/*
> rm -rf release/test/crypto/*
> rm -rf release/test/compress/*
> rm -rf release/test/basicserver/*
> rm -rf debug/lib/bbackupd/*
> rm -rf release/lib/backupclient/*
> rm -rf debug/lib/bbackupquery/*
> rm -rf debug/lib/bbstored/*
> rm -rf release/test/raidfile/*
> rm -rf release/lib/bbackupd/*
> rm -rf release/lib/bbackupquery/*
> rm -rf release/lib/bbstored/*
> rm -rf debug/bin/bbackupobjdump/*
> rm -rf debug/bin/bbstored/*
> rm -rf debug/bin/bbstoreaccounts/*
> rm -rf release/bin/bbackupobjdump/*
> rm -rf debug/bin/bbackupd/*
> rm -rf debug/bin/bbackupquery/*
> rm -rf release/lib/backupstore/*
> rm -rf release/bin/bbstored/*
> rm -rf release/bin/bbstoreaccounts/*
> rm -rf release/bin/bbackupd/*
> rm -rf debug/bin/bbackupctl/*
> rm -rf release/bin/bbackupquery/*
> rm -rf debug/test/backupstore/*
> rm -rf debug/test/backupstorefix/*
> rm -rf release/bin/bbackupctl/*
> rm -rf debug/test/backupstorepatch/*
> rm -rf debug/test/backupdiff/*
> rm -rf debug/test/bbackupd/*
> rm -rf release/test/backupstore/*
> rm -rf debug/bin/s3simulator/*
> rm -rf debug/test/s3store/*
> rm -rf release/test/backupstorefix/*
> rm -rf release/test/backupdiff/*
> rm -rf release/bin/s3simulator/*
> rm -rf release/test/backupstorepatch/*
> rm -rf debug/lib/httpserver/*
> rm -rf debug/test/httpserver/*
> rm -f qdbm/t qdbm/t-gdb qdbm/Makefile
> rm -rf release/test/bbackupd/*
> rm -f lib/win32/t lib/win32/t-gdb lib/win32/Makefile
> rm -rf release/test/s3store/*
> find qdbm -name 'autogen_*' -type f -exec rm -f {} \;
> find lib/win32 -name 'autogen_*' -type f -exec rm -f {} \;
> rm -rf release/lib/httpserver/*
> rm -f lib/common/t lib/common/t-gdb lib/common/Makefile
> rm -rf release/test/httpserver/*
> rm -f lib/raidfile/t lib/raidfile/t-gdb lib/raidfile/Makefile
> rm -f lib/crypto/t lib/crypto/t-gdb lib/crypto/Makefile
> find lib/common -name 'autogen_*' -type f -exec rm -f {} \;
> find lib/raidfile -name 'autogen_*' -type f -exec rm -f {} \;
> find lib/crypto -name 'autogen_*' -type f -exec rm -f {} \;
> rm -f lib/server/t lib/server/t-gdb lib/server/Makefile
> rm -f lib/compress/t lib/compress/t-gdb lib/compress/Makefile
> find lib/server -name 'autogen_*' -type f -exec rm -f {} \;
> rm -f lib/intercept/t lib/intercept/t-gdb lib/intercept/Makefile
> rm -f test/common/t test/common/t-gdb test/common/Makefile
> find lib/compress -name 'autogen_*' -type f -exec rm -f {} \;
> find lib/intercept -name 'autogen_*' -type f -exec rm -f {} \;
> rm -f test/crypto/t test/crypto/t-gdb test/crypto/Makefile
> find test/common -name 'autogen_*' -type f -exec rm -f {} \;
> find test/crypto -name 'autogen_*' -type f -exec rm -f {} \;
> rm -f test/compress/t test/compress/t-gdb test/compress/Makefile
> find test/compress -name 'autogen_*' -type f -exec rm -f {} \;
> rm -f test/raidfile/t test/raidfile/t-gdb test/raidfile/Makefile
> rm -f test/basicserver/t test/basicserver/t-gdb test/basicserver/Makefile
> rm -f lib/backupstore/t lib/backupstore/t-gdb lib/backupstore/Makefile
> find test/raidfile -name 'autogen_*' -type f -exec rm -f {} \;
> rm -f lib/backupclient/t lib/backupclient/t-gdb lib/backupclient/Makefile
> find test/basicserver -name 'autogen_*' -type f -exec rm -f {} \;
> rm -f lib/bbackupd/t lib/bbackupd/t-gdb lib/bbackupd/Makefile
> find lib/backupstore -name 'autogen_*' -type f -exec rm -f {} \;
> find lib/backupclient -name 'autogen_*' -type f -exec rm -f {} \;
> find lib/bbackupd -name 'autogen_*' -type f -exec rm -f {} \;
> rm -f lib/bbackupquery/t lib/bbackupquery/t-gdb lib/bbackupquery/Makefile
> rm -f lib/bbstored/t lib/bbstored/t-gdb lib/bbstored/Makefile
> rm -f bin/bbackupobjdump/t bin/bbackupobjdump/t-gdb 
> bin/bbackupobjdump/Makefile
> find lib/bbackupquery -name 'autogen_*' -type f -exec rm -f {} \;
> rm -f bin/bbstored/t bin/bbstored/t-gdb bin/bbstored/Makefile
> find lib/bbstored -name 'autogen_*' -type f -exec rm -f {} \;
> find bin/bbackupobjdump -name 'autogen_*' -type f -exec rm -f {} \;
> find bin/bbstored -name 'autogen_*' -type f -exec rm -f {} \;
> rm -f bin/bbstoreaccounts/t bin/bbstoreaccounts/t-gdb 
> bin/bbstoreaccounts/Makefile
> rm -f bin/bbackupd/t bin/bbackupd/t-gdb bin/bbackupd/Makefile
> rm -f bin/bbackupquery/t bin/bbackupquery/t-gdb bin/bbackupquery/Makefile
> find bin/bbstoreaccounts -name 'autogen_*' -type f -exec rm -f {} \;
> find bin/bbackupd -name 'autogen_*' -type f -exec rm -f {} \;
> find bin/bbackupquery -name 'autogen_*' -type f -exec rm -f {} \;
> rm -f bin/bbackupctl/t bin/bbackupctl/t-gdb bin/bbackupctl/Makefile
> rm -f test/backupstore/t test/backupstore/t-gdb test/backupstore/Makefile
> rm -f test/backupstorefix/t test/backupstorefix/t-gdb 
> test/backupstorefix/Makefile
> rm -f test/backupstorepatch/t test/backupstorepatch/t-gdb 
> test/backupstorepatch/Makefile
> find bin/bbackupctl -name 'autogen_*' -type f -exec rm -f {} \;
> find test/backupstore -name 'autogen_*' -type f -exec rm -f {} \;
> find test/backupstorefix -name 'autogen_*' -type f -exec rm -f {} \;
> rm -f test/backupdiff/t test/backupdiff/t-gdb test/backupdiff/Makefile
> rm -f test/bbackupd/t test/bbackupd/t-gdb test/bbackupd/Makefile
> find test/backupstorepatch -name 'autogen_*' -type f -exec rm -f {} \;
> find test/backupdiff -name 'autogen_*' -type f -exec rm -f {} \;
> rm -f bin/s3simulator/t bin/s3simulator/t-gdb bin/s3simulator/Makefile
> find test/bbackupd -name 'autogen_*' -type f -exec rm -f {} \;
> rm -f test/s3store/t test/s3store/t-gdb test/s3store/Makefile
> find bin/s3simulator -name 'autogen_*' -type f -exec rm -f {} \;
> rm -f lib/httpserver/t lib/httpserver/t-gdb lib/httpserver/Makefile
> find test/s3store -name 'autogen_*' -type f -exec rm -f {} \;
> rm -f test/httpserver/t test/httpserver/t-gdb test/httpserver/Makefile
> find lib/httpserver -name 'autogen_*' -type f -exec rm -f {} \;
> cd docs; make clean
> find test/httpserver -name 'autogen_*' -type f -exec rm -f {} \;
> make[2]: Entering directory '/<<PKGBUILDDIR>>/docs'
>   [RM]       htmlguide/man-html/*.html
>   [RM]       man/*.[58].gz
>   [RM]       docbook/ExceptionCodes.xml
>   [RM]       documentation-kit-0.10.tar.gz
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/docs'
> find release debug       -type f -exec rm -f {} \;
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_clean
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building boxbackup using existing 
> ./boxbackup_0.13~~git20221201.g166b3fa.orig.tar.xz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: warning: executable mode 0755 of 'config.status' will not be 
> represented in diff
> dpkg-source: warning: executable mode 0755 of 
> 'lib/bbackupquery/makedocumentation.pl' will not be represented in diff
> dpkg-source: error: cannot represent change to 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-client-x86_64-pc-linux-gnu.tgz:
>  binary file contents changed
> dpkg-source: error: add 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-client-x86_64-pc-linux-gnu.tgz
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-client-x86_64-pc-linux-gnu/bbackupctl:
>  binary file contents changed
> dpkg-source: error: add 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-client-x86_64-pc-linux-gnu/bbackupctl
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: warning: executable mode 0755 of 
> 'parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-client-x86_64-pc-linux-gnu/bbackupctl'
>  will not be represented in diff
> dpkg-source: error: cannot represent change to 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-client-x86_64-pc-linux-gnu/bbackupctl.8.gz:
>  binary file contents changed
> dpkg-source: error: add 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-client-x86_64-pc-linux-gnu/bbackupctl.8.gz
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-client-x86_64-pc-linux-gnu/bbackupd:
>  binary file contents changed
> dpkg-source: error: add 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-client-x86_64-pc-linux-gnu/bbackupd
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: warning: executable mode 0755 of 
> 'parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-client-x86_64-pc-linux-gnu/bbackupd'
>  will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 
> 'parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-client-x86_64-pc-linux-gnu/bbackupd-config'
>  will not be represented in diff
> dpkg-source: error: cannot represent change to 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-client-x86_64-pc-linux-gnu/bbackupd-config.8.gz:
>  binary file contents changed
> dpkg-source: error: add 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-client-x86_64-pc-linux-gnu/bbackupd-config.8.gz
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-client-x86_64-pc-linux-gnu/bbackupd.8.gz:
>  binary file contents changed
> dpkg-source: error: add 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-client-x86_64-pc-linux-gnu/bbackupd.8.gz
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-client-x86_64-pc-linux-gnu/bbackupd.conf.5.gz:
>  binary file contents changed
> dpkg-source: error: add 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-client-x86_64-pc-linux-gnu/bbackupd.conf.5.gz
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-client-x86_64-pc-linux-gnu/bbackupquery:
>  binary file contents changed
> dpkg-source: error: add 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-client-x86_64-pc-linux-gnu/bbackupquery
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: warning: executable mode 0755 of 
> 'parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-client-x86_64-pc-linux-gnu/bbackupquery'
>  will not be represented in diff
> dpkg-source: error: cannot represent change to 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-client-x86_64-pc-linux-gnu/bbackupquery.8.gz:
>  binary file contents changed
> dpkg-source: error: add 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-client-x86_64-pc-linux-gnu/bbackupquery.8.gz
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: warning: executable mode 0755 of 
> 'parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-client-x86_64-pc-linux-gnu/install-backup-client'
>  will not be represented in diff
> dpkg-source: error: cannot represent change to 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-server-x86_64-pc-linux-gnu.tgz:
>  binary file contents changed
> dpkg-source: error: add 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-server-x86_64-pc-linux-gnu.tgz
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-server-x86_64-pc-linux-gnu/bbstoreaccounts:
>  binary file contents changed
> dpkg-source: error: add 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-server-x86_64-pc-linux-gnu/bbstoreaccounts
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: warning: executable mode 0755 of 
> 'parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-server-x86_64-pc-linux-gnu/bbstoreaccounts'
>  will not be represented in diff
> dpkg-source: error: cannot represent change to 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-server-x86_64-pc-linux-gnu/bbstoreaccounts.8.gz:
>  binary file contents changed
> dpkg-source: error: add 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-server-x86_64-pc-linux-gnu/bbstoreaccounts.8.gz
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-server-x86_64-pc-linux-gnu/bbstored:
>  binary file contents changed
> dpkg-source: error: add 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-server-x86_64-pc-linux-gnu/bbstored
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: warning: executable mode 0755 of 
> 'parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-server-x86_64-pc-linux-gnu/bbstored'
>  will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 
> 'parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-server-x86_64-pc-linux-gnu/bbstored-certs'
>  will not be represented in diff
> dpkg-source: error: cannot represent change to 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-server-x86_64-pc-linux-gnu/bbstored-certs.8.gz:
>  binary file contents changed
> dpkg-source: error: add 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-server-x86_64-pc-linux-gnu/bbstored-certs.8.gz
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: warning: executable mode 0755 of 
> 'parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-server-x86_64-pc-linux-gnu/bbstored-config'
>  will not be represented in diff
> dpkg-source: error: cannot represent change to 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-server-x86_64-pc-linux-gnu/bbstored-config.8.gz:
>  binary file contents changed
> dpkg-source: error: add 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-server-x86_64-pc-linux-gnu/bbstored-config.8.gz
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-server-x86_64-pc-linux-gnu/bbstored.8.gz:
>  binary file contents changed
> dpkg-source: error: add 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-server-x86_64-pc-linux-gnu/bbstored.8.gz
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-server-x86_64-pc-linux-gnu/bbstored.conf.5.gz:
>  binary file contents changed
> dpkg-source: error: add 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-server-x86_64-pc-linux-gnu/bbstored.conf.5.gz
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: warning: executable mode 0755 of 
> 'parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-server-x86_64-pc-linux-gnu/install-backup-server'
>  will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 
> 'parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-server-x86_64-pc-linux-gnu/raidfile-config'
>  will not be represented in diff
> dpkg-source: error: cannot represent change to 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-server-x86_64-pc-linux-gnu/raidfile-config.8.gz:
>  binary file contents changed
> dpkg-source: error: add 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-server-x86_64-pc-linux-gnu/raidfile-config.8.gz
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-server-x86_64-pc-linux-gnu/raidfile.conf.5.gz:
>  binary file contents changed
> dpkg-source: error: add 
> parcels/boxbackup-0.13~~git20221201.g166b3fa-1-backup-server-x86_64-pc-linux-gnu/raidfile.conf.5.gz
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: warning: executable mode 0755 of 
> 'parcels/scripts/install-backup-client' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 
> 'parcels/scripts/install-backup-server' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'qdbm/config.status' will not 
> be represented in diff
> dpkg-source: warning: executable mode 0755 of 'qdbm/configure' will not be 
> represented in diff
> dpkg-source: error: unrepresentable changes to source
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 1
> 
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage 
> --sanitize-env -us -uc -rfakeroot -S' failed to run.


The full build log is available from:
http://qa-logs.debian.net/2023/08/13/boxbackup_0.13~~git20221201.g166b3fa-1_unstable.log

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

Reply via email to