Source: autofdo Version: 0.19-2.3 Severity: minor Tags: trixie sid ftbfs User: lu...@debian.org Usertags: ftbfs-sab-20230813 ftbfs-source-after-build User: debian...@lists.debian.org 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 autofdo > dpkg-buildpackage: info: source version 0.19-2.3 > dpkg-buildpackage: info: source distribution unstable > dpkg-buildpackage: info: source changed by Stéphane Glondu > <glo...@debian.org> > dpkg-source --before-build . > fakeroot debian/rules clean > dh clean --with autoreconf > dh: warning: Compatibility levels before 10 are deprecated (level 9 in use) > debian/rules override_dh_auto_clean > make[1]: Entering directory '/<<PKGBUILDDIR>>' > rm -rf gflags > rm -rf glog > rm -rf third_party/protobuf > dh_auto_clean > dh_auto_clean: warning: Compatibility levels before 10 are deprecated (level > 9 in use) > make -j1 distclean > make[2]: Entering directory '/<<PKGBUILDDIR>>' > test -z "create_gcov dump_gcov sample_merger profile_merger profile_diff > profile_update create_llvm_prof" || rm -f create_gcov dump_gcov sample_merger > profile_merger profile_diff profile_update create_llvm_prof > test -z "libquipper.a libsymbolize.a" || rm -f libquipper.a libsymbolize.a > rm -f *.o > rm -f symbolize/*.o > rm -f third_party/perf_data_converter/src/quipper/*.o > rm -f *.tab.c > test -z "" || rm -f > test . = "." || test -z "" || rm -f > rm -f symbolize/.deps/.dirstamp > rm -f symbolize/.dirstamp > rm -f third_party/perf_data_converter/src/quipper/.deps/.dirstamp > rm -f third_party/perf_data_converter/src/quipper/.dirstamp > rm -f config.h stamp-h1 > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > rm -f cscope.out cscope.in.out cscope.po.out cscope.files > rm -f config.status config.cache config.log configure.lineno > config.status.lineno > rm -f ./.deps/addr2line.Po > rm -f ./.deps/create_gcov.Po > rm -f ./.deps/create_llvm_prof-addr2line.Po > rm -f ./.deps/create_llvm_prof-create_llvm_prof.Po > rm -f ./.deps/create_llvm_prof-gcov.Po > rm -f ./.deps/create_llvm_prof-instruction_map.Po > rm -f ./.deps/create_llvm_prof-llvm_profile_writer.Po > rm -f ./.deps/create_llvm_prof-module_grouper.Po > rm -f ./.deps/create_llvm_prof-profile.Po > rm -f ./.deps/create_llvm_prof-profile_creator.Po > rm -f ./.deps/create_llvm_prof-profile_writer.Po > rm -f ./.deps/create_llvm_prof-sample_reader.Po > rm -f ./.deps/create_llvm_prof-source_info.Po > rm -f ./.deps/create_llvm_prof-symbol_map.Po > rm -f ./.deps/dump_gcov.Po > rm -f ./.deps/gcov.Po > rm -f ./.deps/instruction_map.Po > rm -f ./.deps/module_grouper.Po > rm -f ./.deps/profile.Po > rm -f ./.deps/profile_creator.Po > rm -f ./.deps/profile_diff.Po > rm -f ./.deps/profile_merger.Po > rm -f ./.deps/profile_reader.Po > rm -f ./.deps/profile_update.Po > rm -f ./.deps/profile_writer.Po > rm -f ./.deps/sample_merger.Po > rm -f ./.deps/sample_reader.Po > rm -f ./.deps/source_info.Po > rm -f ./.deps/symbol_map.Po > rm -f symbolize/.deps/addr2line_inlinestack.Po > rm -f symbolize/.deps/bytereader.Po > rm -f symbolize/.deps/dwarf2reader.Po > rm -f symbolize/.deps/dwarf3ranges.Po > rm -f symbolize/.deps/elf_reader.Po > rm -f symbolize/.deps/functioninfo.Po > rm -f third_party/perf_data_converter/src/quipper/.deps/address_mapper.Po > rm -f third_party/perf_data_converter/src/quipper/.deps/binary_data_utils.Po > rm -f third_party/perf_data_converter/src/quipper/.deps/buffer_reader.Po > rm -f third_party/perf_data_converter/src/quipper/.deps/buffer_writer.Po > rm -f > third_party/perf_data_converter/src/quipper/.deps/create_llvm_prof-perf_data.pb.Po > rm -f > third_party/perf_data_converter/src/quipper/.deps/create_llvm_prof-perf_stat.pb.Po > rm -f third_party/perf_data_converter/src/quipper/.deps/data_reader.Po > rm -f third_party/perf_data_converter/src/quipper/.deps/data_writer.Po > rm -f third_party/perf_data_converter/src/quipper/.deps/dso.Po > rm -f third_party/perf_data_converter/src/quipper/.deps/file_reader.Po > rm -f third_party/perf_data_converter/src/quipper/.deps/file_utils.Po > rm -f third_party/perf_data_converter/src/quipper/.deps/huge_page_deducer.Po > rm -f third_party/perf_data_converter/src/quipper/.deps/perf_data.pb.Po > rm -f third_party/perf_data_converter/src/quipper/.deps/perf_data_utils.Po > rm -f third_party/perf_data_converter/src/quipper/.deps/perf_parser.Po > rm -f third_party/perf_data_converter/src/quipper/.deps/perf_reader.Po > rm -f third_party/perf_data_converter/src/quipper/.deps/perf_serializer.Po > rm -f third_party/perf_data_converter/src/quipper/.deps/perf_stat.pb.Po > rm -f third_party/perf_data_converter/src/quipper/.deps/sample_info_reader.Po > rm -f Makefile > make[2]: Leaving directory '/<<PKGBUILDDIR>>' > make[1]: Leaving directory '/<<PKGBUILDDIR>>' > dh_autoreconf_clean > dh_clean > dh_clean: warning: Compatibility levels before 10 are deprecated (level 9 in > use) > dpkg-source -b . > dpkg-source: info: using source format '3.0 (quilt)' > dpkg-source: info: building autofdo using existing ./autofdo_0.19.orig.tar.gz > dpkg-source: info: using patch list from debian/patches/series > dpkg-source: warning: ignoring deletion of file INSTALL, 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 directory glog > [...] > dpkg-source: warning: ignoring deletion of directory third_party/protobuf/util > dpkg-source: warning: ignoring deletion of directory > third_party/protobuf/util/python > dpkg-source: warning: ignoring deletion of file > third_party/protobuf/util/python/BUILD, use --include-removal to override > dpkg-source: info: local changes detected, the modified files are: > autofdo-0.19/third_party/perf_data_converter/src/quipper/perf_data.pb.cc > autofdo-0.19/third_party/perf_data_converter/src/quipper/perf_data.pb.h > autofdo-0.19/third_party/perf_data_converter/src/quipper/perf_stat.pb.cc > autofdo-0.19/third_party/perf_data_converter/src/quipper/perf_stat.pb.h > dpkg-source: error: aborting due to unexpected upstream changes, see > /tmp/autofdo_0.19-2.3.diff.Bpf4R3 > dpkg-source: info: Hint: make sure the version in debian/changelog matches > the unpacked source tree > dpkg-source: info: you can integrate the local changes with dpkg-source > --commit > dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2 > > 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/autofdo_0.19-2.3_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.