>> ['make', 'clean']: [ RM ] build/ [ CD ] libdbpbase/ [ RM ] config.o dbp.o loop.o meta.o util.o desktop.o [ RM ] /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-common/dbp-common.a Done. [ CD ] libdbpmgr/ [ RM ] dbpd-dbus-client.o error.o dependencies.o Done. [ CD ] dbpd/ [ RM ] state.o package.o comm.o daemon.o mountwatch.o util.o Done. [ CD ] dbp-thumbnailer/ [ RM ] thumbnailer.o comm.o thumb_queue.o Done. [ CD ] dbp-run/ Nothing needs to be done to clean dbp-run/ [ CD ] dbp-cfg/ [ RM ] main.o Done. [ CD ] dbp-meta/ [ RM ] dbp-meta.o Done. [ CD ] dbp-cmd/ [ RM ] dbp-cmd.o Done. [ CD ] dbp-desktopd/ [ RM ] desktopd.o Done. Source tree cleaned. >> ['scan-build', 'make']: scan-build: Using '/usr/bin/clang-3.7' for static analysis [INIT] build/ [INIT] build/bin [INIT] build/share/locale [INIT] build/lib [INIT] build/include/dbpmgr [INIT] build/include/dbpbase [ CD ] libdbpbase/ [ CC ] libdbpbase/config.c [ CC ] libdbpbase/dbp.c [ CC ] libdbpbase/loop.c [ CC ] libdbpbase/meta.c [ CC ] libdbpbase/util.c [ CC ] libdbpbase/desktop.c [ LD ] /mnt/storage/dev/projektit/buildhck/builds/dbp/src/build/lib/libdbpbase.so [COPY] Headers into build directory Done. [ CD ] libdbpmgr/ [ CC ] libdbpmgr/dbpd-dbus-client.c dbpd-dbus-client.c:166:7: warning: Value stored to 'old' is never read [ CC ] libdbpmgr/error.c [ CC ] libdbpmgr/dependencies.c for (old = list; list; old = list, list = list->next, dbpmgr_server_package_list_free_one(old)); ^ ~~~~ 1 warning generated. In file included from /usr/include/ctype.h:25:0, [ LD ] /mnt/storage/dev/projektit/buildhck/builds/dbp/src/build/lib/libdbpmgr.so [COPY] Headers into build directory Done. [ CD ] dbpd/ [ CC ] dbpd/state.c [ CC ] dbpd/package.c from dependencies.c:27: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ package.c:346:14: warning: Potential memory leak [ CC ] dbpd/comm.c [ CC ] dbpd/daemon.c [ CC ] dbpd/mountwatch.c [ CC ] dbpd/util.c *coll_id = package_id_lookup(p, pkg_id); ^~~~~~~~~~~~~~~~~ 1 warning generated. util.c:28:2: warning: Potential leak of memory pointed to by 'device' [ LD ] /mnt/storage/dev/projektit/buildhck/builds/dbp/src/build/bin/dbpd Done. [ CD ] dbp-run/ [VALA] dbp-run.vala fclose(fp); ^~~~~~ 1 warning generated. /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/dbp-run.vala.c: In function ‘_vala_main’: /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/dbp-run.vala.c:172:2: warning: implicit declaration of function ‘dbp_config_init’ [-Wimplicit-function-declaration] dbp_config_init (); ^ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/dbp-run.vala.c:139:9: warning: Value stored to 'config' during its initialization is never read Config config = {0}; ^~~~~~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/dbp-run.vala.c:175:2: warning: Value stored to '_tmp3__length1' is never read _tmp3__length1 = args_length1; ^ ~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/dbp-run.vala.c:176:2: warning: Value stored to '_tmp4_' is never read _tmp4_ = args; ^ ~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/dbp-run.vala.c:184:3: warning: Value stored to 's_collection_length1' is never read s_collection_length1 = _tmp4__length1 - 1; ^ ~~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/dbp-run.vala.c:294:6: warning: Value stored to '_tmp23_' is never read _tmp23_ = argv; ^ ~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/dbp-run.vala.c:295:6: warning: Value stored to '_tmp23__length1' is never read _tmp23__length1 = argv_length1; ^ ~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/dbp-run.vala.c:320:2: warning: Value stored to '_tmp31_' is never read _tmp31_ = argv; ^ ~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/dbp-run.vala.c:330:2: warning: Value stored to '_tmp32__length1' is never read _tmp32__length1 = argv_length1; ^ ~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/dbp-run.vala.c:346:10: warning: Value stored to '_tmp41_' during its initialization is never read Config _tmp41_ = {0}; ^~~~~~~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/dbp-run.vala.c:348:10: warning: Value stored to '_tmp43_' during its initialization is never read Config _tmp43_ = {0}; ^~~~~~~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/dbp-run.vala.c:350:10: warning: Value stored to '_tmp45_' during its initialization is never read Config _tmp45_ = {0}; ^~~~~~~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/dbp-run.vala.c:353:3: warning: Value stored to '_tmp35__length1' is never read _tmp35__length1 = argv_length1; ^ ~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/dbp-run.vala.c:356:3: warning: Value stored to '_tmp37__length1' is never read _tmp37__length1 = argv_length1; ^ ~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/dbp-run.vala.c:359:3: warning: Value stored to '_tmp39__length1' is never read _tmp39__length1 = argv_length1; ^ ~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/dbp-run.vala.c:360:3: warning: Value stored to '_tmp40_' is never read _tmp40_ = argv; ^ ~~~~ 15 warnings generated. /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/dep-dialog.vala.c:251:14: warning: Value stored to 'ti' during its initialization is never read GtkTreeIter ti = {0}; ^~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/dep-dialog.vala.c:265:2: warning: Value stored to '_tmp0__length1' is never read _tmp0__length1 = list_length1; ^ ~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/dep-dialog.vala.c:284:3: warning: Value stored to 'current_collection_length1' is never read current_collection_length1 = _tmp4__length1; ^ ~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/dep-dialog.vala.c:309:5: warning: Value stored to '_s_size_' is never read _s_size_ = s_length1; ^ ~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/dep-dialog.vala.c:316:5: warning: Value stored to '_tmp13__length1' is never read _tmp13__length1 = s_length1; ^ ~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/dep-dialog.vala.c:319:5: warning: Value stored to '_tmp15__length1' is never read _tmp15__length1 = s_length1; ^ ~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/dep-dialog.vala.c:387:2: warning: Value stored to '_tmp15__length1' is never read _tmp15__length1 = list_length1; ^ ~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/dep-dialog.vala.c:391:3: warning: Value stored to '_tmp16_' is never read _tmp16_ = list; ^ ~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/dep-dialog.vala.c:799:46: warning: Access to field 'g_type' results in a dereference of a null pointer (loaded from field 'g_class') g_return_if_fail (g_value_type_compatible (G_TYPE_FROM_INSTANCE (v_object), G_VALUE_TYPE (value))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/glib-2.0/gobject/gtype.h:595:65: note: expanded from macro 'G_TYPE_FROM_INSTANCE' #define G_TYPE_FROM_INSTANCE(instance) (G_TYPE_FROM_CLASS (((GTypeInstance*) (instance))->g_class)) ^ ~~~~~~~ /usr/include/glib-2.0/glib/gmessages.h:368:18: note: expanded from macro 'g_return_if_fail' if G_LIKELY(expr) { } else \ ^ /usr/include/glib-2.0/glib/gmacros.h:329:25: note: expanded from macro 'G_LIKELY' #define G_LIKELY(expr) (expr) ^ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/dep-dialog.vala.c:817:46: warning: Access to field 'g_type' results in a dereference of a null pointer (loaded from field 'g_class') g_return_if_fail (g_value_type_compatible (G_TYPE_FROM_INSTANCE (v_object), G_VALUE_TYPE (value))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/glib-2.0/gobject/gtype.h:595:65: note: expanded from macro 'G_TYPE_FROM_INSTANCE' #define G_TYPE_FROM_INSTANCE(instance) (G_TYPE_FROM_CLASS (((GTypeInstance*) (instance))->g_class)) ^ ~~~~~~~ /usr/include/glib-2.0/glib/gmessages.h:368:18: note: expanded from macro 'g_return_if_fail' if G_LIKELY(expr) { } else \ ^ /usr/include/glib-2.0/glib/gmacros.h:329:25: note: expanded from macro 'G_LIKELY' #define G_LIKELY(expr) (expr) ^ 10 warnings generated. /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/error.vala.c:109:3: warning: Value stored to '_tmp4_' is never read _tmp4_ = self->errormessage; ^ ~~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/error.vala.c:117:2: warning: Value stored to '_tmp5__length1' is never read _tmp5__length1 = self->errormessage_length1; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/error.vala.c:332:46: warning: Access to field 'g_type' results in a dereference of a null pointer (loaded from field 'g_class') g_return_if_fail (g_value_type_compatible (G_TYPE_FROM_INSTANCE (v_object), G_VALUE_TYPE (value))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/glib-2.0/gobject/gtype.h:595:65: note: expanded from macro 'G_TYPE_FROM_INSTANCE' #define G_TYPE_FROM_INSTANCE(instance) (G_TYPE_FROM_CLASS (((GTypeInstance*) (instance))->g_class)) ^ ~~~~~~~ /usr/include/glib-2.0/glib/gmessages.h:368:18: note: expanded from macro 'g_return_if_fail' if G_LIKELY(expr) { } else \ ^ /usr/include/glib-2.0/glib/gmacros.h:329:25: note: expanded from macro 'G_LIKELY' #define G_LIKELY(expr) (expr) ^ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/error.vala.c:350:46: warning: Access to field 'g_type' results in a dereference of a null pointer (loaded from field 'g_class') g_return_if_fail (g_value_type_compatible (G_TYPE_FROM_INSTANCE (v_object), G_VALUE_TYPE (value))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/glib-2.0/gobject/gtype.h:595:65: note: expanded from macro 'G_TYPE_FROM_INSTANCE' #define G_TYPE_FROM_INSTANCE(instance) (G_TYPE_FROM_CLASS (((GTypeInstance*) (instance))->g_class)) ^ ~~~~~~~ /usr/include/glib-2.0/glib/gmessages.h:368:18: note: expanded from macro 'g_return_if_fail' if G_LIKELY(expr) { } else \ ^ /usr/include/glib-2.0/glib/gmacros.h:329:25: note: expanded from macro 'G_LIKELY' #define G_LIKELY(expr) (expr) ^ 4 warnings generated. /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/exec-line.vala.c:278:10: warning: Value stored to '_tmp19_' is never read _tmp19_ = arguments; ^ ~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/exec-line.vala.c:279:10: warning: Value stored to '_tmp19__length1' is never read _tmp19__length1 = arguments_length1; ^ ~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/exec-line.vala.c:348:3: warning: Value stored to '_tmp35_' is never read _tmp35_ = arguments; ^ ~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/exec-line.vala.c:349:3: warning: Value stored to '_tmp35__length1' is never read _tmp35__length1 = arguments_length1; ^ ~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/exec-line.vala.c:396:3: warning: Value stored to 's_collection_length1' is never read s_collection_length1 = _tmp0__length1; ^ ~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/exec-line.vala.c:407:5: warning: Value stored to '_tmp2_' is never read _tmp2_ = self->priv->_exec; ^ ~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/exec-line.vala.c:408:5: warning: Value stored to '_tmp2__length1' is never read _tmp2__length1 = self->priv->_exec_length1; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/exec-line.vala.c:428:3: warning: Value stored to '_tmp1__length1' is never read _tmp1__length1 = self->priv->_exec_length1; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/exec-line.vala.c:444:3: warning: Value stored to '_tmp2__length1' is never read _tmp2__length1 = self->priv->_exec_length1; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/exec-line.vala.c:476:3: warning: Value stored to 's_collection_length1' is never read s_collection_length1 = _tmp1__length1; ^ ~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/exec-line.vala.c:607:46: warning: Access to field 'g_type' results in a dereference of a null pointer (loaded from field 'g_class') g_return_if_fail (g_value_type_compatible (G_TYPE_FROM_INSTANCE (v_object), G_VALUE_TYPE (value))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/glib-2.0/gobject/gtype.h:595:65: note: expanded from macro 'G_TYPE_FROM_INSTANCE' #define G_TYPE_FROM_INSTANCE(instance) (G_TYPE_FROM_CLASS (((GTypeInstance*) (instance))->g_class)) ^ ~~~~~~~ /usr/include/glib-2.0/glib/gmessages.h:368:18: note: expanded from macro 'g_return_if_fail' if G_LIKELY(expr) { } else \ ^ /usr/include/glib-2.0/glib/gmacros.h:329:25: note: expanded from macro 'G_LIKELY' #define G_LIKELY(expr) (expr) ^ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/exec-line.vala.c:625:46: warning: Access to field 'g_type' results in a dereference of a null pointer (loaded from field 'g_class') g_return_if_fail (g_value_type_compatible (G_TYPE_FROM_INSTANCE (v_object), G_VALUE_TYPE (value))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/glib-2.0/gobject/gtype.h:595:65: note: expanded from macro 'G_TYPE_FROM_INSTANCE' #define G_TYPE_FROM_INSTANCE(instance) (G_TYPE_FROM_CLASS (((GTypeInstance*) (instance))->g_class)) ^ ~~~~~~~ /usr/include/glib-2.0/glib/gmessages.h:368:18: note: expanded from macro 'g_return_if_fail' if G_LIKELY(expr) { } else \ ^ /usr/include/glib-2.0/glib/gmacros.h:329:25: note: expanded from macro 'G_LIKELY' #define G_LIKELY(expr) (expr) ^ 12 warnings generated. /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:320:46: warning: Access to field 'g_type' results in a dereference of a null pointer (loaded from field 'g_class') g_return_if_fail (g_value_type_compatible (G_TYPE_FROM_INSTANCE (v_object), G_VALUE_TYPE (value))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/glib-2.0/gobject/gtype.h:595:65: note: expanded from macro 'G_TYPE_FROM_INSTANCE' #define G_TYPE_FROM_INSTANCE(instance) (G_TYPE_FROM_CLASS (((GTypeInstance*) (instance))->g_class)) ^ ~~~~~~~ /usr/include/glib-2.0/glib/gmessages.h:368:18: note: expanded from macro 'g_return_if_fail' if G_LIKELY(expr) { } else \ ^ /usr/include/glib-2.0/glib/gmacros.h:329:25: note: expanded from macro 'G_LIKELY' #define G_LIKELY(expr) (expr) ^ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:338:46: warning: Access to field 'g_type' results in a dereference of a null pointer (loaded from field 'g_class') g_return_if_fail (g_value_type_compatible (G_TYPE_FROM_INSTANCE (v_object), G_VALUE_TYPE (value))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/glib-2.0/gobject/gtype.h:595:65: note: expanded from macro 'G_TYPE_FROM_INSTANCE' #define G_TYPE_FROM_INSTANCE(instance) (G_TYPE_FROM_CLASS (((GTypeInstance*) (instance))->g_class)) ^ ~~~~~~~ /usr/include/glib-2.0/glib/gmessages.h:368:18: note: expanded from macro 'g_return_if_fail' if G_LIKELY(expr) { } else \ ^ /usr/include/glib-2.0/glib/gmacros.h:329:25: note: expanded from macro 'G_LIKELY' #define G_LIKELY(expr) (expr) ^ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:465:2: warning: Value stored to '_tmp3__length1' is never read _tmp3__length1 = str_array_length1; ^ ~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:471:3: warning: Value stored to '_tmp4_' is never read _tmp4_ = str_array; ^ ~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:481:3: warning: Value stored to '_tmp6_' is never read _tmp6_ = str_array; ^ ~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:488:4: warning: Value stored to '_tmp7__length1' is never read _tmp7__length1 = str_array_length1; ^ ~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:539:5: warning: Value stored to '_tmp13_' is never read _tmp13_ = str_array; ^ ~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:546:6: warning: Value stored to '_tmp15_' is never read _tmp15_ = str_array; ^ ~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:558:6: warning: Value stored to '_tmp17_' is never read _tmp17_ = str_array; ^ ~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:566:7: warning: Value stored to '_tmp18__length1' is never read _tmp18__length1 = str_array_length1; ^ ~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:579:5: warning: Value stored to '_tmp22__length1' is never read _tmp22__length1 = str_array_length1; ^ ~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:590:6: warning: Value stored to '_tmp25__length1' is never read _tmp25__length1 = str_array_length1; ^ ~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:612:3: warning: Value stored to '_tmp34_' is never read _tmp34_ = str_array_length1; ^ ~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:624:3: warning: Value stored to '_tmp43__length1' is never read _tmp43__length1 = str_array_length1; ^ ~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:653:5: warning: Value stored to '_tmp49_' is never read _tmp49_ = str_array; ^ ~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:663:5: warning: Value stored to '_tmp54__length1' is never read _tmp54__length1 = str_array_length1; ^ ~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:672:6: warning: Value stored to '_tmp57__length1' is never read _tmp57__length1 = str_array_length1; ^ ~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:709:24: warning: Value stored to '_tmp2_' during its initialization is never read struct DBPMetaPackage _tmp2_ = {}; ^~~~~~ ~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:712:24: warning: Value stored to '_tmp5_' during its initialization is never read struct DBPMetaPackage _tmp5_ = {}; ^~~~~~ ~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:720:23: warning: Value stored to '_tmp34_' during its initialization is never read struct DBPDependList _tmp34_ = {}; ^~~~~~~ ~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:724:23: warning: Value stored to '_tmp41_' during its initialization is never read struct DBPDependList _tmp41_ = {}; ^~~~~~~ ~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:728:23: warning: Value stored to '_tmp48_' during its initialization is never read struct DBPDependList _tmp48_ = {}; ^~~~~~~ ~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:732:23: warning: Value stored to '_tmp55_' during its initialization is never read struct DBPDependList _tmp55_ = {}; ^~~~~~~ ~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:736:23: warning: Value stored to '_tmp62_' during its initialization is never read struct DBPDependList _tmp62_ = {}; ^~~~~~~ ~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:780:20: warning: Value stored to '_tmp14_' during its initialization is never read struct DBPConfig _tmp14_ = {0}; ^~~~~~~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:794:4: warning: Value stored to 's_collection_length1' is never read s_collection_length1 = _tmp15__length1; ^ ~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:873:3: warning: Value stored to 's_collection_length1' is never read s_collection_length1 = _tmp35__length1; ^ ~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:884:5: warning: Value stored to '_tmp37_' is never read _tmp37_ = sysmissing; ^ ~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:885:5: warning: Value stored to '_tmp37__length1' is never read _tmp37__length1 = sysmissing_length1; ^ ~~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:903:3: warning: Value stored to 's_collection_length1' is never read s_collection_length1 = _tmp42__length1; ^ ~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:914:5: warning: Value stored to '_tmp44_' is never read _tmp44_ = sysmissing; ^ ~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:915:5: warning: Value stored to '_tmp44__length1' is never read _tmp44__length1 = sysmissing_length1; ^ ~~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:933:3: warning: Value stored to 's_collection_length1' is never read s_collection_length1 = _tmp49__length1; ^ ~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:944:5: warning: Value stored to '_tmp51_' is never read _tmp51_ = dbpmissing; ^ ~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:945:5: warning: Value stored to '_tmp51__length1' is never read _tmp51__length1 = dbpmissing_length1; ^ ~~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:963:3: warning: Value stored to 's_collection_length1' is never read s_collection_length1 = _tmp56__length1; ^ ~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:974:5: warning: Value stored to '_tmp58_' is never read _tmp58_ = dbpmissing; ^ ~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:975:5: warning: Value stored to '_tmp58__length1' is never read _tmp58__length1 = dbpmissing_length1; ^ ~~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:993:3: warning: Value stored to 's_collection_length1' is never read s_collection_length1 = _tmp63__length1; ^ ~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1004:5: warning: Value stored to '_tmp65_' is never read _tmp65_ = dbpmissing; ^ ~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1005:5: warning: Value stored to '_tmp65__length1' is never read _tmp65__length1 = dbpmissing_length1; ^ ~~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1013:2: warning: Value stored to '_tmp69_' is never read _tmp69_ = dbpmissing; ^ ~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1020:3: warning: Value stored to '_tmp70_' is never read _tmp70_ = sysmissing; ^ ~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1046:4: warning: Value stored to '_tmp75_' is never read _tmp75_ = dbpmissing; ^ ~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1078:4: warning: Value stored to '_tmp86_' is never read _tmp86_ = sysmissing; ^ ~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1203:24: warning: Value stored to '_tmp0_' during its initialization is never read struct DBPMetaPackage _tmp0_ = {}; ^~~~~~ ~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1238:19: warning: Value stored to '_tmp5_' during its initialization is never read struct DBPConfig _tmp5_ = {0}; ^~~~~~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1240:19: warning: Value stored to '_tmp25_' during its initialization is never read struct DBPConfig _tmp25_ = {0}; ^~~~~~~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1274:20: warning: Value stored to '_tmp7_' during its initialization is never read struct DBPConfig _tmp7_ = {0}; ^~~~~~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1280:20: warning: Value stored to '_tmp13_' during its initialization is never read struct DBPConfig _tmp13_ = {0}; ^~~~~~~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1305:20: warning: Value stored to '_tmp19_' during its initialization is never read struct DBPConfig _tmp19_ = {0}; ^~~~~~~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1308:20: warning: Value stored to '_tmp22_' during its initialization is never read struct DBPConfig _tmp22_ = {0}; ^~~~~~~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1332:20: warning: Value stored to '_tmp46_' during its initialization is never read struct DBPConfig _tmp46_ = {0}; ^~~~~~~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1414:20: warning: Value stored to '_tmp70_' during its initialization is never read struct DBPConfig _tmp70_ = {0}; ^~~~~~~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1564:24: warning: Value stored to '_tmp23_' during its initialization is never read struct DBPMetaPackage _tmp23_ = {}; ^~~~~~~ ~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1570:19: warning: Value stored to '_tmp31_' during its initialization is never read struct DBPConfig _tmp31_ = {0}; ^~~~~~~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1579:19: warning: Value stored to '_tmp43_' during its initialization is never read struct DBPConfig _tmp43_ = {0}; ^~~~~~~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1784:20: warning: Value stored to '_tmp50_' during its initialization is never read struct DBPConfig _tmp50_ = {0}; ^~~~~~~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1805:20: warning: Value stored to '_tmp57_' during its initialization is never read struct DBPConfig _tmp57_ = {0}; ^~~~~~~ ~~~ [VALA] dbp-run-path.vala /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1808:3: warning: Value stored to '_tmp56_' is never read _tmp56_ = argv; ^ ~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1809:3: warning: Value stored to '_tmp56__length1' is never read _tmp56__length1 = argv_length1; ^ ~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1815:2: warning: Value stored to '_tmp60_' is never read _tmp60_ = argv; ^ ~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1816:2: warning: Value stored to '_tmp60__length1' is never read _tmp60__length1 = argv_length1; ^ ~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1828:3: warning: Value stored to 's_collection_length1' is never read s_collection_length1 = _tmp63__length1; ^ ~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1839:5: warning: Value stored to '_tmp65_' is never read _tmp65_ = argv; ^ ~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1840:5: warning: Value stored to '_tmp65__length1' is never read _tmp65__length1 = argv_length1; ^ ~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1856:20: warning: Value stored to '_tmp74_' during its initialization is never read struct DBPConfig _tmp74_ = {0}; ^~~~~~~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1858:20: warning: Value stored to '_tmp76_' during its initialization is never read struct DBPConfig _tmp76_ = {0}; ^~~~~~~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1863:20: warning: Value stored to '_tmp81_' during its initialization is never read struct DBPConfig _tmp81_ = {0}; ^~~~~~~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1866:20: warning: Value stored to '_tmp84_' during its initialization is never read struct DBPConfig _tmp84_ = {0}; ^~~~~~~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1868:20: warning: Value stored to '_tmp86_' during its initialization is never read struct DBPConfig _tmp86_ = {0}; ^~~~~~~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1873:20: warning: Value stored to '_tmp91_' during its initialization is never read struct DBPConfig _tmp91_ = {0}; ^~~~~~~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1889:3: warning: Value stored to '_tmp70__length1' is never read _tmp70__length1 = argv_length1; ^ ~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1951:3: warning: Value stored to 'info' is never read info = _tmp103_; ^ ~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1960:3: warning: Value stored to '_tmp106__length1' is never read _tmp106__length1 = argv_length1; ^ ~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:2033:24: warning: Value stored to '_tmp25_' during its initialization is never read struct DBPMetaPackage _tmp25_ = {}; ^~~~~~~ ~~ 76 warnings generated. /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/dbp-run-path.vala.c: In function ‘_vala_main’: /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/dbp-run-path.vala.c:166:2: warning: implicit declaration of function ‘dbp_config_init’ [-Wimplicit-function-declaration] dbp_config_init (); ^ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/dbp-run-path.vala.c:136:9: warning: Value stored to 'config' during its initialization is never read Config config = {0}; ^~~~~~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/dbp-run-path.vala.c:185:2: warning: Value stored to '_tmp8__length1' is never read _tmp8__length1 = args_length1; ^ ~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/dbp-run-path.vala.c:186:2: warning: Value stored to '_tmp9_' is never read _tmp9_ = args; ^ ~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/dbp-run-path.vala.c:194:3: warning: Value stored to 's_collection_length1' is never read s_collection_length1 = _tmp9__length1 - 1; ^ ~~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/dbp-run-path.vala.c:286:6: warning: Value stored to '_tmp28_' is never read _tmp28_ = argv; ^ ~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/dbp-run-path.vala.c:287:6: warning: Value stored to '_tmp28__length1' is never read _tmp28__length1 = argv_length1; ^ ~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/dbp-run-path.vala.c:296:2: warning: Value stored to '_tmp31_' is never read _tmp31_ = argv; ^ ~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/dbp-run-path.vala.c:306:2: warning: Value stored to '_tmp32__length1' is never read _tmp32__length1 = argv_length1; ^ ~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/dbp-run-path.vala.c:320:3: warning: Value stored to '_tmp35__length1' is never read _tmp35__length1 = argv_length1; ^ ~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/dbp-run-path.vala.c:323:3: warning: Value stored to '_tmp37__length1' is never read _tmp37__length1 = argv_length1; ^ ~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/dbp-run-path.vala.c:324:3: warning: Value stored to '_tmp38_' is never read _tmp38_ = argv; ^ ~~~~ 11 warnings generated. /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/dep-dialog.vala.c:251:14: warning: Value stored to 'ti' during its initialization is never read GtkTreeIter ti = {0}; ^~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/dep-dialog.vala.c:265:2: warning: Value stored to '_tmp0__length1' is never read _tmp0__length1 = list_length1; ^ ~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/dep-dialog.vala.c:284:3: warning: Value stored to 'current_collection_length1' is never read current_collection_length1 = _tmp4__length1; ^ ~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/dep-dialog.vala.c:309:5: warning: Value stored to '_s_size_' is never read _s_size_ = s_length1; ^ ~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/dep-dialog.vala.c:316:5: warning: Value stored to '_tmp13__length1' is never read _tmp13__length1 = s_length1; ^ ~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/dep-dialog.vala.c:319:5: warning: Value stored to '_tmp15__length1' is never read _tmp15__length1 = s_length1; ^ ~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/dep-dialog.vala.c:387:2: warning: Value stored to '_tmp15__length1' is never read _tmp15__length1 = list_length1; ^ ~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/dep-dialog.vala.c:391:3: warning: Value stored to '_tmp16_' is never read _tmp16_ = list; ^ ~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/dep-dialog.vala.c:799:46: warning: Access to field 'g_type' results in a dereference of a null pointer (loaded from field 'g_class') g_return_if_fail (g_value_type_compatible (G_TYPE_FROM_INSTANCE (v_object), G_VALUE_TYPE (value))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/glib-2.0/gobject/gtype.h:595:65: note: expanded from macro 'G_TYPE_FROM_INSTANCE' #define G_TYPE_FROM_INSTANCE(instance) (G_TYPE_FROM_CLASS (((GTypeInstance*) (instance))->g_class)) ^ ~~~~~~~ /usr/include/glib-2.0/glib/gmessages.h:368:18: note: expanded from macro 'g_return_if_fail' if G_LIKELY(expr) { } else \ ^ /usr/include/glib-2.0/glib/gmacros.h:329:25: note: expanded from macro 'G_LIKELY' #define G_LIKELY(expr) (expr) ^ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/dep-dialog.vala.c:817:46: warning: Access to field 'g_type' results in a dereference of a null pointer (loaded from field 'g_class') g_return_if_fail (g_value_type_compatible (G_TYPE_FROM_INSTANCE (v_object), G_VALUE_TYPE (value))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/glib-2.0/gobject/gtype.h:595:65: note: expanded from macro 'G_TYPE_FROM_INSTANCE' #define G_TYPE_FROM_INSTANCE(instance) (G_TYPE_FROM_CLASS (((GTypeInstance*) (instance))->g_class)) ^ ~~~~~~~ /usr/include/glib-2.0/glib/gmessages.h:368:18: note: expanded from macro 'g_return_if_fail' if G_LIKELY(expr) { } else \ ^ /usr/include/glib-2.0/glib/gmacros.h:329:25: note: expanded from macro 'G_LIKELY' #define G_LIKELY(expr) (expr) ^ 10 warnings generated. /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/error.vala.c:109:3: warning: Value stored to '_tmp4_' is never read _tmp4_ = self->errormessage; ^ ~~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/error.vala.c:117:2: warning: Value stored to '_tmp5__length1' is never read _tmp5__length1 = self->errormessage_length1; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/error.vala.c:332:46: warning: Access to field 'g_type' results in a dereference of a null pointer (loaded from field 'g_class') g_return_if_fail (g_value_type_compatible (G_TYPE_FROM_INSTANCE (v_object), G_VALUE_TYPE (value))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/glib-2.0/gobject/gtype.h:595:65: note: expanded from macro 'G_TYPE_FROM_INSTANCE' #define G_TYPE_FROM_INSTANCE(instance) (G_TYPE_FROM_CLASS (((GTypeInstance*) (instance))->g_class)) ^ ~~~~~~~ /usr/include/glib-2.0/glib/gmessages.h:368:18: note: expanded from macro 'g_return_if_fail' if G_LIKELY(expr) { } else \ ^ /usr/include/glib-2.0/glib/gmacros.h:329:25: note: expanded from macro 'G_LIKELY' #define G_LIKELY(expr) (expr) ^ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/error.vala.c:350:46: warning: Access to field 'g_type' results in a dereference of a null pointer (loaded from field 'g_class') g_return_if_fail (g_value_type_compatible (G_TYPE_FROM_INSTANCE (v_object), G_VALUE_TYPE (value))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/glib-2.0/gobject/gtype.h:595:65: note: expanded from macro 'G_TYPE_FROM_INSTANCE' #define G_TYPE_FROM_INSTANCE(instance) (G_TYPE_FROM_CLASS (((GTypeInstance*) (instance))->g_class)) ^ ~~~~~~~ /usr/include/glib-2.0/glib/gmessages.h:368:18: note: expanded from macro 'g_return_if_fail' if G_LIKELY(expr) { } else \ ^ /usr/include/glib-2.0/glib/gmacros.h:329:25: note: expanded from macro 'G_LIKELY' #define G_LIKELY(expr) (expr) ^ 4 warnings generated. /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/exec-line.vala.c:278:10: warning: Value stored to '_tmp19_' is never read _tmp19_ = arguments; ^ ~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/exec-line.vala.c:279:10: warning: Value stored to '_tmp19__length1' is never read _tmp19__length1 = arguments_length1; ^ ~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/exec-line.vala.c:348:3: warning: Value stored to '_tmp35_' is never read _tmp35_ = arguments; ^ ~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/exec-line.vala.c:349:3: warning: Value stored to '_tmp35__length1' is never read _tmp35__length1 = arguments_length1; ^ ~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/exec-line.vala.c:396:3: warning: Value stored to 's_collection_length1' is never read s_collection_length1 = _tmp0__length1; ^ ~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/exec-line.vala.c:407:5: warning: Value stored to '_tmp2_' is never read _tmp2_ = self->priv->_exec; ^ ~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/exec-line.vala.c:408:5: warning: Value stored to '_tmp2__length1' is never read _tmp2__length1 = self->priv->_exec_length1; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/exec-line.vala.c:428:3: warning: Value stored to '_tmp1__length1' is never read _tmp1__length1 = self->priv->_exec_length1; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/exec-line.vala.c:444:3: warning: Value stored to '_tmp2__length1' is never read _tmp2__length1 = self->priv->_exec_length1; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/exec-line.vala.c:476:3: warning: Value stored to 's_collection_length1' is never read s_collection_length1 = _tmp1__length1; ^ ~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/exec-line.vala.c:607:46: warning: Access to field 'g_type' results in a dereference of a null pointer (loaded from field 'g_class') g_return_if_fail (g_value_type_compatible (G_TYPE_FROM_INSTANCE (v_object), G_VALUE_TYPE (value))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/glib-2.0/gobject/gtype.h:595:65: note: expanded from macro 'G_TYPE_FROM_INSTANCE' #define G_TYPE_FROM_INSTANCE(instance) (G_TYPE_FROM_CLASS (((GTypeInstance*) (instance))->g_class)) ^ ~~~~~~~ /usr/include/glib-2.0/glib/gmessages.h:368:18: note: expanded from macro 'g_return_if_fail' if G_LIKELY(expr) { } else \ ^ /usr/include/glib-2.0/glib/gmacros.h:329:25: note: expanded from macro 'G_LIKELY' #define G_LIKELY(expr) (expr) ^ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/exec-line.vala.c:625:46: warning: Access to field 'g_type' results in a dereference of a null pointer (loaded from field 'g_class') g_return_if_fail (g_value_type_compatible (G_TYPE_FROM_INSTANCE (v_object), G_VALUE_TYPE (value))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/glib-2.0/gobject/gtype.h:595:65: note: expanded from macro 'G_TYPE_FROM_INSTANCE' #define G_TYPE_FROM_INSTANCE(instance) (G_TYPE_FROM_CLASS (((GTypeInstance*) (instance))->g_class)) ^ ~~~~~~~ /usr/include/glib-2.0/glib/gmessages.h:368:18: note: expanded from macro 'g_return_if_fail' if G_LIKELY(expr) { } else \ ^ /usr/include/glib-2.0/glib/gmacros.h:329:25: note: expanded from macro 'G_LIKELY' #define G_LIKELY(expr) (expr) ^ 12 warnings generated. /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:320:46: warning: Access to field 'g_type' results in a dereference of a null pointer (loaded from field 'g_class') g_return_if_fail (g_value_type_compatible (G_TYPE_FROM_INSTANCE (v_object), G_VALUE_TYPE (value))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/glib-2.0/gobject/gtype.h:595:65: note: expanded from macro 'G_TYPE_FROM_INSTANCE' #define G_TYPE_FROM_INSTANCE(instance) (G_TYPE_FROM_CLASS (((GTypeInstance*) (instance))->g_class)) ^ ~~~~~~~ /usr/include/glib-2.0/glib/gmessages.h:368:18: note: expanded from macro 'g_return_if_fail' if G_LIKELY(expr) { } else \ ^ /usr/include/glib-2.0/glib/gmacros.h:329:25: note: expanded from macro 'G_LIKELY' #define G_LIKELY(expr) (expr) ^ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:338:46: warning: Access to field 'g_type' results in a dereference of a null pointer (loaded from field 'g_class') g_return_if_fail (g_value_type_compatible (G_TYPE_FROM_INSTANCE (v_object), G_VALUE_TYPE (value))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/glib-2.0/gobject/gtype.h:595:65: note: expanded from macro 'G_TYPE_FROM_INSTANCE' #define G_TYPE_FROM_INSTANCE(instance) (G_TYPE_FROM_CLASS (((GTypeInstance*) (instance))->g_class)) ^ ~~~~~~~ /usr/include/glib-2.0/glib/gmessages.h:368:18: note: expanded from macro 'g_return_if_fail' if G_LIKELY(expr) { } else \ ^ /usr/include/glib-2.0/glib/gmacros.h:329:25: note: expanded from macro 'G_LIKELY' #define G_LIKELY(expr) (expr) ^ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:465:2: warning: Value stored to '_tmp3__length1' is never read _tmp3__length1 = str_array_length1; ^ ~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:471:3: warning: Value stored to '_tmp4_' is never read _tmp4_ = str_array; ^ ~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:481:3: warning: Value stored to '_tmp6_' is never read _tmp6_ = str_array; ^ ~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:488:4: warning: Value stored to '_tmp7__length1' is never read _tmp7__length1 = str_array_length1; ^ ~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:539:5: warning: Value stored to '_tmp13_' is never read _tmp13_ = str_array; ^ ~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:546:6: warning: Value stored to '_tmp15_' is never read _tmp15_ = str_array; ^ ~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:558:6: warning: Value stored to '_tmp17_' is never read _tmp17_ = str_array; ^ ~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:566:7: warning: Value stored to '_tmp18__length1' is never read _tmp18__length1 = str_array_length1; ^ ~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:579:5: warning: Value stored to '_tmp22__length1' is never read _tmp22__length1 = str_array_length1; ^ ~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:590:6: warning: Value stored to '_tmp25__length1' is never read _tmp25__length1 = str_array_length1; ^ ~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:612:3: warning: Value stored to '_tmp34_' is never read _tmp34_ = str_array_length1; ^ ~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:624:3: warning: Value stored to '_tmp43__length1' is never read _tmp43__length1 = str_array_length1; ^ ~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:653:5: warning: Value stored to '_tmp49_' is never read _tmp49_ = str_array; ^ ~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:663:5: warning: Value stored to '_tmp54__length1' is never read _tmp54__length1 = str_array_length1; ^ ~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:672:6: warning: Value stored to '_tmp57__length1' is never read _tmp57__length1 = str_array_length1; ^ ~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:709:24: warning: Value stored to '_tmp2_' during its initialization is never read struct DBPMetaPackage _tmp2_ = {}; ^~~~~~ ~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:712:24: warning: Value stored to '_tmp5_' during its initialization is never read struct DBPMetaPackage _tmp5_ = {}; ^~~~~~ ~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:720:23: warning: Value stored to '_tmp34_' during its initialization is never read struct DBPDependList _tmp34_ = {}; ^~~~~~~ ~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:724:23: warning: Value stored to '_tmp41_' during its initialization is never read struct DBPDependList _tmp41_ = {}; ^~~~~~~ ~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:728:23: warning: Value stored to '_tmp48_' during its initialization is never read struct DBPDependList _tmp48_ = {}; ^~~~~~~ ~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:732:23: warning: Value stored to '_tmp55_' during its initialization is never read struct DBPDependList _tmp55_ = {}; ^~~~~~~ ~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:736:23: warning: Value stored to '_tmp62_' during its initialization is never read struct DBPDependList _tmp62_ = {}; ^~~~~~~ ~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:780:20: warning: Value stored to '_tmp14_' during its initialization is never read struct DBPConfig _tmp14_ = {0}; ^~~~~~~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:794:4: warning: Value stored to 's_collection_length1' is never read s_collection_length1 = _tmp15__length1; ^ ~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:873:3: warning: Value stored to 's_collection_length1' is never read s_collection_length1 = _tmp35__length1; ^ ~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:884:5: warning: Value stored to '_tmp37_' is never read _tmp37_ = sysmissing; ^ ~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:885:5: warning: Value stored to '_tmp37__length1' is never read _tmp37__length1 = sysmissing_length1; ^ ~~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:903:3: warning: Value stored to 's_collection_length1' is never read s_collection_length1 = _tmp42__length1; ^ ~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:914:5: warning: Value stored to '_tmp44_' is never read _tmp44_ = sysmissing; ^ ~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:915:5: warning: Value stored to '_tmp44__length1' is never read _tmp44__length1 = sysmissing_length1; ^ ~~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:933:3: warning: Value stored to 's_collection_length1' is never read s_collection_length1 = _tmp49__length1; ^ ~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:944:5: warning: Value stored to '_tmp51_' is never read _tmp51_ = dbpmissing; ^ ~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:945:5: warning: Value stored to '_tmp51__length1' is never read _tmp51__length1 = dbpmissing_length1; ^ ~~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:963:3: warning: Value stored to 's_collection_length1' is never read s_collection_length1 = _tmp56__length1; ^ ~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:974:5: warning: Value stored to '_tmp58_' is never read _tmp58_ = dbpmissing; ^ ~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:975:5: warning: Value stored to '_tmp58__length1' is never read _tmp58__length1 = dbpmissing_length1; ^ ~~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:993:3: warning: Value stored to 's_collection_length1' is never read s_collection_length1 = _tmp63__length1; ^ ~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1004:5: warning: Value stored to '_tmp65_' is never read _tmp65_ = dbpmissing; ^ ~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1005:5: warning: Value stored to '_tmp65__length1' is never read _tmp65__length1 = dbpmissing_length1; ^ ~~~~~~~~~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1013:2: warning: Value stored to '_tmp69_' is never read _tmp69_ = dbpmissing; ^ ~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1020:3: warning: Value stored to '_tmp70_' is never read _tmp70_ = sysmissing; ^ ~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1046:4: warning: Value stored to '_tmp75_' is never read _tmp75_ = dbpmissing; ^ ~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1078:4: warning: Value stored to '_tmp86_' is never read _tmp86_ = sysmissing; ^ ~~~~~~~~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1203:24: warning: Value stored to '_tmp0_' during its initialization is never read struct DBPMetaPackage _tmp0_ = {}; ^~~~~~ ~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1238:19: warning: Value stored to '_tmp5_' during its initialization is never read struct DBPConfig _tmp5_ = {0}; ^~~~~~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1240:19: warning: Value stored to '_tmp25_' during its initialization is never read struct DBPConfig _tmp25_ = {0}; ^~~~~~~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1274:20: warning: Value stored to '_tmp7_' during its initialization is never read struct DBPConfig _tmp7_ = {0}; ^~~~~~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1280:20: warning: Value stored to '_tmp13_' during its initialization is never read struct DBPConfig _tmp13_ = {0}; ^~~~~~~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1305:20: warning: Value stored to '_tmp19_' during its initialization is never read struct DBPConfig _tmp19_ = {0}; ^~~~~~~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1308:20: warning: Value stored to '_tmp22_' during its initialization is never read struct DBPConfig _tmp22_ = {0}; ^~~~~~~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1332:20: warning: Value stored to '_tmp46_' during its initialization is never read struct DBPConfig _tmp46_ = {0}; ^~~~~~~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1414:20: warning: Value stored to '_tmp70_' during its initialization is never read struct DBPConfig _tmp70_ = {0}; ^~~~~~~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1564:24: warning: Value stored to '_tmp23_' during its initialization is never read struct DBPMetaPackage _tmp23_ = {}; ^~~~~~~ ~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1570:19: warning: Value stored to '_tmp31_' during its initialization is never read struct DBPConfig _tmp31_ = {0}; ^~~~~~~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1579:19: warning: Value stored to '_tmp43_' during its initialization is never read struct DBPConfig _tmp43_ = {0}; ^~~~~~~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1784:20: warning: Value stored to '_tmp50_' during its initialization is never read struct DBPConfig _tmp50_ = {0}; ^~~~~~~ ~~~ /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1805:20: warning: Value stored to '_tmp57_' during its initialization is never read struct DBPConfig _tmp57_ = {0}; ^~~~~~~ ~~~ Done. [ CD ] dbp-cfg/ [ CC ] dbp-cfg/main.c [ LD ] /mnt/storage/dev/projektit/buildhck/builds/dbp/src/build/bin/dbp-cfg Done. [ CD ] dbp-meta/ [ CC ] dbp-meta/dbp-meta.c [ LD ] /mnt/storage/dev/projektit/buildhck/builds/dbp/src/build/bin/dbp-meta Done. [ CD ] dbp-cmd/ [ CC ] dbp-cmd/dbp-cmd.c [ LD ] /mnt/storage/dev/projektit/buildhck/builds/dbp/src/build/bin/dbp-cmd Done. [ CD ] dbp-desktopd/ [ CC ] dbp-desktopd/desktopd.c [ LD ] /mnt/storage/dev/projektit/buildhck/builds/dbp/src/build/bin/dbp-desktopd Done. [POT ] po/dbp-run.pot [ CD ] po/ [ MO ] ../build/share/locale/sv/LC_MESSAGES/dbp-run.mo Done. Build complete. scan-build: 131 bugs found. scan-build: Run 'scan-view /tmp/scan-build-2015-11-05-141002-11236-1' to examine bug reports. /mnt/storage/dev/projektit/buildhck/builds/dbp/src/dbp-run/common/run.vala.c:1808:3: warning: Value stored to '_tmp56_' is never read