#1096320 appstream: ftbfs with GCC-15

#1096320#5
Date:
2025-02-17 17:03:29 UTC
From:
To:
[This bug is NOT targeted to the upcoming trixie release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.

The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/appstream_1.0.4-1_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.

To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++

GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other Common build failures are new warnings resulting in build failures
with -Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-15/porting_to.html

[...]
[307/356] cc -Itests/as-test_xml.p -Itests/ -I../tests -I. -I.. -Isrc/ -I../src -Isrc -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c11 -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=missing-declarations -Werror=return-type -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Werror=declaration-after-statement -Werror=format-security -Wno-missing-field-initializers -Wno-error=missing-field-initializers -Wno-unused-parameter -Wno-error=unused-parameter -D_POSIX_C_SOURCE=201710L -DAS_COMPILATION -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/appstream-1.0.4=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ tests/as-test_xml.p/meson-generated_.._.._src_as-enum-types.c.o -MF tests/as-test_xml.p/meson-generated_.._.._src_as-enum-types.c.o.d -o tests/as-test_xml.p/meson-generated_.._.._src_as-enum-types.c.o -c src/as-enum-types.c
[308/356] cc -Itests/as-test_xml.p -Itests/ -I../tests -I. -I.. -Isrc/ -I../src -Isrc -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c11 -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=missing-declarations -Werror=return-type -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Werror=declaration-after-statement -Werror=format-security -Wno-missing-field-initializers -Wno-error=missing-field-initializers -Wno-unused-parameter -Wno-error=unused-parameter -D_POSIX_C_SOURCE=201710L -DAS_COMPILATION -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/appstream-1.0.4=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ tests/as-test_xml.p/as-test-utils.c.o -MF tests/as-test_xml.p/as-test-utils.c.o.d -o tests/as-test_xml.p/as-test-utils.c.o -c ../tests/as-test-utils.c
[309/356] cc -Itests/as-test_yaml.p -Itests/ -I../tests -I. -I.. -Isrc/ -I../src -Isrc -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c11 -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=missing-declarations -Werror=return-type -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Werror=declaration-after-statement -Werror=format-security -Wno-missing-field-initializers -Wno-error=missing-field-initializers -Wno-unused-parameter -Wno-error=unused-parameter -D_POSIX_C_SOURCE=201710L -DAS_COMPILATION -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/appstream-1.0.4=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ tests/as-test_yaml.p/as-test-utils.c.o -MF tests/as-test_yaml.p/as-test-utils.c.o.d -o tests/as-test_yaml.p/as-test-utils.c.o -c ../tests/as-test-utils.c
[310/356] env PKG_CONFIG_PATH=/build/reproducible-path/appstream-1.0.4/obj-x86_64-linux-gnu/meson-uninstalled PKG_CONFIG=/usr/bin/pkg-config CC=cc /usr/bin/x86_64-linux-gnu-g-ir-scanner --quiet --no-libtool --namespace=AppStreamCompose --nsversion=1.0 --warn-all --output compose/AppStreamCompose-1.0.gir --c-include=appstream-compose.h -DASC_COMPILATION -DI_KNOW_THE_APPSTREAM_COMPOSE_API_IS_SUBJECT_TO_CHANGE -I/build/reproducible-path/appstream-1.0.4/compose/ -I/build/reproducible-path/appstream-1.0.4/obj-x86_64-linux-gnu/compose/ -I/build/reproducible-path/appstream-1.0.4/. -I/build/reproducible-path/appstream-1.0.4/obj-x86_64-linux-gnu/. -I/build/reproducible-path/appstream-1.0.4/src/. -I/build/reproducible-path/appstream-1.0.4/obj-x86_64-linux-gnu/src/. --filelist=/build/reproducible-path/appstream-1.0.4/obj-x86_64-linux-gnu/compose/libappstream-compose.so.1.0.4.p/AppStreamCompose_1.0_gir_filelist --include-uninstalled=src/AppStream-1.0.gir --include=GObject-2.0 --include=Gio-2.0 --include=GdkPixbuf-2.0 --symbol-prefix=asc --identifier-prefix=Asc --pkg-export=appstream-compose --cflags-begin -D_POSIX_C_SOURCE=201710L -DAS_COMPILATION -I/build/reproducible-path/appstream-1.0.4/. -I/build/reproducible-path/appstream-1.0.4/obj-x86_64-linux-gnu/. -I/build/reproducible-path/appstream-1.0.4/src/. -I/build/reproducible-path/appstream-1.0.4/obj-x86_64-linux-gnu/src/. -I/usr/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/librsvg-2.0 -I/usr/include/harfbuzz -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/p11-kit-1 -I/usr/include/libxmlb-2 -I/usr/include/gobject-introspection-1.0 --cflags-end -I/build/reproducible-path/appstream-1.0.4/src/. -I/build/reproducible-path/appstream-1.0.4/obj-x86_64-linux-gnu/src/. --add-include-path=/usr/share/gir-1.0 --add-include-path=/build/reproducible-path/appstream-1.0.4/obj-x86_64-linux-gnu/src/ --add-include-path=/build/reproducible-path/appstream-1.0.4/src/. --add-include-path=/build/reproducible-path/appstream-1.0.4/obj-x86_64-linux-gnu/src/. -L/build/reproducible-path/appstream-1.0.4/obj-x86_64-linux-gnu/src/ --extra-library=appstream -L/build/reproducible-path/appstream-1.0.4/obj-x86_64-linux-gnu/compose --library appstream-compose -L/build/reproducible-path/appstream-1.0.4/obj-x86_64-linux-gnu/src/ --extra-library=glib-2.0 --extra-library=gobject-2.0 --extra-library=m --extra-library=gio-2.0 --extra-library=cairo --extra-library=gdk_pixbuf-2.0 --extra-library=rsvg-2 --extra-library=freetype --extra-library=pango-1.0 --extra-library=harfbuzz --extra-library=fontconfig --extra-library=yaml --extra-library=curl --extra-library=xmlb --extra-library=xml2 --extra-library=systemd --extra-library=zstd --extra-library=stemmer --extra-library=girepository-1.0 --sources-top-dirs /build/reproducible-path/appstream-1.0.4/ --sources-top-dirs /build/reproducible-path/appstream-1.0.4/obj-x86_64-linux-gnu/
[311/356] cc -Itests/as-test_yaml.p -Itests/ -I../tests -I. -I.. -Isrc/ -I../src -Isrc -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c11 -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=missing-declarations -Werror=return-type -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Werror=declaration-after-statement -Werror=format-security -Wno-missing-field-initializers -Wno-error=missing-field-initializers -Wno-unused-parameter -Wno-error=unused-parameter -D_POSIX_C_SOURCE=201710L -DAS_COMPILATION -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/appstream-1.0.4=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ tests/as-test_yaml.p/meson-generated_.._.._src_as-enum-types.c.o -MF tests/as-test_yaml.p/meson-generated_.._.._src_as-enum-types.c.o.d -o tests/as-test_yaml.p/meson-generated_.._.._src_as-enum-types.c.o -c src/as-enum-types.c
[312/356] cc -Itests/as-test_basic.p -Itests/ -I../tests -I. -I.. -Isrc/ -I../src -Isrc -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c11 -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=missing-declarations -Werror=return-type -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Werror=declaration-after-statement -Werror=format-security -Wno-missing-field-initializers -Wno-error=missing-field-initializers -Wno-unused-parameter -Wno-error=unused-parameter -D_POSIX_C_SOURCE=201710L -DAS_COMPILATION -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/appstream-1.0.4=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ tests/as-test_basic.p/test-basics.c.o -MF tests/as-test_basic.p/test-basics.c.o.d -o tests/as-test_basic.p/test-basics.c.o -c ../tests/test-basics.c
[313/356] cc -Itests/as-test_pool.p -Itests/ -I../tests -I. -I.. -Isrc/ -I../src -Isrc -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c11 -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=missing-declarations -Werror=return-type -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Werror=declaration-after-statement -Werror=format-security -Wno-missing-field-initializers -Wno-error=missing-field-initializers -Wno-unused-parameter -Wno-error=unused-parameter -D_POSIX_C_SOURCE=201710L -DAS_COMPILATION -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/appstream-1.0.4=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ tests/as-test_pool.p/meson-generated_.._.._src_as-enum-types.c.o -MF tests/as-test_pool.p/meson-generated_.._.._src_as-enum-types.c.o.d -o tests/as-test_pool.p/meson-generated_.._.._src_as-enum-types.c.o -c src/as-enum-types.c
[314/356] cc -Itests/as-test_pool.p -Itests/ -I../tests -I. -I.. -Isrc/ -I../src -Isrc -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c11 -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=missing-declarations -Werror=return-type -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Werror=declaration-after-statement -Werror=format-security -Wno-missing-field-initializers -Wno-error=missing-field-initializers -Wno-unused-parameter -Wno-error=unused-parameter -D_POSIX_C_SOURCE=201710L -DAS_COMPILATION -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/appstream-1.0.4=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ tests/as-test_pool.p/as-test-utils.c.o -MF tests/as-test_pool.p/as-test-utils.c.o.d -o tests/as-test_pool.p/as-test-utils.c.o -c ../tests/as-test-utils.c
[315/356] c++ -Iqt/libAppStreamQt.so.1.0.4.p -Iqt/ -I../qt -Isrc/ -I../src -Isrc -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu++17 -Wno-unused-parameter -Werror=empty-body -Werror=pointer-arith -Werror=init-self -Werror=missing-declarations -Werror=return-type -Werror=misleading-indentation -Werror=format-security -g -O2 -ffile-prefix-map=/build/reproducible-path/appstream-1.0.4=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -isystem/usr/include/x86_64-linux-gnu/qt6/QtCore -isystem/usr/include/x86_64-linux-gnu/qt6 -DQT_CORE_LIB -isystem/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -DQT_NO_KEYWORDS -MD -MQ qt/libAppStreamQt.so.1.0.4.p/component.cpp.o -MF qt/libAppStreamQt.so.1.0.4.p/component.cpp.o.d -o qt/libAppStreamQt.so.1.0.4.p/component.cpp.o -c ../qt/component.cpp
[316/356] cc -Itests/as-test_validate.p -Itests/ -I../tests -I. -I.. -Isrc/ -I../src -Isrc -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c11 -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=missing-declarations -Werror=return-type -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Werror=declaration-after-statement -Werror=format-security -Wno-missing-field-initializers -Wno-error=missing-field-initializers -Wno-unused-parameter -Wno-error=unused-parameter -D_POSIX_C_SOURCE=201710L -DAS_COMPILATION -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/appstream-1.0.4=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ tests/as-test_validate.p/as-test-utils.c.o -MF tests/as-test_validate.p/as-test-utils.c.o.d -o tests/as-test_validate.p/as-test-utils.c.o -c ../tests/as-test-utils.c
[317/356] cc -Itests/as-test_validate.p -Itests/ -I../tests -I. -I.. -Isrc/ -I../src -Isrc -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c11 -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=missing-declarations -Werror=return-type -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Werror=declaration-after-statement -Werror=format-security -Wno-missing-field-initializers -Wno-error=missing-field-initializers -Wno-unused-parameter -Wno-error=unused-parameter -D_POSIX_C_SOURCE=201710L -DAS_COMPILATION -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/appstream-1.0.4=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ tests/as-test_validate.p/test-validate.c.o -MF tests/as-test_validate.p/test-validate.c.o.d -o tests/as-test_validate.p/test-validate.c.o -c ../tests/test-validate.c
[318/356] cc -Itests/as-test_validate.p -Itests/ -I../tests -I. -I.. -Isrc/ -I../src -Isrc -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c11 -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=missing-declarations -Werror=return-type -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Werror=declaration-after-statement -Werror=format-security -Wno-missing-field-initializers -Wno-error=missing-field-initializers -Wno-unused-parameter -Wno-error=unused-parameter -D_POSIX_C_SOURCE=201710L -DAS_COMPILATION -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/appstream-1.0.4=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ tests/as-test_validate.p/meson-generated_.._.._src_as-enum-types.c.o -MF tests/as-test_validate.p/meson-generated_.._.._src_as-enum-types.c.o.d -o tests/as-test_validate.p/meson-generated_.._.._src_as-enum-types.c.o -c src/as-enum-types.c
[319/356] c++  -o qt/libAppStreamQt.so.1.0.4 qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_appstreamqt_export.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_bundle.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_category.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_component-box.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_component.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_contentrating.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_developer.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_icon.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_image.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_launchable.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_metadata.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_pool.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_provided.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_relation.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_relation-check-result.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_release.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_release-list.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_screenshot.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_spdx.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_suggested.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_systeminfo.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_translation.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_utils.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_video.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_chelpers.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_.._.._src_as-enum-types.c.o qt/libAppStreamQt.so.1.0.4.p/bundle.cpp.o qt/libAppStreamQt.so.1.0.4.p/branding.cpp.o qt/libAppStreamQt.so.1.0.4.p/category.cpp.o qt/libAppStreamQt.so.1.0.4.p/component-box.cpp.o qt/libAppStreamQt.so.1.0.4.p/component.cpp.o qt/libAppStreamQt.so.1.0.4.p/contentrating.cpp.o qt/libAppStreamQt.so.1.0.4.p/developer.cpp.o qt/libAppStreamQt.so.1.0.4.p/icon.cpp.o qt/libAppStreamQt.so.1.0.4.p/image.cpp.o qt/libAppStreamQt.so.1.0.4.p/launchable.cpp.o qt/libAppStreamQt.so.1.0.4.p/metadata.cpp.o qt/libAppStreamQt.so.1.0.4.p/pool.cpp.o qt/libAppStreamQt.so.1.0.4.p/provided.cpp.o qt/libAppStreamQt.so.1.0.4.p/relation.cpp.o qt/libAppStreamQt.so.1.0.4.p/relation-check-result.cpp.o qt/libAppStreamQt.so.1.0.4.p/release.cpp.o qt/libAppStreamQt.so.1.0.4.p/release-list.cpp.o qt/libAppStreamQt.so.1.0.4.p/screenshot.cpp.o qt/libAppStreamQt.so.1.0.4.p/spdx.cpp.o qt/libAppStreamQt.so.1.0.4.p/suggested.cpp.o qt/libAppStreamQt.so.1.0.4.p/systeminfo.cpp.o qt/libAppStreamQt.so.1.0.4.p/translation.cpp.o qt/libAppStreamQt.so.1.0.4.p/utils.cpp.o qt/libAppStreamQt.so.1.0.4.p/video.cpp.o -Wl,--as-needed -Wl,--no-undefined -shared -fPIC -Wl,-soname,libAppStreamQt.so.3 -Wl,-z,relro -g -O2 -ffile-prefix-map=/build/reproducible-path/appstream-1.0.4=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 '-Wl,-rpath,$ORIGIN/../src' -Wl,-rpath-link,/build/reproducible-path/appstream-1.0.4/obj-x86_64-linux-gnu/src/ -Wl,--start-group src/libappstream.so.1.0.4 /usr/lib/x86_64-linux-gnu/libQt6Core.so /usr/lib/x86_64-linux-gnu/libglib-2.0.so /usr/lib/x86_64-linux-gnu/libgobject-2.0.so /usr/lib/x86_64-linux-gnu/libgio-2.0.so -Wl,--end-group
FAILED: qt/libAppStreamQt.so.1.0.4
c++  -o qt/libAppStreamQt.so.1.0.4 qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_appstreamqt_export.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_bundle.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_category.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_component-box.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_component.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_contentrating.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_developer.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_icon.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_image.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_launchable.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_metadata.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_pool.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_provided.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_relation.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_relation-check-result.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_release.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_release-list.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_screenshot.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_spdx.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_suggested.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_systeminfo.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_translation.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_utils.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_video.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_chelpers.cpp.o qt/libAppStreamQt.so.1.0.4.p/meson-generated_.._.._src_as-enum-types.c.o qt/libAppStreamQt.so.1.0.4.p/bundle.cpp.o qt/libAppStreamQt.so.1.0.4.p/branding.cpp.o qt/libAppStreamQt.so.1.0.4.p/category.cpp.o qt/libAppStreamQt.so.1.0.4.p/component-box.cpp.o qt/libAppStreamQt.so.1.0.4.p/component.cpp.o qt/libAppStreamQt.so.1.0.4.p/contentrating.cpp.o qt/libAppStreamQt.so.1.0.4.p/developer.cpp.o qt/libAppStreamQt.so.1.0.4.p/icon.cpp.o qt/libAppStreamQt.so.1.0.4.p/image.cpp.o qt/libAppStreamQt.so.1.0.4.p/launchable.cpp.o qt/libAppStreamQt.so.1.0.4.p/metadata.cpp.o qt/libAppStreamQt.so.1.0.4.p/pool.cpp.o qt/libAppStreamQt.so.1.0.4.p/provided.cpp.o qt/libAppStreamQt.so.1.0.4.p/relation.cpp.o qt/libAppStreamQt.so.1.0.4.p/relation-check-result.cpp.o qt/libAppStreamQt.so.1.0.4.p/release.cpp.o qt/libAppStreamQt.so.1.0.4.p/release-list.cpp.o qt/libAppStreamQt.so.1.0.4.p/screenshot.cpp.o qt/libAppStreamQt.so.1.0.4.p/spdx.cpp.o qt/libAppStreamQt.so.1.0.4.p/suggested.cpp.o qt/libAppStreamQt.so.1.0.4.p/systeminfo.cpp.o qt/libAppStreamQt.so.1.0.4.p/translation.cpp.o qt/libAppStreamQt.so.1.0.4.p/utils.cpp.o qt/libAppStreamQt.so.1.0.4.p/video.cpp.o -Wl,--as-needed -Wl,--no-undefined -shared -fPIC -Wl,-soname,libAppStreamQt.so.3 -Wl,-z,relro -g -O2 -ffile-prefix-map=/build/reproducible-path/appstream-1.0.4=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 '-Wl,-rpath,$ORIGIN/../src' -Wl,-rpath-link,/build/reproducible-path/appstream-1.0.4/obj-x86_64-linux-gnu/src/ -Wl,--start-group src/libappstream.so.1.0.4 /usr/lib/x86_64-linux-gnu/libQt6Core.so /usr/lib/x86_64-linux-gnu/libglib-2.0.so /usr/lib/x86_64-linux-gnu/libgobject-2.0.so /usr/lib/x86_64-linux-gnu/libgio-2.0.so -Wl,--end-group
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_bundle.cpp.o:(.rodata+0x178): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_category.cpp.o:(.rodata+0x5c): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_component-box.cpp.o:(.rodata+0x60): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_component.cpp.o:(.rodata+0x4d0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_contentrating.cpp.o:(.rodata+0x138): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_developer.cpp.o:(.rodata+0x60): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_icon.cpp.o:(.rodata+0x104): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_image.cpp.o:(.rodata+0xe4): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_launchable.cpp.o:(.rodata+0x108): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_metadata.cpp.o:(.rodata+0x40c): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_pool.cpp.o:(.rodata+0xd8): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_provided.cpp.o:(.rodata+0x1fc): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_relation.cpp.o:(.rodata+0x500): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_relation-check-result.cpp.o:(.rodata+0x114): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_release.cpp.o:(.rodata+0x22c): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_release-list.cpp.o:(.rodata+0xec): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_screenshot.cpp.o:(.rodata+0xf8): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_suggested.cpp.o:(.rodata+0xec): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_systeminfo.cpp.o:(.rodata+0x60): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_translation.cpp.o:(.rodata+0xe4): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_video.cpp.o:(.rodata+0x174): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/bundle.cpp.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/branding.cpp.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/category.cpp.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/component-box.cpp.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/component.cpp.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/contentrating.cpp.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/developer.cpp.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/icon.cpp.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/image.cpp.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/launchable.cpp.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/metadata.cpp.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/pool.cpp.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/provided.cpp.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/relation.cpp.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/relation-check-result.cpp.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/release.cpp.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/release-list.cpp.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/screenshot.cpp.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/suggested.cpp.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/systeminfo.cpp.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/translation.cpp.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
/usr/bin/ld: qt/libAppStreamQt.so.1.0.4.p/video.cpp.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; qt/libAppStreamQt.so.1.0.4.p/meson-generated_moc_branding.cpp.o:(.rodata+0x5c): first defined here
collect2: error: ld returned 1 exit status
[320/356] cc -Itests/as-test_perf.p -Itests/ -I../tests -Isrc/ -I../src -Isrc -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c11 -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=missing-declarations -Werror=return-type -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Werror=declaration-after-statement -Werror=format-security -Wno-missing-field-initializers -Wno-error=missing-field-initializers -Wno-unused-parameter -Wno-error=unused-parameter -D_POSIX_C_SOURCE=201710L -DAS_COMPILATION -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/appstream-1.0.4=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ tests/as-test_perf.p/meson-generated_.._.._src_as-enum-types.c.o -MF tests/as-test_perf.p/meson-generated_.._.._src_as-enum-types.c.o.d -o tests/as-test_perf.p/meson-generated_.._.._src_as-enum-types.c.o -c src/as-enum-types.c
[321/356] cc -Itests/as-test_perf.p -Itests/ -I../tests -Isrc/ -I../src -Isrc -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c11 -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=missing-declarations -Werror=return-type -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Werror=declaration-after-statement -Werror=format-security -Wno-missing-field-initializers -Wno-error=missing-field-initializers -Wno-unused-parameter -Wno-error=unused-parameter -D_POSIX_C_SOURCE=201710L -DAS_COMPILATION -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/appstream-1.0.4=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ tests/as-test_perf.p/test-performance.c.o -MF tests/as-test_perf.p/test-performance.c.o.d -o tests/as-test_perf.p/test-performance.c.o -c ../tests/test-performance.c
[322/356] cc -Itests/as-test_xml.p -Itests/ -I../tests -I. -I.. -Isrc/ -I../src -Isrc -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c11 -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=missing-declarations -Werror=return-type -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Werror=declaration-after-statement -Werror=format-security -Wno-missing-field-initializers -Wno-error=missing-field-initializers -Wno-unused-parameter -Wno-error=unused-parameter -D_POSIX_C_SOURCE=201710L -DAS_COMPILATION -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/appstream-1.0.4=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ tests/as-test_xml.p/test-xmldata.c.o -MF tests/as-test_xml.p/test-xmldata.c.o.d -o tests/as-test_xml.p/test-xmldata.c.o -c ../tests/test-xmldata.c
[323/356] cc -Itests/as-test_perf.p -Itests/ -I../tests -Isrc/ -I../src -Isrc -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c11 -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=missing-declarations -Werror=return-type -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Werror=declaration-after-statement -Werror=format-security -Wno-missing-field-initializers -Wno-error=missing-field-initializers -Wno-unused-parameter -Wno-error=unused-parameter -D_POSIX_C_SOURCE=201710L -DAS_COMPILATION -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/appstream-1.0.4=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ tests/as-test_perf.p/as-test-utils.c.o -MF tests/as-test_perf.p/as-test-utils.c.o.d -o tests/as-test_perf.p/as-test-utils.c.o -c ../tests/as-test-utils.c
[324/356] cc -Itests/as-test_pool.p -Itests/ -I../tests -I. -I.. -Isrc/ -I../src -Isrc -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c11 -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=missing-declarations -Werror=return-type -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Werror=declaration-after-statement -Werror=format-security -Wno-missing-field-initializers -Wno-error=missing-field-initializers -Wno-unused-parameter -Wno-error=unused-parameter -D_POSIX_C_SOURCE=201710L -DAS_COMPILATION -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/appstream-1.0.4=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ tests/as-test_pool.p/test-pool.c.o -MF tests/as-test_pool.p/test-pool.c.o.d -o tests/as-test_pool.p/test-pool.c.o -c ../tests/test-pool.c
[325/356] cc -Itests/as-test_yaml.p -Itests/ -I../tests -I. -I.. -Isrc/ -I../src -Isrc -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c11 -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=missing-declarations -Werror=return-type -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Werror=declaration-after-statement -Werror=format-security -Wno-missing-field-initializers -Wno-error=missing-field-initializers -Wno-unused-parameter -Wno-error=unused-parameter -D_POSIX_C_SOURCE=201710L -DAS_COMPILATION -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/appstream-1.0.4=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ tests/as-test_yaml.p/test-yamldata.c.o -MF tests/as-test_yaml.p/test-yamldata.c.o.d -o tests/as-test_yaml.p/test-yamldata.c.o -c ../tests/test-yamldata.c
[326/356] cc -Itests/as-test_misc.p -Itests/ -I../tests -I. -I.. -Isrc/ -I../src -Isrc -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c11 -Werror=shadow -Werror=empty-body -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=missing-declarations -Werror=return-type -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=misleading-indentation -Werror=missing-include-dirs -Werror=declaration-after-statement -Werror=format-security -Wno-missing-field-initializers -Wno-error=missing-field-initializers -Wno-unused-parameter -Wno-error=unused-parameter -D_POSIX_C_SOURCE=201710L -DAS_COMPILATION -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/appstream-1.0.4=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ tests/as-test_misc.p/meson-generated_.._.._src_as-enum-types.c.o -MF tests/as-test_misc.p/meson-generated_.._.._src_as-enum-types.c.o.d -o tests/as-test_misc.p/meson-generated_.._.._src_as-enum-types.c.o -c src/as-enum-types.c
ninja: build stopped: subcommand failed.
dh_auto_build: error: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j8 -v returned exit code 1
make: *** [debian/rules:22: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2