Package: src:prosody Version: 13.0.4-1 Severity: serious Tags: ftbfs forky sid
Dear maintainer: During a rebuild of all packages in unstable, this package failed to build. Below you will find the last part of the build log (probably the most relevant part, but not necessarily). If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202601/ About the archive rebuild: The build was made on virtual machines from AWS, using sbuild and a reduced chroot with only build-essential packages. If you cannot reproduce the bug please contact me privately, as I am willing to provide ssh access to a virtual machine where the bug is fully reproducible. If this is really a bug in one of the build-depends, please use reassign and add an affects on src:prosody, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] debian/rules clean dh clean debian/rules override_dh_auto_clean make[1]: Entering directory '/<<PKGBUILDDIR>>' if [ -f config.unix ]; then \ make -C tools/migration clean; \ make clean; \ rm -f config.unix; \ fi rm -f man/*.man rm -f util/*.so rm -f prosody.8 prosodyctl.1 ejabberd2prosody.8 prosody-migrator.8 make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_clean debian/rules binary dh binary dh_update_autotools_config dh_autoreconf debian/rules override_dh_auto_configure make[1]: Entering directory '/<<PKGBUILDDIR>>' ./configure \ --lua-version=5.4 \ --lua-suffix=5.4 \ --runwith=lua5.4 \ --with-lua-include=/usr/include/lua5.4 \ --idn-library=icu \ --prefix=/usr \ --c-compiler="x86_64-linux-gnu-gcc -std=c99" \ --linker="x86_64-linux-gnu-gcc" \ --add-cflags="-g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection" \ --add-ldflags="-Wl,-z,relro -Wl,-z,now" \ --no-example-certs Lua interpreter found: /usr/bin/lua5.4... Looking for lua.h at /usr/include/lua5.4/lua.h...found Checking if Lua header version matches that of the interpreter... yes Writing configuration... Installation prefix: /usr Prosody configuration directory: /etc/prosody Using Lua from: /usr Done. You can now run 'make' to build. make[1]: Leaving directory '/<<PKGBUILDDIR>>' debian/rules override_dh_auto_build make[1]: Entering directory '/<<PKGBUILDDIR>>' dh_auto_build make -j2 make[2]: Entering directory '/<<PKGBUILDDIR>>' sed "1s| lua$| lua5.4|; \ s|^CFG_SOURCEDIR=.*;$|CFG_SOURCEDIR='/usr/lib/prosody';|; \ s|^CFG_CONFIGDIR=.*;$|CFG_CONFIGDIR='/etc/prosody';|; \ s|^CFG_DATADIR=.*;$|CFG_DATADIR='/var/lib/prosody';|; \ s|^CFG_PLUGINDIR=.*;$|CFG_PLUGINDIR='/usr/lib/prosody/modules/';|;" < prosody > prosody.install sed "1s| lua$| lua5.4|; \ s|^CFG_SOURCEDIR=.*;$|CFG_SOURCEDIR='/usr/lib/prosody';|; \ s|^CFG_CONFIGDIR=.*;$|CFG_CONFIGDIR='/etc/prosody';|; \ s|^CFG_DATADIR=.*;$|CFG_DATADIR='/var/lib/prosody';|; \ s|^CFG_PLUGINDIR=.*;$|CFG_PLUGINDIR='/usr/lib/prosody/modules/';|;" < prosodyctl > prosodyctl.install sed 's|certs/|/etc/prosody/certs/|' prosody.cfg.lua.dist > prosody.cfg.lua.install cp prosody.release prosody.version make -C util-src install make[3]: Entering directory '/<<PKGBUILDDIR>>/util-src' x86_64-linux-gnu-gcc -std=c99 -fPIC -std=c99 -Wall -pedantic -Wextra -Wshadow -Wformat=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/lua5.4 -DUSE_STRINGPREP_ICU -Wdate-time -D_FORTIFY_SOURCE=2 -c -o encodings.o encodings.c x86_64-linux-gnu-gcc -std=c99 -fPIC -std=c99 -Wall -pedantic -Wextra -Wshadow -Wformat=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/lua5.4 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o hashes.o hashes.c x86_64-linux-gnu-gcc -std=c99 -fPIC -std=c99 -Wall -pedantic -Wextra -Wshadow -Wformat=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/lua5.4 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o net.o net.c x86_64-linux-gnu-gcc -std=c99 -fPIC -std=c99 -Wall -pedantic -Wextra -Wshadow -Wformat=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/lua5.4 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o pposix.o pposix.c pposix.c: In function âlc_daemonizeâ: pposix.c:126:9: warning: ignoring return value of âfreopenâ declared with attribute âwarn_unused_resultâ [-Wunused-result] 126 | freopen("/dev/null", "r", stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pposix.c:127:9: warning: ignoring return value of âfreopenâ declared with attribute âwarn_unused_resultâ [-Wunused-result] 127 | freopen("/dev/null", "w", stdout); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pposix.c:128:9: warning: ignoring return value of âfreopenâ declared with attribute âwarn_unused_resultâ [-Wunused-result] 128 | freopen("/dev/null", "w", stderr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-linux-gnu-gcc -std=c99 -fPIC -std=c99 -Wall -pedantic -Wextra -Wshadow -Wformat=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/lua5.4 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o signal.o signal.c x86_64-linux-gnu-gcc -std=c99 -fPIC -std=c99 -Wall -pedantic -Wextra -Wshadow -Wformat=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/lua5.4 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o table.o table.c x86_64-linux-gnu-gcc -std=c99 -fPIC -std=c99 -Wall -pedantic -Wextra -Wshadow -Wformat=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/lua5.4 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o ringbuffer.o ringbuffer.c x86_64-linux-gnu-gcc -std=c99 -fPIC -std=c99 -Wall -pedantic -Wextra -Wshadow -Wformat=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/lua5.4 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o time.o time.c x86_64-linux-gnu-gcc -std=c99 -fPIC -std=c99 -Wall -pedantic -Wextra -Wshadow -Wformat=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/lua5.4 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o poll.o poll.c x86_64-linux-gnu-gcc -std=c99 -fPIC -std=c99 -Wall -pedantic -Wextra -Wshadow -Wformat=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/lua5.4 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o compat.o compat.c x86_64-linux-gnu-gcc -std=c99 -fPIC -std=c99 -Wall -pedantic -Wextra -Wshadow -Wformat=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/lua5.4 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o strbitop.o strbitop.c x86_64-linux-gnu-gcc -std=c99 -fPIC -std=c99 -Wall -pedantic -Wextra -Wshadow -Wformat=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/lua5.4 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o struct.o struct.c x86_64-linux-gnu-gcc -std=c99 -fPIC -std=c99 -Wall -pedantic -Wextra -Wshadow -Wformat=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/lua5.4 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o crypto.o crypto.c x86_64-linux-gnu-gcc -shared -Wl,-z,relro -Wl,-z,now -o encodings.so encodings.o -licui18n -licudata -licuuc x86_64-linux-gnu-gcc -shared -Wl,-z,relro -Wl,-z,now -o hashes.so hashes.o -lcrypto x86_64-linux-gnu-gcc -shared -Wl,-z,relro -Wl,-z,now -o net.so net.o x86_64-linux-gnu-gcc -shared -Wl,-z,relro -Wl,-z,now -o pposix.so pposix.o x86_64-linux-gnu-gcc -shared -Wl,-z,relro -Wl,-z,now -o signal.so signal.o x86_64-linux-gnu-gcc -shared -Wl,-z,relro -Wl,-z,now -o table.so table.o x86_64-linux-gnu-gcc -shared -Wl,-z,relro -Wl,-z,now -o ringbuffer.so ringbuffer.o x86_64-linux-gnu-gcc -shared -Wl,-z,relro -Wl,-z,now -o time.so time.o x86_64-linux-gnu-gcc -shared -Wl,-z,relro -Wl,-z,now -o poll.so poll.o x86_64-linux-gnu-gcc -shared -Wl,-z,relro -Wl,-z,now -o compat.so compat.o x86_64-linux-gnu-gcc -shared -Wl,-z,relro -Wl,-z,now -o strbitop.so strbitop.o x86_64-linux-gnu-gcc -shared -Wl,-z,relro -Wl,-z,now -o struct.so struct.o x86_64-linux-gnu-gcc -shared -Wl,-z,relro -Wl,-z,now -o crypto.so crypto.o -lcrypto install -m644 encodings.so hashes.so net.so pposix.so signal.so table.so ringbuffer.so time.so poll.so compat.so strbitop.so struct.so crypto.so ../util/ rm time.o strbitop.o crypto.o compat.o ringbuffer.o net.o table.o hashes.o poll.o signal.o encodings.o struct.o pposix.o make[3]: Leaving directory '/<<PKGBUILDDIR>>/util-src' make[2]: Leaving directory '/<<PKGBUILDDIR>>' /usr/bin/make -C tools/migration make[2]: Entering directory '/<<PKGBUILDDIR>>/tools/migration' sed "1s/\blua\b/lua5.4/; \ s|^CFG_SOURCEDIR=.*;$|CFG_SOURCEDIR='/usr/lib/prosody';|; \ s|^CFG_CONFIGDIR=.*;$|CFG_CONFIGDIR='/etc/prosody';|; \ s|^CFG_DATADIR=.*;$|CFG_DATADIR='/var/lib/prosody';|; \ s|^CFG_PLUGINDIR=.*;$|CFG_PLUGINDIR='/usr/lib/prosody/modules/';|;" \ < prosody-migrator.lua > prosody-migrator.install sed "s|^local data_path = .*;$|local data_path = '/var/lib/prosody';|;" \ < migrator.cfg.lua > migrator.cfg.lua.install make[2]: Leaving directory '/<<PKGBUILDDIR>>/tools/migration' /usr/bin/make -C man make[2]: Entering directory '/<<PKGBUILDDIR>>/man' pandoc -s -t man -o prosodyctl.man prosodyctl.markdown make[2]: Leaving directory '/<<PKGBUILDDIR>>/man' make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_test make -j2 test TESTSUITEFLAGS="-j2 --verbose" VERBOSE=1 make[1]: Entering directory '/<<PKGBUILDDIR>>' busted --helper loader --lua=lua5.4 lua: /usr/share/lua/5.4/pl/path.lua:26: pl.path requires LuaFileSystem stack traceback: [C]: in function 'error' /usr/share/lua/5.4/pl/path.lua:26: in main chunk [C]: in function 'require' /usr/share/lua/5.4/busted/runner.lua:11: in function 'busted.runner' /usr/bin/busted:3: in main chunk [C]: in ? make[1]: *** [GNUmakefile:106: test] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_test: error: make -j2 test TESTSUITEFLAGS="-j2 --verbose" VERBOSE=1 returned exit code 2 make: *** [debian/rules:9: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 --------------------------------------------------------------------------------

