1.4803760665324e+16 ok 51 misc - uv.hrtime ok 52 misc - uv.getpid { sysname = "Linux", release = "4.15.0-00046-g48fb45691946-dirty", machine = "riscv64", version = "#5 SMP Wed Jul 25 18:33:57 UTC 2018" } ok 53 misc - uv.os_uname os.time 1573250289 uv.gettimeofday 1573250289.000674 ok 54 misc - uv.gettimeofday ok 55 misc - uv.os_environ "prepare" uv_prepare_t: 0x2aaaad48a0 ok 56 prepare-check-idle-async - simple prepare "timeout" uv_timer_t: 0x2aab3a6e80 "check" uv_check_t: 0x2aaaad48a0 ok 57 prepare-check-idle-async - simple check "idle" uv_idle_t: 0x2aaaad48a0 ok 58 prepare-check-idle-async - simple idle ok 59 prepare-check-idle-async - simple async ok 60 process - test disable_stdio_inheritance { pid = 26212, handle = uv_process_t: 0x2aaaacdfc0 } "stdout" { chunk = "Hello World" } "exit" { signal = 0, code = 0 } ok 61 process - process stdout { pid = 26213, handle = uv_process_t: 0x2aaaacdfc0 } "exit" uv_process_t: 0x2aaaacdfc0 { status = 0, signal = 2 } ok 62 process - spawn and kill by pid { pid = 26214, handle = uv_process_t: 0x2aaaacdfc0 } "exit" uv_process_t: 0x2aaaacdfc0 { status = 0, signal = 15 } ok 63 process - spawn and kill by handle ok 64 process - invalid command { pid = 26216, handle = uv_process_t: 0x2aaaacdfc0 } "stdout" { chunk = "Hello World" } "exit" { signal = 0, code = 0 } ok 65 process - process stdio Sending child SIGINT "sigint\n" "exit" { pid = 26217, signal = 0, code = 0 } ok 66 signal - Catch SIGINT { server = uv_tcp_t: 0x2aaaace180, address = { family = "inet", ip = "127.0.0.1", port = 34777 } } { client = uv_tcp_t: 0x2aaab05680, req = uv_connect_t: 0x2aaaaffdb8 } "server on connection" uv_tcp_t: 0x2aaaace180 "client on connect" uv_tcp_t: 0x2aaab05680 nil "client on shutdown" uv_tcp_t: 0x2aaab05680 nil "client on close" uv_tcp_t: 0x2aaab05680 ok 67 tcp - basic tcp server and client (ipv4) { server = uv_tcp_t: 0x2aaab05680, address = { family = "inet6", ip = "::1", port = 41671 } } { client = uv_tcp_t: 0x2aaaace180, req = uv_connect_t: 0x2aaadb0b68 } "server on connection" uv_tcp_t: 0x2aaab05680 "client on connect" uv_tcp_t: 0x2aaaace180 nil "client on shutdown" uv_tcp_t: 0x2aaaace180 nil "client on close" uv_tcp_t: 0x2aaaace180 ok 68 tcp - basic tcp server and client (ipv6) { server = uv_tcp_t: 0x2aaaace180, address = { family = "inet", ip = "127.0.0.1", port = 45927 } } { socket = uv_tcp_t: 0x2aaab05680, req = uv_write_t: 0x2aaab1c518 } "client onwrite" uv_tcp_t: 0x2aaab05680 nil "server read" { data = "Hello" } "client read" { data = "Hello" } "server read" { } ok 69 tcp - tcp echo server and client { server = uv_tcp_t: 0x2aaaace180, address = { family = "inet", ip = "127.0.0.1", port = 41443 } } { socket = uv_tcp_t: 0x2aaaab8ca0, req = uv_write_t: 0x2aaab1a438 } "client onwrite" uv_tcp_t: 0x2aaaab8ca0 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: 0x2aaaace180, address = { family = "inet", ip = "127.0.0.1", port = 34659 } } { socket = uv_tcp_t: 0x2aaab05680, req = uv_write_t: 0x2aaab1ab98 } "client onwrite" uv_tcp_t: 0x2aaab05680 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 ?