------------------------------------------ [...truncated 703.85 KB...] ../ims_usrloc_pcscf/../../core/dprint.h:339:2: note: in expansion of macro 'LOG__' LOG__(facility, level, NULL, prefix, fmt, ## args) ^~~~~ ../ims_usrloc_pcscf/../../core/dprint.h:343:2: note: in expansion of macro 'LOG_' LOG_(DEFAULT_FACILITY, (level), LOC_INFO, "%s(): " fmt ,\ ^~~~ ../ims_usrloc_pcscf/../../core/dprint.h:394:31: note: in expansion of macro 'LOG' # define ERR(fmt, args...) LOG(L_ERR, fmt , ## args) ^~~ ../ims_usrloc_pcscf/../../core/dprint.h:420:16: note: in expansion of macro 'ERR' #define LM_ERR ERR ^~~ sem.h:67:4: note: in expansion of macro 'LM_ERR' LM_ERR("Error allocating %lx bytes of shm!\n",sizeof(gen_sem_t));\ ^~~~~~ cdpeventprocessor.c:85:3: note: in expansion of macro 'sem_new' sem_new(cdp_event_list->empty, 0); //pre-locked - as we assume list is empty at start ^~~~~~~ In file included from cdpeventprocessor.c:47: sem.h:67:31: note: format string is defined here LM_ERR("Error allocating %lx bytes of shm!\n",sizeof(gen_sem_t));\ ~~^ %x In file included from ../ims_usrloc_pcscf/../../core/ut.h:42, from ../ims_usrloc_pcscf/../../core/ip_addr.h:39, from ../ims_usrloc_pcscf/../../core/globals.h:35, from ../ims_usrloc_pcscf/../../core/pt.h:30, from ../ims_usrloc_pcscf/../../core/counters.h:37, from ../ims_usrloc_pcscf/usrloc.h:49, from cdpeventprocessor.c:48: ../ims_usrloc_pcscf/../../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, \ ^~~~~~~~~~~~~~~~ ../ims_usrloc_pcscf/../../core/dprint.h:339:2: note: in expansion of macro 'LOG__' LOG__(facility, level, NULL, prefix, fmt, ## args) ^~~~~ ../ims_usrloc_pcscf/../../core/dprint.h:343:2: note: in expansion of macro 'LOG_' LOG_(DEFAULT_FACILITY, (level), LOC_INFO, "%s(): " fmt ,\ ^~~~ ../ims_usrloc_pcscf/../../core/dprint.h:394:31: note: in expansion of macro 'LOG' # define ERR(fmt, args...) LOG(L_ERR, fmt , ## args) ^~~ ../ims_usrloc_pcscf/../../core/dprint.h:420:16: note: in expansion of macro 'ERR' #define LM_ERR ERR ^~~ sem.h:67:4: note: in expansion of macro 'LM_ERR' LM_ERR("Error allocating %lx bytes of shm!\n",sizeof(gen_sem_t));\ ^~~~~~ cdpeventprocessor.c:85:3: note: in expansion of macro 'sem_new' sem_new(cdp_event_list->empty, 0); //pre-locked - as we assume list is empty at start ^~~~~~~ In file included from cdpeventprocessor.c:47: sem.h:67:31: note: format string is defined here LM_ERR("Error allocating %lx bytes of shm!\n",sizeof(gen_sem_t));\ ~~^ %x CC (gcc) [M ims_qos.so] rx_str.o CC (gcc) [M ims_qos.so] rx_avp.o CC (gcc) [M ims_qos.so] rx_authdata.o CC (gcc) [M ims_qos.so] ims_qos_stats.o CC (gcc) [M ims_qos.so] stats.o make[4]: 'libkamailio_ims.so.0.1' is up to date. LD (gcc) [M ims_qos.so] ims_qos.so CC (gcc) [M ims_registrar_pcscf.so] ims_registrar_pcscf_mod.o CC (gcc) [M ims_registrar_pcscf.so] subscribe.o CC (gcc) [M ims_registrar_pcscf.so] service_routes.o CC (gcc) [M ims_registrar_pcscf.so] save.o CC (gcc) [M ims_registrar_pcscf.so] sec_agree.o CC (gcc) [M ims_registrar_pcscf.so] ul_callback.o Process leaked file descriptors. See https://jenkins.io/redirect/troubleshooting/process-leaked-file-descriptors for more information Build step 'Execute shell' marked build as failure CC (gcc) [M ims_registrar_pcscf.so] async_reginfo.o In file included from ../../core/mem/mem.h:41, from ../../core/lock_alloc.h:54, from ../../core/locking.h:71, from async_reginfo.h:49, from async_reginfo.c:47: async_reginfo.c: In function 'init_reginfo_event_list': ../../core/mem/../dprint.h:302:24: warning: format '%lx' expects argument of type 'long unsigned int', but argument 10 has type 'unsigned int' [-Wformat=] fprintf(stderr, "%2d(%d) %s: %.*s%s" fmt, \ ^~~~~~~~~~~~~~~~~~~~ ../../core/mem/../dprint.h:339:2: note: in expansion of macro 'LOG__' LOG__(facility, level, NULL, prefix, fmt, ## args) ^~~~~ ../../core/mem/../dprint.h:343:2: note: in expansion of macro 'LOG_' LOG_(DEFAULT_FACILITY, (level), LOC_INFO, "%s(): " fmt ,\ ^~~~ ../../core/mem/../dprint.h:394:31: note: in expansion of macro 'LOG' # define ERR(fmt, args...) LOG(L_ERR, fmt , ## args) ^~~ ../../core/mem/../dprint.h:420:16: note: in expansion of macro 'ERR' #define LM_ERR ERR ^~~ sem.h:62:4: note: in expansion of macro 'LM_ERR' LM_ERR("Error allocating %lx bytes of shm!\n",sizeof(gen_sem_t));\ ^~~~~~ async_reginfo.c:76:2: note: in expansion of macro 'sem_new' sem_new(reginfo_event_list->empty, 0); //pre-locked - as we assume list is empty at start ^~~~~~~ In file included from async_reginfo.h:50, from async_reginfo.c:47: sem.h:62:31: note: format string is defined here LM_ERR("Error allocating %lx bytes of shm!\n",sizeof(gen_sem_t));\ ~~^ %x In file included from ../../core/mem/mem.h:41, from ../../core/lock_alloc.h:54, from ../../core/locking.h:71, from async_reginfo.h:49, from async_reginfo.c:47: ../../core/mem/../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/mem/../dprint.h:339:2: note: in expansion of macro 'LOG__' LOG__(facility, level, NULL, prefix, fmt, ## args) ^~~~~ ../../core/mem/../dprint.h:343:2: note: in expansion of macro 'LOG_' LOG_(DEFAULT_FACILITY, (level), LOC_INFO, "%s(): " fmt ,\ ^~~~ ../../core/mem/../dprint.h:394:31: note: in expansion of macro 'LOG' # define ERR(fmt, args...) LOG(L_ERR, fmt , ## args) ^~~ ../../core/mem/../dprint.h:420:16: note: in expansion of macro 'ERR' #define LM_ERR ERR ^~~ sem.h:62:4: note: in expansion of macro 'LM_ERR' LM_ERR("Error allocating %lx bytes of shm!\n",sizeof(gen_sem_t));\ ^~~~~~ async_reginfo.c:76:2: note: in expansion of macro 'sem_new' sem_new(reginfo_event_list->empty, 0); //pre-locked - as we assume list is empty at start ^~~~~~~ In file included from async_reginfo.h:50, from async_reginfo.c:47: sem.h:62:31: note: format string is defined here LM_ERR("Error allocating %lx bytes of shm!\n",sizeof(gen_sem_t));\ ~~^ %x CC (gcc) [M ims_registrar_pcscf.so] notify.o make[4]: 'libkamailio_ims.so.0.1' is up to date. Archiving artifacts ERROR: Build step failed with exception Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to jenkins-debian-glue-slave (i-001c0fdf0e20b7135) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357) at hudson.remoting.Channel.call(Channel.java:955) at hudson.FilePath.act(FilePath.java:1036) at hudson.FilePath.act(FilePath.java:1025) at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:233) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690) at hudson.model.Build$BuildExecution.post2(Build.java:186) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635) at hudson.model.Run.execute(Run.java:1823) at hudson.matrix.MatrixRun.run(MatrixRun.java:153) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429) https://kamailio.sipwise.com/job/kamailiodev-nightly-binaries/architecture=i386,distribution=buster,label=slave/ws/ does not exist. at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:484) at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:461) at hudson.tasks.ArtifactArchiver$ListFiles.invoke(ArtifactArchiver.java:288) at hudson.tasks.ArtifactArchiver$ListFiles.invoke(ArtifactArchiver.java:268) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2917) at hudson.remoting.UserRequest.perform(UserRequest.java:212) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:369) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Build step 'Archive the artifacts' marked build as failure TAP Reports Processing: START Looking for TAP results report in workspace using pattern: report/*.tap ERROR: Step ‘Publish TAP Results’ aborted due to exception: Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to jenkins-debian-glue-slave (i-001c0fdf0e20b7135) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357) at hudson.remoting.Channel.call(Channel.java:955) at hudson.FilePath.act(FilePath.java:1036) at hudson.FilePath.act(FilePath.java:1025) at hudson.FilePath.list(FilePath.java:1840) at hudson.FilePath.list(FilePath.java:1824) at hudson.FilePath.list(FilePath.java:1809) at org.tap4j.plugin.TapPublisher.locateReports(TapPublisher.java:647) at org.tap4j.plugin.TapPublisher.performImpl(TapPublisher.java:383) at org.tap4j.plugin.TapPublisher.perform(TapPublisher.java:371) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690) at hudson.model.Build$BuildExecution.post2(Build.java:186) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635) at hudson.model.Run.execute(Run.java:1823) at hudson.matrix.MatrixRun.run(MatrixRun.java:153) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429) java.io.IOException: https://kamailio.sipwise.com/job/kamailiodev-nightly-binaries/architecture=i386,distribution=buster,label=slave/ws/ does not exist. at hudson.FilePath.glob(FilePath.java:1870) at hudson.FilePath.access$2400(FilePath.java:210) at hudson.FilePath$23.invoke(FilePath.java:1843) at hudson.FilePath$23.invoke(FilePath.java:1840) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2917) at hudson.remoting.UserRequest.perform(UserRequest.java:212) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:369) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Recording test results ERROR: Build step failed with exception Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to jenkins-debian-glue-slave (i-001c0fdf0e20b7135) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357) at hudson.remoting.Channel.call(Channel.java:955) at hudson.FilePath.act(FilePath.java:1036) at hudson.FilePath.act(FilePath.java:1025) at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:114) at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:136) at hudson.tasks.junit.JUnitResultArchiver.parseAndAttach(JUnitResultArchiver.java:166) at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:153) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690) at hudson.model.Build$BuildExecution.post2(Build.java:186) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635) at hudson.model.Run.execute(Run.java:1823) at hudson.matrix.MatrixRun.run(MatrixRun.java:153) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429) https://kamailio.sipwise.com/job/kamailiodev-nightly-binaries/architecture=i386,distribution=buster,label=slave/ws/ does not exist. at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:484) at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:461) at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:141) at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:118) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2917) at hudson.remoting.UserRequest.perform(UserRequest.java:212) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:369) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Build step 'Publish JUnit test result report' marked build as failure