Source: libcork Version: 0.15.0+ds-14 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20210120 ftbfs-bullseye
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' > cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends > "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/tests > /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu > /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests > /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/CMakeFiles/embedded-test-core.dir/DependInfo.cmake > --color= > In file included from /<<PKGBUILDDIR>>/tests/test-mempool.c:15: > /<<PKGBUILDDIR>>/tests/test-mempool.c: In function ‘test_mempool_01_fn’: > Dependee > "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/CMakeFiles/embedded-test-core.dir/DependInfo.cmake" > is newer than depender > "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/CMakeFiles/embedded-test-core.dir/depend.internal". > Dependee > "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/CMakeFiles/CMakeDirectoryInformation.cmake" > is newer than depender > "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/CMakeFiles/embedded-test-core.dir/depend.internal". > /<<PKGBUILDDIR>>/tests/test-mempool.c:40:17: error: too many arguments for > format [-Werror=format-extra-args] > 40 | "Cannot allocate object #%zu", i); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > /<<PKGBUILDDIR>>/tests/test-mempool.c:49:17: error: too many arguments for > format [-Werror=format-extra-args] > 49 | "Cannot reallocate object #%zu", i); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > /<<PKGBUILDDIR>>/tests/test-mempool.c: In function ‘test_mempool_fail_01_fn’: > /<<PKGBUILDDIR>>/tests/test-mempool.c:68:13: error: too many arguments for > format [-Werror=format-extra-args] > 68 | "Cannot allocate object"); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > /<<PKGBUILDDIR>>/tests/test-mempool.c: In function ‘test_mempool_reuse_01_fn’: > /<<PKGBUILDDIR>>/tests/test-mempool.c:109:13: error: too many arguments for > format [-Werror=format-extra-args] > 109 | "Cannot allocate object"); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > /<<PKGBUILDDIR>>/tests/test-mempool.c:112:29: error: too many arguments for > format [-Werror=format-extra-args] > 112 | fail_unless(*obj == 12, "Unexpected value %" PRId64, *obj); > | ^~~~~~~~~~~~~~~~~~~~ > /<<PKGBUILDDIR>>/tests/test-mempool.c:120:13: error: too many arguments for > format [-Werror=format-extra-args] > 120 | "Cannot allocate object"); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > /<<PKGBUILDDIR>>/tests/test-mempool.c:121:29: error: too many arguments for > format [-Werror=format-extra-args] > 121 | fail_unless(*obj == 42, "Unexpected value %" PRId64, *obj); > | ^~~~~~~~~~~~~~~~~~~~ > /<<PKGBUILDDIR>>/tests/test-mempool.c:128:17: error: too many arguments for > format [-Werror=format-extra-args] > 128 | "done_object called an unexpected number of times: > %zu", > | > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Scanning dependencies of target embedded-test-core > make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' > make -f tests/CMakeFiles/embedded-test-core.dir/build.make > tests/CMakeFiles/embedded-test-core.dir/build > make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' > [ 48%] Building C object tests/CMakeFiles/embedded-test-core.dir/test-core.c.o > cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests && /usr/bin/cc > -DCORK_EMBEDDED_TEST=1 -I/<<PKGBUILDDIR>>/include > -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Wall -Werror > -o CMakeFiles/embedded-test-core.dir/test-core.c.o -c > /<<PKGBUILDDIR>>/tests/test-core.c > reading sources... [ 74%] ring-buffer > cc1: all warnings being treated as errors > make[3]: *** [tests/CMakeFiles/embedded-test-mempool.dir/build.make:85: > tests/CMakeFiles/embedded-test-mempool.dir/test-mempool.c.o] Error 1 The full build log is available from: http://qa-logs.debian.net/2021/01/20/libcork_0.15.0+ds-14_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please marking 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 me so that we can identify if something relevant changed in the meantime. About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures.