(This page was automatically generated by the tools in the opsboy project on 15:08:05 28-Dec-2023 GMT.)

Detailed Test Report for lua-resty-websocket in linux x86_64 (hv)

Summary

Commit Testing Time Unexpected
Failures
Expected
Failures
Files Tests Elapsed Time
d5657945 2021-04-25 09:00:29 GMT 3 0 3 586 76 sec

LuaJIT

LuaJIT 2.1.0-beta3, commit 70f88773

Compilation Errors

Unexpected Failures

File Name Details
count.t TEST 1: module size of resty.websocket.protocol ==18158== Syscall param sendmsg(msg.msg_iov[0]) points to uninitialised byte(s)
==18158== at 0x5047C50: __sendmsg_nocancel (in /lib64/libpthread-2.17.so)
==18158== by 0x44A6F8: ngx_write_channel (ngx_channel.c:79)
==18158== by 0x44C19A: ngx_pass_open_channel (ngx_process_cycle.c:481)
==18158== by 0x44C21A: ngx_start_worker_processes (ngx_process_cycle.c:385)
==18158== by 0x44E0BA: ngx_master_process_cycle (ngx_process_cycle.c:241)
==18158== by 0x424719: main (nginx.c:386)
==18158== Address 0x1ffeffd22c is on thread 1's stack
==18158== in frame #2, created by ngx_pass_open_channel (ngx_process_cycle.c:455)
==18158==
{
<insert_a_suppression_name_here>
Memcheck:Param
sendmsg(msg.msg_iov[0])
fun:__sendmsg_nocancel
fun:ngx_write_channel
fun:ngx_pass_open_channel
fun:ngx_start_worker_processes
fun:ngx_master_process_cycle
fun:main
}
cs.t TEST 10: client recv timeout (timeout option) ==18227== Syscall param sendmsg(msg.msg_iov[0]) points to uninitialised byte(s)
==18227== at 0x5047C50: __sendmsg_nocancel (in /lib64/libpthread-2.17.so)
==18227== by 0x44A6F8: ngx_write_channel (ngx_channel.c:79)
==18227== by 0x44C19A: ngx_pass_open_channel (ngx_process_cycle.c:481)
==18227== by 0x44C21A: ngx_start_worker_processes (ngx_process_cycle.c:385)
==18227== by 0x44E0BA: ngx_master_process_cycle (ngx_process_cycle.c:241)
==18227== by 0x424719: main (nginx.c:386)
==18227== Address 0x1ffeffd22c is on thread 1's stack
==18227== in frame #2, created by ngx_pass_open_channel (ngx_process_cycle.c:455)
==18227==
{
<insert_a_suppression_name_here>
Memcheck:Param
sendmsg(msg.msg_iov[0])
fun:__sendmsg_nocancel
fun:ngx_write_channel
fun:ngx_pass_open_channel
fun:ngx_start_worker_processes
fun:ngx_master_process_cycle
fun:main
}
sanity.t TEST 13: close frame (no payload at all) ==19031== Syscall param sendmsg(msg.msg_iov[0]) points to uninitialised byte(s)
==19031== at 0x5047C50: __sendmsg_nocancel (in /lib64/libpthread-2.17.so)
==19031== by 0x44A6F8: ngx_write_channel (ngx_channel.c:79)
==19031== by 0x44C19A: ngx_pass_open_channel (ngx_process_cycle.c:481)
==19031== by 0x44C21A: ngx_start_worker_processes (ngx_process_cycle.c:385)
==19031== by 0x44E0BA: ngx_master_process_cycle (ngx_process_cycle.c:241)
==19031== by 0x424719: main (nginx.c:386)
==19031== Address 0x1ffeffd22c is on thread 1's stack
==19031== in frame #2, created by ngx_pass_open_channel (ngx_process_cycle.c:455)
==19031==
{
<insert_a_suppression_name_here>
Memcheck:Param
sendmsg(msg.msg_iov[0])
fun:__sendmsg_nocancel
fun:ngx_write_channel
fun:ngx_pass_open_channel
fun:ngx_start_worker_processes
fun:ngx_master_process_cycle
fun:main
}

Expected Failures

(none)

Warnings

Go back to the index page.