Source: signond
Version: 8.61-1
Severity: minor
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: debian...@lists.debian.org
Usertags: qa-doublebuild

Hi,

This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).

This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.

More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild

Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env 
> -us -uc -rfakeroot -S
> --------------------------------------------------------------------------------------------------------------------
> 
> dpkg-buildpackage: info: source package signond
> dpkg-buildpackage: info: source version 8.61-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Pino Toscano <p...@debian.org>
>  dpkg-source --before-build .
>  debian/rules clean
> dh clean --with pkgkde_symbolshelper
>    dh_auto_clean
>       make -j8 distclean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> cd lib/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile 
> /<<PKGBUILDDIR>>/lib/lib.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro -Wl,-z,now' 
> 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro 
> -Wl,-z,now' QMAKE_STRIP=: PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu 
> CONFIG+=enable-p2p DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile distclean
> cd server/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile 
> /<<PKGBUILDDIR>>/server/server.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro -Wl,-z,now' 
> 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro 
> -Wl,-z,now' QMAKE_STRIP=: PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu 
> CONFIG+=enable-p2p DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile distclean
> make[2]: Entering directory '/<<PKGBUILDDIR>>/lib'
> make[2]: Entering directory '/<<PKGBUILDDIR>>/server'
> rm -f Makefile
> cd signond/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile 
> /<<PKGBUILDDIR>>/lib/signond/signond.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro -Wl,-z,now' 
> 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro 
> -Wl,-z,now' QMAKE_STRIP=: PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu 
> CONFIG+=enable-p2p DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile distclean
> rm -f 
> /<<PKGBUILDDIR>>/server/com.google.code.AccountsSSO.SingleSignOn.service 
> /<<PKGBUILDDIR>>/server/com.nokia.SingleSignOn.Backup.service
> cd plugins/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile 
> /<<PKGBUILDDIR>>/lib/plugins/plugins.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro -Wl,-z,now' 
> 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro 
> -Wl,-z,now' QMAKE_STRIP=: PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu 
> CONFIG+=enable-p2p DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile distclean
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/server'
> cd SignOn/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile 
> /<<PKGBUILDDIR>>/lib/SignOn/SignOn.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro -Wl,-z,now' 
> 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro 
> -Wl,-z,now' QMAKE_STRIP=: PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu 
> CONFIG+=enable-p2p DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile distclean
> make[3]: Entering directory '/<<PKGBUILDDIR>>/lib/SignOn'
> ( test -e Makefile.libsignon-qt-shared || /usr/lib/qt5/bin/qmake -o 
> Makefile.libsignon-qt-shared 
> /<<PKGBUILDDIR>>/lib/SignOn/libsignon-qt-shared.pro 'QMAKE_CFLAGS_RELEASE=-g 
> -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro 
> -Wl,-z,now' 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro -Wl,-z,now' QMAKE_STRIP=: 
> PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu CONFIG+=enable-p2p 
> DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile.libsignon-qt-shared 
> distclean
> make[3]: Entering directory '/<<PKGBUILDDIR>>/lib/plugins'
> ( test -e Makefile.signon-plugins || /usr/lib/qt5/bin/qmake -o 
> Makefile.signon-plugins /<<PKGBUILDDIR>>/lib/plugins/signon-plugins.pro 
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro -Wl,-z,now' 
> 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro -Wl,-z,now' QMAKE_STRIP=: PREFIX=/usr 
> LIBDIR=/usr/lib/x86_64-linux-gnu CONFIG+=enable-p2p 
> DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile.signon-plugins distclean
> make[3]: Entering directory '/<<PKGBUILDDIR>>/lib/signond'
> cd SignOn/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile 
> /<<PKGBUILDDIR>>/lib/signond/SignOn/SignOn.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro -Wl,-z,now' 
> 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro 
> -Wl,-z,now' QMAKE_STRIP=: PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu 
> CONFIG+=enable-p2p DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile distclean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/lib/SignOn'
> rm -f moc_predefs.h
> rm -f moc_authservice.cpp moc_identity.cpp moc_authsession.cpp 
> moc_signonerror.cpp moc_authserviceimpl.cpp moc_async-dbus-proxy.cpp 
> moc_authsessionimpl.cpp moc_connection-manager.cpp moc_identityimpl.cpp
> rm -f identityinfo.o async-dbus-proxy.o authservice.o authserviceimpl.o 
> authsession.o authsessionimpl.o connection-manager.o dbusinterface.o debug.o 
> identity.o identityimpl.o identityinfoimpl.o securitycontext.o 
> moc_authservice.o moc_identity.o moc_authsession.o moc_signonerror.o 
> moc_authserviceimpl.o moc_async-dbus-proxy.o moc_authsessionimpl.o 
> moc_connection-manager.o moc_identityimpl.o
> make[4]: Entering directory '/<<PKGBUILDDIR>>/lib/signond/SignOn'
> ( test -e Makefile.SignOnExtension || /usr/lib/qt5/bin/qmake -o 
> Makefile.SignOnExtension 
> /<<PKGBUILDDIR>>/lib/signond/SignOn/SignOnExtension.pro 
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro 
> -Wl,-z,now' 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro -Wl,-z,now' QMAKE_STRIP=: 
> PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu CONFIG+=enable-p2p 
> DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile.SignOnExtension distclean
> rm -f libsignon-qt5.pc
> rm -f *~ core *.core
> rm -f libsignon-qt5.so.1.0.0 
> rm -f libsignon-qt5.so libsignon-qt5.so.1 libsignon-qt5.so.1.0 libsignon-qt5.a
> rm -f /<<PKGBUILDDIR>>/lib/SignOn/libsignon-qt5.pc 
> /<<PKGBUILDDIR>>/lib/SignOn/SignOnQt5Config.cmake 
> /<<PKGBUILDDIR>>/lib/SignOn/SignOnQt5ConfigVersion.cmake
> rm -f Makefile.libsignon-qt-shared
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/lib/SignOn'
> ( test -e Makefile.libsignon-qt-static || /usr/lib/qt5/bin/qmake -o 
> Makefile.libsignon-qt-static 
> /<<PKGBUILDDIR>>/lib/SignOn/libsignon-qt-static.pro 'QMAKE_CFLAGS_RELEASE=-g 
> -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro 
> -Wl,-z,now' 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro -Wl,-z,now' QMAKE_STRIP=: 
> PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu CONFIG+=enable-p2p 
> DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile.libsignon-qt-static 
> distclean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/lib/plugins'
> rm -f moc_predefs.h
> rm -f moc_authpluginif.cpp
> rm -f moc_authpluginif.o
> rm -f signon-plugins.pc
> rm -f *~ core *.core
> rm -f libsignon-plugins.so.1.0.0 
> rm -f libsignon-plugins.so libsignon-plugins.so.1 libsignon-plugins.so.1.0 
> libsignon-plugins.a
> rm -f /<<PKGBUILDDIR>>/lib/plugins/signon-plugins.pc
> rm -f Makefile.signon-plugins
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/lib/plugins'
> cd signon-plugins-common/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o 
> Makefile 
> /<<PKGBUILDDIR>>/lib/plugins/signon-plugins-common/signon-plugins-common.pro 
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro 
> -Wl,-z,now' 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro -Wl,-z,now' QMAKE_STRIP=: 
> PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu CONFIG+=enable-p2p 
> DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile distclean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/lib/SignOn'
> rm -f moc_predefs.h
> rm -f moc_authservice.cpp moc_identity.cpp moc_authsession.cpp 
> moc_signonerror.cpp moc_authserviceimpl.cpp moc_async-dbus-proxy.cpp 
> moc_authsessionimpl.cpp moc_connection-manager.cpp moc_identityimpl.cpp
> rm -f identityinfo.o async-dbus-proxy.o authservice.o authserviceimpl.o 
> authsession.o authsessionimpl.o connection-manager.o dbusinterface.o debug.o 
> identity.o identityimpl.o identityinfoimpl.o securitycontext.o 
> moc_authservice.o moc_identity.o moc_authsession.o moc_signonerror.o 
> moc_authserviceimpl.o moc_async-dbus-proxy.o moc_authsessionimpl.o 
> moc_connection-manager.o moc_identityimpl.o
> rm -f libsignon-qt5.pc
> rm -f *~ core *.core
> rm -f libsignon-qt5.a 
> rm -f /<<PKGBUILDDIR>>/lib/SignOn/libsignon-qt5.pc 
> /<<PKGBUILDDIR>>/lib/SignOn/SignOnQt5Config.cmake 
> /<<PKGBUILDDIR>>/lib/SignOn/SignOnQt5ConfigVersion.cmake
> rm -f Makefile.libsignon-qt-static
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/lib/SignOn'
> rm -f Makefile
> make[5]: Entering directory '/<<PKGBUILDDIR>>/lib/signond/SignOn'
> rm -f moc_predefs.h
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/lib/SignOn'
> rm -f moc_abstract-access-control-manager.cpp moc_abstract-crypto-manager.cpp 
> moc_abstract-key-authorizer.cpp moc_abstract-key-manager.cpp 
> moc_key-handler.cpp
> rm -f key-handler.moc
> rm -f abstract-access-control-manager.o abstract-crypto-manager.o 
> abstract-key-authorizer.o abstract-key-manager.o abstract-secrets-storage.o 
> debug.o extension-interface.o key-handler.o misc.o 
> moc_abstract-access-control-manager.o moc_abstract-crypto-manager.o 
> moc_abstract-key-authorizer.o moc_abstract-key-manager.o moc_key-handler.o
> rm -f SignOnExtension.pc
> rm -f *~ core *.core
> rm -f libsignon-extension.so.1.0.0 
> make[4]: Entering directory 
> '/<<PKGBUILDDIR>>/lib/plugins/signon-plugins-common'
> rm -f moc_predefs.h
> rm -f moc_blobiohandler.cpp
> rm -f blobiohandler.o moc_blobiohandler.o
> rm -f libsignon-extension.so libsignon-extension.so.1 
> libsignon-extension.so.1.0 libsignon-extension.a
> rm -f signon-plugins-common.pc
> rm -f *~ core *.core
> rm -f /<<PKGBUILDDIR>>/lib/signond/SignOn/SignOnExtension.pc
> rm -f libsignon-plugins-common.so.1.0.0 
> rm -f libsignon-plugins-common.so libsignon-plugins-common.so.1 
> libsignon-plugins-common.so.1.0 libsignon-plugins-common.a
> rm -f Makefile.SignOnExtension
> rm -f 
> /<<PKGBUILDDIR>>/lib/plugins/signon-plugins-common/signon-plugins-common.pc
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/lib/signond/SignOn'
> rm -f Makefile
> rm -f Makefile
> make[4]: Leaving directory 
> '/<<PKGBUILDDIR>>/lib/plugins/signon-plugins-common'
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/lib/signond/SignOn'
> rm -f Makefile
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/lib/plugins'
> rm -f /<<PKGBUILDDIR>>/lib/signond/signond.pc
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/lib/signond'
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/lib'
> cd src/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile 
> /<<PKGBUILDDIR>>/src/src.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro -Wl,-z,now' 
> 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro 
> -Wl,-z,now' QMAKE_STRIP=: PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu 
> CONFIG+=enable-p2p DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile distclean
> make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
> cd signond/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile 
> /<<PKGBUILDDIR>>/src/signond/signond.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro -Wl,-z,now' 
> 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro 
> -Wl,-z,now' QMAKE_STRIP=: PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu 
> CONFIG+=enable-p2p DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile distclean
> cd plugins/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile 
> /<<PKGBUILDDIR>>/src/plugins/plugins.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro -Wl,-z,now' 
> 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro 
> -Wl,-z,now' QMAKE_STRIP=: PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu 
> CONFIG+=enable-p2p DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile distclean
> cd remotepluginprocess/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o 
> Makefile /<<PKGBUILDDIR>>/src/remotepluginprocess/remotepluginprocess.pro 
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro 
> -Wl,-z,now' 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro -Wl,-z,now' QMAKE_STRIP=: 
> PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu CONFIG+=enable-p2p 
> DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile distclean
> cd extensions/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile 
> /<<PKGBUILDDIR>>/src/extensions/extensions.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro -Wl,-z,now' 
> 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro 
> -Wl,-z,now' QMAKE_STRIP=: PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu 
> CONFIG+=enable-p2p DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile distclean
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/plugins'
> cd password/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile 
> /<<PKGBUILDDIR>>/src/plugins/password/password.pro 'QMAKE_CFLAGS_RELEASE=-g 
> -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro -Wl,-z,now' 
> 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro 
> -Wl,-z,now' QMAKE_STRIP=: PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu 
> CONFIG+=enable-p2p DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile distclean
> cd example/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile 
> /<<PKGBUILDDIR>>/src/plugins/example/example.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro -Wl,-z,now' 
> 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro 
> -Wl,-z,now' QMAKE_STRIP=: PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu 
> CONFIG+=enable-p2p DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile distclean
> cd test/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile 
> /<<PKGBUILDDIR>>/src/plugins/test/test.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro -Wl,-z,now' 
> 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro 
> -Wl,-z,now' QMAKE_STRIP=: PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu 
> CONFIG+=enable-p2p DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile distclean
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/remotepluginprocess'
> rm -f moc_predefs.h
> rm -f moc_remotepluginprocess.cpp
> rm -f debug.o main.o remotepluginprocess.o my-network-proxy-factory.o 
> moc_remotepluginprocess.o
> rm -f *~ core *.core
> rm -f signonpluginprocess 
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/extensions'
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/extensions'
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/remotepluginprocess'
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/signond'
> rm -f moc_predefs.h
> rm -f moc_credentialsaccessmanager.cpp moc_credentialsdb.cpp 
> moc_default-crypto-manager.cpp moc_default-key-authorizer.cpp 
> moc_default-secrets-storage.cpp moc_signonsessioncore.cpp 
> moc_signonauthsessionadaptor.cpp moc_signonauthsession.cpp 
> moc_signonidentity.cpp moc_signondaemonadaptor.cpp moc_signondaemon.cpp 
> moc_signondisposable.cpp moc_pluginproxy.cpp moc_signonui_interface.cpp 
> moc_signonidentityadaptor.cpp
> rm -f backup_adaptor.cpp
> rm -f backup_adaptor.h
> rm -f moc_backup_adaptor.cpp
> rm -f accesscontrolmanagerhelper.o credentialsaccessmanager.o credentialsdb.o 
> default-crypto-manager.o default-key-authorizer.o default-secrets-storage.o 
> erroradaptor.o signonsessioncore.o signonauthsessionadaptor.o 
> signonauthsession.o signonidentity.o signondaemonadaptor.o signondisposable.o 
> signonui_interface.o pluginproxy.o main.o signondaemon.o signonidentityinfo.o 
> signonidentityadaptor.o signonsecuritycontext.o signonsessioncoretools.o 
> moc_credentialsaccessmanager.o moc_credentialsdb.o 
> moc_default-crypto-manager.o moc_default-key-authorizer.o 
> moc_default-secrets-storage.o moc_signonsessioncore.o 
> moc_signonauthsessionadaptor.o moc_signonauthsession.o moc_signonidentity.o 
> moc_signondaemonadaptor.o moc_signondaemon.o moc_signondisposable.o 
> moc_pluginproxy.o moc_signonui_interface.o moc_signonidentityadaptor.o 
> backup_adaptor.o moc_backup_adaptor.o
> make[4]: Entering directory '/<<PKGBUILDDIR>>/src/plugins/password'
> rm -f moc_predefs.h
> rm -f moc_passwordplugin.cpp
> rm -f passwordplugin.o moc_passwordplugin.o
> rm -f *~ core *.core
> make[4]: Entering directory '/<<PKGBUILDDIR>>/src/plugins/test'
> ( test -e Makefile.ssotest || /usr/lib/qt5/bin/qmake -o Makefile.ssotest 
> /<<PKGBUILDDIR>>/src/plugins/test/ssotest.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro -Wl,-z,now' 
> 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro 
> -Wl,-z,now' QMAKE_STRIP=: PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu 
> CONFIG+=enable-p2p DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile.ssotest 
> distclean
> ( test -e Makefile.ssotest2 || /usr/lib/qt5/bin/qmake -o Makefile.ssotest2 
> /<<PKGBUILDDIR>>/src/plugins/test/ssotest2.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro -Wl,-z,now' 
> 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro 
> -Wl,-z,now' QMAKE_STRIP=: PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu 
> CONFIG+=enable-p2p DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile.ssotest2 
> distclean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/src/plugins/example'
> rm -f moc_predefs.h
> rm -f moc_exampleplugin.cpp
> rm -f exampleplugin.o moc_exampleplugin.o
> rm -f *~ core *.core
> rm -f libpasswordplugin.so 
> rm -f libexampleplugin.so 
> rm -f Makefile
> rm -f *~ core *.core
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/plugins/example'
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/plugins/password'
> rm -f signond 
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/signond'
> make[5]: Entering directory '/<<PKGBUILDDIR>>/src/plugins/test'
> rm -f resources/qrc_captcha-images.cpp
> rm -f moc_predefs.h
> rm -f moc_ssotest2plugin.cpp
> make[5]: Entering directory '/<<PKGBUILDDIR>>/src/plugins/test'
> rm -f moc_predefs.h
> rm -f ssotest2plugin.o qrc_captcha-images.o moc_ssotest2plugin.o
> rm -f moc_ssotestplugin.cpp
> rm -f ssotestplugin.o moc_ssotestplugin.o
> rm -f *~ core *.core
> rm -f *~ core *.core
> rm -f libssotestplugin.so 
> rm -f libssotest2plugin.so 
> rm -f Makefile.ssotest
> rm -f Makefile.ssotest2
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/plugins/test'
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/plugins/test'
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/plugins/test'
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/plugins'
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
> cd tests/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile 
> /<<PKGBUILDDIR>>/tests/tests.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro -Wl,-z,now' 
> 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro 
> -Wl,-z,now' QMAKE_STRIP=: PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu 
> CONFIG+=enable-p2p DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile distclean
> make[2]: Entering directory '/<<PKGBUILDDIR>>/tests'
> cd passwordplugintest/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o 
> Makefile /<<PKGBUILDDIR>>/tests/passwordplugintest/passwordplugintest.pro 
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro 
> -Wl,-z,now' 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro -Wl,-z,now' QMAKE_STRIP=: 
> PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu CONFIG+=enable-p2p 
> DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile distclean
> make[3]: Entering directory '/<<PKGBUILDDIR>>/tests/passwordplugintest'
> rm -f moc_predefs.h
> rm -f moc_passwordplugintest.cpp moc_passwordplugin.cpp moc_authpluginif.cpp
> rm -f passwordplugintest.o moc_passwordplugintest.o moc_passwordplugin.o 
> moc_authpluginif.o
> rm -f *~ core *.core
> rm -f signon-passwordplugin-tests 
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/tests/passwordplugintest'
> cd libsignon-qt-tests/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o 
> Makefile /<<PKGBUILDDIR>>/tests/libsignon-qt-tests/libsignon-qt-tests.pro 
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro 
> -Wl,-z,now' 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro -Wl,-z,now' QMAKE_STRIP=: 
> PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu CONFIG+=enable-p2p 
> DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile distclean
> make[3]: Entering directory '/<<PKGBUILDDIR>>/tests/libsignon-qt-tests'
> rm -f moc_predefs.h
> rm -f moc_testauthsession.cpp moc_testthread.cpp moc_signon-ui.cpp 
> moc_ssotestclient.cpp moc_testauthserviceresult.cpp moc_testidentityresult.cpp
> rm -f testauthsession.o testthread.o signon-ui.o ssotestclient.o 
> testauthserviceresult.o testidentityresult.o moc_testauthsession.o 
> moc_testthread.o moc_signon-ui.o moc_ssotestclient.o 
> moc_testauthserviceresult.o moc_testidentityresult.o
> rm -f *~ core *.core
> rm -f libsignon-qt-tests 
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/tests/libsignon-qt-tests'
> cd signond-tests/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile 
> /<<PKGBUILDDIR>>/tests/signond-tests/signond-tests.pro 
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro -Wl,-z,now' 
> 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro -Wl,-z,now' QMAKE_STRIP=: PREFIX=/usr 
> LIBDIR=/usr/lib/x86_64-linux-gnu CONFIG+=enable-p2p 
> DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile distclean
> make[3]: Entering directory '/<<PKGBUILDDIR>>/tests/signond-tests'
> ( test -e Makefile.tst_access_control_manager_helper || 
> /usr/lib/qt5/bin/qmake -o Makefile.tst_access_control_manager_helper 
> /<<PKGBUILDDIR>>/tests/signond-tests/tst_access_control_manager_helper.pro 
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro -Wl,-z,now' 
> 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro -Wl,-z,now' QMAKE_STRIP=: PREFIX=/usr 
> LIBDIR=/usr/lib/x86_64-linux-gnu CONFIG+=enable-p2p 
> DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f 
> Makefile.tst_access_control_manager_helper distclean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/tests/signond-tests'
> rm -f moc_predefs.h
> rm -f moc_credentialsdb.cpp
> rm -f tst_access_control_manager_helper.moc
> rm -f accesscontrolmanagerhelper.o tst_access_control_manager_helper.o 
> moc_credentialsdb.o
> rm -f *~ core *.core
> rm -f tst_access_control_manager_helper 
> rm -f Makefile.tst_access_control_manager_helper
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/signond-tests'
> ( test -e Makefile.tst_timeouts || /usr/lib/qt5/bin/qmake -o 
> Makefile.tst_timeouts /<<PKGBUILDDIR>>/tests/signond-tests/tst_timeouts.pro 
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro 
> -Wl,-z,now' 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro -Wl,-z,now' QMAKE_STRIP=: 
> PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu CONFIG+=enable-p2p 
> DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile.tst_timeouts distclean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/tests/signond-tests'
> rm -f moc_predefs.h
> rm -f moc_timeouts.cpp
> rm -f timeouts.o moc_timeouts.o
> rm -f *~ core *.core
> rm -f tst_timeouts 
> rm -f Makefile.tst_timeouts
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/signond-tests'
> ( test -e Makefile.tst_pluginproxy || /usr/lib/qt5/bin/qmake -o 
> Makefile.tst_pluginproxy 
> /<<PKGBUILDDIR>>/tests/signond-tests/tst_pluginproxy.pro 
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro 
> -Wl,-z,now' 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro -Wl,-z,now' QMAKE_STRIP=: 
> PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu CONFIG+=enable-p2p 
> DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile.tst_pluginproxy distclean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/tests/signond-tests'
> rm -f moc_predefs.h
> rm -f moc_testpluginproxy.cpp moc_pluginproxy.cpp moc_blobiohandler.cpp
> rm -f testpluginproxy.o include.o moc_testpluginproxy.o moc_pluginproxy.o 
> moc_blobiohandler.o
> rm -f *~ core *.core
> rm -f tst_pluginproxy 
> rm -f Makefile.tst_pluginproxy
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/signond-tests'
> ( test -e Makefile.tst_database || /usr/lib/qt5/bin/qmake -o 
> Makefile.tst_database /<<PKGBUILDDIR>>/tests/signond-tests/tst_database.pro 
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro 
> -Wl,-z,now' 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro -Wl,-z,now' QMAKE_STRIP=: 
> PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu CONFIG+=enable-p2p 
> DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile.tst_database distclean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/tests/signond-tests'
> rm -f moc_predefs.h
> rm -f moc_databasetest.cpp moc_credentialsdb.cpp 
> moc_default-secrets-storage.cpp
> rm -f databasetest.o credentialsdb.o default-secrets-storage.o 
> moc_databasetest.o moc_credentialsdb.o moc_default-secrets-storage.o
> rm -f *~ core *.core
> rm -f tst_database 
> rm -f Makefile.tst_database
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/signond-tests'
> ( test -e Makefile.access-control || /usr/lib/qt5/bin/qmake -o 
> Makefile.access-control 
> /<<PKGBUILDDIR>>/tests/signond-tests/access-control.pro 
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro 
> -Wl,-z,now' 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro -Wl,-z,now' QMAKE_STRIP=: 
> PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu CONFIG+=enable-p2p 
> DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile.access-control distclean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/tests/signond-tests'
> cd mock-ac-plugin/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o 
> Makefile 
> /<<PKGBUILDDIR>>/tests/signond-tests/mock-ac-plugin/mock-ac-plugin.pro 
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro 
> -Wl,-z,now' 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro -Wl,-z,now' QMAKE_STRIP=: 
> PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu CONFIG+=enable-p2p 
> DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile distclean
> make[5]: Entering directory 
> '/<<PKGBUILDDIR>>/tests/signond-tests/mock-ac-plugin'
> ( test -e Makefile.plugin || /usr/lib/qt5/bin/qmake -o Makefile.plugin 
> /<<PKGBUILDDIR>>/tests/signond-tests/mock-ac-plugin/plugin.pro 
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro -Wl,-z,now' 
> 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro -Wl,-z,now' QMAKE_STRIP=: PREFIX=/usr 
> LIBDIR=/usr/lib/x86_64-linux-gnu CONFIG+=enable-p2p 
> DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile.plugin distclean
> ( test -e Makefile.identity-ac-helper || /usr/lib/qt5/bin/qmake -o 
> Makefile.identity-ac-helper 
> /<<PKGBUILDDIR>>/tests/signond-tests/mock-ac-plugin/identity-ac-helper.pro 
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro 
> -Wl,-z,now' 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro -Wl,-z,now' QMAKE_STRIP=: 
> PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu CONFIG+=enable-p2p 
> DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile.identity-ac-helper distclean
> make[6]: Entering directory 
> '/<<PKGBUILDDIR>>/tests/signond-tests/mock-ac-plugin'
> rm -f moc_predefs.h
> rm -f moc_access-control-manager.cpp moc_plugin.cpp
> rm -f access-control-manager.moc
> rm -f access-control-manager.o plugin.o moc_access-control-manager.o 
> moc_plugin.o
> rm -f *~ core *.core
> rm -f libsignon-mock-ac.so 
> rm -f Makefile.plugin
> make[6]: Leaving directory 
> '/<<PKGBUILDDIR>>/tests/signond-tests/mock-ac-plugin'
> make[6]: Entering directory 
> '/<<PKGBUILDDIR>>/tests/signond-tests/mock-ac-plugin'
> rm -f moc_predefs.h
> rm -f identity-ac-helper.moc
> rm -f identity-ac-helper.o
> rm -f *~ core *.core
> rm -f identity-ac-helper 
> rm -f Makefile.identity-ac-helper
> make[6]: Leaving directory 
> '/<<PKGBUILDDIR>>/tests/signond-tests/mock-ac-plugin'
> rm -f Makefile
> make[5]: Leaving directory 
> '/<<PKGBUILDDIR>>/tests/signond-tests/mock-ac-plugin'
> ( test -e Makefile.identity-tool || /usr/lib/qt5/bin/qmake -o 
> Makefile.identity-tool /<<PKGBUILDDIR>>/tests/signond-tests/identity-tool.pro 
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro 
> -Wl,-z,now' 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro -Wl,-z,now' QMAKE_STRIP=: 
> PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu CONFIG+=enable-p2p 
> DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile.identity-tool distclean
> make[5]: Entering directory '/<<PKGBUILDDIR>>/tests/signond-tests'
> rm -f moc_predefs.h
> rm -f identity-tool.o
> rm -f *~ core *.core
> rm -f identity-tool 
> rm -f Makefile.identity-tool
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/tests/signond-tests'
> ( test -e Makefile.tst_access_control || /usr/lib/qt5/bin/qmake -o 
> Makefile.tst_access_control 
> /<<PKGBUILDDIR>>/tests/signond-tests/tst_access_control.pro 
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro 
> -Wl,-z,now' 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro -Wl,-z,now' QMAKE_STRIP=: 
> PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu CONFIG+=enable-p2p 
> DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile.tst_access_control distclean
> make[5]: Entering directory '/<<PKGBUILDDIR>>/tests/signond-tests'
> rm -f moc_predefs.h
> rm -f tst_access_control.moc
> rm -f tst_access_control.o
> rm -f *~ core *.core
> rm -f tst_access_control 
> rm -f Makefile.tst_access_control
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/tests/signond-tests'
> rm -f Makefile.access-control
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/signond-tests'
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/tests/signond-tests'
> cd extensions/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile 
> /<<PKGBUILDDIR>>/tests/extensions/extensions.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro -Wl,-z,now' 
> 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro 
> -Wl,-z,now' QMAKE_STRIP=: PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu 
> CONFIG+=enable-p2p DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile distclean
> make[3]: Entering directory '/<<PKGBUILDDIR>>/tests/extensions'
> ( test -e Makefile.tst_access_control_manager || /usr/lib/qt5/bin/qmake -o 
> Makefile.tst_access_control_manager 
> /<<PKGBUILDDIR>>/tests/extensions/tst_access_control_manager.pro 
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 
> 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro -Wl,-z,now' 
> 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro -Wl,-z,now' QMAKE_STRIP=: PREFIX=/usr 
> LIBDIR=/usr/lib/x86_64-linux-gnu CONFIG+=enable-p2p 
> DEFINES+=QT_NO_DEBUG_OUTPUT ) && make -f Makefile.tst_access_control_manager 
> distclean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/tests/extensions'
> rm -f moc_predefs.h
> rm -f tst_access_control_manager.moc
> rm -f tst_access_control_manager.o
> rm -f *~ core *.core
> rm -f tst_access_control_manager 
> rm -f Makefile.tst_access_control_manager
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/extensions'
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/tests/extensions'
> rm -f Makefile
> rm -f testsession.conf 
> /<<PKGBUILDDIR>>/tests/com.google.code.AccountsSSO.SingleSignOn.service
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/tests'
> rm -f Makefile
> rm -f .qmake.stash
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    debian/rules execute_after_dh_auto_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> rm src/signond/backupifadaptor.*
> rm: cannot remove 'src/signond/backupifadaptor.*': No such file or directory
> make[1]: [debian/rules:25: execute_after_dh_auto_clean] Error 1 (ignored)
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_clean
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building signond using existing ./signond_8.61.orig.tar.gz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: error: cannot represent change to doc/html/bc_s.png: binary file 
> contents changed
> dpkg-source: error: add doc/html/bc_s.png in debian/source/include-binaries 
> if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to doc/html/bdwn.png: binary file 
> contents changed
> dpkg-source: error: add doc/html/bdwn.png in debian/source/include-binaries 
> if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to doc/html/closed.png: binary 
> file contents changed
> dpkg-source: error: add doc/html/closed.png in debian/source/include-binaries 
> if you want to store the modified binary in the debian tarball
> dpkg-source: warning: file 
> signond-8.61/doc/html/dir_61c9e5842729cb34568d93cb98ad85b9_dep.md5 has no 
> final newline (either original or modified version)
> dpkg-source: error: cannot represent change to 
> doc/html/dir_61c9e5842729cb34568d93cb98ad85b9_dep.png: binary file contents 
> changed
> dpkg-source: error: add doc/html/dir_61c9e5842729cb34568d93cb98ad85b9_dep.png 
> in debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to doc/html/doc.png: binary file 
> contents changed
> dpkg-source: error: add doc/html/doc.png in debian/source/include-binaries if 
> you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to doc/html/folderclosed.png: 
> binary file contents changed
> dpkg-source: error: add doc/html/folderclosed.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to doc/html/folderopen.png: 
> binary file contents changed
> dpkg-source: error: add doc/html/folderopen.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: file signond-8.61/doc/html/graph_legend.md5 has no 
> final newline (either original or modified version)
> dpkg-source: error: cannot represent change to doc/html/graph_legend.png: 
> binary file contents changed
> dpkg-source: error: add doc/html/graph_legend.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: file signond-8.61/doc/html/jquery.js has no final 
> newline (either original or modified version)
> dpkg-source: error: cannot represent change to doc/html/nav_f.png: binary 
> file contents changed
> dpkg-source: error: add doc/html/nav_f.png in debian/source/include-binaries 
> if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to doc/html/nav_g.png: binary 
> file contents changed
> dpkg-source: error: add doc/html/nav_g.png in debian/source/include-binaries 
> if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to doc/html/nav_h.png: binary 
> file contents changed
> dpkg-source: error: add doc/html/nav_h.png in debian/source/include-binaries 
> if you want to store the modified binary in the debian tarball
> dpkg-source: warning: file signond-8.61/doc/html/navtreedata.js has no final 
> newline (either original or modified version)
> dpkg-source: error: cannot represent change to doc/html/open.png: binary file 
> contents changed
> dpkg-source: error: add doc/html/open.png in debian/source/include-binaries 
> if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to doc/html/splitbar.png: binary 
> file contents changed
> dpkg-source: error: add doc/html/splitbar.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to doc/html/sync_off.png: binary 
> file contents changed
> dpkg-source: error: add doc/html/sync_off.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to doc/html/sync_on.png: binary 
> file contents changed
> dpkg-source: error: add doc/html/sync_on.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to doc/html/tab_a.png: binary 
> file contents changed
> dpkg-source: error: add doc/html/tab_a.png in debian/source/include-binaries 
> if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to doc/html/tab_b.png: binary 
> file contents changed
> dpkg-source: error: add doc/html/tab_b.png in debian/source/include-binaries 
> if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to doc/html/tab_h.png: binary 
> file contents changed
> dpkg-source: error: add doc/html/tab_h.png in debian/source/include-binaries 
> if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to doc/html/tab_s.png: binary 
> file contents changed
> dpkg-source: error: add doc/html/tab_s.png in debian/source/include-binaries 
> if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to doc/qch/signon.qch: binary 
> file contents changed
> dpkg-source: error: add doc/qch/signon.qch in debian/source/include-binaries 
> if you want to store the modified binary in the debian tarball
> dpkg-source: warning: file signond-8.61/lib/SignOn/doc/html/annotated_dup.js 
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to lib/SignOn/doc/html/bc_s.png: 
> binary file contents changed
> dpkg-source: error: add lib/SignOn/doc/html/bc_s.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to lib/SignOn/doc/html/bdwn.png: 
> binary file contents changed
> dpkg-source: error: add lib/SignOn/doc/html/bdwn.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: file 
> signond-8.61/lib/SignOn/doc/html/classSignOn_1_1AuthService.js has no final 
> newline (either original or modified version)
> dpkg-source: warning: file 
> signond-8.61/lib/SignOn/doc/html/classSignOn_1_1AuthService_1_1IdentityRegExp.js
>  has no final newline (either original or modified version)
> dpkg-source: warning: file 
> signond-8.61/lib/SignOn/doc/html/classSignOn_1_1AuthService__inherit__graph.md5
>  has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to 
> lib/SignOn/doc/html/classSignOn_1_1AuthService__inherit__graph.png: binary 
> file contents changed
> dpkg-source: error: add 
> lib/SignOn/doc/html/classSignOn_1_1AuthService__inherit__graph.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: file 
> signond-8.61/lib/SignOn/doc/html/classSignOn_1_1AuthSession.js has no final 
> newline (either original or modified version)
> dpkg-source: warning: file 
> signond-8.61/lib/SignOn/doc/html/classSignOn_1_1AuthSession__inherit__graph.md5
>  has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to 
> lib/SignOn/doc/html/classSignOn_1_1AuthSession__inherit__graph.png: binary 
> file contents changed
> dpkg-source: error: add 
> lib/SignOn/doc/html/classSignOn_1_1AuthSession__inherit__graph.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: file 
> signond-8.61/lib/SignOn/doc/html/classSignOn_1_1ConnectionManager__inherit__graph.md5
>  has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to 
> lib/SignOn/doc/html/classSignOn_1_1ConnectionManager__inherit__graph.png: 
> binary file contents changed
> dpkg-source: error: add 
> lib/SignOn/doc/html/classSignOn_1_1ConnectionManager__inherit__graph.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: file 
> signond-8.61/lib/SignOn/doc/html/classSignOn_1_1DBusInterface__inherit__graph.md5
>  has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to 
> lib/SignOn/doc/html/classSignOn_1_1DBusInterface__inherit__graph.png: binary 
> file contents changed
> dpkg-source: error: add 
> lib/SignOn/doc/html/classSignOn_1_1DBusInterface__inherit__graph.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: file 
> signond-8.61/lib/SignOn/doc/html/classSignOn_1_1Error.js has no final newline 
> (either original or modified version)
> dpkg-source: warning: file 
> signond-8.61/lib/SignOn/doc/html/classSignOn_1_1Identity.js has no final 
> newline (either original or modified version)
> dpkg-source: warning: file 
> signond-8.61/lib/SignOn/doc/html/classSignOn_1_1IdentityInfo.js has no final 
> newline (either original or modified version)
> dpkg-source: warning: file 
> signond-8.61/lib/SignOn/doc/html/classSignOn_1_1Identity__inherit__graph.md5 
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to 
> lib/SignOn/doc/html/classSignOn_1_1Identity__inherit__graph.png: binary file 
> contents changed
> dpkg-source: error: add 
> lib/SignOn/doc/html/classSignOn_1_1Identity__inherit__graph.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: file 
> signond-8.61/lib/SignOn/doc/html/classSignOn_1_1SecurityContext.js has no 
> final newline (either original or modified version)
> dpkg-source: warning: file 
> signond-8.61/lib/SignOn/doc/html/classSignOn_1_1SessionData.js has no final 
> newline (either original or modified version)
> dpkg-source: error: cannot represent change to 
> lib/SignOn/doc/html/closed.png: binary file contents changed
> dpkg-source: error: add lib/SignOn/doc/html/closed.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: file 
> signond-8.61/lib/SignOn/doc/html/dir_61c9e5842729cb34568d93cb98ad85b9_dep.md5 
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to 
> lib/SignOn/doc/html/dir_61c9e5842729cb34568d93cb98ad85b9_dep.png: binary file 
> contents changed
> dpkg-source: error: add 
> lib/SignOn/doc/html/dir_61c9e5842729cb34568d93cb98ad85b9_dep.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to lib/SignOn/doc/html/doc.png: 
> binary file contents changed
> dpkg-source: error: add lib/SignOn/doc/html/doc.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: file signond-8.61/lib/SignOn/doc/html/files_dup.js has 
> no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to 
> lib/SignOn/doc/html/folderclosed.png: binary file contents changed
> dpkg-source: error: add lib/SignOn/doc/html/folderclosed.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> lib/SignOn/doc/html/folderopen.png: binary file contents changed
> dpkg-source: error: add lib/SignOn/doc/html/folderopen.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: file signond-8.61/lib/SignOn/doc/html/graph_legend.md5 
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to 
> lib/SignOn/doc/html/graph_legend.png: binary file contents changed
> dpkg-source: error: add lib/SignOn/doc/html/graph_legend.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: file signond-8.61/lib/SignOn/doc/html/hierarchy.js has 
> no final newline (either original or modified version)
> dpkg-source: warning: file 
> signond-8.61/lib/SignOn/doc/html/inherit_graph_0.md5 has no final newline 
> (either original or modified version)
> dpkg-source: error: cannot represent change to 
> lib/SignOn/doc/html/inherit_graph_0.png: binary file contents changed
> dpkg-source: error: add lib/SignOn/doc/html/inherit_graph_0.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: file 
> signond-8.61/lib/SignOn/doc/html/inherit_graph_1.md5 has no final newline 
> (either original or modified version)
> dpkg-source: error: cannot represent change to 
> lib/SignOn/doc/html/inherit_graph_1.png: binary file contents changed
> dpkg-source: error: add lib/SignOn/doc/html/inherit_graph_1.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: file 
> signond-8.61/lib/SignOn/doc/html/inherit_graph_2.md5 has no final newline 
> (either original or modified version)
> dpkg-source: error: cannot represent change to 
> lib/SignOn/doc/html/inherit_graph_2.png: binary file contents changed
> dpkg-source: error: add lib/SignOn/doc/html/inherit_graph_2.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: file 
> signond-8.61/lib/SignOn/doc/html/inherit_graph_3.md5 has no final newline 
> (either original or modified version)
> dpkg-source: error: cannot represent change to 
> lib/SignOn/doc/html/inherit_graph_3.png: binary file contents changed
> dpkg-source: error: add lib/SignOn/doc/html/inherit_graph_3.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: file 
> signond-8.61/lib/SignOn/doc/html/inherit_graph_4.md5 has no final newline 
> (either original or modified version)
> dpkg-source: error: cannot represent change to 
> lib/SignOn/doc/html/inherit_graph_4.png: binary file contents changed
> dpkg-source: error: add lib/SignOn/doc/html/inherit_graph_4.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: file 
> signond-8.61/lib/SignOn/doc/html/inherit_graph_5.md5 has no final newline 
> (either original or modified version)
> dpkg-source: error: cannot represent change to 
> lib/SignOn/doc/html/inherit_graph_5.png: binary file contents changed
> dpkg-source: error: add lib/SignOn/doc/html/inherit_graph_5.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: file 
> signond-8.61/lib/SignOn/doc/html/inherit_graph_6.md5 has no final newline 
> (either original or modified version)
> dpkg-source: error: cannot represent change to 
> lib/SignOn/doc/html/inherit_graph_6.png: binary file contents changed
> dpkg-source: error: add lib/SignOn/doc/html/inherit_graph_6.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: file signond-8.61/lib/SignOn/doc/html/jquery.js has no 
> final newline (either original or modified version)
> dpkg-source: error: cannot represent change to lib/SignOn/doc/html/nav_f.png: 
> binary file contents changed
> dpkg-source: error: add lib/SignOn/doc/html/nav_f.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to lib/SignOn/doc/html/nav_g.png: 
> binary file contents changed
> dpkg-source: error: add lib/SignOn/doc/html/nav_g.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to lib/SignOn/doc/html/nav_h.png: 
> binary file contents changed
> dpkg-source: error: add lib/SignOn/doc/html/nav_h.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: file signond-8.61/lib/SignOn/doc/html/navtreedata.js 
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to lib/SignOn/doc/html/open.png: 
> binary file contents changed
> dpkg-source: error: add lib/SignOn/doc/html/open.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> lib/SignOn/doc/html/splitbar.png: binary file contents changed
> dpkg-source: error: add lib/SignOn/doc/html/splitbar.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> lib/SignOn/doc/html/sync_off.png: binary file contents changed
> dpkg-source: error: add lib/SignOn/doc/html/sync_off.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> lib/SignOn/doc/html/sync_on.png: binary file contents changed
> dpkg-source: error: add lib/SignOn/doc/html/sync_on.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to lib/SignOn/doc/html/tab_a.png: 
> binary file contents changed
> dpkg-source: error: add lib/SignOn/doc/html/tab_a.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to lib/SignOn/doc/html/tab_b.png: 
> binary file contents changed
> dpkg-source: error: add lib/SignOn/doc/html/tab_b.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to lib/SignOn/doc/html/tab_h.png: 
> binary file contents changed
> dpkg-source: error: add lib/SignOn/doc/html/tab_h.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to lib/SignOn/doc/html/tab_s.png: 
> binary file contents changed
> dpkg-source: error: add lib/SignOn/doc/html/tab_s.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to lib/SignOn/doc/qch/signon.qch: 
> binary file contents changed
> dpkg-source: error: add lib/SignOn/doc/qch/signon.qch in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: file signond-8.61/lib/plugins/doc/html/annotated_dup.js 
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to lib/plugins/doc/html/bc_s.png: 
> binary file contents changed
> dpkg-source: error: add lib/plugins/doc/html/bc_s.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to lib/plugins/doc/html/bdwn.png: 
> binary file contents changed
> dpkg-source: error: add lib/plugins/doc/html/bdwn.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: file 
> signond-8.61/lib/plugins/doc/html/classAuthPluginInterface.js has no final 
> newline (either original or modified version)
> dpkg-source: warning: file 
> signond-8.61/lib/plugins/doc/html/classAuthPluginInterface__inherit__graph.md5
>  has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to 
> lib/plugins/doc/html/classAuthPluginInterface__inherit__graph.png: binary 
> file contents changed
> dpkg-source: error: add 
> lib/plugins/doc/html/classAuthPluginInterface__inherit__graph.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: file 
> signond-8.61/lib/plugins/doc/html/classSignOn_1_1BlobIOHandler__inherit__graph.md5
>  has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to 
> lib/plugins/doc/html/classSignOn_1_1BlobIOHandler__inherit__graph.png: binary 
> file contents changed
> dpkg-source: error: add 
> lib/plugins/doc/html/classSignOn_1_1BlobIOHandler__inherit__graph.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: file 
> signond-8.61/lib/plugins/doc/html/classSignOn_1_1UiSessionData.js has no 
> final newline (either original or modified version)
> dpkg-source: warning: file 
> signond-8.61/lib/plugins/doc/html/classSignOn_1_1UiSessionData__inherit__graph.md5
>  has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to 
> lib/plugins/doc/html/classSignOn_1_1UiSessionData__inherit__graph.png: binary 
> file contents changed
> dpkg-source: error: add 
> lib/plugins/doc/html/classSignOn_1_1UiSessionData__inherit__graph.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> lib/plugins/doc/html/closed.png: binary file contents changed
> dpkg-source: error: add lib/plugins/doc/html/closed.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: file 
> signond-8.61/lib/plugins/doc/html/dir_255383846029633073d68bbe3f80a8e9.js has 
> no final newline (either original or modified version)
> dpkg-source: warning: file 
> signond-8.61/lib/plugins/doc/html/dir_61c9e5842729cb34568d93cb98ad85b9_dep.md5
>  has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to 
> lib/plugins/doc/html/dir_61c9e5842729cb34568d93cb98ad85b9_dep.png: binary 
> file contents changed
> dpkg-source: error: add 
> lib/plugins/doc/html/dir_61c9e5842729cb34568d93cb98ad85b9_dep.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: file 
> signond-8.61/lib/plugins/doc/html/dir_af34ae28ea23134a8ded716ce53b273a.js has 
> no final newline (either original or modified version)
> dpkg-source: warning: file 
> signond-8.61/lib/plugins/doc/html/dir_d823c49a50e17c23ae924694bd3125c3.js has 
> no final newline (either original or modified version)
> dpkg-source: warning: file 
> signond-8.61/lib/plugins/doc/html/dir_d823c49a50e17c23ae924694bd3125c3_dep.md5
>  has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to 
> lib/plugins/doc/html/dir_d823c49a50e17c23ae924694bd3125c3_dep.png: binary 
> file contents changed
> dpkg-source: error: add 
> lib/plugins/doc/html/dir_d823c49a50e17c23ae924694bd3125c3_dep.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to lib/plugins/doc/html/doc.png: 
> binary file contents changed
> dpkg-source: error: add lib/plugins/doc/html/doc.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: file signond-8.61/lib/plugins/doc/html/files_dup.js has 
> no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to 
> lib/plugins/doc/html/folderclosed.png: binary file contents changed
> dpkg-source: error: add lib/plugins/doc/html/folderclosed.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> lib/plugins/doc/html/folderopen.png: binary file contents changed
> dpkg-source: error: add lib/plugins/doc/html/folderopen.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: file signond-8.61/lib/plugins/doc/html/graph_legend.md5 
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to 
> lib/plugins/doc/html/graph_legend.png: binary file contents changed
> dpkg-source: error: add lib/plugins/doc/html/graph_legend.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: file signond-8.61/lib/plugins/doc/html/hierarchy.js has 
> no final newline (either original or modified version)
> dpkg-source: warning: file 
> signond-8.61/lib/plugins/doc/html/inherit_graph_0.md5 has no final newline 
> (either original or modified version)
> dpkg-source: error: cannot represent change to 
> lib/plugins/doc/html/inherit_graph_0.png: binary file contents changed
> dpkg-source: error: add lib/plugins/doc/html/inherit_graph_0.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: file 
> signond-8.61/lib/plugins/doc/html/inherit_graph_1.md5 has no final newline 
> (either original or modified version)
> dpkg-source: error: cannot represent change to 
> lib/plugins/doc/html/inherit_graph_1.png: binary file contents changed
> dpkg-source: error: add lib/plugins/doc/html/inherit_graph_1.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: file 
> signond-8.61/lib/plugins/doc/html/inherit_graph_2.md5 has no final newline 
> (either original or modified version)
> dpkg-source: error: cannot represent change to 
> lib/plugins/doc/html/inherit_graph_2.png: binary file contents changed
> dpkg-source: error: add lib/plugins/doc/html/inherit_graph_2.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: file signond-8.61/lib/plugins/doc/html/jquery.js has no 
> final newline (either original or modified version)
> dpkg-source: error: cannot represent change to 
> lib/plugins/doc/html/nav_f.png: binary file contents changed
> dpkg-source: error: add lib/plugins/doc/html/nav_f.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> lib/plugins/doc/html/nav_g.png: binary file contents changed
> dpkg-source: error: add lib/plugins/doc/html/nav_g.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> lib/plugins/doc/html/nav_h.png: binary file contents changed
> dpkg-source: error: add lib/plugins/doc/html/nav_h.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: file signond-8.61/lib/plugins/doc/html/navtreedata.js 
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to lib/plugins/doc/html/open.png: 
> binary file contents changed
> dpkg-source: error: add lib/plugins/doc/html/open.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> lib/plugins/doc/html/splitbar.png: binary file contents changed
> dpkg-source: error: add lib/plugins/doc/html/splitbar.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> lib/plugins/doc/html/sync_off.png: binary file contents changed
> dpkg-source: error: add lib/plugins/doc/html/sync_off.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> lib/plugins/doc/html/sync_on.png: binary file contents changed
> dpkg-source: error: add lib/plugins/doc/html/sync_on.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> lib/plugins/doc/html/tab_a.png: binary file contents changed
> dpkg-source: error: add lib/plugins/doc/html/tab_a.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> lib/plugins/doc/html/tab_b.png: binary file contents changed
> dpkg-source: error: add lib/plugins/doc/html/tab_b.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> lib/plugins/doc/html/tab_h.png: binary file contents changed
> dpkg-source: error: add lib/plugins/doc/html/tab_h.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> lib/plugins/doc/html/tab_s.png: binary file contents changed
> dpkg-source: error: add lib/plugins/doc/html/tab_s.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> lib/plugins/doc/qch/signon.qch: binary file contents changed
> dpkg-source: error: add lib/plugins/doc/qch/signon.qch in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: unrepresentable changes to source
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 1
> 
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage 
> --sanitize-env -us -uc -rfakeroot -S' failed to run.


The full build log is available from:
http://qa-logs.debian.net/2023/08/13/signond_8.61-1_unstable.log

If you reassign this bug to another package, please mark 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 mine
so that we can identify if something relevant changed in the meantime.

Reply via email to