=> Bootstrap dependency digest>=20010302: found digest-20160304
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Building for krunner-5.41.0nb3
Scanning dependencies of target runner
Scanning dependencies of target KF5Runner_autogen
[  2%] Generating runner.tar.bz2
[  4%] Automatic MOC for target KF5Runner
.
./%{APPNAMELC}.h
./%{APPNAMELC}.desktop
./README
./runner.kdevtemplate
./runner.png
./%{APPNAMELC}.cpp
./CMakeLists.txt
[  4%] Built target runner
[  4%] Built target KF5Runner_autogen
[  6%] Generating krunner_iface.cpp, krunner_iface.h
[  8%] Generating krunner_iface.moc
Scanning dependencies of target KF5Runner
[ 11%] Building CXX object src/CMakeFiles/KF5Runner.dir/abstractrunner.cpp.o
[ 13%] Building CXX object src/CMakeFiles/KF5Runner.dir/querymatch.cpp.o
[ 15%] Building CXX object src/CMakeFiles/KF5Runner.dir/runnercontext.cpp.o
[ 17%] Building CXX object src/CMakeFiles/KF5Runner.dir/runnersyntax.cpp.o
[ 20%] Building CXX object src/CMakeFiles/KF5Runner.dir/krunner_debug.cpp.o
[ 22%] Building CXX object src/CMakeFiles/KF5Runner.dir/dbusrunner.cpp.o
[ 24%] Building CXX object src/CMakeFiles/KF5Runner.dir/runnermanager.cpp.o
[ 26%] Building CXX object src/CMakeFiles/KF5Runner.dir/runnerjobs.cpp.o
[ 28%] Building CXX object src/CMakeFiles/KF5Runner.dir/KF5Runner_autogen/mocs_compilation.cpp.o
[ 31%] Building CXX object src/CMakeFiles/KF5Runner.dir/krunner_iface.cpp.o
/data/scratch/devel/krunner/work/krunner-5.41.0/src/abstractrunner.cpp:330:39: warning: 'Package' is deprecated [-Wdeprecated-declarations]
    return d->package ? *d->package : Package();
                                      ^
/data/scratch/devel/krunner/work/.buildlink/include/KF5/plasma/package.h:95:5: note: 'Package' has been explicitly marked deprecated here
    PLASMA_DEPRECATED explicit Package(PackageStructure *structure = 0);
    ^
/data/scratch/devel/krunner/work/.buildlink/include/KF5/plasma/plasma_export.h:25:45: note: expanded from macro 'PLASMA_DEPRECATED'
#  define PLASMA_DEPRECATED __attribute__ ((__deprecated__))
                                            ^
/data/scratch/devel/krunner/work/krunner-5.41.0/src/abstractrunner.cpp:330:39: warning: 'Package' is deprecated [-Wdeprecated-declarations]
    return d->package ? *d->package : Package();
                                      ^
/data/scratch/devel/krunner/work/.buildlink/include/KF5/plasma/package.h:95:5: note: 'Package' has been explicitly marked deprecated here
    PLASMA_DEPRECATED explicit Package(PackageStructure *structure = 0);
    ^
/data/scratch/devel/krunner/work/.buildlink/include/KF5/plasma/plasma_export.h:25:45: note: expanded from macro 'PLASMA_DEPRECATED'
#  define PLASMA_DEPRECATED __attribute__ ((__deprecated__))
                                            ^
/data/scratch/devel/krunner/work/krunner-5.41.0/src/abstractrunner.cpp:330:25: warning: 'Package' is deprecated [-Wdeprecated-declarations]
    return d->package ? *d->package : Package();
                        ^
/data/scratch/devel/krunner/work/.buildlink/include/KF5/plasma/package.h:107:5: note: 'Package' has been explicitly marked deprecated here
    PLASMA_DEPRECATED Package(const Package &other);
    ^
/data/scratch/devel/krunner/work/.buildlink/include/KF5/plasma/plasma_export.h:25:45: note: expanded from macro 'PLASMA_DEPRECATED'
#  define PLASMA_DEPRECATED __attribute__ ((__deprecated__))
                                            ^
/data/scratch/devel/krunner/work/krunner-5.41.0/src/abstractrunner.cpp:330:39: warning: 'Package' is deprecated [-Wdeprecated-declarations]
    return d->package ? *d->package : Package();
                                      ^
/data/scratch/devel/krunner/work/.buildlink/include/KF5/plasma/package.h:107:5: note: 'Package' has been explicitly marked deprecated here
    PLASMA_DEPRECATED Package(const Package &other);
    ^
/data/scratch/devel/krunner/work/.buildlink/include/KF5/plasma/plasma_export.h:25:45: note: expanded from macro 'PLASMA_DEPRECATED'
#  define PLASMA_DEPRECATED __attribute__ ((__deprecated__))
                                            ^
/data/scratch/devel/krunner/work/krunner-5.41.0/src/abstractrunner.cpp:330:12: warning: 'Package' is deprecated [-Wdeprecated-declarations]
    return d->package ? *d->package : Package();
           ^
/data/scratch/devel/krunner/work/.buildlink/include/KF5/plasma/package.h:107:5: note: 'Package' has been explicitly marked deprecated here
    PLASMA_DEPRECATED Package(const Package &other);
    ^
/data/scratch/devel/krunner/work/.buildlink/include/KF5/plasma/plasma_export.h:25:45: note: expanded from macro 'PLASMA_DEPRECATED'
#  define PLASMA_DEPRECATED __attribute__ ((__deprecated__))
                                            ^
/data/scratch/devel/krunner/work/krunner-5.41.0/src/abstractrunner.cpp:380:25: warning: 'KPluginInfo' is deprecated [-Wdeprecated-declarations]
    runnerDescription = KPluginInfo(service);
                        ^
/data/scratch/devel/krunner/work/.buildlink/include/KF5/KService/kplugininfo.h:117:14: note: 'KPluginInfo' has been explicitly marked deprecated here
    explicit KSERVICE_DEPRECATED KPluginInfo(const KService::Ptr service);
             ^
/data/scratch/devel/krunner/work/.buildlink/include/KF5/KService/kservice_export.h:25:47: note: expanded from macro 'KSERVICE_DEPRECATED'
#  define KSERVICE_DEPRECATED __attribute__ ((__deprecated__))
                                              ^
/data/scratch/devel/krunner/work/krunner-5.41.0/src/runnermanager.cpp:545:17: warning: 'KPluginInfo' is deprecated [-Wdeprecated-declarations]
    KPluginInfo description(service);
                ^
/data/scratch/devel/krunner/work/.buildlink/include/KF5/KService/kplugininfo.h:117:14: note: 'KPluginInfo' has been explicitly marked deprecated here
    explicit KSERVICE_DEPRECATED KPluginInfo(const KService::Ptr service);
             ^
/data/scratch/devel/krunner/work/.buildlink/include/KF5/KService/kservice_export.h:25:47: note: expanded from macro 'KSERVICE_DEPRECATED'
#  define KSERVICE_DEPRECATED __attribute__ ((__deprecated__))
                                              ^
/data/scratch/devel/krunner/work/krunner-5.41.0/src/runnermanager.cpp:714:25: warning: 'fromServices' is deprecated [-Wdeprecated-declarations]
    return KPluginInfo::fromServices(offers);
                        ^
/data/scratch/devel/krunner/work/.buildlink/include/KF5/KService/kplugininfo.h:199:12: note: 'fromServices' has been explicitly marked deprecated here
    static KSERVICE_DEPRECATED KPluginInfo::List fromServices(const KService::List &services, const KConfigGroup &config = KConfigGroup());
           ^
/data/scratch/devel/krunner/work/.buildlink/include/KF5/KService/kservice_export.h:25:47: note: expanded from macro 'KSERVICE_DEPRECATED'
#  define KSERVICE_DEPRECATED __attribute__ ((__deprecated__))
                                              ^
6 warnings generated.
2 warnings generated.
[ 33%] Linking CXX shared library ../bin/libKF5Runner.so
/usr/lib/librpcsvc.so.1: warning: warning: this program uses xdr_peername(), which is deprecated and buggy.
/usr/lib/librpcsvc.so.1: warning: warning: this program uses xdr_domainname(), which is deprecated and buggy.
/usr/lib/librpcsvc.so.1: warning: warning: this program uses xdr_mapname(), which is deprecated and buggy.
[ 33%] Built target KF5Runner
Scanning dependencies of target runnermodelplugin_autogen
Scanning dependencies of target runnercontexttest_autogen
Scanning dependencies of target runnertest_autogen
Scanning dependencies of target dbusrunnertest_autogen
Scanning dependencies of target testremoterunner_autogen
Scanning dependencies of target runnermodeltest_autogen
[ 35%] Automatic MOC for target runnermodelplugin
[ 37%] Automatic MOC for target runnercontexttest
[ 40%] Automatic MOC for target runnertest
[ 42%] Automatic MOC for target testremoterunner
[ 44%] Automatic MOC for target dbusrunnertest
[ 46%] Automatic MOC for target runnermodeltest
AutoMoc warning:
  "/data/scratch/devel/krunner/work/krunner-5.41.0/autotests/testremoterunner.cpp"
The file includes the moc file "testremoterunner.moc", but does not contain a Q_OBJECT, Q_GADGET or Q_NAMESPACE macro.

[ 46%] Built target runnertest_autogen
Scanning dependencies of target runnertest
[ 48%] Building CXX object tests/CMakeFiles/runnertest.dir/runnertest.cpp.o
[ 51%] Building CXX object tests/CMakeFiles/runnertest.dir/runnertest_autogen/mocs_compilation.cpp.o
[ 51%] Built target runnermodeltest_autogen
[ 51%] Built target runnermodelplugin_autogen
[ 51%] Built target runnercontexttest_autogen
[ 51%] Built target testremoterunner_autogen
Scanning dependencies of target runnermodeltest
[ 53%] Generating krunner1adaptor.cpp, krunner1adaptor.h
[ 53%] Built target dbusrunnertest_autogen
[ 55%] Generating krunner1adaptor.moc
[ 57%] Building CXX object tests/CMakeFiles/runnermodeltest.dir/runnermodeltest_autogen/mocs_compilation.cpp.o
[ 60%] Building CXX object tests/CMakeFiles/runnermodeltest.dir/__/src/declarative/runnermodel.cpp.o
[ 62%] Building CXX object tests/CMakeFiles/runnermodeltest.dir/runnermodeltest.cpp.o
Scanning dependencies of target runnermodelplugin
Scanning dependencies of target runnercontexttest
[ 64%] Building CXX object src/declarative/CMakeFiles/runnermodelplugin.dir/runnermodelplugin.cpp.o
[ 66%] Building CXX object src/declarative/CMakeFiles/runnermodelplugin.dir/runnermodelplugin_autogen/mocs_compilation.cpp.o
[ 68%] Building CXX object src/declarative/CMakeFiles/runnermodelplugin.dir/krunner_debug.cpp.o
[ 71%] Building CXX object src/declarative/CMakeFiles/runnermodelplugin.dir/runnermodel.cpp.o
[ 73%] Building CXX object autotests/CMakeFiles/runnercontexttest.dir/runnercontexttest.cpp.o
[ 75%] Building CXX object autotests/CMakeFiles/runnercontexttest.dir/runnercontexttest_autogen/mocs_compilation.cpp.o
Scanning dependencies of target dbusrunnertest
Scanning dependencies of target testremoterunner
[ 77%] Building CXX object autotests/CMakeFiles/dbusrunnertest.dir/dbusrunnertest_autogen/mocs_compilation.cpp.o
[ 80%] Building CXX object autotests/CMakeFiles/dbusrunnertest.dir/dbusrunnertest.cpp.o
[ 82%] Building CXX object autotests/CMakeFiles/testremoterunner.dir/testremoterunner.cpp.o
[ 84%] Building CXX object autotests/CMakeFiles/testremoterunner.dir/testremoterunner_autogen/mocs_compilation.cpp.o
[ 86%] Building CXX object autotests/CMakeFiles/testremoterunner.dir/krunner1adaptor.cpp.o
[ 88%] Linking CXX executable ../bin/runnermodeltest
[ 91%] Linking CXX executable ../bin/runnertest
/usr/lib/librpcsvc.so.1: warning: warning: this program uses xdr_peername(), which is deprecated and buggy.
/usr/lib/librpcsvc.so.1: warning: warning: this program uses xdr_domainname(), which is deprecated and buggy.
/usr/lib/librpcsvc.so.1: warning: warning: this program uses xdr_mapname(), which is deprecated and buggy.
/usr/lib/librpcsvc.so.1: warning: warning: this program uses xdr_peername(), which is deprecated and buggy.
/usr/lib/librpcsvc.so.1: warning: warning: this program uses xdr_domainname(), which is deprecated and buggy.
/usr/lib/librpcsvc.so.1: warning: warning: this program uses xdr_mapname(), which is deprecated and buggy.
[ 91%] Built target runnertest
[ 91%] Built target runnermodeltest
[ 93%] Linking CXX executable ../bin/runnercontexttest
[ 95%] Linking CXX executable ../bin/testremoterunner
/usr/lib/librpcsvc.so.1: warning: warning: this program uses xdr_peername(), which is deprecated and buggy.
/usr/lib/librpcsvc.so.1: warning: warning: this program uses xdr_domainname(), which is deprecated and buggy.
/usr/lib/librpcsvc.so.1: warning: warning: this program uses xdr_mapname(), which is deprecated and buggy.
[ 95%] Built target runnercontexttest
[ 97%] Linking CXX executable ../bin/dbusrunnertest
/usr/lib/librpcsvc.so.1: warning: warning: this program uses xdr_peername(), which is deprecated and buggy.
/usr/lib/librpcsvc.so.1: warning: warning: this program uses xdr_domainname(), which is deprecated and buggy.
/usr/lib/librpcsvc.so.1: warning: warning: this program uses xdr_mapname(), which is deprecated and buggy.
[100%] Linking CXX shared library ../../bin/librunnermodelplugin.so
[100%] Built target testremoterunner
/usr/lib/librpcsvc.so.1: warning: warning: this program uses xdr_peername(), which is deprecated and buggy.
/usr/lib/librpcsvc.so.1: warning: warning: this program uses xdr_domainname(), which is deprecated and buggy.
/usr/lib/librpcsvc.so.1: warning: warning: this program uses xdr_mapname(), which is deprecated and buggy.
/usr/lib/librpcsvc.so.1: warning: warning: this program uses xdr_peername(), which is deprecated and buggy.
/usr/lib/librpcsvc.so.1: warning: warning: this program uses xdr_domainname(), which is deprecated and buggy.
/usr/lib/librpcsvc.so.1: warning: warning: this program uses xdr_mapname(), which is deprecated and buggy.
[100%] Built target dbusrunnertest
[100%] Built target runnermodelplugin