------------------------------------------ [...truncated 624.46 KB...] udomain.c:283:17: note: in expansion of macro 'LM_ERR' LM_ERR("no more pkg mem trying to allocate [%lu] bytes\n", numcontacts*sizeof(ucontact_t**)); ^~~~~~ udomain.c:283:63: note: format string is defined here LM_ERR("no more pkg mem trying to allocate [%lu] bytes\n", numcontacts*sizeof(ucontact_t**)); ~~^ %u In file included from ../../core/ut.h:42:0, from ../../core/ip_addr.h:39, from ../../core/globals.h:35, from ../../core/pt.h:30, from ../../core/counters.h:37, from udomain.h:55, from udomain.c:53: ../../core/dprint.h:308:24: warning: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'unsigned int' [-Wformat=] fprintf(stderr, "%2d(%d) %s: %s" fmt, \ ^ ../../core/dprint.h:339:2: note: in expansion of macro 'LOG__' LOG__(facility, level, NULL, prefix, fmt, ## args) ^~~~~ ../../core/dprint.h:343:2: note: in expansion of macro 'LOG_' LOG_(DEFAULT_FACILITY, (level), LOC_INFO, "%s(): " fmt ,\ ^~~~ ../../core/dprint.h:394:31: note: in expansion of macro 'LOG' # define ERR(fmt, args...) LOG(L_ERR, fmt , ## args) ^~~ ../../core/dprint.h:420:16: note: in expansion of macro 'ERR' #define LM_ERR ERR ^~~ udomain.c:283:17: note: in expansion of macro 'LM_ERR' LM_ERR("no more pkg mem trying to allocate [%lu] bytes\n", numcontacts*sizeof(ucontact_t**)); ^~~~~~ udomain.c:283:63: note: format string is defined here LM_ERR("no more pkg mem trying to allocate [%lu] bytes\n", numcontacts*sizeof(ucontact_t**)); ~~^ %u CC (gcc) [M ims_usrloc_scscf.so] ucontact.o CC (gcc) [M ims_usrloc_scscf.so] ims_usrloc_scscf_mod.o CC (gcc) [M ims_usrloc_scscf.so] hslot_sp.o CC (gcc) [M ims_usrloc_scscf.so] bin_utils.o In file included from ul_callback.h:49:0, from usrloc.h:50, from bin_utils.h:49, from bin_utils.c:46: bin_utils.c: In function 'bin_decode_filter_criteria': ../../core/dprint.h:302:24: warning: format '%lx' expects argument of type 'long unsigned int', but argument 10 has type 'unsigned int' [-Wformat=] fprintf(stderr, "%.*s%2d(%d) %s: %s" fmt, \ ^ ../../core/dprint.h:339:2: note: in expansion of macro 'LOG__' LOG__(facility, level, NULL, prefix, fmt, ## args) ^~~~~ ../../core/dprint.h:343:2: note: in expansion of macro 'LOG_' LOG_(DEFAULT_FACILITY, (level), LOC_INFO, "%s(): " fmt ,\ ^~~~ ../../core/dprint.h:394:31: note: in expansion of macro 'LOG' # define ERR(fmt, args...) LOG(L_ERR, fmt , ## args) ^~~ ../../core/dprint.h:420:16: note: in expansion of macro 'ERR' #define LM_ERR ERR ^~~ bin_utils.c:676:4: note: in expansion of macro 'LM_ERR' LM_ERR("bin_decode_filter_criteria: Error allocating %lx bytes.\n",sizeof(int)); ^~~~~~ bin_utils.c:676:59: note: format string is defined here LM_ERR("bin_decode_filter_criteria: Error allocating %lx bytes.\n",sizeof(int)); ~~^ %x In file included from ul_callback.h:49:0, from usrloc.h:50, from bin_utils.h:49, from bin_utils.c:46: ../../core/dprint.h:308:24: warning: format '%lx' expects argument of type 'long unsigned int', but argument 8 has type 'unsigned int' [-Wformat=] fprintf(stderr, "%2d(%d) %s: %s" fmt, \ ^ ../../core/dprint.h:339:2: note: in expansion of macro 'LOG__' LOG__(facility, level, NULL, prefix, fmt, ## args) ^~~~~ ../../core/dprint.h:343:2: note: in expansion of macro 'LOG_' LOG_(DEFAULT_FACILITY, (level), LOC_INFO, "%s(): " fmt ,\ ^~~~ ../../core/dprint.h:394:31: note: in expansion of macro 'LOG' # define ERR(fmt, args...) LOG(L_ERR, fmt , ## args) ^~~ ../../core/dprint.h:420:16: note: in expansion of macro 'ERR' #define LM_ERR ERR ^~~ bin_utils.c:676:4: note: in expansion of macro 'LM_ERR' LM_ERR("bin_decode_filter_criteria: Error allocating %lx bytes.\n",sizeof(int)); ^~~~~~ bin_utils.c:676:59: note: format string is defined here LM_ERR("bin_decode_filter_criteria: Error allocating %lx bytes.\n",sizeof(int)); ~~^ %x In file included from ul_callback.h:49:0, from usrloc.h:50, from bin_utils.h:49, from bin_utils.c:46: bin_utils.c: In function 'bin_decode_ims_subscription': ../../core/dprint.h:302:24: warning: format '%lx' expects argument of type 'long unsigned int', but argument 10 has type 'unsigned int' [-Wformat=] fprintf(stderr, "%.*s%2d(%d) %s: %s" fmt, \ ^ ../../core/dprint.h:339:2: note: in expansion of macro 'LOG__' LOG__(facility, level, NULL, prefix, fmt, ## args) ^~~~~ ../../core/dprint.h:343:2: note: in expansion of macro 'LOG_' LOG_(DEFAULT_FACILITY, (level), LOC_INFO, "%s(): " fmt ,\ ^~~~ ../../core/dprint.h:394:31: note: in expansion of macro 'LOG' # define ERR(fmt, args...) LOG(L_ERR, fmt , ## args) ^~~ ../../core/dprint.h:420:16: note: in expansion of macro 'ERR' #define LM_ERR ERR ^~~ bin_utils.c:881:3: note: in expansion of macro 'LM_ERR' LM_ERR("bin_decode_ims_subscription: Error allocating %lx bytes.\n",sizeof(ims_subscription)); ^~~~~~ bin_utils.c:881:59: note: format string is defined here LM_ERR("bin_decode_ims_subscription: Error allocating %lx bytes.\n",sizeof(ims_subscription)); ~~^ %x In file included from ul_callback.h:49:0, from usrloc.h:50, from bin_utils.h:49, from bin_utils.c:46: ../../core/dprint.h:308:24: warning: format '%lx' expects argument of type 'long unsigned int', but argument 8 has type 'unsigned int' [-Wformat=] fprintf(stderr, "%2d(%d) %s: %s" fmt, \ ^ ../../core/dprint.h:339:2: note: in expansion of macro 'LOG__' LOG__(facility, level, NULL, prefix, fmt, ## args) ^~~~~ ../../core/dprint.h:343:2: note: in expansion of macro 'LOG_' LOG_(DEFAULT_FACILITY, (level), LOC_INFO, "%s(): " fmt ,\ ^~~~ ../../core/dprint.h:394:31: note: in expansion of macro 'LOG' # define ERR(fmt, args...) LOG(L_ERR, fmt , ## args) ^~~ ../../core/dprint.h:420:16: note: in expansion of macro 'ERR' #define LM_ERR ERR ^~~ bin_utils.c:881:3: note: in expansion of macro 'LM_ERR' LM_ERR("bin_decode_ims_subscription: Error allocating %lx bytes.\n",sizeof(ims_subscription)); ^~~~~~ bin_utils.c:881:59: note: format string is defined here LM_ERR("bin_decode_ims_subscription: Error allocating %lx bytes.\n",sizeof(ims_subscription)); ~~^ %x CC (gcc) [M ims_usrloc_scscf.so] subscribe.o CC (gcc) [M ims_usrloc_scscf.so] usrloc.o CC (gcc) [M ims_usrloc_scscf.so] impurecord.o CC (gcc) [M ims_usrloc_scscf.so] dlist.o CC (gcc) [M ims_usrloc_scscf.so] utime.o CC (gcc) [M ims_usrloc_scscf.so] ul_rpc.o CC (gcc) [M ims_usrloc_scscf.so] usrloc_db.o CC (gcc) [M ims_usrloc_scscf.so] hslot.o CC (gcc) [M ims_usrloc_scscf.so] contact_dlg_handlers.o CC (gcc) [M ims_usrloc_scscf.so] ul_scscf_stats.o CC (gcc) [M ims_usrloc_scscf.so] ul_callback.o CC (gcc) [M ims_usrloc_scscf.so] contact_hslot.o make[4]: 'libsrdb1.so.1.0' is up to date. LD (gcc) [M ims_usrloc_scscf.so] ims_usrloc_scscf.so CC (gcc) [M ims_charging.so] ims_charging_mod.o CC (gcc) [M ims_charging.so] ro_timer.o CC (gcc) [M ims_charging.so] ccr.o CC (gcc) [M ims_charging.so] dialog.o CC (gcc) [M ims_charging.so] ims_charging_stats.o CC (gcc) [M ims_charging.so] ims_ro.o CC (gcc) [M ims_charging.so] ro_avp.o CC (gcc) [M ims_charging.so] ro_session_hash.o CC (gcc) [M ims_charging.so] diameter_ro.o CC (gcc) [M ims_charging.so] ro_db_handler.o CC (gcc) [M ims_charging.so] ro_fixup.o CC (gcc) [M ims_charging.so] Ro_data.o make[4]: 'libkamailio_ims.so.0.1' is up to date. make[4]: 'libsrdb1.so.1.0' is up to date. LD (gcc) [M ims_charging.so] ims_charging.so CC (gcc) [M ims_ocs.so] ims_ocs_mod.o CC (gcc) [M ims_ocs.so] ocs_avp_helper.o CC (gcc) [M ims_ocs.so] msg_faker.o make[4]: 'libkamailio_ims.so.0.1' is up to date. LD (gcc) [M ims_ocs.so] ims_ocs.so CC (gcc) [M ims_diameter_server.so] ims_diameter_server.o CC (gcc) [M ims_diameter_server.so] cJSON.o CC (gcc) [M ims_diameter_server.so] avp_helper.o make[4]: 'libkamailio_ims.so.0.1' is up to date. LD (gcc) [M ims_diameter_server.so] ims_diameter_server.so CC (gcc) [M ims_ipsec_pcscf.so] ims_ipsec_pcscf_mod.o CC (gcc) [M ims_ipsec_pcscf.so] ipsec.o ipsec.c:32:10: fatal error: libmnl/libmnl.h: No such file or directory #include <libmnl/libmnl.h> ^~~~~~~~~~~~~~~~~ compilation terminated. ../../Makefile.rules:100: recipe for target 'ipsec.o' failed make[3]: *** [ipsec.o] Error 1 Makefile:511: recipe for target 'modules' failed make[2]: *** [modules] Error 1 make[2]: Leaving directory '/tmp/buildd/kamailio-5.2.0~dev6+0~20180803011143.1171+bionic/src' Makefile:27: recipe for target 'every-module' failed make[1]: *** [every-module] Error 2 make[1]: Leaving directory '/tmp/buildd/kamailio-5.2.0~dev6+0~20180803011143.1171+bionic' debian/rules:136: recipe for target 'build-stamp' failed make: *** [build-stamp] Error 2 dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit status 2 E: Failed autobuilding of package I: user script /var/cache/pbuilder/build/cow.28969/tmp/hooks/C10shell starting ┌──────────────────────────────────────────────────────────────────────────────┐ │ FTBFS - problem with building Debian package │ └──────────────────────────────────────────────────────────────────────────────┘ ┌──────────────────────────────────────────────────────────────────────────────┐ │ DEB_KEEP_BUILD_ENV is not set to 'true', not keeping build environment │ └──────────────────────────────────────────────────────────────────────────────┘ I: user script /var/cache/pbuilder/build/cow.28969/tmp/hooks/C10shell finished I: unmounting /tmp/apt-jdg_qbwBtP filesystem I: unmounting dev/pts filesystem I: unmounting run/shm filesystem I: unmounting proc filesystem -> Cleaning COW directory forking: rm -rf /var/cache/pbuilder/build//cow.28969 + '[' 1 -eq 0 ']' + bailout 1 'Error: Failed to build with cowbuilder.' + '[' -n 1 ']' + EXIT=1 + '[' -n 'Error: Failed to build with cowbuilder.' ']' + echo 'Error: Failed to build with cowbuilder.' Error: Failed to build with cowbuilder. + rm -f /var/run/lock/bionic-i386.building.24871 + '[' -r /var/run/lock/bionic-i386.update.24871 ']' + '[' '' = true ']' + echo '*** Getting rid of files in https://kamailio.sipwise.com/job/kamailiodev-nightly-binaries/architecture=i386,distribution=bionic,label=slave/ws/binaries/ to avoid problems in next run. ***' *** Getting rid of files in https://kamailio.sipwise.com/job/kamailiodev-nightly-binaries/architecture=i386,distribution=bionic,label=slave/ws/binaries/ to avoid problems in next run. *** + rm -f 'https://kamailio.sipwise.com/job/kamailiodev-nightly-binaries/architecture=i386,distribution=bionic,label=slave/ws/binaries/*' + '[' -n /tmp/tmp.prXVZHxHMp ']' + rm -rf /tmp/tmp.prXVZHxHMp + '[' -n /tmp/apt-jdg_qbwBtP ']' + sudo rm -rf /tmp/apt-jdg_qbwBtP + '[' -n 5017 ']' ++ sed -e 's/^([0-9]*).*/\1/' + SECONDS=349 ++ date + echo '*** Finished execution of /usr/bin/build-and-provide-package at Fri Aug 3 02:44:05 UTC 2018 [running 349 seconds] ***' *** Finished execution of /usr/bin/build-and-provide-package at Fri Aug 3 02:44:05 UTC 2018 [running 349 seconds] *** + exit 1 Build step 'Execute shell' marked build as failure Archiving artifacts Recording fingerprints TAP Reports Processing: START Looking for TAP results report in workspace using pattern: report/*.tap Did not find any matching files. Recording test results ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?