1.4771832838579e+16 ok 51 misc - uv.hrtime ok 52 misc - uv.getpid { version = "#5 SMP Wed Jul 25 18:33:57 UTC 2018", release = "4.15.0-00046-g48fb45691946-dirty", machine = "riscv64", sysname = "Linux" } ok 53 misc - uv.os_uname os.time 1573218361 uv.gettimeofday 1573218361.000846 ok 54 misc - uv.gettimeofday ok 55 misc - uv.os_environ "prepare" uv_prepare_t: 0x2aaad75ca0 ok 56 prepare-check-idle-async - simple prepare "timeout" uv_timer_t: 0x2aab21ce20 "check" uv_check_t: 0x2aaad75ca0 ok 57 prepare-check-idle-async - simple check "idle" uv_idle_t: 0x2aaad75ca0 ok 58 prepare-check-idle-async - simple idle ok 59 prepare-check-idle-async - simple async ok 60 process - test disable_stdio_inheritance { handle = uv_process_t: 0x2aaaac90c0, pid = 19986 } "stdout" { chunk = "Hello World" } "exit" { code = 0, signal = 0 } ok 61 process - process stdout { handle = uv_process_t: 0x2aaaac90c0, pid = 19987 } "exit" uv_process_t: 0x2aaaac90c0 { signal = 2, status = 0 } ok 62 process - spawn and kill by pid { handle = uv_process_t: 0x2aaaac90c0, pid = 19988 } "exit" uv_process_t: 0x2aaaac90c0 { signal = 15, status = 0 } ok 63 process - spawn and kill by handle ok 64 process - invalid command { handle = uv_process_t: 0x2aaaac90c0, pid = 19991 } "stdout" { chunk = "Hello World" } "exit" { code = 0, signal = 0 } ok 65 process - process stdio Sending child SIGINT "sigint\n" "exit" { code = 0, signal = 0, pid = 19992 } ok 66 signal - Catch SIGINT { server = uv_tcp_t: 0x2aaaad50b0, address = { port = 35771, ip = "127.0.0.1", family = "inet" } } { req = uv_connect_t: 0x2aaaacbed8, client = uv_tcp_t: 0x2aaaab8ca0 } "server on connection" uv_tcp_t: 0x2aaaad50b0 "client on connect" uv_tcp_t: 0x2aaaab8ca0 nil "client on shutdown" uv_tcp_t: 0x2aaaab8ca0 nil "client on close" uv_tcp_t: 0x2aaaab8ca0 ok 67 tcp - basic tcp server and client (ipv4) { server = uv_tcp_t: 0x2aaaab8ca0, address = { port = 41823, ip = "::1", family = "inet6" } } { req = uv_connect_t: 0x2aaaacdfe8, client = uv_tcp_t: 0x2aaaad50b0 } "server on connection" uv_tcp_t: 0x2aaaab8ca0 "client on connect" uv_tcp_t: 0x2aaaad50b0 nil "client on shutdown" uv_tcp_t: 0x2aaaad50b0 nil "client on close" uv_tcp_t: 0x2aaaad50b0 ok 68 tcp - basic tcp server and client (ipv6) { server = uv_tcp_t: 0x2aaaad50b0, address = { port = 43813, ip = "127.0.0.1", family = "inet" } } { socket = uv_tcp_t: 0x2aaaab8ca0, req = uv_write_t: 0x2aaab1c3a8 } "client onwrite" uv_tcp_t: 0x2aaaab8ca0 nil "server read" { data = "Hello" } "client read" { data = "Hello" } "server read" { } ok 69 tcp - tcp echo server and client { server = uv_tcp_t: 0x2aaaad50b0, address = { port = 42547, ip = "127.0.0.1", family = "inet" } } { socket = uv_tcp_t: 0x2aaad75db0, req = uv_write_t: 0x2aaab1a008 } "client onwrite" uv_tcp_t: 0x2aaad75db0 nil "server read" { data = "Hello" } "client read" { data = "Hello" } "server read" { } ok 70 tcp - tcp echo server and client with methods "./tests/test-tcp.lua:140: Invalid IP address or port [127.0.0.100005:1000]" ok 71 tcp - tcp invalid ip address { server = uv_tcp_t: 0x2aaaad50b0, address = { port = 40553, ip = "127.0.0.1", family = "inet" } } { socket = uv_tcp_t: 0x2aaaab8ca0, req = uv_write_t: 0x2aaab1a798 } "client onwrite" uv_tcp_t: 0x2aaaab8ca0 nil "server read" { data = "Hello" } "client read" { data = "Hello" } BUILDSTDERR: Uncaught Error: ./tests/test-tcp.lua:175: attempt to call a nil value (field 'tcp_close_reset') BUILDSTDERR: stack traceback: BUILDSTDERR: ./tests/test-tcp.lua:175: in upvalue 'fn' BUILDSTDERR: ./lib/tap.lua:48: in function <./lib/tap.lua:46> BUILDSTDERR: [C]: in function 'luv.run' BUILDSTDERR: ./lib/tap.lua:55: in function <./lib/tap.lua:42> BUILDSTDERR: [C]: in function 'xpcall' BUILDSTDERR: ./lib/tap.lua:42: in upvalue 'run' BUILDSTDERR: ./lib/tap.lua:138: in function 'lib/tap' BUILDSTDERR: tests/run.lua:23: in main chunk BUILDSTDERR: [C]: in ?