Source: varnish-modules Version: 0.16.0-2 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20200926 ftbfs-bullseye
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. > -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/varnish -I../src/foreign > -Wall -Werror -Wall -Wno-format-y2k -Wstrict-prototypes -Wmissing-prototypes > -Werror=missing-field-initializers -Wpointer-arith -Wreturn-type > -Wwrite-strings -Wcast-qual -Wswitch -Wshadow -Wunused-parameter -Wcast-align > -Wchar-subscripts -Wnested-externs -Wextra -Wno-sign-compare -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c -o vmod_bodyaccess.lo vmod_bodyaccess.c > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time > -D_FORTIFY_SOURCE=2 -I/usr/include/varnish -I../src/foreign -Wall -Werror > -Wall -Wno-format-y2k -Wstrict-prototypes -Wmissing-prototypes > -Werror=missing-field-initializers -Wpointer-arith -Wreturn-type > -Wwrite-strings -Wcast-qual -Wswitch -Wshadow -Wunused-parameter -Wcast-align > -Wchar-subscripts -Wnested-externs -Wextra -Wno-sign-compare -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c vmod_bodyaccess.c -fPIC -DPIC -o > .libs/vmod_bodyaccess.o > vmod_bodyaccess.c: In function ‘vmod_hash_req_body’: > vmod_bodyaccess.c:205:2: error: ‘VSB_delete’ is deprecated > [-Werror=deprecated-declarations] > 205 | VSB_delete(vsb); > | ^~~~~~~~~~ > In file included from /usr/include/varnish/cache/cache_varnishd.h:36, > from vmod_bodyaccess.c:37: > /usr/include/varnish/vsb.h:79:8: note: declared here > 79 | void VSB_delete(struct vsb *) v_deprecated_; > | ^~~~~~~~~~ > vmod_bodyaccess.c: In function ‘vmod_rematch_req_body’: > vmod_bodyaccess.c:278:2: error: ‘VSB_delete’ is deprecated > [-Werror=deprecated-declarations] > 278 | VSB_delete(vsb); > | ^~~~~~~~~~ > In file included from /usr/include/varnish/cache/cache_varnishd.h:36, > from vmod_bodyaccess.c:37: > /usr/include/varnish/vsb.h:79:8: note: declared here > 79 | void VSB_delete(struct vsb *) v_deprecated_; > | ^~~~~~~~~~ > cc1: all warnings being treated as errors > make[3]: *** [Makefile:917: vmod_bodyaccess.lo] Error 1 The full build log is available from: http://qa-logs.debian.net/2020/09/26/varnish-modules_0.16.0-2_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! 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.