Source: nunit Version: 2.6.4+dfsg-1.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 nunit > dpkg-buildpackage: info: source version 2.6.4+dfsg-1.1 > dpkg-buildpackage: info: source distribution unstable > dpkg-buildpackage: info: source changed by Holger Levsen <[email protected]> > dpkg-source --before-build . > fakeroot debian/rules clean > dh clean --with cli > dh: warning: Compatibility levels before 10 are deprecated (level 7 in use) > dh_clean > rm -f debian/debhelper-build-stamp > rm -rf debian/.debhelper/ > dh_clean: warning: Compatibility levels before 10 are deprecated (level 7 in > use) > rm -f debian/libnunit-cil-dev.debhelper.log > debian/libnunit-console-runner2.6.3-cil.debhelper.log > debian/libnunit-core-interfaces2.6.3-cil.debhelper.log > debian/libnunit-core2.6.3-cil.debhelper.log debian/libnunit-doc.debhelper.log > debian/libnunit-framework2.6.3-cil.debhelper.log > debian/libnunit-mocks2.6.3-cil.debhelper.log > debian/libnunit-util2.6.3-cil.debhelper.log > debian/monodoc-nunit-manual.debhelper.log debian/nunit-console.debhelper.log > debian/nunit-gui.debhelper.log debian/nunit.debhelper.log > debian/nupkg-nunit.2.6.4.debhelper.log > debian/nupkg-nunit.mocks.2.6.4.debhelper.log > debian/nupkg-nunit.runners.2.6.4.debhelper.log > rm -f -- debian/nunit-console.substvars > debian/nupkg-nunit.runners.2.6.4.substvars debian/nunit-gui.substvars > debian/libnunit-core2.6.3-cil.substvars > debian/libnunit-core2.6.3-cil.postinst.debhelper > debian/libnunit-core2.6.3-cil.postrm.debhelper > debian/libnunit-core2.6.3-cil.prerm.debhelper > debian/libnunit-core-interfaces2.6.3-cil.substvars > debian/libnunit-core-interfaces2.6.3-cil.postinst.debhelper > debian/libnunit-core-interfaces2.6.3-cil.postrm.debhelper > debian/libnunit-core-interfaces2.6.3-cil.prerm.debhelper > debian/libnunit-console-runner2.6.3-cil.substvars > debian/libnunit-console-runner2.6.3-cil.postinst.debhelper > debian/libnunit-console-runner2.6.3-cil.postrm.debhelper > debian/libnunit-console-runner2.6.3-cil.prerm.debhelper > debian/libnunit-framework2.6.3-cil.substvars > debian/libnunit-framework2.6.3-cil.postinst.debhelper > debian/libnunit-framework2.6.3-cil.postrm.debhelper > debian/libnunit-framework2.6.3-cil.prerm.debhelper > debian/nupkg-nunit.2.6.4.substvars debian/libnunit-mocks2.6.3-cil.substvars > debian/libnunit-mocks2.6.3-cil.postinst.debhelper > debian/libnunit-mocks2.6.3-cil.postrm.debhelper > debian/libnunit-mocks2.6.3-cil.prerm.debhelper > debian/nupkg-nunit.mocks.2.6.4.substvars > debian/libnunit-util2.6.3-cil.substvars > debian/libnunit-util2.6.3-cil.postinst.debhelper > debian/libnunit-util2.6.3-cil.postrm.debhelper > debian/libnunit-util2.6.3-cil.prerm.debhelper > debian/libnunit-cil-dev.substvars debian/libnunit-doc.substvars > debian/monodoc-nunit-manual.substvars debian/nunit.substvars debian/files > rm -fr -- debian/nunit-console/ debian/tmp/ > debian/nupkg-nunit.runners.2.6.4/ debian/nunit-gui/ > debian/libnunit-core2.6.3-cil/ debian/libnunit-core-interfaces2.6.3-cil/ > debian/libnunit-console-runner2.6.3-cil/ debian/libnunit-framework2.6.3-cil/ > debian/nupkg-nunit.2.6.4/ debian/libnunit-mocks2.6.3-cil/ > debian/nupkg-nunit.mocks.2.6.4/ debian/libnunit-util2.6.3-cil/ > debian/libnunit-cil-dev/ debian/libnunit-doc/ debian/monodoc-nunit-manual/ > debian/nunit/ > find . \( \( \ > \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path > .\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o > -type f -a \ > \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \ > -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \ > -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \ > -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \ > \) -exec rm -f {} + \) -o \ > \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) > \) > dpkg-source -b . > dpkg-source: info: using source format '3.0 (quilt)' > dpkg-source: info: building nunit using existing > ./nunit_2.6.4+dfsg.orig.tar.bz2 > dpkg-source: info: using patch list from debian/patches/series > dpkg-source: error: cannot represent change to NUnit.2.6.4.nupkg: binary file > contents changed > dpkg-source: error: add NUnit.2.6.4.nupkg in debian/source/include-binaries > if you want to store the modified binary in the debian tarball > dpkg-source: error: cannot represent change to NUnit.Mocks.2.6.4.nupkg: > binary file contents changed > dpkg-source: error: add NUnit.Mocks.2.6.4.nupkg in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to NUnit.Runners.2.6.4.nupkg: > binary file contents changed > dpkg-source: error: add NUnit.Runners.2.6.4.nupkg in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > bin/Debug/framework/nunit.framework.dll: binary file contents changed > dpkg-source: error: add bin/Debug/framework/nunit.framework.dll in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: executable mode 0755 of > 'bin/Debug/framework/nunit.framework.dll' will not be represented in diff > dpkg-source: error: cannot represent change to > bin/Debug/framework/nunit.framework.dll.mdb: binary file contents changed > dpkg-source: error: add bin/Debug/framework/nunit.framework.dll.mdb in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > bin/Debug/framework/nunit.mocks.dll: binary file contents changed > dpkg-source: error: add bin/Debug/framework/nunit.mocks.dll in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: executable mode 0755 of > 'bin/Debug/framework/nunit.mocks.dll' will not be represented in diff > dpkg-source: error: cannot represent change to > bin/Debug/framework/nunit.mocks.dll.mdb: binary file contents changed > dpkg-source: error: add bin/Debug/framework/nunit.mocks.dll.mdb in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > bin/Debug/lib/Images/Tree/Circles/Failure.jpg: binary file contents changed > dpkg-source: error: add bin/Debug/lib/Images/Tree/Circles/Failure.jpg in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > bin/Debug/lib/Images/Tree/Circles/Ignored.jpg: binary file contents changed > dpkg-source: error: add bin/Debug/lib/Images/Tree/Circles/Ignored.jpg in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > bin/Debug/lib/Images/Tree/Circles/Inconclusive.jpg: binary file contents > changed > dpkg-source: error: add bin/Debug/lib/Images/Tree/Circles/Inconclusive.jpg in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > bin/Debug/lib/Images/Tree/Circles/Skipped.jpg: binary file contents changed > dpkg-source: error: add bin/Debug/lib/Images/Tree/Circles/Skipped.jpg in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > bin/Debug/lib/Images/Tree/Circles/Success.jpg: binary file contents changed > dpkg-source: error: add bin/Debug/lib/Images/Tree/Circles/Success.jpg in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > bin/Debug/lib/Images/Tree/Classic/Failure.jpg: binary file contents changed > dpkg-source: error: add bin/Debug/lib/Images/Tree/Classic/Failure.jpg in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > bin/Debug/lib/Images/Tree/Classic/Ignored.jpg: binary file contents changed > dpkg-source: error: add bin/Debug/lib/Images/Tree/Classic/Ignored.jpg in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > bin/Debug/lib/Images/Tree/Classic/Inconclusive.jpg: binary file contents > changed > dpkg-source: error: add bin/Debug/lib/Images/Tree/Classic/Inconclusive.jpg in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > bin/Debug/lib/Images/Tree/Classic/Skipped.jpg: binary file contents changed > dpkg-source: error: add bin/Debug/lib/Images/Tree/Classic/Skipped.jpg in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > bin/Debug/lib/Images/Tree/Classic/Success.jpg: binary file contents changed > dpkg-source: error: add bin/Debug/lib/Images/Tree/Classic/Success.jpg in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > bin/Debug/lib/Images/Tree/Default/Failure.png: binary file contents changed > dpkg-source: error: add bin/Debug/lib/Images/Tree/Default/Failure.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > bin/Debug/lib/Images/Tree/Default/Ignored.png: binary file contents changed > dpkg-source: error: add bin/Debug/lib/Images/Tree/Default/Ignored.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > bin/Debug/lib/Images/Tree/Default/Inconclusive.png: binary file contents > changed > dpkg-source: error: add bin/Debug/lib/Images/Tree/Default/Inconclusive.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > bin/Debug/lib/Images/Tree/Default/Skipped.png: binary file contents changed > dpkg-source: error: add bin/Debug/lib/Images/Tree/Default/Skipped.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > bin/Debug/lib/Images/Tree/Default/Success.png: binary file contents changed > dpkg-source: error: add bin/Debug/lib/Images/Tree/Default/Success.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > bin/Debug/lib/Images/Tree/Visual Studio/Failure.png: binary file contents > changed > dpkg-source: error: add bin/Debug/lib/Images/Tree/Visual Studio/Failure.png > in debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > bin/Debug/lib/Images/Tree/Visual Studio/Ignored.png: binary file contents > changed > dpkg-source: error: add bin/Debug/lib/Images/Tree/Visual Studio/Ignored.png > in debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > bin/Debug/lib/Images/Tree/Visual Studio/Inconclusive.png: binary file > contents changed > dpkg-source: error: add bin/Debug/lib/Images/Tree/Visual > Studio/Inconclusive.png in debian/source/include-binaries if you want to > store the modified binary in the debian tarball > dpkg-source: error: cannot represent change to > bin/Debug/lib/Images/Tree/Visual Studio/Skipped.png: binary file contents > changed > dpkg-source: error: add bin/Debug/lib/Images/Tree/Visual Studio/Skipped.png > in debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > bin/Debug/lib/Images/Tree/Visual Studio/Success.png: binary file contents > changed > dpkg-source: error: add bin/Debug/lib/Images/Tree/Visual Studio/Success.png > in debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > bin/Debug/lib/nunit-console-runner.dll: binary file contents changed > dpkg-source: error: add bin/Debug/lib/nunit-console-runner.dll in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: executable mode 0755 of > 'bin/Debug/lib/nunit-console-runner.dll' will not be represented in diff > dpkg-source: error: cannot represent change to > bin/Debug/lib/nunit-console-runner.dll.mdb: binary file contents changed > dpkg-source: error: add bin/Debug/lib/nunit-console-runner.dll.mdb in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > bin/Debug/lib/nunit-gui-runner.dll: binary file contents changed > dpkg-source: error: add bin/Debug/lib/nunit-gui-runner.dll in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: executable mode 0755 of > 'bin/Debug/lib/nunit-gui-runner.dll' will not be represented in diff > dpkg-source: error: cannot represent change to > bin/Debug/lib/nunit-gui-runner.dll.mdb: binary file contents changed > dpkg-source: error: add bin/Debug/lib/nunit-gui-runner.dll.mdb in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to bin/Debug/lib/nunit.core.dll: > binary file contents changed > dpkg-source: error: add bin/Debug/lib/nunit.core.dll in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: executable mode 0755 of 'bin/Debug/lib/nunit.core.dll' > will not be represented in diff > dpkg-source: error: cannot represent change to > bin/Debug/lib/nunit.core.dll.mdb: binary file contents changed > dpkg-source: error: add bin/Debug/lib/nunit.core.dll.mdb in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > bin/Debug/lib/nunit.core.interfaces.dll: binary file contents changed > dpkg-source: error: add bin/Debug/lib/nunit.core.interfaces.dll in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: executable mode 0755 of > 'bin/Debug/lib/nunit.core.interfaces.dll' will not be represented in diff > dpkg-source: error: cannot represent change to > bin/Debug/lib/nunit.core.interfaces.dll.mdb: binary file contents changed > dpkg-source: error: add bin/Debug/lib/nunit.core.interfaces.dll.mdb in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > bin/Debug/lib/nunit.uiexception.dll: binary file contents changed > dpkg-source: error: add bin/Debug/lib/nunit.uiexception.dll in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: executable mode 0755 of > 'bin/Debug/lib/nunit.uiexception.dll' will not be represented in diff > dpkg-source: error: cannot represent change to > bin/Debug/lib/nunit.uiexception.dll.mdb: binary file contents changed > dpkg-source: error: add bin/Debug/lib/nunit.uiexception.dll.mdb in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to bin/Debug/lib/nunit.uikit.dll: > binary file contents changed > dpkg-source: error: add bin/Debug/lib/nunit.uikit.dll in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: executable mode 0755 of 'bin/Debug/lib/nunit.uikit.dll' > will not be represented in diff > dpkg-source: error: cannot represent change to > bin/Debug/lib/nunit.uikit.dll.mdb: binary file contents changed > dpkg-source: error: add bin/Debug/lib/nunit.uikit.dll.mdb in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to bin/Debug/lib/nunit.util.dll: > binary file contents changed > dpkg-source: error: add bin/Debug/lib/nunit.util.dll in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: executable mode 0755 of 'bin/Debug/lib/nunit.util.dll' > will not be represented in diff > dpkg-source: error: cannot represent change to > bin/Debug/lib/nunit.util.dll.mdb: binary file contents changed > dpkg-source: error: add bin/Debug/lib/nunit.util.dll.mdb in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to bin/Debug/nunit-console.exe: > binary file contents changed > dpkg-source: error: add bin/Debug/nunit-console.exe in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: executable mode 0755 of 'bin/Debug/nunit-console.exe' > will not be represented in diff > dpkg-source: error: cannot represent change to > bin/Debug/nunit-console.exe.mdb: binary file contents changed > dpkg-source: error: add bin/Debug/nunit-console.exe.mdb in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to bin/Debug/nunit.exe: binary > file contents changed > dpkg-source: error: add bin/Debug/nunit.exe in debian/source/include-binaries > if you want to store the modified binary in the debian tarball > dpkg-source: warning: executable mode 0755 of 'bin/Debug/nunit.exe' will not > be represented in diff > dpkg-source: error: cannot represent change to bin/Debug/nunit.exe.mdb: > binary file contents changed > dpkg-source: error: add bin/Debug/nunit.exe.mdb in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to nunit.core.tree: binary file > contents changed > dpkg-source: error: add nunit.core.tree in debian/source/include-binaries if > you want to store the modified binary in the debian tarball > dpkg-source: error: cannot represent change to nunit.core.zip: binary file > contents changed > dpkg-source: error: add nunit.core.zip in debian/source/include-binaries if > you want to store the modified binary in the debian tarball > dpkg-source: error: cannot represent change to nunit.framework.tree: binary > file contents changed > dpkg-source: error: add nunit.framework.tree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to nunit.framework.zip: binary > file contents changed > dpkg-source: error: add nunit.framework.zip 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/ClientUtilities/util/obj/Debug/NUnit.Util.Transform.resources: binary > file contents changed > dpkg-source: error: add > src/ClientUtilities/util/obj/Debug/NUnit.Util.Transform.resources 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/ClientUtilities/util/obj/Debug/nunit.util.dll: binary file contents > changed > dpkg-source: error: add src/ClientUtilities/util/obj/Debug/nunit.util.dll in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: executable mode 0755 of > 'src/ClientUtilities/util/obj/Debug/nunit.util.dll' will not be represented > in diff > dpkg-source: error: cannot represent change to > src/ClientUtilities/util/obj/Debug/nunit.util.dll.mdb: binary file contents > changed > dpkg-source: error: add src/ClientUtilities/util/obj/Debug/nunit.util.dll.mdb > 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/ConsoleRunner/nunit-console-exe/obj/Debug/nunit-console.exe: binary file > contents changed > dpkg-source: error: add > src/ConsoleRunner/nunit-console-exe/obj/Debug/nunit-console.exe in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: executable mode 0755 of > 'src/ConsoleRunner/nunit-console-exe/obj/Debug/nunit-console.exe' will not be > represented in diff > dpkg-source: error: cannot represent change to > src/ConsoleRunner/nunit-console-exe/obj/Debug/nunit-console.exe.mdb: binary > file contents changed > dpkg-source: error: add > src/ConsoleRunner/nunit-console-exe/obj/Debug/nunit-console.exe.mdb 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/ConsoleRunner/nunit-console/obj/Debug/nunit-console-runner.dll: binary > file contents changed > dpkg-source: error: add > src/ConsoleRunner/nunit-console/obj/Debug/nunit-console-runner.dll in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: executable mode 0755 of > 'src/ConsoleRunner/nunit-console/obj/Debug/nunit-console-runner.dll' will not > be represented in diff > dpkg-source: error: cannot represent change to > src/ConsoleRunner/nunit-console/obj/Debug/nunit-console-runner.dll.mdb: > binary file contents changed > dpkg-source: error: add > src/ConsoleRunner/nunit-console/obj/Debug/nunit-console-runner.dll.mdb 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/GuiComponents/UiKit/obj/Debug/CP.Windows.Forms.ExpandingLabel.resources: > binary file contents changed > dpkg-source: error: add > src/GuiComponents/UiKit/obj/Debug/CP.Windows.Forms.ExpandingLabel.resources > 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/GuiComponents/UiKit/obj/Debug/CP.Windows.Forms.ExpandingTextBox.resources: > binary file contents changed > dpkg-source: error: add > src/GuiComponents/UiKit/obj/Debug/CP.Windows.Forms.ExpandingTextBox.resources > 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/GuiComponents/UiKit/obj/Debug/CP.Windows.Forms.TipWindow.resources: > binary file contents changed > dpkg-source: error: add > src/GuiComponents/UiKit/obj/Debug/CP.Windows.Forms.TipWindow.resources 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/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.AddConfigurationDialog.resources: > binary file contents changed > dpkg-source: error: add > src/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.AddConfigurationDialog.resources > 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/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.AddTabPageDialog.resources: > binary file contents changed > dpkg-source: error: add > src/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.AddTabPageDialog.resources 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/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.ColorProgressBar.resources: > binary file contents changed > dpkg-source: error: add > src/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.ColorProgressBar.resources 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/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.ConfigurationEditor.resources: > binary file contents changed > dpkg-source: error: add > src/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.ConfigurationEditor.resources > 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/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.EditTabPagesDialog.resources: > binary file contents changed > dpkg-source: error: add > src/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.EditTabPagesDialog.resources 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/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.ErrorDisplay.resources: binary > file contents changed > dpkg-source: error: add > src/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.ErrorDisplay.resources 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/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.Images.pinned.gif: binary file > contents changed > dpkg-source: error: add > src/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.Images.pinned.gif 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/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.Images.unpinned.gif: binary > file contents changed > dpkg-source: error: add > src/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.Images.unpinned.gif 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/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.LongRunningOperationDisplay.resources: > binary file contents changed > dpkg-source: error: add > src/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.LongRunningOperationDisplay.resources > 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/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.NotRunTree.resources: binary > file contents changed > dpkg-source: error: add > src/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.NotRunTree.resources 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/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.RenameConfigurationDialog.resources: > binary file contents changed > dpkg-source: error: add > src/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.RenameConfigurationDialog.resources > 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/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.ResultTabs.resources: binary > file contents changed > dpkg-source: error: add > src/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.ResultTabs.resources 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/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.SettingsDialogBase.resources: > binary file contents changed > dpkg-source: error: add > src/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.SettingsDialogBase.resources 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/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.SettingsPage.resources: binary > file contents changed > dpkg-source: error: add > src/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.SettingsPage.resources 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/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.SimpleSettingsDialog.resources: > binary file contents changed > dpkg-source: error: add > src/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.SimpleSettingsDialog.resources > 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/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.StatusBar.resources: binary > file contents changed > dpkg-source: error: add > src/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.StatusBar.resources 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/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.TabbedSettingsDialog.resources: > binary file contents changed > dpkg-source: error: add > src/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.TabbedSettingsDialog.resources > 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/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.TestPropertiesDialog.resources: > binary file contents changed > dpkg-source: error: add > src/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.TestPropertiesDialog.resources > 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/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.TestSuiteTreeView.resources: > binary file contents changed > dpkg-source: error: add > src/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.TestSuiteTreeView.resources 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/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.TestTree.resources: binary file > contents changed > dpkg-source: error: add > src/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.TestTree.resources 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/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.TextOutputSettingsPage.resources: > binary file contents changed > dpkg-source: error: add > src/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.TextOutputSettingsPage.resources > 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/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.TreeBasedSettingsDialog.resources: > binary file contents changed > dpkg-source: error: add > src/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.TreeBasedSettingsDialog.resources > 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/GuiComponents/UiKit/obj/Debug/nunit.uikit.dll: binary file contents > changed > dpkg-source: error: add src/GuiComponents/UiKit/obj/Debug/nunit.uikit.dll in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: executable mode 0755 of > 'src/GuiComponents/UiKit/obj/Debug/nunit.uikit.dll' will not be represented > in diff > dpkg-source: error: cannot represent change to > src/GuiComponents/UiKit/obj/Debug/nunit.uikit.dll.mdb: binary file contents > changed > dpkg-source: error: add src/GuiComponents/UiKit/obj/Debug/nunit.uikit.dll.mdb > 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/GuiException/UiException/obj/Debug/NUnit.UiException.Properties.Resources.resources: > binary file contents changed > dpkg-source: error: add > src/GuiException/UiException/obj/Debug/NUnit.UiException.Properties.Resources.resources > 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/GuiException/UiException/obj/Debug/nunit.uiexception.dll: binary file > contents changed > dpkg-source: error: add > src/GuiException/UiException/obj/Debug/nunit.uiexception.dll in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: executable mode 0755 of > 'src/GuiException/UiException/obj/Debug/nunit.uiexception.dll' will not be > represented in diff > dpkg-source: error: cannot represent change to > src/GuiException/UiException/obj/Debug/nunit.uiexception.dll.mdb: binary file > contents changed > dpkg-source: error: add > src/GuiException/UiException/obj/Debug/nunit.uiexception.dll.mdb 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/GuiRunner/nunit-gui-exe/obj/Debug/nunit.exe: binary file contents changed > dpkg-source: error: add src/GuiRunner/nunit-gui-exe/obj/Debug/nunit.exe in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: executable mode 0755 of > 'src/GuiRunner/nunit-gui-exe/obj/Debug/nunit.exe' will not be represented in > diff > dpkg-source: error: cannot represent change to > src/GuiRunner/nunit-gui-exe/obj/Debug/nunit.exe.mdb: binary file contents > changed > dpkg-source: error: add src/GuiRunner/nunit-gui-exe/obj/Debug/nunit.exe.mdb > 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/GuiRunner/nunit-gui/obj/Debug/NUnit.Gui.AboutBox.resources: binary file > contents changed > dpkg-source: error: add > src/GuiRunner/nunit-gui/obj/Debug/NUnit.Gui.AboutBox.resources 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/GuiRunner/nunit-gui/obj/Debug/NUnit.Gui.AddinDialog.resources: binary > file contents changed > dpkg-source: error: add > src/GuiRunner/nunit-gui/obj/Debug/NUnit.Gui.AddinDialog.resources 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/GuiRunner/nunit-gui/obj/Debug/NUnit.Gui.ExceptionDetailsForm.resources: > binary file contents changed > dpkg-source: error: add > src/GuiRunner/nunit-gui/obj/Debug/NUnit.Gui.ExceptionDetailsForm.resources 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/GuiRunner/nunit-gui/obj/Debug/NUnit.Gui.NUnitForm.resources: binary file > contents changed > dpkg-source: error: add > src/GuiRunner/nunit-gui/obj/Debug/NUnit.Gui.NUnitForm.resources 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/GuiRunner/nunit-gui/obj/Debug/NUnit.Gui.OptionsDialog.resources: binary > file contents changed > dpkg-source: error: add > src/GuiRunner/nunit-gui/obj/Debug/NUnit.Gui.OptionsDialog.resources 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/GuiRunner/nunit-gui/obj/Debug/NUnit.Gui.SettingsPages.AdvancedLoaderSettingsPage.resources: > binary file contents changed > dpkg-source: error: add > src/GuiRunner/nunit-gui/obj/Debug/NUnit.Gui.SettingsPages.AdvancedLoaderSettingsPage.resources > 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/GuiRunner/nunit-gui/obj/Debug/NUnit.Gui.SettingsPages.AssemblyReloadSettingsPage.resources: > binary file contents changed > dpkg-source: error: add > src/GuiRunner/nunit-gui/obj/Debug/NUnit.Gui.SettingsPages.AssemblyReloadSettingsPage.resources > 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/GuiRunner/nunit-gui/obj/Debug/NUnit.Gui.SettingsPages.GuiSettingsPage.resources: > binary file contents changed > dpkg-source: error: add > src/GuiRunner/nunit-gui/obj/Debug/NUnit.Gui.SettingsPages.GuiSettingsPage.resources > 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/GuiRunner/nunit-gui/obj/Debug/NUnit.Gui.SettingsPages.InternalTraceSettingsPage.resources: > binary file contents changed > dpkg-source: error: add > src/GuiRunner/nunit-gui/obj/Debug/NUnit.Gui.SettingsPages.InternalTraceSettingsPage.resources > 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/GuiRunner/nunit-gui/obj/Debug/NUnit.Gui.SettingsPages.ProjectEditorSettingsPage.resources: > binary file contents changed > dpkg-source: error: add > src/GuiRunner/nunit-gui/obj/Debug/NUnit.Gui.SettingsPages.ProjectEditorSettingsPage.resources > 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/GuiRunner/nunit-gui/obj/Debug/NUnit.Gui.SettingsPages.RuntimeSelectionSettingsPage.resources: > binary file contents changed > dpkg-source: error: add > src/GuiRunner/nunit-gui/obj/Debug/NUnit.Gui.SettingsPages.RuntimeSelectionSettingsPage.resources > 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/GuiRunner/nunit-gui/obj/Debug/NUnit.Gui.SettingsPages.TestLoaderSettingsPage.resources: > binary file contents changed > dpkg-source: error: add > src/GuiRunner/nunit-gui/obj/Debug/NUnit.Gui.SettingsPages.TestLoaderSettingsPage.resources > 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/GuiRunner/nunit-gui/obj/Debug/NUnit.Gui.SettingsPages.TestResultSettingsPage.resources: > binary file contents changed > dpkg-source: error: add > src/GuiRunner/nunit-gui/obj/Debug/NUnit.Gui.SettingsPages.TestResultSettingsPage.resources > 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/GuiRunner/nunit-gui/obj/Debug/NUnit.Gui.SettingsPages.TreeSettingsPage.resources: > binary file contents changed > dpkg-source: error: add > src/GuiRunner/nunit-gui/obj/Debug/NUnit.Gui.SettingsPages.TreeSettingsPage.resources > 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/GuiRunner/nunit-gui/obj/Debug/NUnit.Gui.SettingsPages.VisualStudioSettingsPage.resources: > binary file contents changed > dpkg-source: error: add > src/GuiRunner/nunit-gui/obj/Debug/NUnit.Gui.SettingsPages.VisualStudioSettingsPage.resources > 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/GuiRunner/nunit-gui/obj/Debug/nunit-gui-runner.dll: binary file contents > changed > dpkg-source: error: add > src/GuiRunner/nunit-gui/obj/Debug/nunit-gui-runner.dll in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: executable mode 0755 of > 'src/GuiRunner/nunit-gui/obj/Debug/nunit-gui-runner.dll' will not be > represented in diff > dpkg-source: error: cannot represent change to > src/GuiRunner/nunit-gui/obj/Debug/nunit-gui-runner.dll.mdb: binary file > contents changed > dpkg-source: error: add > src/GuiRunner/nunit-gui/obj/Debug/nunit-gui-runner.dll.mdb 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/NUnitCore/core/obj/Debug/nunit.core.dll: binary file contents changed > dpkg-source: error: add src/NUnitCore/core/obj/Debug/nunit.core.dll in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: executable mode 0755 of > 'src/NUnitCore/core/obj/Debug/nunit.core.dll' will not be represented in diff > dpkg-source: error: cannot represent change to > src/NUnitCore/core/obj/Debug/nunit.core.dll.mdb: binary file contents changed > dpkg-source: error: add src/NUnitCore/core/obj/Debug/nunit.core.dll.mdb 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/NUnitCore/interfaces/obj/Debug/nunit.core.interfaces.dll: binary file > contents changed > dpkg-source: error: add > src/NUnitCore/interfaces/obj/Debug/nunit.core.interfaces.dll in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: executable mode 0755 of > 'src/NUnitCore/interfaces/obj/Debug/nunit.core.interfaces.dll' will not be > represented in diff > dpkg-source: error: cannot represent change to > src/NUnitCore/interfaces/obj/Debug/nunit.core.interfaces.dll.mdb: binary file > contents changed > dpkg-source: error: add > src/NUnitCore/interfaces/obj/Debug/nunit.core.interfaces.dll.mdb 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/NUnitFramework/framework/obj/Debug/nunit.framework.dll: binary file > contents changed > dpkg-source: error: add > src/NUnitFramework/framework/obj/Debug/nunit.framework.dll in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: executable mode 0755 of > 'src/NUnitFramework/framework/obj/Debug/nunit.framework.dll' will not be > represented in diff > dpkg-source: error: cannot represent change to > src/NUnitFramework/framework/obj/Debug/nunit.framework.dll.mdb: binary file > contents changed > dpkg-source: error: add > src/NUnitFramework/framework/obj/Debug/nunit.framework.dll.mdb 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/NUnitMocks/mocks/obj/Debug/nunit.mocks.dll: binary file contents changed > dpkg-source: error: add src/NUnitMocks/mocks/obj/Debug/nunit.mocks.dll in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: executable mode 0755 of > 'src/NUnitMocks/mocks/obj/Debug/nunit.mocks.dll' will not be represented in > diff > dpkg-source: error: cannot represent change to > src/NUnitMocks/mocks/obj/Debug/nunit.mocks.dll.mdb: binary file contents > changed > dpkg-source: error: add src/NUnitMocks/mocks/obj/Debug/nunit.mocks.dll.mdb 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/nunit_2.6.4+dfsg-1.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.

