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/202608/
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:biometryd, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
cd /<<PKGBUILDDIR>>/build-qt5 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/tests /<<PKGBUILDDIR>>/build-qt5 /<<PKGBUILDDIR>>/build-qt5/tests /<<PKGBUILDDIR>>/build-qt5/tests/CMakeFiles/test_dbus_codec.dir/DependInfo.cmake "--color=" test_dbus_codec
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build-qt5'
make -f tests/CMakeFiles/test_dbus_codec.dir/build.make tests/CMakeFiles/test_dbus_codec.dir/build
make[4]: Entering directory '/<<PKGBUILDDIR>>/build-qt5'
[ 57%] Building CXX object tests/CMakeFiles/test_dbus_codec.dir/test_dbus_codec.cpp.o
cd /<<PKGBUILDDIR>>/build-qt5/tests && /usr/bin/x86_64-linux [too-long-redacted] DIR>>/tests/test_dbus_codec.cpp
/<<PKGBUILDDIR>>/tests/test_dispatching_service_and_device.cpp: In member function ‘virtual void DispatchingDevice_calls_into_dispatcher_for_template_store_size_query_Test::TestBody()’:
/<<PKGBUILDDIR>>/tests/test_dispatching_service_and_device.cpp:46:67: error: ‘typename std::decay<_Tp>::type testing::Invoke(FunctionImpl&&) [with FunctionImpl = DispatchingDevice_calls_into_dispatcher_for_template_store_size_query_Test::TestBody()::<lambda(const biometry::util::Dispatcher::Task&)>; typename std::decay<_Tp>::type = DispatchingDevice_calls_into_dispatcher_for_template_store_size_query_Test::TestBody()::<lambda(const biometry::util::Dispatcher::Task&)>]’ is deprecated: Actions can now be implicitly constructed from callables. No need to create wrapper objects using Invoke(). [-Werror=deprecated-declarations]
46 | EXPECT_CALL(*dispatcher, dispatch(_)).Times(1).WillOnce(Invoke([](const biometry::util::Dispatcher::Task& task) { task(); }));
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/src/googletest/googlemock/include/gmock/gmock.h:56,
from /<<PKGBUILDDIR>>/tests/mock_device.h:33,
from /<<PKGBUILDDIR>>/tests/test_dispatching_service_and_device.cpp:22:
/usr/src/googletest/googlemock/include/gmock/gmock-actions.h:2042:41: note: declared here
2042 | typename std::decay<FunctionImpl>::type Invoke(FunctionImpl&& function_impl) {
| ^~~~~~
/<<PKGBUILDDIR>>/tests/test_dispatching_service_and_device.cpp: In member function ‘virtual void DispatchingDevice_calls_into_dispatcher_for_template_store_list_Test::TestBody()’:
/<<PKGBUILDDIR>>/tests/test_dispatching_service_and_device.cpp:66:67: error: ‘typename std::decay<_Tp>::type testing::Invoke(FunctionImpl&&) [with FunctionImpl = DispatchingDevice_calls_into_dispatcher_for_template_store_list_Test::TestBody()::<lambda(const biometry::util::Dispatcher::Task&)>; typename std::decay<_Tp>::type = DispatchingDevice_calls_into_dispatcher_for_template_store_list_Test::TestBody()::<lambda(const biometry::util::Dispatcher::Task&)>]’ is deprecated: Actions can now be implicitly constructed from callables. No need to create wrapper objects using Invoke(). [-Werror=deprecated-declarations]
66 | EXPECT_CALL(*dispatcher, dispatch(_)).Times(1).WillOnce(Invoke([](const biometry::util::Dispatcher::Task& task) { task(); }));
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/src/googletest/googlemock/include/gmock/gmock-actions.h:2042:41: note: declared here
2042 | typename std::decay<FunctionImpl>::type Invoke(FunctionImpl&& function_impl) {
| ^~~~~~
/<<PKGBUILDDIR>>/tests/test_dispatching_service_and_device.cpp: In member function ‘virtual void DispatchingDevice_calls_into_dispatcher_for_template_store_size_enrollment_Test::TestBody()’:
/<<PKGBUILDDIR>>/tests/test_dispatching_service_and_device.cpp:86:67: error: ‘typename std::decay<_Tp>::type testing::Invoke(FunctionImpl&&) [with FunctionImpl = DispatchingDevice_calls_into_dispatcher_for_template_store_size_enrollment_Test::TestBody()::<lambda(const biometry::util::Dispatcher::Task&)>; typename std::decay<_Tp>::type = DispatchingDevice_calls_into_dispatcher_for_template_store_size_enrollment_Test::TestBody()::<lambda(const biometry::util::Dispatcher::Task&)>]’ is deprecated: Actions can now be implicitly constructed from callables. No need to create wrapper objects using Invoke(). [-Werror=deprecated-declarations]
86 | EXPECT_CALL(*dispatcher, dispatch(_)).Times(1).WillOnce(Invoke([](const biometry::util::Dispatcher::Task& task) { task(); }));
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/src/googletest/googlemock/include/gmock/gmock-actions.h:2042:41: note: declared here
2042 | typename std::decay<FunctionImpl>::type Invoke(FunctionImpl&& function_impl) {
| ^~~~~~
/<<PKGBUILDDIR>>/tests/test_dispatching_service_and_device.cpp: In member function ‘virtual void DispatchingDevice_calls_into_dispatcher_for_template_store_removal_Test::TestBody()’:
/<<PKGBUILDDIR>>/tests/test_dispatching_service_and_device.cpp:106:67: error: ‘typename std::decay<_Tp>::type testing::Invoke(FunctionImpl&&) [with FunctionImpl = DispatchingDevice_calls_into_dispatcher_for_template_store_removal_Test::TestBody()::<lambda(const biometry::util::Dispatcher::Task&)>; typename std::decay<_Tp>::type = DispatchingDevice_calls_into_dispatcher_for_template_store_removal_Test::TestBody()::<lambda(const biometry::util::Dispatcher::Task&)>]’ is deprecated: Actions can now be implicitly constructed from callables. No need to create wrapper objects using Invoke(). [-Werror=deprecated-declarations]
106 | EXPECT_CALL(*dispatcher, dispatch(_)).Times(1).WillOnce(Invoke([](const biometry::util::Dispatcher::Task& task) { task(); }));
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/src/googletest/googlemock/include/gmock/gmock-actions.h:2042:41: note: declared here
2042 | typename std::decay<FunctionImpl>::type Invoke(FunctionImpl&& function_impl) {
| ^~~~~~
/<<PKGBUILDDIR>>/tests/test_dispatching_service_and_device.cpp: In member function ‘virtual void DispatchingDevice_calls_into_dispatcher_for_template_store_clearance_Test::TestBody()’:
/<<PKGBUILDDIR>>/tests/test_dispatching_service_and_device.cpp:126:67: error: ‘typename std::decay<_Tp>::type testing::Invoke(FunctionImpl&&) [with FunctionImpl = DispatchingDevice_calls_into_dispatcher_for_template_store_clearance_Test::TestBody()::<lambda(const biometry::util::Dispatcher::Task&)>; typename std::decay<_Tp>::type = DispatchingDevice_calls_into_dispatcher_for_template_store_clearance_Test::TestBody()::<lambda(const biometry::util::Dispatcher::Task&)>]’ is deprecated: Actions can now be implicitly constructed from callables. No need to create wrapper objects using Invoke(). [-Werror=deprecated-declarations]
126 | EXPECT_CALL(*dispatcher, dispatch(_)).Times(1).WillOnce(Invoke([](const biometry::util::Dispatcher::Task& task) { task(); }));
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/src/googletest/googlemock/include/gmock/gmock-actions.h:2042:41: note: declared here
2042 | typename std::decay<FunctionImpl>::type Invoke(FunctionImpl&& function_impl) {
| ^~~~~~
/<<PKGBUILDDIR>>/tests/test_dispatching_service_and_device.cpp: In member function ‘virtual void DispatchingDevice_calls_into_dispatcher_for_identification_Test::TestBody()’:
/<<PKGBUILDDIR>>/tests/test_dispatching_service_and_device.cpp:146:67: error: ‘typename std::decay<_Tp>::type testing::Invoke(FunctionImpl&&) [with FunctionImpl = DispatchingDevice_calls_into_dispatcher_for_identification_Test::TestBody()::<lambda(const biometry::util::Dispatcher::Task&)>; typename std::decay<_Tp>::type = DispatchingDevice_calls_into_dispatcher_for_identification_Test::TestBody()::<lambda(const biometry::util::Dispatcher::Task&)>]’ is deprecated: Actions can now be implicitly constructed from callables. No need to create wrapper objects using Invoke(). [-Werror=deprecated-declarations]
146 | EXPECT_CALL(*dispatcher, dispatch(_)).Times(1).WillOnce(Invoke([](const biometry::util::Dispatcher::Task& task) { task(); }));
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/src/googletest/googlemock/include/gmock/gmock-actions.h:2042:41: note: declared here
2042 | typename std::decay<FunctionImpl>::type Invoke(FunctionImpl&& function_impl) {
| ^~~~~~
[ 57%] Building CXX object tests/CMakeFiles/test_dbus_codec.dir/echo_service.cpp.o
cd /<<PKGBUILDDIR>>/build-qt5/tests && /usr/bin/x86_64-linux [too-long-redacted] ILDDIR>>/tests/echo_service.cpp
[ 58%] Building CXX object tests/CMakeFiles/test_dbus_codec.dir/config.cpp.o
cd /<<PKGBUILDDIR>>/build-qt5/tests && /usr/bin/x86_64-linux [too-long-redacted] IR>>/build-qt5/tests/config.cpp
[ 59%] Linking CXX executable test_dbus_codec
cd /<<PKGBUILDDIR>>/build-qt5/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/test_dbus_codec.dir/link.txt --verbose=1
/usr/bin/x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PK [too-long-redacted] -lsqlite3 gmock/lib/libgtest.so
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build-qt5'
[ 59%] Built target test_dbus_codec
[ 59%] Building CXX object tests/CMakeFiles/test_dispatching_device_and_service.dir/config.cpp.o
cd /<<PKGBUILDDIR>>/build-qt5/tests && /usr/bin/x86_64-linux [too-long-redacted] IR>>/build-qt5/tests/config.cpp
make -f tests/CMakeFiles/test_dbus_stub_skeleton.dir/build.make tests/CMakeFiles/test_dbus_stub_skeleton.dir/depend
make[4]: Entering directory '/<<PKGBUILDDIR>>/build-qt5'
cd /<<PKGBUILDDIR>>/build-qt5 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/tests /<<PKGBUILDDIR>>/build-qt5 /<<PKGBUILDDIR>>/build-qt5/tests /<<PKGBUILDDIR>>/build-qt5/tests/CMakeFiles/test_dbus_stub_skeleton.dir/DependInfo.cmake "--color=" test_dbus_stub_skeleton
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build-qt5'
make -f tests/CMakeFiles/test_dbus_stub_skeleton.dir/build.make tests/CMakeFiles/test_dbus_stub_skeleton.dir/build
make[4]: Entering directory '/<<PKGBUILDDIR>>/build-qt5'
[ 59%] Building CXX object tests/CMakeFiles/test_dbus_stub_skeleton.dir/test_dbus_stub_skeleton.cpp.o
cd /<<PKGBUILDDIR>>/build-qt5/tests && /usr/bin/x86_64-linux [too-long-redacted] sts/test_dbus_stub_skeleton.cpp
cc1plus: all warnings being treated as errors
make[4]: *** [tests/CMakeFiles/test_dispatching_device_and_service.dir/build.make:82: tests/CMakeFiles/test_dispatching_device_and_service.dir/test_dispatching_service_and_device.cpp.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build-qt5'
make[3]: *** [CMakeFiles/Makefile2:796: tests/CMakeFiles/test_dispatching_device_and_service.dir/all] Error 2
make[3]: *** Waiting for unfinished jobs....
[ 60%] Building CXX object tests/CMakeFiles/test_dbus_stub_skeleton.dir/echo_service.cpp.o
cd /<<PKGBUILDDIR>>/build-qt5/tests && /usr/bin/x86_64-linux [too-long-redacted] ILDDIR>>/tests/echo_service.cpp
[ 61%] Building CXX object tests/CMakeFiles/test_dbus_stub_skeleton.dir/config.cpp.o
cd /<<PKGBUILDDIR>>/build-qt5/tests && /usr/bin/x86_64-linux [too-long-redacted] IR>>/build-qt5/tests/config.cpp
[ 61%] Linking CXX executable test_dbus_stub_skeleton
cd /<<PKGBUILDDIR>>/build-qt5/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/test_dbus_stub_skeleton.dir/link.txt --verbose=1
/usr/bin/x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PK [too-long-redacted] -lsqlite3 gmock/lib/libgtest.so
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build-qt5'
[ 61%] Built target test_dbus_stub_skeleton
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build-qt5'
make[2]: *** [Makefile:149: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/build-qt5'
dh_auto_build: error: cd build-qt5 && make -j2 INSTALL="install --strip-program=true" VERBOSE=1 returned exit code 2
make[1]: *** [debian/rules:27: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:9: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
--------------------------------------------------------------------------------