------------------------------------------ [...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
------------------------------------------ [...truncated 905.92 KB...] ../../core/parser/../parser/../dprint.h:394:31: note: in expansion of macro 'LOG' # define ERR(fmt, args...) LOG(L_ERR, fmt , ## args) ^~~ ../../core/parser/../parser/../dprint.h:420:16: note: in expansion of macro 'ERR' #define LM_ERR ERR ^~~ userdata_parser.c:848:3: note: in expansion of macro 'LM_ERR' LM_ERR("Out of memory allocating %lx bytes\n",sp_cnt*sizeof(ims_service_profile)); ^~~~~~ userdata_parser.c:848:38: note: format string is defined here LM_ERR("Out of memory allocating %lx bytes\n",sp_cnt*sizeof(ims_service_profile)); ~~^ %x In file included from ../../core/parser/../parser/../ut.h:42, from ../../core/parser/../parser/../ip_addr.h:39, from ../../core/parser/../parser/msg_parser.h:37, from ../../core/parser/parse_uri.h:36, from userdata_parser.c:43: ../../core/parser/../parser/../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/parser/../parser/../dprint.h:339:2: note: in expansion of macro 'LOG__' LOG__(facility, level, NULL, prefix, fmt, ## args) ^~~~~ ../../core/parser/../parser/../dprint.h:343:2: note: in expansion of macro 'LOG_' LOG_(DEFAULT_FACILITY, (level), LOC_INFO, "%s(): " fmt ,\ ^~~~ ../../core/parser/../parser/../dprint.h:394:31: note: in expansion of macro 'LOG' # define ERR(fmt, args...) LOG(L_ERR, fmt , ## args) ^~~ ../../core/parser/../parser/../dprint.h:420:16: note: in expansion of macro 'ERR' #define LM_ERR ERR ^~~ userdata_parser.c:848:3: note: in expansion of macro 'LM_ERR' LM_ERR("Out of memory allocating %lx bytes\n",sp_cnt*sizeof(ims_service_profile)); ^~~~~~ userdata_parser.c:848:38: note: format string is defined here LM_ERR("Out of memory allocating %lx bytes\n",sp_cnt*sizeof(ims_service_profile)); ~~^ %x CC (gcc) [M ims_registrar_scscf.so] lookup.o CC (gcc) [M ims_registrar_scscf.so] sip_msg.o CC (gcc) [M ims_registrar_scscf.so] regtime.o CC (gcc) [M ims_registrar_scscf.so] stats.o CC (gcc) [M ims_registrar_scscf.so] ims_registrar_scscf_mod.o CC (gcc) [M ims_registrar_scscf.so] reg_rpc.o make[4]: 'libkamailio_ims.so.0.1' is up to date. LD (gcc) [M ims_registrar_scscf.so] ims_registrar_scscf.so CC (gcc) [M ims_usrloc_pcscf.so] udomain.o In file included from ../../core/ut.h:42, from ../../core/ip_addr.h:39, from ../../core/globals.h:35, from ../../core/pt.h:30, from ../../core/counters.h:37, from udomain.h:49, from udomain.c:46: udomain.c: In function 'update_pcontact': ../../core/dprint.h:302:24: warning: format '%ld' expects argument of type 'long int', but argument 10 has type 'unsigned int' [-Wformat=] fprintf(stderr, "%2d(%d) %s: %.*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:364:5: note: in expansion of macro 'LM_ERR' LM_ERR("no more shm mem trying to allocate [%ld bytes]\n", _ci->num_service_routes*sizeof(str)); ^~~~~~ udomain.c:364:51: note: format string is defined here LM_ERR("no more shm mem trying to allocate [%ld bytes]\n", _ci->num_service_routes*sizeof(str)); ~~^ %d In file included from ../../core/ut.h:42, from ../../core/ip_addr.h:39, from ../../core/globals.h:35, from ../../core/pt.h:30, from ../../core/counters.h:37, from udomain.h:49, from udomain.c:46: ../../core/dprint.h:308:24: warning: format '%ld' expects argument of type 'long 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:364:5: note: in expansion of macro 'LM_ERR' LM_ERR("no more shm mem trying to allocate [%ld bytes]\n", _ci->num_service_routes*sizeof(str)); ^~~~~~ udomain.c:364:51: note: format string is defined here LM_ERR("no more shm mem trying to allocate [%ld bytes]\n", _ci->num_service_routes*sizeof(str)); ~~^ %d Build step 'Execute shell' marked build as failure Archiving artifacts ERROR: Step ‘Archive the artifacts’ aborted due to exception: java.nio.file.NoSuchFileException: https://kamailio.sipwise.com/job/kamailiodev-nightly-binaries/architecture=i386,distribution=buster,label=slave/1167/artifact/kamailio-perl-modules_5.2.0~dev6+0~20180819005519.1182+buster_i386.deb at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) at sun.nio.fs.UnixFileAttributeViews$Posix.readAttributes(UnixFileAttributeViews.java:218) at sun.nio.fs.UnixFileAttributeViews$Posix.readAttributes(UnixFileAttributeViews.java:131) at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144) at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.nio.file.Files.readAttributes(Files.java:1737) at java.nio.file.Files.getPosixFilePermissions(Files.java:2004) at hudson.util.IOUtils.mode(IOUtils.java:130) Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to jenkins-debian-glue-slave (i-053f4789d09b4dd78) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357) at hudson.remoting.Channel$2.adapt(Channel.java:990) at hudson.remoting.Channel$2.adapt(Channel.java:986) at hudson.remoting.FutureAdapter.get(FutureAdapter.java:55) at hudson.FilePath.copyRecursiveTo(FilePath.java:2375) at jenkins.model.StandardArtifactManager.archive(StandardArtifactManager.java:61) at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:235) 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) Caused: hudson.os.PosixException: Unable to get file permissions null at hudson.util.IOUtils.mode(IOUtils.java:133) at hudson.util.io.TarArchiver.visit(TarArchiver.java:92) at hudson.util.DirScanner.scanSingle(DirScanner.java:44) at hudson.FilePath$ExplicitlySpecifiedDirScanner.scan(FilePath.java:2995) at hudson.FilePath.writeToTar(FilePath.java:2432) at hudson.FilePath.access$2800(FilePath.java:210) at hudson.FilePath$CopyRecursiveRemoteToLocal.invoke(FilePath.java:2397) at hudson.FilePath$CopyRecursiveRemoteToLocal.invoke(FilePath.java:2386) 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) Caused: java.io.IOException at hudson.FilePath.copyRecursiveTo(FilePath.java:2379) at jenkins.model.StandardArtifactManager.archive(StandardArtifactManager.java:61) at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:235) 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) 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-053f4789d09b4dd78) 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-053f4789d09b4dd78) 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