(This page was automatically generated by the tools in the opsboy project on 22:13:50 16-May-2019 GMT.)

Detailed Test Report for ngx_lua in linux x86_64 (h)

Summary

Commit Testing Time Unexpected
Failures
Expected
Failures
Files Tests Elapsed Time
28cf5ce3 2019-05-08 17:40:00 GMT 1 526 200 20703 1661 sec

LuaJIT

LuaJIT 2.1.0-beta3, commit 0e646b5

OpenSSL

OpenSSL 1.1.0j 20 Nov 2018

Compilation Errors

Unexpected Failures

File Name Details
129-ssl-socket.t TEST 16: unsupported ssl protocol - pattern "[emerg]" should not match any line in error.log but matches line "2019/05/08 20:21:23 [emerg] 28593\#0: unlink() /home/ec2-user/git/lua-nginx-module/t/servroot/html/nginx.sock failed (2: No such file or directory)" (req 0) 2019/05/08 20:21:23 [notice] 28593\#0: start worker processes
2019/05/08 20:21:23 [debug] 28593\#0: channel 3:5
2019/05/08 20:21:23 [notice] 28593\#0: start worker process 28959
2019/05/08 20:21:23 [debug] 28593\#0: pass channel s:0 pid:28959 fd:3 to s:1 pid:28932 fd:4
2019/05/08 20:21:23 [debug] 28932\#0: epoll: fd:7 ev:0001 d:00000000023D16E0
2019/05/08 20:21:23 [debug] 28932\#0: channel handler
2019/05/08 20:21:23 [debug] 28932\#0: channel: 32
2019/05/08 20:21:23 [debug] 28932\#0: channel command: 1
2019/05/08 20:21:23 [debug] 28932\#0: get channel s:0 pid:28959 fd:5
'

Expected Failures

File Name Details
023-rewrite/socket-keepalive.t TEST 11: sanity (uds) - pattern "lua tcp socket keepalive: free connection pool for " should not match any line in error.log but matches line "2019/05/08 20:03:02 [debug] 7810\#0: lua tcp socket keepalive: free connection pool for \"127.0.0.1:1984\"" (req 0) 2019/05/08 20:03:02 [debug] 7810\#0: *252 http keepalive handler
2019/05/08 20:03:02 [debug] 7810\#0: *252 close http connection: 5
2019/05/08 20:03:02 [debug] 7810\#0: *252 event timer del: 5: 8716333
2019/05/08 20:03:02 [debug] 7810\#0: *252 reusable connection: 0
2019/05/08 20:03:02 [debug] 7810\#0: *252 free: 0000000001BF5760, unused: 0
2019/05/08 20:03:02 [debug] 7810\#0: *252 free: 0000000001C329E0, unused: 0
2019/05/08 20:03:02 [debug] 7810\#0: *252 free: 0000000001C329C0, unused: 0
2019/05/08 20:03:02 [debug] 7810\#0: *252 free: 0000000001C15350, unused: 0
2019/05/08 20:03:02 [debug] 7810\#0: *252 free: 0000000001C3EFC0, unused: 0
'
043-shdict.t TEST 57: list all keys in a shdict with more than 1024 keys with 0 limit set - response_body - response is expected (repeated req 0, req 0) got: '2050
'
expected: '2048
'
043-shdict.t TEST 32: replace key (key not exists) - response_body - response is expected (repeated req 0, req 0) @@ -1,2 +1,2 @@
-replace: false not found false
+replace: true nil false
-foo = nil
+foo = 10502
'
043-shdict.t nginx: [emerg] lua_shared_dict "dogs" is already defined as "dogs" in /home/ec2-user/git/lua-nginx-module/t/servroot/conf/nginx.conf:26
043-shdict.t TEST 53: list keys in an empty shdict - response_body - response is expected (repeated req 0, req 0) got: '2
'
expected: '0
'
043-shdict.t TEST 36: incr key (key not exists) - response_body - response is expected (repeated req 0, req 0) @@ -1,2 +1,2 @@
-incr: nil not found
+incr: nil not a number
-foo = nil
+foo = hello
'
043-shdict.t TEST 43: expired entries (can be auto-removed by get), with flags set - response_body - response is expected (repeated req 0, req 0) got: 'res = 32, flags = 255
'
expected: 'res = nil, flags = nil
'
043-shdict.t TEST 52: list keys in a shdict with limit larger than number of keys - response_body - response is expected (repeated req 0, req 0) got: '3
'
expected: '2
'
056-flush.t TEST 1: flush wait - content - pattern "lua reuse free buf chain, but reallocate memory because 5 >= 0" should match a line in error.log (req 0)
056-flush.t TEST 1: flush wait - content - pattern "lua reuse free buf chain, but reallocate memory because 5 >= 0" should match a line in error.log (req 1)
059-unix-socket.t TEST 4: ngx.socket.stream - response_body - response is expected (repeated req 0, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-request sent: 57
-received: HTTP/1.1 200 OK
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-failed to receive a line: closed
-close: 1 nil
'
059-unix-socket.t TEST 4: ngx.socket.stream - response_body - response is expected (repeated req 1, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-request sent: 57
-received: HTTP/1.1 200 OK
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-failed to receive a line: closed
-close: 1 nil
'
068-socket-keepalive.t TEST 12: sanity (uds) - pattern "lua tcp socket keepalive: free connection pool for " should not match any line in error.log but matches line "2019/05/08 20:14:00 [debug] 9667\#0: lua tcp socket keepalive: free connection pool for \"127.0.0.1:1984\"" (req 0) 2019/05/08 20:14:00 [debug] 9667\#0: *263 http keepalive handler
2019/05/08 20:14:00 [debug] 9667\#0: *263 close http connection: 7
2019/05/08 20:14:00 [debug] 9667\#0: *263 event timer del: 7: 9374664
2019/05/08 20:14:00 [debug] 9667\#0: *263 reusable connection: 0
2019/05/08 20:14:00 [debug] 9667\#0: *263 free: 00000000020A6020, unused: 0
2019/05/08 20:14:00 [debug] 9667\#0: *263 free: 00000000020A5FA0, unused: 0
2019/05/08 20:14:00 [debug] 9667\#0: *263 free: 00000000020B9A90, unused: 0
2019/05/08 20:14:00 [debug] 9667\#0: *263 free: 00000000020B9A20, unused: 0
2019/05/08 20:14:00 [debug] 9667\#0: *263 free: 00000000020F2110, unused: 0
'
068-socket-keepalive.t TEST 16: custom pools (same pool for different host:port) - tcp - pattern "lua tcp socket keepalive: free connection pool for " should not match any line in error.log but matches line "2019/05/08 20:14:02 [debug] 9777\#0: lua tcp socket keepalive: free connection pool for \"A\"" (req 0) 2019/05/08 20:14:02 [debug] 9777\#0: lua tcp socket keepalive close handler: fd:7
2019/05/08 20:14:02 [debug] 9777\#0: event timer del: 7: 9369396
2019/05/08 20:14:02 [debug] 9777\#0: reusable connection: 0
2019/05/08 20:14:02 [debug] 9777\#0: lua tcp socket keepalive: free connection pool for "B"
2019/05/08 20:14:02 [notice] 9777\#0: exiting
2019/05/08 20:14:02 [debug] 9777\#0: flush files
2019/05/08 20:14:02 [debug] 9777\#0: run cleanup: 000000000209A390
2019/05/08 20:14:02 [debug] 9777\#0: run cleanup: 00000000020B1410
2019/05/08 20:14:02 [debug] 9777\#0: lua decrementing the reference count for Lua VM: 1
'
068-socket-keepalive.t TEST 16: custom pools (same pool for different host:port) - tcp - pattern "lua tcp socket keepalive: free connection pool for " should not match any line in error.log but matches line "2019/05/08 20:14:02 [debug] 9777\#0: lua tcp socket keepalive: free connection pool for \"B\"" (req 0) 2019/05/08 20:14:02 [notice] 9777\#0: exiting
2019/05/08 20:14:02 [debug] 9777\#0: flush files
2019/05/08 20:14:02 [debug] 9777\#0: run cleanup: 000000000209A390
2019/05/08 20:14:02 [debug] 9777\#0: run cleanup: 00000000020B1410
2019/05/08 20:14:02 [debug] 9777\#0: lua decrementing the reference count for Lua VM: 1
2019/05/08 20:14:02 [debug] 9777\#0: lua close the global Lua VM 00007F4D71A88378
2019/05/08 20:14:02 [debug] 9777\#0: run cleanup: 00000000020B13D0
2019/05/08 20:14:02 [debug] 9777\#0: run cleanup: 00000000020B1390
2019/05/08 20:14:02 [debug] 9777\#0: run cleanup: 00000000020E1660
'
068-socket-keepalive.t TEST 17: custom pools (different pool for the same host:port) - unix - pattern "lua tcp socket keepalive: free connection pool for " should not match any line in error.log but matches line "2019/05/08 20:14:02 [debug] 9808\#0: lua tcp socket keepalive: free connection pool for \"foo\"" (req 0) 2019/05/08 20:14:02 [notice] 9808\#0: exiting
2019/05/08 20:14:02 [debug] 9808\#0: flush files
2019/05/08 20:14:02 [debug] 9808\#0: run cleanup: 000000000208A8A0
2019/05/08 20:14:02 [debug] 9808\#0: run cleanup: 0000000002109380
2019/05/08 20:14:02 [debug] 9808\#0: lua decrementing the reference count for Lua VM: 1
2019/05/08 20:14:02 [debug] 9808\#0: lua close the global Lua VM 00007F4D71A28378
2019/05/08 20:14:02 [debug] 9808\#0: run cleanup: 0000000002109340
2019/05/08 20:14:02 [debug] 9808\#0: run cleanup: 0000000002109300
2019/05/08 20:14:02 [debug] 9808\#0: run cleanup: 00000000020A97E0
'
068-socket-keepalive.t TEST 18: custom pools (same pool for the same path) - unix - response_body - response is expected (repeated req 0, req 0) @@ -1,2 +1,2 @@
-connected: 1, reused: 0
+failed to connect: no such file or directory
-connected: 1, reused: 1
+failed to connect: no such file or directory
'
068-socket-keepalive.t TEST 18: custom pools (same pool for the same path) - unix - pattern "lua tcp socket keepalive create connection pool for key "A"" should match a line in error.log (req 0)
068-socket-keepalive.t TEST 18: custom pools (same pool for the same path) - unix - pattern "lua tcp socket get keepalive peer: using connection" should match a line in error.log (req 0)
068-socket-keepalive.t TEST 18: custom pools (same pool for the same path) - unix - pattern "lua tcp socket keepalive: free connection pool for " should not match any line in error.log but matches line "2019/05/08 20:14:03 [debug] 9836\#0: lua tcp socket keepalive: free connection pool for \"A\"" (req 0) 2019/05/08 20:14:03 [debug] 9836\#0: lua tcp socket keepalive close handler: fd:7
2019/05/08 20:14:03 [debug] 9836\#0: event timer del: 7: 9370148
2019/05/08 20:14:03 [debug] 9836\#0: reusable connection: 0
2019/05/08 20:14:03 [debug] 9836\#0: lua tcp socket keepalive: free connection pool for "B"
2019/05/08 20:14:03 [debug] 9836\#0: worker cycle
2019/05/08 20:14:03 [debug] 9836\#0: epoll timer: 59756
2019/05/08 20:14:03 [debug] 9836\#0: epoll: fd:3 ev:2011 d:000000000211A191
2019/05/08 20:14:03 [debug] 9836\#0: epoll_wait() error on fd:3 ev:2011
2019/05/08 20:14:03 [debug] 9836\#0: *420 http wait request handler
'
068-socket-keepalive.t TEST 18: custom pools (same pool for the same path) - unix - pattern "lua tcp socket keepalive: free connection pool for " should not match any line in error.log but matches line "2019/05/08 20:14:03 [debug] 9836\#0: lua tcp socket keepalive: free connection pool for \"B\"" (req 0) 2019/05/08 20:14:03 [debug] 9836\#0: worker cycle
2019/05/08 20:14:03 [debug] 9836\#0: epoll timer: 59756
2019/05/08 20:14:03 [debug] 9836\#0: epoll: fd:3 ev:2011 d:000000000211A191
2019/05/08 20:14:03 [debug] 9836\#0: epoll_wait() error on fd:3 ev:2011
2019/05/08 20:14:03 [debug] 9836\#0: *420 http wait request handler
2019/05/08 20:14:03 [debug] 9836\#0: *420 malloc: 00000000020D7C40:80
2019/05/08 20:14:03 [debug] 9836\#0: *420 malloc: 00000000020F3730:16
2019/05/08 20:14:03 [debug] 9836\#0: *420 malloc: 00000000020DAB30:1024
2019/05/08 20:14:03 [debug] 9836\#0: *420 malloc: 0000000002104310:16
'
068-socket-keepalive.t TEST 28: conn queuing: connect() can specify 'pool_size' for unix domain socket - pattern "lua tcp socket keepalive: free connection pool for " should not match any line in error.log but matches line "2019/05/08 20:14:08 [debug] 10122\#0: lua tcp socket keepalive: free connection pool for \"127.0.0.1:11211\"" (req 0) 2019/05/08 20:14:08 [notice] 10122\#0: exiting
2019/05/08 20:14:08 [debug] 10122\#0: flush files
2019/05/08 20:14:08 [debug] 10122\#0: run cleanup: 000000000209A390
2019/05/08 20:14:08 [debug] 10122\#0: run cleanup: 00000000020C1C70
2019/05/08 20:14:08 [debug] 10122\#0: lua decrementing the reference count for Lua VM: 1
2019/05/08 20:14:08 [debug] 10122\#0: lua close the global Lua VM 00007F4D71A88378
2019/05/08 20:14:08 [debug] 10122\#0: run cleanup: 00000000020BA180
2019/05/08 20:14:08 [debug] 10122\#0: run cleanup: 00000000020BA140
2019/05/08 20:14:08 [debug] 10122\#0: run cleanup: 00000000020D1180
'
068-socket-keepalive.t TEST 29: conn queuing: connect() can specify 'pool_size' for custom pool - pattern "lua tcp socket keepalive: free connection pool for " should not match any line in error.log but matches line "2019/05/08 20:14:09 [debug] 10150\#0: lua tcp socket keepalive: free connection pool for \"unix:/home/ec2-user/git/lua-nginx-module/t/servroot/html/nginx.sock\"" (req 0) 2019/05/08 20:14:09 [debug] 10150\#0: worker cycle
2019/05/08 20:14:09 [debug] 10150\#0: epoll timer: 59740
2019/05/08 20:14:09 [debug] 10150\#0: epoll: fd:3 ev:2011 d:0000000002115871
2019/05/08 20:14:09 [debug] 10150\#0: epoll_wait() error on fd:3 ev:2011
2019/05/08 20:14:09 [debug] 10150\#0: *717 http wait request handler
2019/05/08 20:14:09 [debug] 10150\#0: *717 malloc: 0000000002096B90:80
2019/05/08 20:14:09 [debug] 10150\#0: *717 malloc: 00000000020DEEE0:16
2019/05/08 20:14:09 [debug] 10150\#0: *717 malloc: 00000000020F7E90:1024
2019/05/08 20:14:09 [debug] 10150\#0: *717 malloc: 00000000020E5190:16
'
086-init-by.t nginx: [error] init_by_lua error: init_by_lua:2: failed to init
124-init-worker.t TEST 18: syslog error log - udp_query ok ''
doesn't match '(?^:Bad bad bad)'
129-ssl-socket.t TEST 28: unix domain ssl cosocket (keepalive) - response_body - response is expected (repeated req 0, req 0) @@ -1,4 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: true
-connected: 1
-ssl handshake: true
'
129-ssl-socket.t TEST 28: unix domain ssl cosocket (keepalive) - response_body - response is expected (repeated req 1, req 0) @@ -1,4 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: true
-connected: 1
-ssl handshake: true
'
129-ssl-socket.t TEST 29: unix domain ssl cosocket (verify cert but no host name check, passed) - response_body - response is expected (repeated req 0, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
129-ssl-socket.t TEST 29: unix domain ssl cosocket (verify cert but no host name check, passed) - grep_error_log_out (req 0) ''
doesn't match '(?^:^lua ssl save session: ([0-9A-F]+)
lua ssl free session: ([0-9A-F]+)
$)'
129-ssl-socket.t TEST 29: unix domain ssl cosocket (verify cert but no host name check, passed) - response_body - response is expected (repeated req 1, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
129-ssl-socket.t TEST 29: unix domain ssl cosocket (verify cert but no host name check, passed) - grep_error_log_out (req 1) ''
doesn't match '(?^:^lua ssl save session: ([0-9A-F]+)
lua ssl free session: ([0-9A-F]+)
$)'
132-lua-blocks.t nginx: [emerg] Lua code block missing the closing long bracket "]==]" in /home/ec2-user/git/lua-nginx-module/t/servroot/conf/nginx.conf:41
132-lua-blocks.t nginx: [emerg] Lua code block missing the closing long bracket "]]" in /home/ec2-user/git/lua-nginx-module/t/servroot/conf/nginx.conf:41
132-lua-blocks.t nginx: [emerg] "events" directive is not allowed here in /home/ec2-user/git/lua-nginx-module/t/servroot/conf/nginx.conf:56
132-lua-blocks.t nginx: [emerg] Lua code block missing the closing long bracket "]=]" in /home/ec2-user/git/lua-nginx-module/t/servroot/conf/nginx.conf:41
139-ssl-cert-by.t TEST 23: get raw_client_addr - unix domain socket - response_body - response is expected (repeated req 0, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
139-ssl-cert-by.t TEST 23: get raw_client_addr - unix domain socket - pattern "client socket file: " should match a line in error.log (req 0)
139-ssl-cert-by.t TEST 23: get raw_client_addr - unix domain socket - response_body - response is expected (repeated req 1, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
139-ssl-cert-by.t TEST 23: get raw_client_addr - unix domain socket - pattern "client socket file: " should match a line in error.log (req 1)
139-ssl-cert-by.t TEST 23: get raw_client_addr - unix domain socket - response_body - response is expected (repeated req 2, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
139-ssl-cert-by.t TEST 23: get raw_client_addr - unix domain socket - pattern "client socket file: " should match a line in error.log (req 2)
139-ssl-cert-by.t TEST 12: connection aborted prematurely - response_body - response is expected (repeated req 0, req 0) @@ -1,2 +1 @@
-connected: 1
+failed to connect: no such file or directory
-failed to do SSL handshake: timeout
'
139-ssl-cert-by.t TEST 12: connection aborted prematurely - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0)
139-ssl-cert-by.t TEST 12: connection aborted prematurely - pattern "ssl-cert-by-lua: after sleeping" should match a line in error.log (req 0)
139-ssl-cert-by.t TEST 12: connection aborted prematurely - response_body - response is expected (repeated req 1, req 0) @@ -1,2 +1 @@
-connected: 1
+failed to connect: no such file or directory
-failed to do SSL handshake: timeout
'
139-ssl-cert-by.t TEST 12: connection aborted prematurely - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1)
139-ssl-cert-by.t TEST 12: connection aborted prematurely - pattern "ssl-cert-by-lua: after sleeping" should match a line in error.log (req 1)
139-ssl-cert-by.t TEST 12: connection aborted prematurely - response_body - response is expected (repeated req 2, req 0) @@ -1,2 +1 @@
-connected: 1
+failed to connect: no such file or directory
-failed to do SSL handshake: timeout
'
139-ssl-cert-by.t TEST 12: connection aborted prematurely - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2)
139-ssl-cert-by.t TEST 12: connection aborted prematurely - pattern "ssl-cert-by-lua: after sleeping" should match a line in error.log (req 2)
139-ssl-cert-by.t TEST 18: simple logging (syslog) - response_body - response is expected (repeated req 0, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
139-ssl-cert-by.t TEST 18: simple logging (syslog) - pattern "(?^:\[error\] .*? send\(\) failed)" should match a line in error.log (req 0)
139-ssl-cert-by.t TEST 18: simple logging (syslog) - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0)
139-ssl-cert-by.t TEST 18: simple logging (syslog) - response_body - response is expected (repeated req 1, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
139-ssl-cert-by.t TEST 18: simple logging (syslog) - pattern "(?^:\[error\] .*? send\(\) failed)" should match a line in error.log (req 1)
139-ssl-cert-by.t TEST 18: simple logging (syslog) - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1)
139-ssl-cert-by.t TEST 18: simple logging (syslog) - response_body - response is expected (repeated req 2, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
139-ssl-cert-by.t TEST 18: simple logging (syslog) - pattern "(?^:\[error\] .*? send\(\) failed)" should match a line in error.log (req 2)
139-ssl-cert-by.t TEST 18: simple logging (syslog) - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2)
139-ssl-cert-by.t TEST 9: lua exception - no yield - pattern "[emerg]" should not match any line in error.log but matches line "2019/05/08 20:22:07 [emerg] 30697\#0: unlink() /home/ec2-user/git/lua-nginx-module/t/servroot/html/nginx.sock failed (2: No such file or directory)" (req 0) 2019/05/08 20:22:07 [notice] 30697\#0: start worker processes
2019/05/08 20:22:07 [debug] 30697\#0: channel 3:5
2019/05/08 20:22:07 [notice] 30697\#0: start worker process 30786
2019/05/08 20:22:07 [debug] 30697\#0: pass channel s:0 pid:30786 fd:3 to s:1 pid:30759 fd:4
2019/05/08 20:22:07 [debug] 30759\#0: epoll: fd:8 ev:0001 d:0000000002743260
2019/05/08 20:22:07 [debug] 30759\#0: channel handler
2019/05/08 20:22:07 [debug] 30759\#0: channel: 32
2019/05/08 20:22:07 [debug] 30759\#0: channel command: 1
2019/05/08 20:22:07 [debug] 30759\#0: get channel s:0 pid:30786 fd:5
'
139-ssl-cert-by.t TEST 3: timer - response_body - response is expected (repeated req 0, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
139-ssl-cert-by.t TEST 3: timer - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0)
139-ssl-cert-by.t TEST 3: timer - pattern "my timer run!" should match a line in error.log (req 0)
139-ssl-cert-by.t TEST 3: timer - response_body - response is expected (repeated req 1, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
139-ssl-cert-by.t TEST 3: timer - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1)
139-ssl-cert-by.t TEST 3: timer - pattern "my timer run!" should match a line in error.log (req 1)
139-ssl-cert-by.t TEST 3: timer - response_body - response is expected (repeated req 2, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
139-ssl-cert-by.t TEST 3: timer - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2)
139-ssl-cert-by.t TEST 3: timer - pattern "my timer run!" should match a line in error.log (req 2)
139-ssl-cert-by.t TEST 11: get phase - response_body - response is expected (repeated req 0, req 0) @@ -1,2 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
'
139-ssl-cert-by.t TEST 11: get phase - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0)
139-ssl-cert-by.t TEST 11: get phase - pattern "get_phase: ssl_cert" should match a line in error.log (req 0)
139-ssl-cert-by.t TEST 11: get phase - response_body - response is expected (repeated req 1, req 0) @@ -1,2 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
'
139-ssl-cert-by.t TEST 11: get phase - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1)
139-ssl-cert-by.t TEST 11: get phase - pattern "get_phase: ssl_cert" should match a line in error.log (req 1)
139-ssl-cert-by.t TEST 11: get phase - response_body - response is expected (repeated req 2, req 0) @@ -1,2 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
'
139-ssl-cert-by.t TEST 11: get phase - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2)
139-ssl-cert-by.t TEST 11: get phase - pattern "get_phase: ssl_cert" should match a line in error.log (req 2)
139-ssl-cert-by.t TEST 4: cosocket - response_body - response is expected (repeated req 0, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
139-ssl-cert-by.t TEST 4: cosocket - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0)
139-ssl-cert-by.t TEST 4: cosocket - pattern "received memc reply: OK" should match a line in error.log (req 0)
139-ssl-cert-by.t TEST 4: cosocket - response_body - response is expected (repeated req 1, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
139-ssl-cert-by.t TEST 4: cosocket - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1)
139-ssl-cert-by.t TEST 4: cosocket - pattern "received memc reply: OK" should match a line in error.log (req 1)
139-ssl-cert-by.t TEST 4: cosocket - response_body - response is expected (repeated req 2, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
139-ssl-cert-by.t TEST 4: cosocket - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2)
139-ssl-cert-by.t TEST 4: cosocket - pattern "received memc reply: OK" should match a line in error.log (req 2)
139-ssl-cert-by.t TEST 1: simple logging - response_body - response is expected (repeated req 0, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
139-ssl-cert-by.t TEST 1: simple logging - grep_error_log_out (req 0) 'reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 0
reusable connection: 0
'
doesn't match '(?^:reusable connection: 1
ssl cert: connection reusable: 1
reusable connection: 0
ssl_certificate_by_lua:1: ssl cert by lua is running!,
)'
139-ssl-cert-by.t TEST 1: simple logging - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0)
139-ssl-cert-by.t TEST 1: simple logging - response_body - response is expected (repeated req 1, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
139-ssl-cert-by.t TEST 1: simple logging - grep_error_log_out (req 1) 'reusable connection: 1
reusable connection: 0
reusable connection: 0
reusable connection: 0
'
doesn't match '(?^:reusable connection: 1
ssl cert: connection reusable: 1
reusable connection: 0
ssl_certificate_by_lua:1: ssl cert by lua is running!,
)'
139-ssl-cert-by.t TEST 1: simple logging - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1)
139-ssl-cert-by.t TEST 1: simple logging - response_body - response is expected (repeated req 2, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
139-ssl-cert-by.t TEST 1: simple logging - grep_error_log_out (req 2) 'reusable connection: 1
reusable connection: 0
reusable connection: 0
reusable connection: 0
'
doesn't match '(?^:reusable connection: 1
ssl cert: connection reusable: 1
reusable connection: 0
ssl_certificate_by_lua:1: ssl cert by lua is running!,
)'
139-ssl-cert-by.t TEST 1: simple logging - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2)
139-ssl-cert-by.t TEST 14: simple logging (by_lua_file) - response_body - response is expected (repeated req 0, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
139-ssl-cert-by.t TEST 14: simple logging (by_lua_file) - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0)
139-ssl-cert-by.t TEST 14: simple logging (by_lua_file) - pattern "a.lua:1: ssl cert by lua is running!" should match a line in error.log (req 0)
139-ssl-cert-by.t TEST 14: simple logging (by_lua_file) - response_body - response is expected (repeated req 1, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
139-ssl-cert-by.t TEST 14: simple logging (by_lua_file) - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1)
139-ssl-cert-by.t TEST 14: simple logging (by_lua_file) - pattern "a.lua:1: ssl cert by lua is running!" should match a line in error.log (req 1)
139-ssl-cert-by.t TEST 14: simple logging (by_lua_file) - response_body - response is expected (repeated req 2, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
139-ssl-cert-by.t TEST 14: simple logging (by_lua_file) - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2)
139-ssl-cert-by.t TEST 14: simple logging (by_lua_file) - pattern "a.lua:1: ssl cert by lua is running!" should match a line in error.log (req 2)
139-ssl-cert-by.t TEST 21: some server {} block missing ssl_certificate_by_lua* handlers (regex server name) - response_body - response is expected (repeated req 0, req 0) @@ -1,2 +1 @@
-connected: 1
+failed to connect: no such file or directory
-failed to do SSL handshake: handshake failed
'
139-ssl-cert-by.t TEST 21: some server {} block missing ssl_certificate_by_lua* handlers (regex server name) - pattern "(?^:\[alert\] .*? no ssl_certificate_by_lua\* defined in server ~test2\\\.com\b)" should match a line in error.log (req 0)
139-ssl-cert-by.t TEST 21: some server {} block missing ssl_certificate_by_lua* handlers (regex server name) - pattern "(?^:\[crit\] .*? SSL_do_handshake\(\) failed\b)" should match a line in error.log (req 0)
139-ssl-cert-by.t TEST 21: some server {} block missing ssl_certificate_by_lua* handlers (regex server name) - response_body - response is expected (repeated req 1, req 0) @@ -1,2 +1 @@
-connected: 1
+failed to connect: no such file or directory
-failed to do SSL handshake: handshake failed
'
139-ssl-cert-by.t TEST 21: some server {} block missing ssl_certificate_by_lua* handlers (regex server name) - pattern "(?^:\[alert\] .*? no ssl_certificate_by_lua\* defined in server ~test2\\\.com\b)" should match a line in error.log (req 1)
139-ssl-cert-by.t TEST 21: some server {} block missing ssl_certificate_by_lua* handlers (regex server name) - pattern "(?^:\[crit\] .*? SSL_do_handshake\(\) failed\b)" should match a line in error.log (req 1)
139-ssl-cert-by.t TEST 21: some server {} block missing ssl_certificate_by_lua* handlers (regex server name) - response_body - response is expected (repeated req 2, req 0) @@ -1,2 +1 @@
-connected: 1
+failed to connect: no such file or directory
-failed to do SSL handshake: handshake failed
'
139-ssl-cert-by.t TEST 21: some server {} block missing ssl_certificate_by_lua* handlers (regex server name) - pattern "(?^:\[alert\] .*? no ssl_certificate_by_lua\* defined in server ~test2\\\.com\b)" should match a line in error.log (req 2)
139-ssl-cert-by.t TEST 21: some server {} block missing ssl_certificate_by_lua* handlers (regex server name) - pattern "(?^:\[crit\] .*? SSL_do_handshake\(\) failed\b)" should match a line in error.log (req 2)
139-ssl-cert-by.t TEST 17: simple logging - use ssl_certificate_by_lua* on the http {} level - response_body - response is expected (repeated req 0, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
139-ssl-cert-by.t TEST 17: simple logging - use ssl_certificate_by_lua* on the http {} level - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0)
139-ssl-cert-by.t TEST 17: simple logging - use ssl_certificate_by_lua* on the http {} level - pattern "ssl_certificate_by_lua:1: ssl cert by lua is running!" should match a line in error.log (req 0)
139-ssl-cert-by.t TEST 17: simple logging - use ssl_certificate_by_lua* on the http {} level - response_body - response is expected (repeated req 1, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
139-ssl-cert-by.t TEST 17: simple logging - use ssl_certificate_by_lua* on the http {} level - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1)
139-ssl-cert-by.t TEST 17: simple logging - use ssl_certificate_by_lua* on the http {} level - pattern "ssl_certificate_by_lua:1: ssl cert by lua is running!" should match a line in error.log (req 1)
139-ssl-cert-by.t TEST 17: simple logging - use ssl_certificate_by_lua* on the http {} level - response_body - response is expected (repeated req 2, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
139-ssl-cert-by.t TEST 17: simple logging - use ssl_certificate_by_lua* on the http {} level - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2)
139-ssl-cert-by.t TEST 17: simple logging - use ssl_certificate_by_lua* on the http {} level - pattern "ssl_certificate_by_lua:1: ssl cert by lua is running!" should match a line in error.log (req 2)
139-ssl-cert-by.t TEST 8: ngx.exit(ngx.ERROR) - yield - pattern "[emerg]" should not match any line in error.log but matches line "2019/05/08 20:22:14 [emerg] 30697\#0: unlink() /home/ec2-user/git/lua-nginx-module/t/servroot/html/nginx.sock failed (2: No such file or directory)" (req 0) 2019/05/08 20:22:14 [notice] 30697\#0: start worker processes
2019/05/08 20:22:14 [debug] 30697\#0: channel 4:6
2019/05/08 20:22:14 [notice] 30697\#0: start worker process 31161
2019/05/08 20:22:14 [debug] 30697\#0: pass channel s:1 pid:31161 fd:4 to s:0 pid:31133 fd:3
2019/05/08 20:22:14 [debug] 31133\#0: epoll: fd:5 ev:0001 d:00000000027D2040
2019/05/08 20:22:14 [debug] 31133\#0: channel handler
2019/05/08 20:22:14 [debug] 31133\#0: channel: 32
2019/05/08 20:22:14 [debug] 31133\#0: channel command: 1
2019/05/08 20:22:14 [debug] 31133\#0: get channel s:1 pid:31161 fd:6
'
139-ssl-cert-by.t TEST 19: check the count of running timers - response_body - response is expected (repeated req 0, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 59 bytes.
-received: HTTP/1.1 200 OK
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 2
-received: Connection: close
-received:
-received: 3
-close: 1 nil
'
139-ssl-cert-by.t TEST 19: check the count of running timers - pattern "ssl_certificate_by_lua:1: ssl cert by lua is running!" should match a line in error.log (req 0)
139-ssl-cert-by.t TEST 19: check the count of running timers - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0)
139-ssl-cert-by.t TEST 19: check the count of running timers - response_body - response is expected (repeated req 1, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 59 bytes.
-received: HTTP/1.1 200 OK
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 2
-received: Connection: close
-received:
-received: 3
-close: 1 nil
'
139-ssl-cert-by.t TEST 19: check the count of running timers - pattern "ssl_certificate_by_lua:1: ssl cert by lua is running!" should match a line in error.log (req 1)
139-ssl-cert-by.t TEST 19: check the count of running timers - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1)
139-ssl-cert-by.t TEST 19: check the count of running timers - response_body - response is expected (repeated req 2, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 59 bytes.
-received: HTTP/1.1 200 OK
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 2
-received: Connection: close
-received:
-received: 3
-close: 1 nil
'
139-ssl-cert-by.t TEST 19: check the count of running timers - pattern "ssl_certificate_by_lua:1: ssl cert by lua is running!" should match a line in error.log (req 2)
139-ssl-cert-by.t TEST 19: check the count of running timers - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2)
139-ssl-cert-by.t TEST 2: sleep - response_body - response is expected (repeated req 0, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
139-ssl-cert-by.t TEST 2: sleep - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0)
139-ssl-cert-by.t TEST 2: sleep - pattern "(?^:elapsed in ssl cert by lua: 0.(?:09|1[01])\d+,)" should match a line in error.log (req 0)
139-ssl-cert-by.t TEST 2: sleep - response_body - response is expected (repeated req 1, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
139-ssl-cert-by.t TEST 2: sleep - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1)
139-ssl-cert-by.t TEST 2: sleep - pattern "(?^:elapsed in ssl cert by lua: 0.(?:09|1[01])\d+,)" should match a line in error.log (req 1)
139-ssl-cert-by.t TEST 2: sleep - response_body - response is expected (repeated req 2, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
139-ssl-cert-by.t TEST 2: sleep - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2)
139-ssl-cert-by.t TEST 2: sleep - pattern "(?^:elapsed in ssl cert by lua: 0.(?:09|1[01])\d+,)" should match a line in error.log (req 2)
139-ssl-cert-by.t TEST 13: subrequests disabled - response_body - response is expected (repeated req 0, req 0) @@ -1,2 +1 @@
-connected: 1
+failed to connect: no such file or directory
-failed to do SSL handshake: handshake failed
'
139-ssl-cert-by.t TEST 13: subrequests disabled - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0)
139-ssl-cert-by.t TEST 13: subrequests disabled - pattern "ssl_certificate_by_lua:1: API disabled in the context of ssl_certificate_by_lua*" should match a line in error.log (req 0)
139-ssl-cert-by.t TEST 13: subrequests disabled - pattern "(?^:\[crit\] .*?cert cb error)" should match a line in error.log (req 0)
139-ssl-cert-by.t TEST 13: subrequests disabled - response_body - response is expected (repeated req 1, req 0) @@ -1,2 +1 @@
-connected: 1
+failed to connect: no such file or directory
-failed to do SSL handshake: handshake failed
'
139-ssl-cert-by.t TEST 13: subrequests disabled - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1)
139-ssl-cert-by.t TEST 13: subrequests disabled - pattern "ssl_certificate_by_lua:1: API disabled in the context of ssl_certificate_by_lua*" should match a line in error.log (req 1)
139-ssl-cert-by.t TEST 13: subrequests disabled - pattern "(?^:\[crit\] .*?cert cb error)" should match a line in error.log (req 1)
139-ssl-cert-by.t TEST 13: subrequests disabled - response_body - response is expected (repeated req 2, req 0) @@ -1,2 +1 @@
-connected: 1
+failed to connect: no such file or directory
-failed to do SSL handshake: handshake failed
'
139-ssl-cert-by.t TEST 13: subrequests disabled - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2)
139-ssl-cert-by.t TEST 13: subrequests disabled - pattern "ssl_certificate_by_lua:1: API disabled in the context of ssl_certificate_by_lua*" should match a line in error.log (req 2)
139-ssl-cert-by.t TEST 13: subrequests disabled - pattern "(?^:\[crit\] .*?cert cb error)" should match a line in error.log (req 2)
140-ssl-c-api.t TEST 3: Handshake continue when cert_pem_to_der errors - response_body - response is expected (repeated req 0, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
140-ssl-c-api.t TEST 3: Handshake continue when cert_pem_to_der errors - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0)
140-ssl-c-api.t TEST 3: Handshake continue when cert_pem_to_der errors - pattern "failed to parse PEM cert: PEM_read_bio_X509_AUX()" should match a line in error.log (req 0)
140-ssl-c-api.t TEST 3: Handshake continue when cert_pem_to_der errors - pattern "failed to parse PEM priv key: PEM_read_bio_PrivateKey() failed" should match a line in error.log (req 0)
140-ssl-c-api.t TEST 3: Handshake continue when cert_pem_to_der errors - response_body - response is expected (repeated req 1, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
140-ssl-c-api.t TEST 3: Handshake continue when cert_pem_to_der errors - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1)
140-ssl-c-api.t TEST 3: Handshake continue when cert_pem_to_der errors - pattern "failed to parse PEM cert: PEM_read_bio_X509_AUX()" should match a line in error.log (req 1)
140-ssl-c-api.t TEST 3: Handshake continue when cert_pem_to_der errors - pattern "failed to parse PEM priv key: PEM_read_bio_PrivateKey() failed" should match a line in error.log (req 1)
140-ssl-c-api.t TEST 3: Handshake continue when cert_pem_to_der errors - response_body - response is expected (repeated req 2, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
140-ssl-c-api.t TEST 3: Handshake continue when cert_pem_to_der errors - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2)
140-ssl-c-api.t TEST 3: Handshake continue when cert_pem_to_der errors - pattern "failed to parse PEM cert: PEM_read_bio_X509_AUX()" should match a line in error.log (req 2)
140-ssl-c-api.t TEST 3: Handshake continue when cert_pem_to_der errors - pattern "failed to parse PEM priv key: PEM_read_bio_PrivateKey() failed" should match a line in error.log (req 2)
140-ssl-c-api.t TEST 2: ECDSA cert + private key - response_body - response is expected (repeated req 0, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
140-ssl-c-api.t TEST 2: ECDSA cert + private key - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0)
140-ssl-c-api.t TEST 2: ECDSA cert + private key - response_body - response is expected (repeated req 1, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
140-ssl-c-api.t TEST 2: ECDSA cert + private key - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1)
140-ssl-c-api.t TEST 2: ECDSA cert + private key - response_body - response is expected (repeated req 2, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
140-ssl-c-api.t TEST 2: ECDSA cert + private key - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2)
140-ssl-c-api.t TEST 1: simple cert + private key - response_body - response is expected (repeated req 0, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
140-ssl-c-api.t TEST 1: simple cert + private key - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0)
140-ssl-c-api.t TEST 1: simple cert + private key - response_body - response is expected (repeated req 1, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
140-ssl-c-api.t TEST 1: simple cert + private key - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1)
140-ssl-c-api.t TEST 1: simple cert + private key - response_body - response is expected (repeated req 2, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
140-ssl-c-api.t TEST 1: simple cert + private key - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2)
140-ssl-c-api.t TEST 4: simple cert + private key cdata - response_body - response is expected (repeated req 0, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
140-ssl-c-api.t TEST 4: simple cert + private key cdata - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0)
140-ssl-c-api.t TEST 4: simple cert + private key cdata - response_body - response is expected (repeated req 1, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
140-ssl-c-api.t TEST 4: simple cert + private key cdata - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1)
140-ssl-c-api.t TEST 4: simple cert + private key cdata - response_body - response is expected (repeated req 2, req 0) @@ -1,11 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-sent http request: 56 bytes.
-received: HTTP/1.1 201 Created
-received: Server: nginx
-received: Content-Type: text/plain
-received: Content-Length: 4
-received: Connection: close
-received:
-received: foo
-close: 1 nil
'
140-ssl-c-api.t TEST 4: simple cert + private key cdata - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2)
142-ssl-session-store.t TEST 6: ngx.exit(ngx.ERROR) - no yield - response_body - response is expected (repeated req 0, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
142-ssl-session-store.t TEST 6: ngx.exit(ngx.ERROR) - no yield - pattern "lua exit with code -1" should match a line in error.log (req 0)
142-ssl-session-store.t TEST 6: ngx.exit(ngx.ERROR) - no yield - pattern "ssl_session_store_by_lua*: handler return value: 0, sess new cb exit code: 0" should match a line in error.log (req 0)
142-ssl-session-store.t TEST 6: ngx.exit(ngx.ERROR) - no yield - response_body - response is expected (repeated req 1, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
142-ssl-session-store.t TEST 6: ngx.exit(ngx.ERROR) - no yield - pattern "lua exit with code -1" should match a line in error.log (req 1)
142-ssl-session-store.t TEST 6: ngx.exit(ngx.ERROR) - no yield - pattern "ssl_session_store_by_lua*: handler return value: 0, sess new cb exit code: 0" should match a line in error.log (req 1)
142-ssl-session-store.t TEST 6: ngx.exit(ngx.ERROR) - no yield - response_body - response is expected (repeated req 2, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
142-ssl-session-store.t TEST 6: ngx.exit(ngx.ERROR) - no yield - pattern "lua exit with code -1" should match a line in error.log (req 2)
142-ssl-session-store.t TEST 6: ngx.exit(ngx.ERROR) - no yield - pattern "ssl_session_store_by_lua*: handler return value: 0, sess new cb exit code: 0" should match a line in error.log (req 2)
142-ssl-session-store.t TEST 2: sleep is not allowed - response_body - response is expected (repeated req 0, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
142-ssl-session-store.t TEST 2: sleep is not allowed - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0)
142-ssl-session-store.t TEST 2: sleep is not allowed - pattern "API disabled in the context of ssl_session_store_by_lua*" should match a line in error.log (req 0)
142-ssl-session-store.t TEST 2: sleep is not allowed - response_body - response is expected (repeated req 1, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
142-ssl-session-store.t TEST 2: sleep is not allowed - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1)
142-ssl-session-store.t TEST 2: sleep is not allowed - pattern "API disabled in the context of ssl_session_store_by_lua*" should match a line in error.log (req 1)
142-ssl-session-store.t TEST 2: sleep is not allowed - response_body - response is expected (repeated req 2, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
142-ssl-session-store.t TEST 2: sleep is not allowed - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2)
142-ssl-session-store.t TEST 2: sleep is not allowed - pattern "API disabled in the context of ssl_session_store_by_lua*" should match a line in error.log (req 2)
142-ssl-session-store.t TEST 10: simple logging (by file) - response_body - response is expected (repeated req 0, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
142-ssl-session-store.t TEST 10: simple logging (by file) - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0)
142-ssl-session-store.t TEST 10: simple logging (by file) - pattern "a.lua:1: ssl store session by lua is running!" should match a line in error.log (req 0)
142-ssl-session-store.t TEST 10: simple logging (by file) - response_body - response is expected (repeated req 1, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
142-ssl-session-store.t TEST 10: simple logging (by file) - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1)
142-ssl-session-store.t TEST 10: simple logging (by file) - pattern "a.lua:1: ssl store session by lua is running!" should match a line in error.log (req 1)
142-ssl-session-store.t TEST 10: simple logging (by file) - response_body - response is expected (repeated req 2, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
142-ssl-session-store.t TEST 10: simple logging (by file) - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2)
142-ssl-session-store.t TEST 10: simple logging (by file) - pattern "a.lua:1: ssl store session by lua is running!" should match a line in error.log (req 2)
142-ssl-session-store.t nginx: [emerg] "ssl_session_store_by_lua_block" directive is not allowed here in /home/ec2-user/git/lua-nginx-module/t/servroot/conf/nginx.conf:28
142-ssl-session-store.t TEST 3: timer - response_body - response is expected (repeated req 0, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
142-ssl-session-store.t TEST 3: timer - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0)
142-ssl-session-store.t TEST 3: timer - pattern "my timer run!" should match a line in error.log (req 0)
142-ssl-session-store.t TEST 3: timer - response_body - response is expected (repeated req 1, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
142-ssl-session-store.t TEST 3: timer - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1)
142-ssl-session-store.t TEST 3: timer - pattern "my timer run!" should match a line in error.log (req 1)
142-ssl-session-store.t TEST 3: timer - response_body - response is expected (repeated req 2, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
142-ssl-session-store.t TEST 3: timer - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2)
142-ssl-session-store.t TEST 3: timer - pattern "my timer run!" should match a line in error.log (req 2)
142-ssl-session-store.t TEST 1: simple logging - response_body - response is expected (repeated req 0, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
142-ssl-session-store.t TEST 1: simple logging - grep_error_log_out (req 0) 'reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 1
reusable connection: 0
reusable connection: 0
reusable connection: 0
'
doesn't match '(?^m:^reusable connection: 0
ssl session store: connection reusable: 0
ssl_session_store_by_lua_block:1: ssl session store by lua is running!,
)'
142-ssl-session-store.t TEST 1: simple logging - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0)
142-ssl-session-store.t TEST 1: simple logging - response_body - response is expected (repeated req 1, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
142-ssl-session-store.t TEST 1: simple logging - grep_error_log_out (req 1) 'reusable connection: 1
reusable connection: 0
reusable connection: 0
reusable connection: 0
'
doesn't match '(?^m:^reusable connection: 0
ssl session store: connection reusable: 0
ssl_session_store_by_lua_block:1: ssl session store by lua is running!,
)'
142-ssl-session-store.t TEST 1: simple logging - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1)
142-ssl-session-store.t TEST 1: simple logging - response_body - response is expected (repeated req 2, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
142-ssl-session-store.t TEST 1: simple logging - grep_error_log_out (req 2) 'reusable connection: 1
reusable connection: 0
reusable connection: 0
reusable connection: 0
'
doesn't match '(?^m:^reusable connection: 0
ssl session store: connection reusable: 0
ssl_session_store_by_lua_block:1: ssl session store by lua is running!,
)'
142-ssl-session-store.t TEST 1: simple logging - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2)
142-ssl-session-store.t TEST 5: ngx.exit(0) - no yield - response_body - response is expected (repeated req 0, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
142-ssl-session-store.t TEST 5: ngx.exit(0) - no yield - pattern "lua exit with code 0" should match a line in error.log (req 0)
142-ssl-session-store.t TEST 5: ngx.exit(0) - no yield - response_body - response is expected (repeated req 1, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
142-ssl-session-store.t TEST 5: ngx.exit(0) - no yield - pattern "lua exit with code 0" should match a line in error.log (req 1)
142-ssl-session-store.t TEST 5: ngx.exit(0) - no yield - response_body - response is expected (repeated req 2, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
142-ssl-session-store.t TEST 5: ngx.exit(0) - no yield - pattern "lua exit with code 0" should match a line in error.log (req 2)
142-ssl-session-store.t TEST 4: cosocket is not allowed - response_body - response is expected (repeated req 0, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
142-ssl-session-store.t TEST 4: cosocket is not allowed - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0)
142-ssl-session-store.t TEST 4: cosocket is not allowed - pattern "API disabled in the context of ssl_session_store_by_lua*" should match a line in error.log (req 0)
142-ssl-session-store.t TEST 4: cosocket is not allowed - response_body - response is expected (repeated req 1, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
142-ssl-session-store.t TEST 4: cosocket is not allowed - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1)
142-ssl-session-store.t TEST 4: cosocket is not allowed - pattern "API disabled in the context of ssl_session_store_by_lua*" should match a line in error.log (req 1)
142-ssl-session-store.t TEST 4: cosocket is not allowed - response_body - response is expected (repeated req 2, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
142-ssl-session-store.t TEST 4: cosocket is not allowed - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2)
142-ssl-session-store.t TEST 4: cosocket is not allowed - pattern "API disabled in the context of ssl_session_store_by_lua*" should match a line in error.log (req 2)
142-ssl-session-store.t TEST 9: inter-operation with ssl_certificate_by_lua - response_body - response is expected (repeated req 0, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
142-ssl-session-store.t TEST 9: inter-operation with ssl_certificate_by_lua - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0)
142-ssl-session-store.t TEST 9: inter-operation with ssl_certificate_by_lua - pattern "(?^:elapsed in ssl cert by lua: 0.(?:09|1[01])\d+,)" should match a line in error.log (req 0)
142-ssl-session-store.t TEST 9: inter-operation with ssl_certificate_by_lua - pattern "ssl_session_store_by_lua_block:1: ssl store session by lua is running!" should match a line in error.log (req 0)
142-ssl-session-store.t TEST 9: inter-operation with ssl_certificate_by_lua - response_body - response is expected (repeated req 1, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
142-ssl-session-store.t TEST 9: inter-operation with ssl_certificate_by_lua - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1)
142-ssl-session-store.t TEST 9: inter-operation with ssl_certificate_by_lua - pattern "(?^:elapsed in ssl cert by lua: 0.(?:09|1[01])\d+,)" should match a line in error.log (req 1)
142-ssl-session-store.t TEST 9: inter-operation with ssl_certificate_by_lua - pattern "ssl_session_store_by_lua_block:1: ssl store session by lua is running!" should match a line in error.log (req 1)
142-ssl-session-store.t TEST 9: inter-operation with ssl_certificate_by_lua - response_body - response is expected (repeated req 2, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
142-ssl-session-store.t TEST 9: inter-operation with ssl_certificate_by_lua - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2)
142-ssl-session-store.t TEST 9: inter-operation with ssl_certificate_by_lua - pattern "(?^:elapsed in ssl cert by lua: 0.(?:09|1[01])\d+,)" should match a line in error.log (req 2)
142-ssl-session-store.t TEST 9: inter-operation with ssl_certificate_by_lua - pattern "ssl_session_store_by_lua_block:1: ssl store session by lua is running!" should match a line in error.log (req 2)
143-ssl-session-fetch.t TEST 14: keep global variable in ssl_session_(store|fetch)_by_lua when OpenResty LuaJIT is used - response_body_like - response is expected (failed to connect: no such file or directory) 'failed to connect: no such file or directory
'
doesn't match '(?^s:\A[123]done\n\z)'
143-ssl-session-fetch.t TEST 14: keep global variable in ssl_session_(store|fetch)_by_lua when OpenResty LuaJIT is used - grep_error_log_out (req 1) got: ''
expected: 'old foo: 1
'
143-ssl-session-fetch.t TEST 14: keep global variable in ssl_session_(store|fetch)_by_lua when OpenResty LuaJIT is used - response_body_like - response is expected (failed to connect: no such file or directory) 'failed to connect: no such file or directory
'
doesn't match '(?^s:\A[123]done\n\z)'
143-ssl-session-fetch.t TEST 14: keep global variable in ssl_session_(store|fetch)_by_lua when OpenResty LuaJIT is used - grep_error_log_out (req 2) @@ -1,2 +0,0 @@
-old bar: 1
-old foo: 2
'
143-ssl-session-fetch.t TEST 10: get phase - response_body - response is expected (repeated req 0, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 10: get phase - response_body - response is expected (repeated req 1, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 10: get phase - grep_error_log_out (req 1) got: ''
expected: 'get_phase: ssl_session_fetch
'
143-ssl-session-fetch.t TEST 10: get phase - response_body - response is expected (repeated req 2, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 10: get phase - grep_error_log_out (req 2) got: ''
expected: 'get_phase: ssl_session_fetch
'
143-ssl-session-fetch.t TEST 5: ngx.exit(0) - yield - response_body - response is expected (repeated req 0, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 5: ngx.exit(0) - yield - response_body - response is expected (repeated req 1, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 5: ngx.exit(0) - yield - grep_error_log_out (req 1) got: ''
expected: 'lua exit with code 0
'
143-ssl-session-fetch.t TEST 5: ngx.exit(0) - yield - response_body - response is expected (repeated req 2, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 5: ngx.exit(0) - yield - grep_error_log_out (req 2) got: ''
expected: 'lua exit with code 0
'
143-ssl-session-fetch.t TEST 1: simple logging - response_body - response is expected (repeated req 0, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 1: simple logging - response_body - response is expected (repeated req 1, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 1: simple logging - grep_error_log_out (req 1) 'reusable connection: 1
reusable connection: 0
reusable connection: 0
reusable connection: 0
'
doesn't match '(?^m:^reusable connection: 1
ssl session fetch: connection reusable: 1
reusable connection: 0
ssl_session_fetch_by_lua_block:1: ssl fetch sess by lua is running!,
)'
143-ssl-session-fetch.t TEST 1: simple logging - response_body - response is expected (repeated req 2, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 1: simple logging - grep_error_log_out (req 2) 'reusable connection: 1
reusable connection: 0
reusable connection: 0
reusable connection: 0
'
doesn't match '(?^m:^reusable connection: 1
ssl session fetch: connection reusable: 1
reusable connection: 0
ssl_session_fetch_by_lua_block:1: ssl fetch sess by lua is running!,
)'
143-ssl-session-fetch.t TEST 13: mixing ssl virtual servers with non-ssl virtual servers - response_body - response is expected (repeated req 0, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 13: mixing ssl virtual servers with non-ssl virtual servers - response_body - response is expected (repeated req 1, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 13: mixing ssl virtual servers with non-ssl virtual servers - grep_error_log_out (req 1) got: ''
expected: 'ssl_session_fetch_by_lua_block:1: ssl fetch sess by lua is running!
'
143-ssl-session-fetch.t TEST 13: mixing ssl virtual servers with non-ssl virtual servers - response_body - response is expected (repeated req 2, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 13: mixing ssl virtual servers with non-ssl virtual servers - grep_error_log_out (req 2) got: ''
expected: 'ssl_session_fetch_by_lua_block:1: ssl fetch sess by lua is running!
'
143-ssl-session-fetch.t TEST 8: lua exception - no yield - response_body - response is expected (repeated req 0, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 8: lua exception - no yield - pattern "[emerg]" should not match any line in error.log but matches line "2019/05/08 20:22:28 [emerg] 31731\#0: unlink() /home/ec2-user/git/lua-nginx-module/t/servroot/html/http.sock failed (2: No such file or directory)" (req 0) 2019/05/08 20:22:28 [notice] 31731\#0: start worker processes
2019/05/08 20:22:28 [debug] 31731\#0: channel 3:5
2019/05/08 20:22:28 [notice] 31731\#0: start worker process 31874
2019/05/08 20:22:28 [debug] 31731\#0: pass channel s:0 pid:31874 fd:3 to s:1 pid:31847 fd:4
2019/05/08 20:22:28 [debug] 31847\#0: epoll: fd:8 ev:0001 d:000000000090C0C0
2019/05/08 20:22:28 [debug] 31847\#0: channel handler
2019/05/08 20:22:28 [debug] 31847\#0: channel: 32
2019/05/08 20:22:28 [debug] 31847\#0: channel command: 1
2019/05/08 20:22:28 [debug] 31847\#0: get channel s:0 pid:31874 fd:5
'
143-ssl-session-fetch.t TEST 8: lua exception - no yield - response_body - response is expected (repeated req 1, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 8: lua exception - no yield - grep_error_log_out (req 1) got: ''
expected: 'ssl_session_fetch_by_lua_block:2: bad bad bad
'
143-ssl-session-fetch.t TEST 8: lua exception - no yield - response_body - response is expected (repeated req 2, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 8: lua exception - no yield - grep_error_log_out (req 2) got: ''
expected: 'ssl_session_fetch_by_lua_block:2: bad bad bad
'
143-ssl-session-fetch.t TEST 7: ngx.exit(ngx.ERROR) - yield - response_body - response is expected (repeated req 0, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 7: ngx.exit(ngx.ERROR) - yield - response_body - response is expected (repeated req 1, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 7: ngx.exit(ngx.ERROR) - yield - grep_error_log_out (req 1) got: ''
expected: 'ssl_session_fetch_by_lua*: sess get cb exit code: 0
'
143-ssl-session-fetch.t TEST 7: ngx.exit(ngx.ERROR) - yield - response_body - response is expected (repeated req 2, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 7: ngx.exit(ngx.ERROR) - yield - grep_error_log_out (req 2) got: ''
expected: 'ssl_session_fetch_by_lua*: sess get cb exit code: 0
'
143-ssl-session-fetch.t TEST 4: cosocket - response_body - response is expected (repeated req 0, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 4: cosocket - response_body - response is expected (repeated req 1, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 4: cosocket - grep_error_log_out (req 1) got: ''
expected: 'received memc reply: OK
'
143-ssl-session-fetch.t TEST 4: cosocket - response_body - response is expected (repeated req 2, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 4: cosocket - grep_error_log_out (req 2) got: ''
expected: 'received memc reply: OK
'
143-ssl-session-fetch.t TEST 11: inter-operation with ssl_certificate_by_lua - response_body - response is expected (repeated req 0, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 11: inter-operation with ssl_certificate_by_lua - grep_error_log_out (req 0) @@ -1,2 +0,0 @@
-ssl cert by lua is running!
-ssl store session by lua is running!
'
143-ssl-session-fetch.t TEST 11: inter-operation with ssl_certificate_by_lua - response_body - response is expected (repeated req 1, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 11: inter-operation with ssl_certificate_by_lua - grep_error_log_out (req 1) @@ -1,3 +0,0 @@
-ssl fetch session by lua is running!
-ssl cert by lua is running!
-ssl store session by lua is running!
'
143-ssl-session-fetch.t TEST 11: inter-operation with ssl_certificate_by_lua - response_body - response is expected (repeated req 2, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 11: inter-operation with ssl_certificate_by_lua - grep_error_log_out (req 2) @@ -1,3 +0,0 @@
-ssl fetch session by lua is running!
-ssl cert by lua is running!
-ssl store session by lua is running!
'
143-ssl-session-fetch.t TEST 6: ngx.exit(ngx.ERROR) - yield - response_body - response is expected (repeated req 0, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 6: ngx.exit(ngx.ERROR) - yield - response_body - response is expected (repeated req 1, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 6: ngx.exit(ngx.ERROR) - yield - grep_error_log_out (req 1) got: ''
expected: 'ssl_session_fetch_by_lua*: handler return value: -1, sess get cb exit code: 0
'
143-ssl-session-fetch.t TEST 6: ngx.exit(ngx.ERROR) - yield - response_body - response is expected (repeated req 2, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 6: ngx.exit(ngx.ERROR) - yield - grep_error_log_out (req 2) got: ''
expected: 'ssl_session_fetch_by_lua*: handler return value: -1, sess get cb exit code: 0
'
143-ssl-session-fetch.t TEST 12: simple logging (by file) - response_body - response is expected (repeated req 0, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 12: simple logging (by file) - response_body - response is expected (repeated req 1, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 12: simple logging (by file) - grep_error_log_out (req 1) got: ''
expected: 'a.lua:1: ssl fetch sess by lua is running!
'
143-ssl-session-fetch.t TEST 12: simple logging (by file) - response_body - response is expected (repeated req 2, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 12: simple logging (by file) - grep_error_log_out (req 2) got: ''
expected: 'a.lua:1: ssl fetch sess by lua is running!
'
143-ssl-session-fetch.t TEST 3: timer - response_body - response is expected (repeated req 0, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 3: timer - response_body - response is expected (repeated req 1, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 3: timer - grep_error_log_out (req 1) got: ''
expected: 'my timer run!
'
143-ssl-session-fetch.t TEST 3: timer - response_body - response is expected (repeated req 2, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 3: timer - grep_error_log_out (req 2) got: ''
expected: 'my timer run!
'
143-ssl-session-fetch.t TEST 2: sleep - response_body - response is expected (repeated req 0, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 2: sleep - response_body - response is expected (repeated req 1, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 2: sleep - grep_error_log_out (req 1) ''
doesn't match '(?^:elapsed in ssl fetch session by lua: 0.(?:09|1[01])\d+,)'
143-ssl-session-fetch.t TEST 2: sleep - response_body - response is expected (repeated req 2, req 0) @@ -1,3 +1 @@
-connected: 1
+failed to connect: no such file or directory
-ssl handshake: userdata
-close: 1 nil
'
143-ssl-session-fetch.t TEST 2: sleep - grep_error_log_out (req 2) ''
doesn't match '(?^:elapsed in ssl fetch session by lua: 0.(?:09|1[01])\d+,)'
145-shdict-list.t TEST 17: expire on all types - response_body - response is expected (repeated req 0, req 0) @@ -1,2 +1,2 @@
-keys number: 2
+keys number: 3
keys number: 0
'
145-shdict-list.t TEST 6: delete operation on list type - response_body - response is expected (repeated req 0, req 0) @@ -1,3 +1,3 @@
-push success
+push err: value not a list
true nil
nil nil
'
145-shdict-list.t TEST 2: get operation on list type - response_body - response is expected (repeated req 0, req 0) @@ -1,2 +1,2 @@
-push success
+push err: value not a list
-nil value is a list
+bar nil
'
145-shdict-list.t TEST 5: add operation on list type - response_body - response is expected (repeated req 0, req 0) @@ -1,3 +1,3 @@
-push success
+push err: value not a list
false exists
-nil value is a list
+bar nil
'
145-shdict-list.t TEST 13: lpush and rpop - response_body - response is expected (repeated req 0, req 0) @@ -1,3 +1,2 @@
-1
+push err: value not a list
-2
+pop err: value not a list
-3
'
145-shdict-list.t TEST 7: incr operation on list type - response_body - response is expected (repeated req 0, req 0) @@ -1,3 +1,3 @@
-push success
+push err: value not a list
nil not a number
-nil value is a list
+bar nil
'
146-malloc-trim.t TEST 1: malloc_trim() every 1 req, in subreq - grep_error_log_out (req 0) 'malloc_trim(1) returned 1
malloc_trim(1) returned 0
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
'
doesn't match '(?^:\Amalloc_trim\(1\) returned [01]
\z)'
146-malloc-trim.t TEST 5: malloc_trim() every 2 req, in subreq, big memory usage - grep_error_log_out (req 0) @@ -1,3 +1,16 @@
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
+malloc_trim(1) returned 1
+malloc_trim(1) returned 1
+malloc_trim(1) returned 1
+malloc_trim(1) returned 1
+malloc_trim(1) returned 1
+malloc_trim(1) returned 1
+malloc_trim(1) returned 1
+malloc_trim(1) returned 1
+malloc_trim(1) returned 1
+malloc_trim(1) returned 1
+malloc_trim(1) returned 1
+malloc_trim(1) returned 1
+malloc_trim(1) returned 1
'
146-malloc-trim.t TEST 3: malloc_trim() every 2 req, in subreq - grep_error_log_out (req 0) 'malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
'
doesn't match '(?^:\Amalloc_trim\(1\) returned [01]
malloc_trim\(1\) returned [01]
malloc_trim\(1\) returned [01]
\z)'
146-malloc-trim.t TEST 8: malloc_trim() every 1 req - grep_error_log_out (req 0) 'malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
'
doesn't match '(?^:\Amalloc_trim\(1\) returned [01]
\z)'
146-malloc-trim.t TEST 7: zero count means off, log_by_lua - grep_error_log_out (req 0) got: 'malloc_trim(1) returned 1
malloc_trim(1) returned 1
'
expected: ''
146-malloc-trim.t TEST 6: zero count means off - pattern "malloc_trim() disabled" should not match any line in error.log but matches line "2019/05/08 20:22:45 [debug] 480\#0: *123 malloc_trim() disabled" (req 0) 2019/05/08 20:22:45 [debug] 480\#0: *123 lua log handler, uri:"/ver" c:1
2019/05/08 20:22:45 [debug] 480\#0: *123 http log handler
2019/05/08 20:22:45 [debug] 480\#0: *123 malloc: 00000000009F3EE0:123
2019/05/08 20:22:45 [debug] 480\#0: *123 malloc: 00000000009F3F70:16
2019/05/08 20:22:45 [debug] 480\#0: *123 free: 00000000009F3F70, unused: 0
2019/05/08 20:22:45 [debug] 480\#0: *123 free: 0000000000A11A70, unused: 0
2019/05/08 20:22:45 [debug] 480\#0: *123 free: 00000000009B5350, unused: 0
2019/05/08 20:22:45 [debug] 480\#0: *123 free: 00000000009B5330, unused: 0
2019/05/08 20:22:45 [debug] 480\#0: *123 free: 00000000009D5850, unused: 0
'
146-malloc-trim.t TEST 6: zero count means off - pattern "malloc_trim() disabled" should not match any line in error.log but matches line "2019/05/08 20:22:46 [debug] 480\#0: *125 malloc_trim() disabled" (req 0) 2019/05/08 20:22:46 [debug] 480\#0: *125 lua log handler, uri:"/ver" c:1
2019/05/08 20:22:46 [debug] 480\#0: *125 http log handler
2019/05/08 20:22:46 [debug] 480\#0: *125 malloc: 00000000009F2000:123
2019/05/08 20:22:46 [debug] 480\#0: *125 malloc: 00000000009F2090:16
2019/05/08 20:22:46 [debug] 480\#0: *125 free: 00000000009F2090, unused: 0
2019/05/08 20:22:46 [debug] 480\#0: *125 free: 0000000000A11A70, unused: 0
2019/05/08 20:22:46 [debug] 480\#0: *125 free: 00000000009B5350, unused: 0
2019/05/08 20:22:46 [debug] 480\#0: *125 free: 00000000009B5330, unused: 0
2019/05/08 20:22:46 [debug] 480\#0: *125 free: 00000000009907E0, unused: 0
'
146-malloc-trim.t TEST 4: malloc_trim() every 3 req, in subreq - grep_error_log_out (req 0) 'malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
malloc_trim(1) returned 1
'
doesn't match '(?^:\Amalloc_trim\(1\) returned [01]
malloc_trim\(1\) returned [01]
\z)'
148-fake-shm-zone.t TEST 3: get_info - response_body - response is expected (repeated req 0, req 0) @@ -1,4 +1,4 @@
name=x1
size=1048576
isinit=true
-isold=false
+isold=true
'
148-fake-shm-zone.t nginx: [emerg] lua_fake_shm "x1" is already defined as "x1" in /home/ec2-user/git/lua-nginx-module/t/servroot/conf/nginx.conf:26
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001271F70, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176994056: 9851904
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BAB40:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271F30:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271F70:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271F90:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176832080: 10:9851916
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8A3E50 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012625B0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177139336: 9851904
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012988B0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001262570:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012625B0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012625D0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176984328: 10:9851916
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C9108 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001271530, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176962112: 9851904
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001296010:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001284EA0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271530:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271550:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177152096: 10:9851916
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8F2060 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000125F0D0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177033680: 9851904
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001282670:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125F090:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125F0D0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125F0F0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176835728: 10:9851916
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8A4C90 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012849E0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177159536: 9851904
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001276DB0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125F170:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012849E0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125F1B0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176843672: 10:9851916
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8A6B98 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001280710, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177174840: 9851904
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128D590:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012806D0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001280710:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001280730:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176971880: 10:9851916
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C6068 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001296940, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177157744: 9851904
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001295750:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001296900:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001296940:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001296960:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176837440: 10:9851916
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8A5340 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000128F930, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177043160: 9851904
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001295890:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BDCA0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128F930:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128F950:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176847560: 10:9851916
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8A7AC8 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001285C70, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177056888: 9851904
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001299580:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BAC00:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001285C70:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BAC40:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176835360: 10:9851916
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8A4B20 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001298970, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176971432: 9851904
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001299680:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BAC60:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001298970:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001298990:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177128632: 10:9851916
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8EC4B8 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001296110, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: worker cycle
2019/05/08 20:23:04 [debug] 1120\#0: epoll timer: 10
2019/05/08 20:23:04 [debug] 1120\#0: timer delta: 8
2019/05/08 20:23:04 [debug] 1120\#0: worker cycle
2019/05/08 20:23:04 [debug] 1120\#0: epoll timer: 2
2019/05/08 20:23:04 [debug] 1120\#0: timer delta: 4
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176988440: 9851916
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012BBB30, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177149776: 9851916
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128D650:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BBAD0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BBB30:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BBB10:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177156104: 10:9851928
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8F3008 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001284080, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176843792: 9851916
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000129AC20:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001248B50:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001284080:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001295950:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176995416: 10:9851928
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8CBC58 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001296150, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176850880: 9851916
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001276C90:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001299760:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001296150:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001298230:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176841040: 10:9851928
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8A6150 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001277090, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176837328: 9851916
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125BCE0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BDF70:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001293080:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001285010:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177154672: 10:9851928
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8F2A70 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000125DBC0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176847704: 9851916
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001285030:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001284A00:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125DBC0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125DBA0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176841960: 10:9851928
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8A64E8 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001283350, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176975880: 9851916
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000127EA20:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001284E40:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001283350:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001284E80:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176846480: 10:9851928
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8A7690 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001279DC0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176827472: 9851916
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012C6B10:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012927C0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001279DC0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001276FD0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176841296: 10:9851928
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8A6250 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001295850, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177159944: 9851916
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012870A0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001295810:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001295850:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012968E0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177156752: 10:9851928
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8F3290 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000125DA80, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176840520: 9851916
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BDFB0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001276FF0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125DA80:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125DA60:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176844912: 10:9851928
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8A7070 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001293060, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176832080: 9851916
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BAB40:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001293000:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001293060:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001293040:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176831960: 10:9851928
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8A3DD8 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001271F90, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176984328: 9851916
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012988B0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271F30:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271F90:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271F70:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176972160: 10:9851928
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C6180 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012625D0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177152096: 9851916
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001296010:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001262570:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012625D0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012625B0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177095208: 10:9851928
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8E4228 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001271550, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176835728: 9851916
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001282670:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001284EA0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271550:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271530:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177112496: 10:9851928
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8E85B0 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000125F0F0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176843672: 9851916
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001276DB0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125F090:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125F0F0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125F0D0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176835472: 10:9851928
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8A4B90 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000125F1B0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176971880: 9851916
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128D590:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125F170:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125F1B0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012849E0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177149464: 10:9851928
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8F1618 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001280730, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176837440: 9851916
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001295750:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012806D0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001280730:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001280710:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176840800: 10:9851928
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8A6060 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001296960, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176847560: 9851916
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001295890:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001296900:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001296960:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001296940:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176989976: 10:9851928
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8CA718 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000128F950, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176835360: 9851916
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001299580:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BDCA0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128F950:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128F930:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176841680: 10:9851928
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8A63D0 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012BAC40, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177128632: 9851916
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001299680:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BAC00:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BAC40:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001285C70:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177150736: 10:9851928
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8F1B10 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001298990, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: worker cycle
2019/05/08 20:23:04 [debug] 1120\#0: epoll timer: 8
2019/05/08 20:23:04 [notice] 1087\#0: signal 1 (SIGHUP) received from 1147, reconfiguring
2019/05/08 20:23:04 [debug] 1087\#0: wake up, sigio 0
2019/05/08 20:23:04 [notice] 1087\#0: reconfiguring
2019/05/08 20:23:04 [debug] 1087\#0: malloc: 0000000001248B50:48
2019/05/08 20:23:04 [debug] 1087\#0: malloc: 00000000012B8BC0:672
2019/05/08 20:23:04 [debug] 1087\#0: malloc: 000000000125A3B0:16
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000125DA60, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176831960: 9851928
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BAB40:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001276FF0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125DA60:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125DA80:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177044904: 10:9851940
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8D7DA8 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001293040, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176972160: 9851928
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012988B0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001293000:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001293040:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001293060:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176837096: 10:9851940
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8A51E8 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001271F70, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177095208: 9851928
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001296010:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271F30:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271F70:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271F90:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176837208: 10:9851940
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8A5258 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012625B0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177112496: 9851928
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001282670:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001262570:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012625B0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012625D0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176969968: 10:9851940
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C58F0 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001271530, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176835472: 9851928
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001276DB0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001284EA0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271530:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271550:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176970080: 10:9851940
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C5960 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000125F0D0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177149464: 9851928
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128D590:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125F090:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125F0D0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125F0F0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177154336: 10:9851940
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8F2920 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012849E0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176840800: 9851928
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001295750:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125F170:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012849E0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125F1B0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177154448: 10:9851940
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8F2990 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001280710, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176989976: 9851928
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001295890:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012806D0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001280710:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001280730:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177154920: 10:9851940
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8F2B68 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001296940, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176841680: 9851928
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001299580:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001296900:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001296940:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001296960:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177155032: 10:9851940
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8F2BD8 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000128F930, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177150736: 9851928
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001299680:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BDCA0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128F930:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128F950:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177018624: 10:9851940
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8D1700 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001285C70, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: worker cycle
2019/05/08 20:23:04 [debug] 1120\#0: epoll timer: 10
2019/05/08 20:23:04 [debug] 1120\#0: timer delta: 8
2019/05/08 20:23:04 [debug] 1120\#0: worker cycle
2019/05/08 20:23:04 [debug] 1120\#0: epoll timer: 2
2019/05/08 20:23:04 [debug] 1120\#0: timer delta: 4
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176846744: 9851940
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012BBBB0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176848832: 9851940
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001276E70:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BBB50:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BBBB0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BBB90:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176968832: 10:9851952
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C5480 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012812D0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176850640: 9851940
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012C0820:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001280690:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012812D0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001283A00:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176833144: 10:9851952
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8A4278 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000125DA00, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176845856: 9851940
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001276C90:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001299640:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125DA00:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001276D50:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176978376: 10:9851952
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C79C8 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001292800, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176844088: 9851940
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125BCE0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001257610:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000129ACC0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001274010:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177108608: 10:9851952
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8E7680 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000125DAC0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177126776: 9851940
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001285030:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BAC60:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125DAA0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001274030:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177108720: 10:9851952
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8E76F0 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012C09C0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176968440: 9851940
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000127EA20:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001274050:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012C09C0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012C09A0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176828888: 10:9851952
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8A31D8 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012871C0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176835112: 9851940
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012C6B10:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001277050:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012871C0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001274090:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177046096: 10:9851952
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8D8250 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012827B0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177034200: 9851940
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012870A0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001282750:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012827B0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001282790:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177046208: 10:9851952
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8D82C0 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000127A680, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177044792: 9851940
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BDFB0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000127A620:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000127A660:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012740B0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177156352: 10:9851952
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8F3100 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000129ACA0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177044904: 9851940
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BAB40:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000129AC40:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000129ACA0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000129AC80:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177156464: 10:9851952
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8F3170 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000125DA80, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176837096: 9851940
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012988B0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001276FF0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125DA80:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125DA60:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176965680: 10:9851952
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C4830 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001293060, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176837208: 9851940
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001296010:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001293000:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001293060:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001293040:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176965792: 10:9851952
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C48A0 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001271F90, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176969968: 9851940
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001282670:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271F30:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271F90:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271F70:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176964472: 10:9851952
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C4378 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012625D0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176970080: 9851940
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001276DB0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001262570:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012625D0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012625B0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176964584: 10:9851952
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C43E8 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001271550, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177154336: 9851940
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128D590:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001284EA0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271550:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271530:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176948152: 10:9851952
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C03B8 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000125F0F0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177154448: 9851940
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001295750:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125F090:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125F0F0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125F0D0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176948264: 10:9851952
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C0428 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000125F1B0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177154920: 9851940
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001295890:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125F170:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125F1B0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012849E0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177020256: 10:9851952
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8D1D60 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001280730, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177155032: 9851940
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001299580:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012806D0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001280730:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001280710:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177020368: 10:9851952
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8D1DD0 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001296960, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177018624: 9851940
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001299680:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001296900:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001296960:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001296940:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176967800: 10:9851952
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C5078 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000128F950, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: worker cycle
2019/05/08 20:23:04 [debug] 1120\#0: epoll timer: 8
2019/05/08 20:23:04 [debug] 1120\#0: timer delta: 8
2019/05/08 20:23:04 [debug] 1120\#0: *172 event timer del: 0: 9851950
2019/05/08 20:23:04 [debug] 1120\#0: *172 lua sleep timer expired: "?"
2019/05/08 20:23:04 [debug] 1120\#0: *172 lua run thread, top:0 c:1
2019/05/08 20:23:04 [debug] 1120\#0: *172 lua resume returned 0
2019/05/08 20:23:04 [debug] 1120\#0: *172 lua light thread ended normally
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012740B0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177156464: 9851952
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BAB40:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000127A620:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012740B0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000127A660:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177006272: 10:9851964
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8CE6C0 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000129AC80, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176965680: 9851952
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012988B0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000129AC40:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000129AC80:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000129ACA0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177006384: 10:9851964
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8CE730 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000125DA60, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176965792: 9851952
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001296010:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001276FF0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125DA60:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125DA80:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176987512: 10:9851964
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C9D78 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001293040, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176964472: 9851952
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001282670:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001293000:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001293040:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001293060:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176987624: 10:9851964
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C9DE8 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001271F70, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176964584: 9851952
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001276DB0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271F30:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271F70:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271F90:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176987736: 10:9851964
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C9E58 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012625B0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176948152: 9851952
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128D590:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001262570:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012625B0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012625D0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177157408: 10:9851964
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8F3520 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001271530, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176948264: 9851952
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001295750:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001284EA0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271530:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271550:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177157520: 10:9851964
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8F3590 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000125F0D0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177020256: 9851952
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001295890:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125F090:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125F0D0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125F0F0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177157632: 10:9851964
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8F3600 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012849E0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177020368: 9851952
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001299580:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125F170:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012849E0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125F1B0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177027648: 10:9851964
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8D3A40 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001280710, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176967800: 9851952
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001299680:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012806D0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001280710:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001280730:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176845440: 10:9851964
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8A7280 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001296940, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: worker cycle
2019/05/08 20:23:04 [debug] 1120\#0: epoll timer: 10
2019/05/08 20:23:04 [debug] 1120\#0: timer delta: 12
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176967912: 9851964
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001284D80:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001296900:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001296940:9
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001295850, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177138936: 9851964
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001276E70:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001295810:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001295850:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012968E0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176845664: 10:9851976
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8A7360 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001295950, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177139048: 9851964
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012C0820:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000127A5E0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001295950:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001298230:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177030376: 10:9851976
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8D44E8 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001295870, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177139552: 9851964
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001276C90:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125DBA0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001295870:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001280750:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176963560: 10:9851976
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C3FE8 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001293080, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177139664: 9851964
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125BCE0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012B0450:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012704F0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001283340:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176963672: 10:9851976
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C4058 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000125DAC0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177048256: 9851964
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001285030:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001276F50:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001283360:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001283380:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176963784: 10:9851976
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C40C8 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000125A360, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177048368: 9851964
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000127EA20:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128F930:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125A360:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001248B70:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176991744: 10:9851976
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8CAE00 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001292800, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176971104: 9851964
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012C6B10:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012927C0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012833A0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128F970:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176991856: 10:9851976
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8CAE70 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000125DB50, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176971216: 9851964
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012870A0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125DB10:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128F990:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128F9B0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176954392: 10:9851976
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C1C18 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001298990, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177006160: 9851964
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BDFB0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001296130:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001298990:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001298970:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176954504: 10:9851976
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C1C88 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001283320, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177006272: 9851964
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BAB40:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012832C0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001283320:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001283300:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177047784: 10:9851976
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8D88E8 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000127A660, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177006384: 9851964
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012988B0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000127A620:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000127A660:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012740B0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177047896: 10:9851976
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8D8958 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000129ACA0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176987512: 9851964
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001296010:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000129AC40:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000129ACA0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000129AC80:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177048008: 10:9851976
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8D89C8 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000125DA80, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176987624: 9851964
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001282670:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001276FF0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125DA80:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125DA60:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176986432: 10:9851976
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C9940 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001293060, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176987736: 9851964
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001276DB0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001293000:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001293060:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001293040:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176986544: 10:9851976
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C99B0 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001271F90, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177157408: 9851964
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128D590:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271F30:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271F90:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271F70:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176986656: 10:9851976
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C9A20 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012625D0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177157520: 9851964
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001295750:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001262570:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012625D0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012625B0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177153520: 10:9851976
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8F25F0 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001271550, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177157632: 9851964
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001295890:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001284EA0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271550:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271530:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177153632: 10:9851976
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8F2660 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000125F0F0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177027648: 9851964
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001299580:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125F090:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125F0F0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125F0D0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177153744: 10:9851976
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8F26D0 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000125F1B0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176845440: 9851964
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001299680:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125F170:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125F1B0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012849E0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176987888: 10:9851976
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C9EF0 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001280730, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: worker cycle
2019/05/08 20:23:04 [debug] 1120\#0: epoll timer: 8
2019/05/08 20:23:04 [debug] 1120\#0: epoll: fd:6 ev:0001 d:00000000012C6E30
2019/05/08 20:23:04 [debug] 1148\#0: epoll: fd:6 ev:0001 d:00000000012CD620
2019/05/08 20:23:04 [debug] 1120\#0: accept on 0.0.0.0:1984, ready: 0
2019/05/08 20:23:04 [debug] 1148\#0: accept on 0.0.0.0:1984, ready: 0
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012806D0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001280730:16
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001298970, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177047784: 9851976
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BAB40:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001296130:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001298970:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001298990:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176947096: 10:9851988
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8BFF98 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001283300, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177047896: 9851976
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012988B0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012832C0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001283300:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001283320:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176947208: 10:9851988
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C0008 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012740B0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177048008: 9851976
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001296010:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000127A620:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012740B0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000127A660:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177141232: 10:9851988
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8EF5F0 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000129AC80, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176986432: 9851976
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001282670:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000129AC40:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000129AC80:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000129ACA0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177141728: 10:9851988
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8EF7E0 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000125DA60, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176986544: 9851976
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001276DB0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001276FF0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125DA60:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125DA80:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177142224: 10:9851988
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8EF9D0 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001293040, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176986656: 9851976
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128D590:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001293000:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001293040:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001293060:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177142720: 10:9851988
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8EFBC0 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001271F70, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177153520: 9851976
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001295750:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271F30:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271F70:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271F90:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177142832: 10:9851988
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8EFC30 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012625B0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177153632: 9851976
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001295890:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001262570:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012625B0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012625D0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177142944: 10:9851988
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8EFCA0 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001271530, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177153744: 9851976
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001299580:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001284EA0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271530:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271550:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176973504: 10:9851988
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C66C0 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000125F0D0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176987888: 9851976
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001299680:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125F090:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125F0D0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125F0F0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176974000: 10:9851988
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C68B0 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012849E0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: worker cycle
2019/05/08 20:23:04 [debug] 1120\#0: epoll timer: 10
2019/05/08 20:23:04 [debug] 1120\#0: timer delta: 8
2019/05/08 20:23:04 [debug] 1120\#0: worker cycle
2019/05/08 20:23:04 [debug] 1120\#0: epoll timer: 2
2019/05/08 20:23:04 [debug] 1120\#0: epoll: fd:6 ev:0001 d:00000000012C6E30
2019/05/08 20:23:04 [debug] 1120\#0: accept on 0.0.0.0:1984, ready: 0
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125F170:48
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012827B0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176988112: 9851988
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001280690:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001282750:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012827B0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001282790:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176974992: 10:9852000
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C6C90 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000125BDA0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176837688: 9851988
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001276E70:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001284A00:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125BDA0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001282CB0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176975104: 10:9852000
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C6D00 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000129AC20, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176837800: 9851988
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001276C90:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BDF70:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000129AC20:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001299AE0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176975216: 10:9852000
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C6D70 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000125A380, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176837912: 9851988
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125BCE0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001257610:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BBD90:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BBDB0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176931408: 10:9852000
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8BC250 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001287160, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177010080: 9851988
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001285030:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001299640:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BBDD0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BBDF0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176931904: 10:9852000
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8BC440 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001284E40, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177013920: 9851988
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000127EA20:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001299740:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001284E40:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001299780:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176932400: 10:9852000
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8BC630 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001296980, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177014032: 9851988
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012C6B10:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001279DC0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001296980:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BBE10:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176932896: 10:9852000
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8BC820 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001277090, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177014144: 9851988
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012870A0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012871C0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001287200:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BBE30:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176933008: 10:9852000
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8BC890 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000128FA50, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176946984: 9851988
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BDFB0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128F9F0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128FA50:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128FA30:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176933120: 10:9852000
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8BC900 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000128D6D0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176947096: 9851988
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BAB40:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128D670:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128D6D0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128D6B0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177134256: 10:9852000
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8EDAB0 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001298990, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176947208: 9851988
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012988B0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001296130:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001298990:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001298970:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177134752: 10:9852000
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8EDCA0 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001283320, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177141232: 9851988
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001296010:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012832C0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001283320:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001283300:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177135248: 10:9852000
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8EDE90 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000127A660, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177141728: 9851988
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001282670:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000127A620:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000127A660:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012740B0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177135744: 10:9852000
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8EE080 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000129ACA0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177142224: 9851988
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001276DB0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000129AC40:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000129ACA0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000129AC80:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177135856: 10:9852000
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8EE0F0 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000125DA80, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177142720: 9851988
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128D590:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001276FF0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125DA80:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125DA60:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177135968: 10:9852000
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8EE160 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001293060, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177142832: 9851988
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001295750:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001293000:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001293060:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001293040:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176979752: 10:9852000
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C7F28 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001271F90, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177142944: 9851988
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001295890:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271F30:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271F90:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271F70:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176980248: 10:9852000
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C8118 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012625D0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176973504: 9851988
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001299580:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001262570:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012625D0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012625B0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176980744: 10:9852000
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C8308 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001271550, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176974000: 9851988
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001299680:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001284EA0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271550:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271530:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176981240: 10:9852000
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C84F8 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000125F0F0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: worker cycle
2019/05/08 20:23:04 [debug] 1120\#0: epoll timer: 8
2019/05/08 20:23:04 [debug] 1120\#0: epoll: fd:8 ev:0001 d:00000000012C72E0
2019/05/08 20:23:04 [debug] 1120\#0: *200 http wait request handler
2019/05/08 20:23:04 [debug] 1120\#0: *200 malloc: 00000000012BBE50:80
2019/05/08 20:23:04 [debug] 1120\#0: *200 malloc: 000000000125F0F0:16
2019/05/08 20:23:04 [debug] 1120\#0: *200 malloc: 0000000001294EB0:1024
2019/05/08 20:23:04 [debug] 1120\#0: *200 malloc: 0000000001277090:16
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000128FA30, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177134256: 9852000
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BAB40:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128F9F0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128FA30:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128FA50:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176911168: 10:9852012
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8B7340 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000128D6B0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177134752: 9852000
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012988B0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128D670:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128D6B0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128D6D0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176911664: 10:9852012
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8B7530 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001298970, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177135248: 9852000
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001296010:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001296130:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001298970:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001298990:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176912160: 10:9852012
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8B7720 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001283300, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177135744: 9852000
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001282670:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012832C0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001283300:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001283320:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176912656: 10:9852012
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8B7910 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012740B0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177135856: 9852000
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001276DB0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000127A620:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012740B0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000127A660:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177171000: 10:9852012
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8F6A38 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000129AC80, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177135968: 9852000
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128D590:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000129AC40:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000129AC80:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000129ACA0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177171496: 10:9852012
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8F6C28 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000125DA60, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176979752: 9852000
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001295750:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001276FF0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125DA60:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125DA80:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177171992: 10:9852012
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8F6E18 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001293040, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176980248: 9852000
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001295890:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001293000:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001293040:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001293060:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177172488: 10:9852012
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8F7008 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001271F70, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176980744: 9852000
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001299580:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271F30:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271F70:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271F90:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177172984: 10:9852012
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8F71F8 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012625B0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176981240: 9852000
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001299680:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001262570:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012625B0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012625D0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177173480: 10:9852012
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8F73E8 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001271530, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: worker cycle
2019/05/08 20:23:04 [debug] 1120\#0: epoll timer: 10
2019/05/08 20:23:04 [debug] 1120\#0: timer delta: 8
2019/05/08 20:23:04 [debug] 1120\#0: worker cycle
2019/05/08 20:23:04 [debug] 1120\#0: epoll timer: 2
2019/05/08 20:23:04 [debug] 1120\#0: timer delta: 4
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177014352: 9852012
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000128F990, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177014848: 9852012
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001280690:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125DB10:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128F990:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128F9B0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177174472: 10:9852024
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8F77C8 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001276FD0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177015344: 9852012
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001276E70:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001284E60:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001276FD0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001295950:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177174584: 10:9852024
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8F7838 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001262920, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177015840: 9852012
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001276C90:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001248B50:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001262920:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000127EAE0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177174696: 10:9852024
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8F78A8 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001287160, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177016336: 9852012
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125BCE0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001276F50:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BBAD0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BBAF0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176958408: 10:9852024
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C2BC8 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001271FB0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177016832: 9852012
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001285030:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012B0450:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BBB10:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BBB30:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176958904: 10:9852024
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C2DB8 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012969A0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177017328: 9852012
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000127EA20:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001296880:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012969A0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000127A600:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176959400: 10:9852024
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C2FA8 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012C09A0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177017440: 9852012
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012968C0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271570:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012C09A0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BBB50:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176959896: 10:9852024
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C3198 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001295830, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176910176: 9852012
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012C6B10:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001283380:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001295830:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001295810:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176960392: 10:9852024
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C3388 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012BAC80, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176910672: 9852012
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012870A0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BAC20:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BAC80:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BAC60:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176960888: 10:9852024
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8C3578 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012704F0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176911168: 9852012
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BDFB0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001270490:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012704D0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BAB40:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177038088: 10:9852024
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8D6308 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000128FA50, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176911664: 9852012
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012988B0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128F9F0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128FA50:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128FA30:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177038584: 10:9852024
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8D64F8 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000128D6D0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176912160: 9852012
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001296010:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128D670:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128D6D0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128D6B0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177039080: 10:9852024
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8D66E8 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001298990, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 176912656: 9852012
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001282670:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001296130:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001298990:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001298970:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177039576: 10:9852024
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8D68D8 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001283320, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177171000: 9852012
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001276DB0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012832C0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001283320:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001283300:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177040072: 10:9852024
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8D6AC8 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000127A660, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177171496: 9852012
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128D590:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000127A620:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000127A660:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012740B0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177040568: 10:9852024
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8D6CB8 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000129ACA0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177171992: 9852012
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001295750:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000129AC40:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000129ACA0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000129AC80:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177041064: 10:9852024
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8D6EA8 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000125DA80, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177172488: 9852012
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001295890:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001276FF0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125DA80:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125DA60:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177041560: 10:9852024
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8D7098 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001293060, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177172984: 9852012
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001299580:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001293000:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001293060:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001293040:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177042056: 10:9852024
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8D7288 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001271F90, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177173480: 9852012
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001299680:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271F30:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271F90:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001271F70:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177042552: 10:9852024
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8D7478 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012625D0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: worker cycle
2019/05/08 20:23:04 [debug] 1120\#0: epoll timer: 8
2019/05/08 20:23:04 [debug] 1120\#0: timer delta: 8
2019/05/08 20:23:04 [debug] 1120\#0: *201 event timer del: 0: 9852022
2019/05/08 20:23:04 [debug] 1120\#0: *201 lua sleep timer expired: "?"
2019/05/08 20:23:04 [debug] 1120\#0: *201 lua run thread, top:0 c:1
2019/05/08 20:23:04 [debug] 1120\#0: *201 lua resume returned 0
2019/05/08 20:23:04 [debug] 1120\#0: *201 lua light thread ended normally
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012BAC60, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177038088: 9852024
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012806B0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BAC20:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BAC60:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BAC80:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177168872: 10:9852036
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8F61E8 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012BAB40, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177038584: 9852024
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BDFB0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001270490:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012BAB40:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012704D0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177168984: 10:9852036
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8F6258 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000128FA30, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177039080: 9852024
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012988B0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128F9F0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128FA30:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128FA50:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 177169096: 10:9852036
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8F62C8 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000128D6B0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177039576: 9852024
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001296010:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128D670:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128D6B0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128D6D0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176852400: 10:9852036
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8A8DB0 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001298970, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177040072: 9852024
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001282670:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001296130:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001298970:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001298990:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176852896: 10:9852036
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8A8FA0 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001283300, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177040568: 9852024
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001276DB0:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012832C0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001283300:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001283320:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176853392: 10:9852036
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8A9190 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012740B0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177041064: 9852024
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000128D590:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000127A620:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 00000000012740B0:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000127A660:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176853888: 10:9852036
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8A9380 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000129AC80, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177041560: 9852024
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001295750:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000129AC40:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000129AC80:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000129ACA0:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176854384: 10:9852036
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8A9570 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000125DA60, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177042056: 9852024
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001295890:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001276FF0:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125DA60:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 000000000125DA80:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176854880: 10:9852036
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8A9760 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001293040, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: event timer del: 177042552: 9852024
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001299580:184
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001293000:48
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001293040:9
2019/05/08 20:23:04 [debug] 1120\#0: malloc: 0000000001293060:16
2019/05/08 20:23:04 [debug] 1120\#0: event timer add: 176855376: 10:9852036
2019/05/08 20:23:04 [debug] 1120\#0: created next timer (co: 00007F120A8A9950 delay: 10 ms)
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001271F70, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: worker cycle
2019/05/08 20:23:04 [debug] 1120\#0: epoll timer: 10
2019/05/08 20:23:04 [debug] 1087\#0: child: 0 1120 e:0 t:0 d:0 r:1 j:0
2019/05/08 20:23:04 [debug] 1087\#0: child: 1 1148 e:0 t:0 d:0 r:1 j:1
2019/05/08 20:23:04 [debug] 1087\#0: sigsuspend
2019/05/08 20:23:04 [debug] 1120\#0: epoll: fd:5 ev:0001 d:00000000012C7010
2019/05/08 20:23:04 [debug] 1120\#0: channel handler
2019/05/08 20:23:04 [debug] 1120\#0: channel: 32
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001287200, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001282CB0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001284080, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001282CB0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001284080, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012969C0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001284080, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012969C0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000125DB50, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012969C0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000125DB50, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012BDF90, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000125DB50, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012BDF90, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012BBB80, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012BDF90, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012BBB80, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001277050, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012BBB80, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001277050, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001274070, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001277050, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001274070, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001280690, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001274070, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001280690, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012BAC80, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001280690, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012BAC80, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012704D0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012BAC80, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012704D0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000128FA50, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 00000000012704D0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000128FA50, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000128D6D0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000128FA50, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000128D6D0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001298990, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000128D6D0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001298990, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001283320, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001298990, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001283320, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000127A660, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001283320, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000127A660, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000129ACA0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000127A660, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000129ACA0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000125DA80, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000129ACA0, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000125DA80, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001293060, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: worker cycle
2019/05/08 20:23:04 [debug] 1120\#0: epoll timer: 20
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 000000000125DA80, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: lua ngx.timer expired
2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough
2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001293060, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: worker cycle
2019/05/08 20:23:04 [debug] 1120\#0: epoll timer: 20
2019/05/08 20:23:04 [debug] 1148\#0: epoll: fd:6 ev:0001 d:00000000012CD620
2019/05/08 20:23:04 [debug] 1148\#0: accept on 0.0.0.0:1984, ready: 0
2019/05/08 20:23:04 [debug] 1148\#0: malloc: 000000000125DBE0:48
'
152-timer-every.t TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2019/05/08 20:23:04 [alert] 1120\#0: 9 lua_max_running_timers are not enough" (req 0) 2019/05/08 20:23:04 [debug] 1120\#0: free: 0000000001293060, unused: 0
2019/05/08 20:23:04 [debug] 1120\#0: worker cycle
2019/05/08 20:23:04 [debug] 1120\#0: epoll timer: 20
2019/05/08 20:23:04 [debug] 1148\#0: epoll: fd:6 ev:0001 d:00000000012CD620
2019/05/08 20:23:04 [debug] 1148\#0: accept on 0.0.0.0:1984, ready: 0
2019/05/08 20:23:04 [debug] 1148\#0: malloc: 000000000125DBE0:48
2019/05/08 20:23:04 [debug] 1148\#0: malloc: 000000000125DB80:16
2019/05/08 20:23:04 [debug] 1148\#0: malloc: 000000000125F070:16
2019/05/08 20:23:04 [debug] 1148\#0: malloc: 00000000012C3ED0:80
'
153-semaphore-hup.t TEST 2: timer + reload (lua code cache off) - grep_error_log_out (req 0) @@ -1,5 +1,2 @@
created semaphore object
created semaphore object
-try to reload nginx
-created semaphore object
-created semaphore object
'

Warnings

Go back to the index page.