Source: softhsm2 Version: 2.6.1-2.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 softhsm2 > dpkg-buildpackage: info: source version 2.6.1-2.1 > dpkg-buildpackage: info: source distribution unstable > dpkg-buildpackage: info: source changed by Sebastian Ramacher > <[email protected]> > dpkg-source --before-build . > fakeroot debian/rules clean > dh clean --with autoreconf > dh_auto_clean > make -j8 distclean > make[1]: Entering directory '/<<PKGBUILDDIR>>' > Making distclean in src > make[2]: Entering directory '/<<PKGBUILDDIR>>/src' > Making distclean in lib > make[3]: Entering directory '/<<PKGBUILDDIR>>/src/lib' > Making distclean in common > make[4]: Entering directory '/<<PKGBUILDDIR>>/src/lib/common' > rm -rf .libs _libs > test -z "libsofthsm_common.la" || rm -f libsofthsm_common.la > rm -f *.o > rm -f *.lo > rm -f *.tab.c > test -z "softhsm2.conf softhsm2.conf.5" || rm -f softhsm2.conf softhsm2.conf.5 > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > rm -f ./so_locations > test . = "." || test -z "" || rm -f > rm -f ./.deps/Configuration.Plo > rm -f ./.deps/MutexFactory.Plo > rm -f ./.deps/SimpleConfigLoader.Plo > rm -f ./.deps/fatal.Plo > rm -f ./.deps/log.Plo > rm -f ./.deps/osmutex.Plo > rm -f Makefile > make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/lib/common' > Making distclean in crypto > make[4]: Entering directory '/<<PKGBUILDDIR>>/src/lib/crypto' > Making distclean in test > make[5]: Entering directory '/<<PKGBUILDDIR>>/src/lib/crypto/test' > rm -rf .libs _libs > rm -f *.o > test -z "cryptotest.log" || rm -f cryptotest.log > rm -f *.lo > rm -f *.tab.c > test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > rm -f cryptotest > test . = "." || test -z "" || rm -f > test -z "cryptotest.trs" || rm -f cryptotest.trs > test -z "test-suite.log" || rm -f test-suite.log > rm -f ./.deps/AESTests.Po > rm -f ./.deps/DESTests.Po > rm -f ./.deps/DHTests.Po > rm -f ./.deps/DSATests.Po > rm -f ./.deps/ECDHTests.Po > rm -f ./.deps/ECDSATests.Po > rm -f ./.deps/EDDSATests.Po > rm -f ./.deps/GOSTTests.Po > rm -f ./.deps/HashTests.Po > rm -f ./.deps/MacTests.Po > rm -f ./.deps/RNGTests.Po > rm -f ./.deps/RSATests.Po > rm -f ./.deps/chisq.Po > rm -f ./.deps/cryptotest.Po > rm -f ./.deps/ent.Po > rm -f ./.deps/iso8859.Po > rm -f ./.deps/randtest.Po > rm -f Makefile > make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/lib/crypto/test' > make[5]: Entering directory '/<<PKGBUILDDIR>>/src/lib/crypto' > rm -rf .libs _libs > test -z "libsofthsm_crypto.la" || rm -f libsofthsm_crypto.la > rm -f *.o > rm -f *.lo > rm -f *.tab.c > test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > test . = "." || test -z "" || rm -f > rm -f ./so_locations > make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/lib/crypto' > rm -f ./.deps/AESKey.Plo > rm -f ./.deps/AsymmetricAlgorithm.Plo > rm -f ./.deps/AsymmetricKeyPair.Plo > rm -f ./.deps/BotanAES.Plo > rm -f ./.deps/BotanCryptoFactory.Plo > rm -f ./.deps/BotanDES.Plo > rm -f ./.deps/BotanDH.Plo > rm -f ./.deps/BotanDHKeyPair.Plo > rm -f ./.deps/BotanDHPrivateKey.Plo > rm -f ./.deps/BotanDHPublicKey.Plo > rm -f ./.deps/BotanDSA.Plo > rm -f ./.deps/BotanDSAKeyPair.Plo > rm -f ./.deps/BotanDSAPrivateKey.Plo > rm -f ./.deps/BotanDSAPublicKey.Plo > rm -f ./.deps/BotanECDH.Plo > rm -f ./.deps/BotanECDHKeyPair.Plo > rm -f ./.deps/BotanECDHPrivateKey.Plo > rm -f ./.deps/BotanECDHPublicKey.Plo > rm -f ./.deps/BotanECDSA.Plo > rm -f ./.deps/BotanECDSAKeyPair.Plo > rm -f ./.deps/BotanECDSAPrivateKey.Plo > rm -f ./.deps/BotanECDSAPublicKey.Plo > rm -f ./.deps/BotanEDDSA.Plo > rm -f ./.deps/BotanEDKeyPair.Plo > rm -f ./.deps/BotanEDPrivateKey.Plo > rm -f ./.deps/BotanEDPublicKey.Plo > rm -f ./.deps/BotanGOST.Plo > rm -f ./.deps/BotanGOSTKeyPair.Plo > rm -f ./.deps/BotanGOSTPrivateKey.Plo > rm -f ./.deps/BotanGOSTPublicKey.Plo > rm -f ./.deps/BotanGOSTR3411.Plo > rm -f ./.deps/BotanHashAlgorithm.Plo > rm -f ./.deps/BotanMAC.Plo > rm -f ./.deps/BotanMD5.Plo > rm -f ./.deps/BotanMacAlgorithm.Plo > rm -f ./.deps/BotanRNG.Plo > rm -f ./.deps/BotanRSA.Plo > rm -f ./.deps/BotanRSAKeyPair.Plo > rm -f ./.deps/BotanRSAPrivateKey.Plo > rm -f ./.deps/BotanRSAPublicKey.Plo > rm -f ./.deps/BotanSHA1.Plo > rm -f ./.deps/BotanSHA224.Plo > rm -f ./.deps/BotanSHA256.Plo > rm -f ./.deps/BotanSHA384.Plo > rm -f ./.deps/BotanSHA512.Plo > rm -f ./.deps/BotanSymmetricAlgorithm.Plo > rm -f ./.deps/BotanUtil.Plo > rm -f ./.deps/Botan_ecb.Plo > rm -f ./.deps/CryptoFactory.Plo > rm -f ./.deps/DESKey.Plo > rm -f ./.deps/DHParameters.Plo > rm -f ./.deps/DHPrivateKey.Plo > rm -f ./.deps/DHPublicKey.Plo > rm -f ./.deps/DSAParameters.Plo > rm -f ./.deps/DSAPrivateKey.Plo > rm -f ./.deps/DSAPublicKey.Plo > rm -f ./.deps/DerUtil.Plo > rm -f ./.deps/ECParameters.Plo > rm -f ./.deps/ECPrivateKey.Plo > rm -f ./.deps/ECPublicKey.Plo > rm -f ./.deps/EDPrivateKey.Plo > rm -f ./.deps/EDPublicKey.Plo > rm -f ./.deps/GOSTPrivateKey.Plo > rm -f ./.deps/GOSTPublicKey.Plo > rm -f ./.deps/HashAlgorithm.Plo > rm -f ./.deps/MacAlgorithm.Plo > rm -f ./.deps/OSSLAES.Plo > rm -f ./.deps/OSSLCMAC.Plo > rm -f ./.deps/OSSLComp.Plo > rm -f ./.deps/OSSLCryptoFactory.Plo > rm -f ./.deps/OSSLDES.Plo > rm -f ./.deps/OSSLDH.Plo > rm -f ./.deps/OSSLDHKeyPair.Plo > rm -f ./.deps/OSSLDHPrivateKey.Plo > rm -f ./.deps/OSSLDHPublicKey.Plo > rm -f ./.deps/OSSLDSA.Plo > rm -f ./.deps/OSSLDSAKeyPair.Plo > rm -f ./.deps/OSSLDSAPrivateKey.Plo > rm -f ./.deps/OSSLDSAPublicKey.Plo > rm -f ./.deps/OSSLECDH.Plo > rm -f ./.deps/OSSLECDSA.Plo > rm -f ./.deps/OSSLECKeyPair.Plo > rm -f ./.deps/OSSLECPrivateKey.Plo > rm -f ./.deps/OSSLECPublicKey.Plo > rm -f ./.deps/OSSLEDDSA.Plo > rm -f ./.deps/OSSLEDKeyPair.Plo > rm -f ./.deps/OSSLEDPrivateKey.Plo > rm -f ./.deps/OSSLEDPublicKey.Plo > rm -f ./.deps/OSSLEVPCMacAlgorithm.Plo > rm -f ./.deps/OSSLEVPHashAlgorithm.Plo > rm -f ./.deps/OSSLEVPMacAlgorithm.Plo > rm -f ./.deps/OSSLEVPSymmetricAlgorithm.Plo > rm -f ./.deps/OSSLGOST.Plo > rm -f ./.deps/OSSLGOSTKeyPair.Plo > rm -f ./.deps/OSSLGOSTPrivateKey.Plo > rm -f ./.deps/OSSLGOSTPublicKey.Plo > rm -f ./.deps/OSSLGOSTR3411.Plo > rm -f ./.deps/OSSLHMAC.Plo > rm -f ./.deps/OSSLMD5.Plo > rm -f ./.deps/OSSLRNG.Plo > rm -f ./.deps/OSSLRSA.Plo > rm -f ./.deps/OSSLRSAKeyPair.Plo > rm -f ./.deps/OSSLRSAPrivateKey.Plo > rm -f ./.deps/OSSLRSAPublicKey.Plo > rm -f ./.deps/OSSLSHA1.Plo > rm -f ./.deps/OSSLSHA224.Plo > rm -f ./.deps/OSSLSHA256.Plo > rm -f ./.deps/OSSLSHA384.Plo > rm -f ./.deps/OSSLSHA512.Plo > rm -f ./.deps/OSSLUtil.Plo > rm -f ./.deps/RSAParameters.Plo > rm -f ./.deps/RSAPrivateKey.Plo > rm -f ./.deps/RSAPublicKey.Plo > rm -f ./.deps/SymmetricAlgorithm.Plo > rm -f ./.deps/SymmetricKey.Plo > rm -f Makefile > make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/lib/crypto' > Making distclean in data_mgr > make[4]: Entering directory '/<<PKGBUILDDIR>>/src/lib/data_mgr' > Making distclean in test > make[5]: Entering directory '/<<PKGBUILDDIR>>/src/lib/data_mgr/test' > rm -rf .libs _libs > rm -f *.o > test -z "datamgrtest.log" || rm -f datamgrtest.log > rm -f *.lo > rm -f *.tab.c > test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > rm -f datamgrtest > test . = "." || test -z "" || rm -f > test -z "datamgrtest.trs" || rm -f datamgrtest.trs > test -z "test-suite.log" || rm -f test-suite.log > rm -f ./.deps/ByteStringTests.Po > rm -f ./.deps/RFC4880Tests.Po > rm -f ./.deps/SecureDataMgrTests.Po > rm -f ./.deps/datamgrtest.Po > rm -f Makefile > make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/lib/data_mgr/test' > make[5]: Entering directory '/<<PKGBUILDDIR>>/src/lib/data_mgr' > rm -rf .libs _libs > test -z "libsofthsm_datamgr.la" || rm -f libsofthsm_datamgr.la > rm -f *.o > rm -f *.lo > rm -f *.tab.c > test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > test . = "." || test -z "" || rm -f > rm -f ./so_locations > make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/lib/data_mgr' > rm -f ./.deps/ByteString.Plo > rm -f ./.deps/RFC4880.Plo > rm -f ./.deps/SecureDataManager.Plo > rm -f ./.deps/SecureMemoryRegistry.Plo > rm -f ./.deps/salloc.Plo > rm -f Makefile > make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/lib/data_mgr' > Making distclean in object_store > make[4]: Entering directory '/<<PKGBUILDDIR>>/src/lib/object_store' > Making distclean in test > make[5]: Entering directory '/<<PKGBUILDDIR>>/src/lib/object_store/test' > rm -rf .libs _libs > rm -f *.o > test -z "objstoretest.log" || rm -f objstoretest.log > rm -f *.lo > rm -f *.tab.c > test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > test . = "." || test -z "" || rm -f > rm -f objstoretest > test -z "objstoretest.trs" || rm -f objstoretest.trs > test -z "test-suite.log" || rm -f test-suite.log > rm -f ./.deps/DBObjectStoreTests.Po > rm -f ./.deps/DBObjectTests.Po > rm -f ./.deps/DBTests.Po > rm -f ./.deps/DBTokenTests.Po > rm -f ./.deps/DirectoryTests.Po > rm -f ./.deps/FileTests.Po > rm -f ./.deps/OSTokenTests.Po > rm -f ./.deps/ObjectFileTests.Po > rm -f ./.deps/ObjectStoreTests.Po > rm -f ./.deps/SessionObjectStoreTests.Po > rm -f ./.deps/SessionObjectTests.Po > rm -f ./.deps/UUIDTests.Po > rm -f ./.deps/objstoretest.Po > rm -f Makefile > make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/lib/object_store/test' > make[5]: Entering directory '/<<PKGBUILDDIR>>/src/lib/object_store' > rm -rf .libs _libs > test -z "libsofthsm_objectstore.la" || rm -f libsofthsm_objectstore.la > rm -f *.o > rm -f *.lo > rm -f *.tab.c > test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > test . = "." || test -z "" || rm -f > rm -f ./so_locations > make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/lib/object_store' > rm -f ./.deps/DB.Plo > rm -f ./.deps/DBObject.Plo > rm -f ./.deps/DBToken.Plo > rm -f ./.deps/Directory.Plo > rm -f ./.deps/File.Plo > rm -f ./.deps/FindOperation.Plo > rm -f ./.deps/Generation.Plo > rm -f ./.deps/OSAttribute.Plo > rm -f ./.deps/OSToken.Plo > rm -f ./.deps/ObjectFile.Plo > rm -f ./.deps/ObjectStore.Plo > rm -f ./.deps/ObjectStoreToken.Plo > rm -f ./.deps/SessionObject.Plo > rm -f ./.deps/SessionObjectStore.Plo > rm -f ./.deps/UUID.Plo > rm -f Makefile > make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/lib/object_store' > Making distclean in session_mgr > make[4]: Entering directory '/<<PKGBUILDDIR>>/src/lib/session_mgr' > Making distclean in test > make[5]: Entering directory '/<<PKGBUILDDIR>>/src/lib/session_mgr/test' > rm -rf .libs _libs > rm -f *.o > test -z "sessionmgrtest.log" || rm -f sessionmgrtest.log > rm -f *.lo > rm -f *.tab.c > test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > rm -f sessionmgrtest > test -z "sessionmgrtest.trs" || rm -f sessionmgrtest.trs > test . = "." || test -z "" || rm -f > test -z "test-suite.log" || rm -f test-suite.log > rm -f ./.deps/SessionManagerTests.Po > rm -f ./.deps/sessionmgrtest.Po > rm -f Makefile > make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/lib/session_mgr/test' > make[5]: Entering directory '/<<PKGBUILDDIR>>/src/lib/session_mgr' > rm -rf .libs _libs > test -z "libsofthsm_sessionmgr.la" || rm -f libsofthsm_sessionmgr.la > rm -f *.o > rm -f *.lo > rm -f *.tab.c > test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > test . = "." || test -z "" || rm -f > rm -f ./so_locations > make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/lib/session_mgr' > rm -f ./.deps/Session.Plo > rm -f ./.deps/SessionManager.Plo > rm -f Makefile > make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/lib/session_mgr' > Making distclean in slot_mgr > make[4]: Entering directory '/<<PKGBUILDDIR>>/src/lib/slot_mgr' > Making distclean in test > make[5]: Entering directory '/<<PKGBUILDDIR>>/src/lib/slot_mgr/test' > rm -rf .libs _libs > rm -f *.o > test -z "slotmgrtest.log" || rm -f slotmgrtest.log > rm -f *.lo > rm -f slotmgrtest > rm -f *.tab.c > test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > test . = "." || test -z "" || rm -f > test -z "slotmgrtest.trs" || rm -f slotmgrtest.trs > test -z "test-suite.log" || rm -f test-suite.log > rm -f ./.deps/SlotManagerTests.Po > rm -f ./.deps/slotmgrtest.Po > rm -f Makefile > make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/lib/slot_mgr/test' > make[5]: Entering directory '/<<PKGBUILDDIR>>/src/lib/slot_mgr' > rm -rf .libs _libs > test -z "libsofthsm_slotmgr.la" || rm -f libsofthsm_slotmgr.la > rm -f *.o > rm -f *.lo > rm -f *.tab.c > test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > test . = "." || test -z "" || rm -f > rm -f ./so_locations > make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/lib/slot_mgr' > rm -f ./.deps/Slot.Plo > rm -f ./.deps/SlotManager.Plo > rm -f ./.deps/Token.Plo > rm -f Makefile > make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/lib/slot_mgr' > Making distclean in handle_mgr > make[4]: Entering directory '/<<PKGBUILDDIR>>/src/lib/handle_mgr' > Making distclean in test > make[5]: Entering directory '/<<PKGBUILDDIR>>/src/lib/handle_mgr/test' > rm -rf .libs _libs > rm -f *.o > test -z "handlemgrtest.log" || rm -f handlemgrtest.log > rm -f *.lo > rm -f *.tab.c > test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > rm -f handlemgrtest > test . = "." || test -z "" || rm -f > test -z "handlemgrtest.trs" || rm -f handlemgrtest.trs > test -z "test-suite.log" || rm -f test-suite.log > rm -f ./.deps/HandleManagerTests.Po > rm -f ./.deps/handlemgrtest.Po > rm -f Makefile > make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/lib/handle_mgr/test' > make[5]: Entering directory '/<<PKGBUILDDIR>>/src/lib/handle_mgr' > rm -rf .libs _libs > test -z "libsofthsm_handlemgr.la" || rm -f libsofthsm_handlemgr.la > rm -f *.o > rm -f *.lo > rm -f *.tab.c > test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > test . = "." || test -z "" || rm -f > rm -f ./so_locations > make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/lib/handle_mgr' > rm -f ./.deps/Handle.Plo > rm -f ./.deps/HandleManager.Plo > rm -f Makefile > make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/lib/handle_mgr' > Making distclean in test > make[4]: Entering directory '/<<PKGBUILDDIR>>/src/lib/test' > rm -rf .libs _libs > rm -f *.o > test -z "p11test.log" || rm -f p11test.log > rm -f *.lo > rm -f *.tab.c > rm -f p11test > test -z "softhsm2.conf softhsm2-alt.conf softhsm2-reset-on-fork.conf > softhsm2-mech.conf" || rm -f softhsm2.conf softhsm2-alt.conf > softhsm2-reset-on-fork.conf softhsm2-mech.conf > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > test -z "p11test.trs" || rm -f p11test.trs > test . = "." || test -z "" || rm -f > test -z "test-suite.log" || rm -f test-suite.log > rm -f ../common/.deps/.dirstamp > rm -f ../common/.dirstamp > rm -f ../common/*.o > rm -f ../common/.deps/log.Po > rm -f ../common/.deps/osmutex.Po > rm -f ./.deps/AsymEncryptDecryptTests.Po > rm -f ./.deps/AsymWrapUnwrapTests.Po > rm -f ./.deps/DeriveTests.Po > rm -f ./.deps/DigestTests.Po > rm -f ./.deps/ForkTests.Po > rm -f ./.deps/InfoTests.Po > rm -f ./.deps/InitTests.Po > rm -f ./.deps/ObjectTests.Po > rm -f ./.deps/RandomTests.Po > rm -f ./.deps/SessionTests.Po > rm -f ./.deps/SignVerifyTests.Po > rm -f ./.deps/SymmetricAlgorithmTests.Po > rm -f ./.deps/TestsBase.Po > rm -f ./.deps/TestsNoPINInitBase.Po > rm -f ./.deps/TokenTests.Po > rm -f ./.deps/UserTests.Po > rm -f ./.deps/p11test.Po > rm -f Makefile > make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/lib/test' > make[4]: Entering directory '/<<PKGBUILDDIR>>/src/lib' > test -z "libsofthsm2.la" || rm -f libsofthsm2.la > rm -rf .libs _libs > test -z "libsofthsm_convarch.la" || rm -f libsofthsm_convarch.la > rm -f *.o > rm -f *.lo > rm -f *.tab.c > test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > test . = "." || test -z "" || rm -f > rm -f ./so_locations > rm -f ./so_locations > make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/lib' > rm -f ./.deps/P11Attributes.Plo > rm -f ./.deps/P11Objects.Plo > rm -f ./.deps/SoftHSM.Plo > rm -f ./.deps/access.Plo > rm -f ./.deps/main.Plo > rm -f Makefile > make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/lib' > Making distclean in bin > make[3]: Entering directory '/<<PKGBUILDDIR>>/src/bin' > Making distclean in common > make[4]: Entering directory '/<<PKGBUILDDIR>>/src/bin/common' > rm -rf .libs _libs > rm -f *.lo > test -z "" || rm -f > test . = "." || test -z "" || rm -f > rm -f Makefile > make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/bin/common' > Making distclean in keyconv > make[4]: Entering directory '/<<PKGBUILDDIR>>/src/bin/keyconv' > rm -rf .libs _libs > rm -f *.o > rm -f *.lo > rm -f *.tab.c > test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > rm -f softhsm2-keyconv > test . = "." || test -z "" || rm -f > rm -f ../../lib/crypto/*.o > rm -f ../../lib/crypto/.deps/.dirstamp > rm -f ../../lib/crypto/.dirstamp > rm -f ../../lib/crypto/.deps/OSSLComp.Po > rm -f ./.deps/base64.Po > rm -f ./.deps/softhsm2-keyconv-botan.Po > rm -f ./.deps/softhsm2-keyconv-ossl.Po > rm -f ./.deps/softhsm2-keyconv.Po > rm -f Makefile > make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/bin/keyconv' > Making distclean in util > make[4]: Entering directory '/<<PKGBUILDDIR>>/src/bin/util' > rm -rf .libs _libs > rm -f *.o > rm -f *.lo > rm -f *.tab.c > test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > rm -f softhsm2-util > rm -f ../../lib/crypto/*.o > test . = "." || test -z "" || rm -f > rm -f ../../lib/crypto/.deps/.dirstamp > rm -f ../common/*.o > rm -f ../../lib/crypto/.dirstamp > rm -f ../common/.deps/.dirstamp > rm -f ../common/.dirstamp > rm -f ../../lib/crypto/.deps/OSSLComp.Po > rm -f ../common/.deps/findslot.Po > rm -f ../common/.deps/getpw.Po > rm -f ../common/.deps/library.Po > rm -f ./.deps/softhsm2-util-botan.Po > rm -f ./.deps/softhsm2-util-ossl.Po > rm -f ./.deps/softhsm2-util.Po > rm -f Makefile > make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/bin/util' > Making distclean in dump > make[4]: Entering directory '/<<PKGBUILDDIR>>/src/bin/dump' > rm -rf .libs _libs > rm -f *.o > rm -f *.lo > rm -f *.tab.c > test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > rm -f softhsm2-dump-file > test . = "." || test -z "" || rm -f > rm -f ./.deps/softhsm2-dump-db.Po > rm -f ./.deps/softhsm2-dump-file.Po > rm -f Makefile > make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/bin/dump' > Making distclean in migrate > make[4]: Entering directory '/<<PKGBUILDDIR>>/src/bin/migrate' > rm -rf .libs _libs > rm -f *.o > rm -f *.lo > rm -f *.tab.c > test -z "" || rm -f > rm -f softhsm2-migrate > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > test . = "." || test -z "" || rm -f > rm -f ../common/*.o > rm -f ../common/.deps/.dirstamp > rm -f ../common/.dirstamp > rm -f ../common/.deps/findslot.Po > rm -f ../common/.deps/getpw.Po > rm -f ../common/.deps/library.Po > rm -f ./.deps/softhsm2-migrate.Po > rm -f Makefile > make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/bin/migrate' > make[4]: Entering directory '/<<PKGBUILDDIR>>/src/bin' > rm -rf .libs _libs > rm -f *.lo > test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > test . = "." || test -z "" || rm -f > make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/bin' > rm -f Makefile > make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/bin' > make[3]: Entering directory '/<<PKGBUILDDIR>>/src' > rm -rf .libs _libs > rm -f *.lo > test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > test . = "." || test -z "" || rm -f > make[3]: Leaving directory '/<<PKGBUILDDIR>>/src' > rm -f Makefile > make[2]: Leaving directory '/<<PKGBUILDDIR>>/src' > make[2]: Entering directory '/<<PKGBUILDDIR>>' > rm -rf .libs _libs > rm -f *.lo > test -z "softhsm2.module src/lib/test/tokens/dummy" || rm -f softhsm2.module > src/lib/test/tokens/dummy > rm -f config.h stamp-h1 > rm -f libtool config.lt > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > test . = "." || test -z "" || rm -f > rm -f cscope.out cscope.in.out cscope.po.out cscope.files > make[2]: Leaving directory '/<<PKGBUILDDIR>>' > rm -f config.status config.cache config.log configure.lineno > config.status.lineno > rm -f Makefile > make[1]: Leaving directory '/<<PKGBUILDDIR>>' > dh_autoreconf_clean > dh_clean > dpkg-source -b . > dpkg-source: info: using source format '3.0 (quilt)' > dpkg-source: info: building softhsm2 using existing > ./softhsm2_2.6.1.orig.tar.gz > dpkg-source: info: using patch list from debian/patches/series > dpkg-source: warning: ignoring deletion of file install-sh, use > --include-removal to override > dpkg-source: warning: ignoring deletion of file aclocal.m4, use > --include-removal to override > dpkg-source: warning: ignoring deletion of file Makefile.in, use > --include-removal to override > dpkg-source: warning: ignoring deletion of file compile, use > --include-removal to override > dpkg-source: warning: ignoring deletion of file ltmain.sh, use > --include-removal to override > dpkg-source: warning: ignoring deletion of file configure, use > --include-removal to override > dpkg-source: warning: ignoring deletion of file config.h.in, use > --include-removal to override > dpkg-source: warning: ignoring deletion of file depcomp, use > --include-removal to override > dpkg-source: warning: ignoring deletion of file test-driver, use > --include-removal to override > dpkg-source: warning: ignoring deletion of file missing, use > --include-removal to override > dpkg-source: warning: ignoring deletion of file m4/ltsugar.m4, use > --include-removal to override > dpkg-source: warning: ignoring deletion of file m4/lt~obsolete.m4, use > --include-removal to override > dpkg-source: warning: ignoring deletion of file m4/ltversion.m4, use > --include-removal to override > dpkg-source: warning: ignoring deletion of file m4/libtool.m4, use > --include-removal to override > dpkg-source: warning: ignoring deletion of file m4/ltoptions.m4, use > --include-removal to override > dpkg-source: warning: ignoring deletion of file src/Makefile.in, use > --include-removal to override > dpkg-source: warning: ignoring deletion of file src/lib/Makefile.in, use > --include-removal to override > dpkg-source: warning: ignoring deletion of file > src/lib/session_mgr/Makefile.in, use --include-removal to override > dpkg-source: warning: ignoring deletion of file > src/lib/session_mgr/test/Makefile.in, use --include-removal to override > dpkg-source: warning: ignoring deletion of file src/lib/crypto/Makefile.in, > use --include-removal to override > dpkg-source: warning: ignoring deletion of file > src/lib/crypto/test/Makefile.in, use --include-removal to override > dpkg-source: warning: ignoring deletion of file src/lib/test/Makefile.in, use > --include-removal to override > dpkg-source: warning: ignoring deletion of file src/lib/data_mgr/Makefile.in, > use --include-removal to override > dpkg-source: warning: ignoring deletion of file > src/lib/data_mgr/test/Makefile.in, use --include-removal to override > dpkg-source: warning: ignoring deletion of file > src/lib/object_store/Makefile.in, use --include-removal to override > dpkg-source: warning: ignoring deletion of file > src/lib/object_store/test/Makefile.in, use --include-removal to override > dpkg-source: warning: ignoring deletion of file src/lib/common/Makefile.in, > use --include-removal to override > dpkg-source: warning: ignoring deletion of file src/lib/slot_mgr/Makefile.in, > use --include-removal to override > dpkg-source: warning: ignoring deletion of file > src/lib/slot_mgr/test/Makefile.in, use --include-removal to override > dpkg-source: warning: ignoring deletion of file > src/lib/handle_mgr/Makefile.in, use --include-removal to override > dpkg-source: warning: ignoring deletion of file > src/lib/handle_mgr/test/Makefile.in, use --include-removal to override > dpkg-source: warning: ignoring deletion of file src/bin/Makefile.in, use > --include-removal to override > dpkg-source: warning: ignoring deletion of file src/bin/keyconv/Makefile.in, > use --include-removal to override > dpkg-source: warning: ignoring deletion of file src/bin/migrate/Makefile.in, > use --include-removal to override > dpkg-source: warning: ignoring deletion of file src/bin/dump/Makefile.in, use > --include-removal to override > dpkg-source: warning: ignoring deletion of file src/bin/common/Makefile.in, > use --include-removal to override > dpkg-source: warning: ignoring deletion of file src/bin/util/Makefile.in, use > --include-removal to override > dpkg-source: error: cannot represent change to > src/lib/test/tokens/20999d9f-f3fc-8145-aee0-3f8727654d5c/generation: binary > file contents changed > dpkg-source: error: add > src/lib/test/tokens/20999d9f-f3fc-8145-aee0-3f8727654d5c/generation in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: newly created empty file > 'src/lib/test/tokens/20999d9f-f3fc-8145-aee0-3f8727654d5c/token.lock' will > not be represented in diff > dpkg-source: error: cannot represent change to > src/lib/test/tokens/20999d9f-f3fc-8145-aee0-3f8727654d5c/token.object: binary > file contents changed > dpkg-source: error: add > src/lib/test/tokens/20999d9f-f3fc-8145-aee0-3f8727654d5c/token.object in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > src/lib/test/tokens/7571a5b5-e0c4-da58-9e51-32b231608d70/generation: binary > file contents changed > dpkg-source: error: add > src/lib/test/tokens/7571a5b5-e0c4-da58-9e51-32b231608d70/generation in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: newly created empty file > 'src/lib/test/tokens/7571a5b5-e0c4-da58-9e51-32b231608d70/token.lock' will > not be represented in diff > dpkg-source: error: cannot represent change to > src/lib/test/tokens/7571a5b5-e0c4-da58-9e51-32b231608d70/token.object: binary > file contents changed > dpkg-source: error: add > src/lib/test/tokens/7571a5b5-e0c4-da58-9e51-32b231608d70/token.object in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > 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/softhsm2_2.6.1-2.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.

