(This page was automatically generated by the tools in the opsboy project on 15:46:45 27-May-2022 GMT.)
Commit | Testing Time | Unexpected Failures |
Expected Failures |
Files | Tests | Elapsed Time |
---|---|---|---|---|---|---|
97d1b704 | 2022-04-13 04:31:34 GMT | 2 | 269 | 210 | 22464 | 1774 sec |
File | Name | Details |
---|---|---|
162-exit-worker.t | TEST 6: skip in cache processes (with exit worker and privileged agent) - pattern "[error]" should not match any line in error.log but matches line "2022/04/13 08:10:12 [error] 30294\#30294: exit_worker_by_lua error: exit_worker_by_lua:6: API disabled in the context of exit_worker_by_lua*" (req 0) |
stack traceback: [C]: in function 'at' exit_worker_by_lua:6: in main chunk 2022/04/13 08:10:12 [debug] 30294\#30294: free: 00000000024C6C90, unused: 0 2022/04/13 08:10:12 [debug] 30294\#30294: free: 00000000024C44D0, unused: 0 2022/04/13 08:10:12 [debug] 30294\#30294: free: 00000000024C2AF0, unused: 0 2022/04/13 08:10:12 [debug] 30294\#30294: free: 00000000024B5720, unused: 0 2022/04/13 08:10:12 [debug] 30294\#30294: run cleanup: 000000000249AFA0 2022/04/13 08:10:12 [debug] 30294\#30294: run cleanup: 00000000024E38C0 ' Looks like you failed 1 test of 43. |
166-ssl-client-hello.t | TEST 18: simple logging - use ssl_client_hello_by_lua* on the http {} level and server {} level - pattern "[error]" should not match any line in error.log but matches line "2022/04/13 08:10:23 [error] 30977\#30977: send() failed (111: Connection refused)" (req 0) |
2022/04/13 08:10:23 [debug] 30977\#30977: close listening unix:/home/ec2-user/git/lua-nginx-module/t/servroot/html/nginx.sock \#6 2022/04/13 08:10:23 [debug] 30977\#30977: epoll del event: fd:7 op:2 ev:00000000 2022/04/13 08:10:23 [debug] 30977\#30977: close listening 0.0.0.0:1984 \#7 2022/04/13 08:10:23 [notice] 30977\#30977: exiting 2022/04/13 08:10:23 [debug] 30977\#30977: flush files 2022/04/13 08:10:23 [debug] 30977\#30977: run cleanup: 0000000001E0B650 2022/04/13 08:10:23 [debug] 30977\#30977: run cleanup: 0000000001E5D110 2022/04/13 08:10:23 [debug] 30977\#30977: lua decrementing the reference count for Lua VM: 1 2022/04/13 08:10:23 [debug] 30977\#30977: lua close the global Lua VM 00007F1D42A52380 ' Looks like you failed 1 test of 540. |
File | Name | Details |
---|---|---|
014-bugs.t | nginx: [emerg] | unexpected "A" in /home/ec2-user/git/lua-nginx-module/t/servroot/conf/nginx.conf:26 |
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 "2022/04/13 07:48:21 [debug] 22632\#22632: lua tcp socket keepalive: free connection pool for \"127.0.0.1:1984\"" (req 0) |
2022/04/13 07:48:21 [debug] 22632\#22632: *258 http keepalive handler 2022/04/13 07:48:21 [debug] 22632\#22632: *258 close http connection: 5 2022/04/13 07:48:21 [debug] 22632\#22632: *258 event timer del: 5: 11940231 2022/04/13 07:48:21 [debug] 22632\#22632: *258 reusable connection: 0 2022/04/13 07:48:21 [debug] 22632\#22632: *258 free: 00000000010C9F60, unused: 0 2022/04/13 07:48:21 [debug] 22632\#22632: *258 free: 00000000010C9EE0, unused: 0 2022/04/13 07:48:21 [debug] 22632\#22632: *258 free: 0000000001100110, unused: 0 2022/04/13 07:48:21 [debug] 22632\#22632: *258 free: 00000000011000A0, unused: 0 2022/04/13 07:48:21 [debug] 22632\#22632: *258 free: 00000000010DC090, unused: 0 ' Looks like you failed 1 test of 138. |
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: '2049 ' expected: '2048 ' |
043-shdict.t | TEST 53: list keys in an empty shdict - response_body - response is expected (repeated req 0, req 0) |
got: '1024 ' expected: '0 ' |
043-shdict.t | TEST 54: list keys in an empty shdict with a limit - response_body - response is expected (repeated req 0, req 0) |
got: '2 ' expected: '0 ' |
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 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: 34 nil -foo = nil +foo = 34 ' |
043-shdict.t | TEST 6: expired entries (can be auto-removed by get) - response_body - response is expected (repeated req 0, req 0) |
got: '32 ' expected: 'nil ' |
043-shdict.t | TEST 49: list all keys in a shdict - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1,1025 @@ +1024 +1 +10 +100 +1000 +1001 +1002 +1003 +1004 +1005 +1006 +1007 +1008 +1009 +101 +1010 +1011 +1012 +1013 +1014 +1015 +1016 +1017 +1018 +1019 +102 +1020 +1021 +1022 +1023 +1024 +103 +104 +105 +106 +107 +108 +109 +11 +110 +111 +112 +113 +114 +115 +116 +117 +118 +119 +12 +120 +121 +122 +123 +124 +125 +126 +127 +128 +129 +13 +130 +131 +132 +133 +134 +135 +136 +137 +138 +139 +14 +140 +141 +142 +143 +144 +145 +146 +147 +148 +149 +15 +150 +151 +152 +153 +154 +155 +156 +157 +158 +159 +16 +160 +161 +162 +163 +164 +165 +166 +167 +168 +169 +17 +170 +171 +172 +173 +174 +175 +176 +177 +178 +179 +18 +180 +181 +182 +183 +184 +185 +186 +187 +188 +189 +19 +190 +191 +192 +193 +194 +195 +196 +197 +198 +199 2 -bah +20 -bar +200 +201 +202 +203 +204 +205 +206 +207 +208 +209 +21 +210 +211 +212 +213 +214 +215 +216 +217 +218 +219 +22 +220 +221 +222 +223 +224 +225 +226 +227 +228 +229 +23 +230 +231 +232 +233 +234 +235 +236 +237 +238 +239 +24 +240 +241 +242 +243 +244 +245 +246 +247 +248 +249 +25 +250 +251 +252 +253 +254 +255 +256 +257 +258 +259 +26 +260 +261 +262 +263 +264 +265 +266 +267 +268 +269 +27 +270 +271 +272 +273 +274 +275 +276 +277 +278 +279 +28 +280 +281 +282 +283 +284 +285 +286 +287 +288 +289 +29 +290 +291 +292 +293 +294 +295 +296 +297 +298 +299 +3 +30 +300 +301 +302 +303 +304 +305 +306 +307 +308 +309 +31 +310 +311 +312 +313 +314 +315 +316 +317 +318 +319 +32 +320 +321 +322 +323 +324 +325 +326 +327 +328 +329 +33 +330 +331 +332 +333 +334 +335 +336 +337 +338 +339 +34 +340 +341 +342 +343 +344 +345 +346 +347 +348 +349 +35 +350 +351 +352 +353 +354 +355 +356 +357 +358 +359 +36 +360 +361 +362 +363 +364 +365 +366 +367 +368 +369 +37 +370 +371 +372 +373 +374 +375 +376 +377 +378 +379 +38 +380 +381 +382 +383 +384 +385 +386 +387 +388 +389 +39 +390 +391 +392 +393 +394 +395 +396 +397 +398 +399 +4 +40 +400 +401 +402 +403 +404 +405 +406 +407 +408 +409 +41 +410 +411 +412 +413 +414 +415 +416 +417 +418 +419 +42 +420 +421 +422 +423 +424 +425 +426 +427 +428 +429 +43 +430 +431 +432 +433 +434 +435 +436 +437 +438 +439 +44 +440 +441 +442 +443 +444 +445 +446 +447 +448 +449 +45 +450 +451 +452 +453 +454 +455 +456 +457 +458 +459 +46 +460 +461 +462 +463 +464 +465 +466 +467 +468 +469 +47 +470 +471 +472 +473 +474 +475 +476 +477 +478 +479 +48 +480 +481 +482 +483 +484 +485 +486 +487 +488 +489 +49 +490 +491 +492 +493 +494 +495 +496 +497 +498 +499 +5 +50 +500 +501 +502 +503 +504 +505 +506 +507 +508 +509 +51 +510 +511 +512 +513 +514 +515 +516 +517 +518 +519 +52 +520 +521 +522 +523 +524 +525 +526 +527 +528 +529 +53 +530 +531 +532 +533 +534 +535 +536 +537 +538 +539 +54 +540 +541 +542 +543 +544 +545 +546 +547 +548 +549 +55 +550 +551 +552 +553 +554 +555 +556 +557 +558 +559 +56 +560 +561 +562 +563 +564 +565 +566 +567 +568 +569 +57 +570 +571 +572 +573 +574 +575 +576 +577 +578 +579 +58 +580 +581 +582 +583 +584 +585 +586 +587 +588 +589 +59 +590 +591 +592 +593 +594 +595 +596 +597 +598 +599 +6 +60 +600 +601 +602 +603 +604 +605 +606 +607 +608 +609 +61 +610 +611 +612 +613 +614 +615 +616 +617 +618 +619 +62 +620 +621 +622 +623 +624 +625 +626 +627 +628 +629 +63 +630 +631 +632 +633 +634 +635 +636 +637 +638 +639 +64 +640 +641 +642 +643 +644 +645 +646 +647 +648 +649 +65 +650 +651 +652 +653 +654 +655 +656 +657 +658 +659 +66 +660 +661 +662 +663 +664 +665 +666 +667 +668 +669 +67 +670 +671 +672 +673 +674 +675 +676 +677 +678 +679 +68 +680 +681 +682 +683 +684 +685 +686 +687 +688 +689 +69 +690 +691 +692 +693 +694 +695 +696 +697 +698 +699 +7 +70 +700 +701 +702 +703 +704 +705 +706 +707 +708 +709 +71 +710 +711 +712 +713 +714 +715 +716 +717 +718 +719 +72 +720 +721 +722 +723 +724 +725 +726 +727 +728 +729 +73 +730 +731 +732 +733 +734 +735 +736 +737 +738 +739 +74 +740 +741 +742 +743 +744 +745 +746 +747 +748 +749 +75 +750 +751 +752 +753 +754 +755 +756 +757 +758 +759 +76 +760 +761 +762 +763 +764 +765 +766 +767 +768 +769 +77 +770 +771 +772 +773 +774 +775 +776 +777 +778 +779 +78 +780 +781 +782 +783 +784 +785 +786 +787 +788 +789 +79 +790 +791 +792 +793 +794 +795 +796 +797 +798 +799 +8 +80 +800 +801 +802 +803 +804 +805 +806 +807 +808 +809 +81 +810 +811 +812 +813 +814 +815 +816 +817 +818 +819 +82 +820 +821 +822 +823 +824 +825 +826 +827 +828 +829 +83 +830 +831 +832 +833 +834 +835 +836 +837 +838 +839 +84 +840 +841 +842 +843 +844 +845 +846 +847 +848 +849 +85 +850 +851 +852 +853 +854 +855 +856 +857 +858 +859 +86 +860 +861 +862 +863 +864 +865 +866 +867 +868 +869 +87 +870 +871 +872 +873 +874 +875 +876 +877 +878 +879 +88 +880 +881 +882 +883 +884 +885 +886 +887 +888 +889 +89 +890 +891 +892 +893 +894 +895 +896 +897 +898 +899 +9 +90 +900 +901 +902 +903 +904 +905 +906 +907 +908 +909 +91 +910 +911 +912 +913 +914 +915 +916 +917 +918 +919 +92 +920 +921 +922 +923 +924 +925 +926 +927 +928 +929 +93 +930 +931 +932 +933 +934 +935 +936 +937 +938 +939 +94 +940 +941 +942 +943 +944 +945 +946 +947 +948 +949 +95 +950 +951 +952 +953 +954 +955 +956 +957 +958 +959 +96 +960 +961 +962 +963 +964 +965 +966 +967 +968 +969 +97 +970 +971 +972 +973 +974 +975 +976 +977 +978 +979 +98 +980 +981 +982 +983 +984 +985 +986 +987 +988 +989 +99 +990 +991 +992 +993 +994 +995 +996 +997 +998 +999 ' |
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 ' |
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 48: flush_expires a dict without expired items - response_body - response is expected (repeated req 0, req 0) |
got: '1 ' expected: '0 ' |
043-shdict.t | TEST 58: safe_set - response_body - like (repeated req 0, req 0) |
'false no memory abort at 3 cur value: nil 1st value: hello hello hello hello hello hello hello hello hello hello1 2nd value: hello hello hello hello hello hello hello hello hello hello2 ' doesn't match '(?^:false no memory abort at (353|705) cur value: nil 1st value: hello hello hello hello hello hello hello hello hello hello1 2nd value: hello hello hello hello hello hello hello hello hello hello2 )' |
043-shdict.t | TEST 58: safe_set - response_body - like (repeated req 0, req 1) |
'false no memory abort at 3 cur value: nil 1st value: hello hello hello hello hello hello hello hello hello hello1 2nd value: hello hello hello hello hello hello hello hello hello hello2 ' doesn't match '(?^:false no memory abort at (353|705) cur value: nil 1st value: hello hello hello hello hello hello hello hello hello hello1 2nd value: hello hello hello hello hello hello hello hello hello hello2 )' |
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) | |
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 "2022/04/13 08:00:00 [debug] 31509\#31509: lua tcp socket keepalive: free connection pool for \"127.0.0.1:1984\"" (req 0) |
2022/04/13 08:00:00 [debug] 31509\#31509: *265 http keepalive handler 2022/04/13 08:00:00 [debug] 31509\#31509: *265 close http connection: 7 2022/04/13 08:00:00 [debug] 31509\#31509: *265 event timer del: 7: 12638979 2022/04/13 08:00:00 [debug] 31509\#31509: *265 reusable connection: 0 2022/04/13 08:00:00 [debug] 31509\#31509: *265 free: 00000000015A2F30, unused: 0 2022/04/13 08:00:00 [debug] 31509\#31509: *265 free: 0000000001586320, unused: 0 2022/04/13 08:00:00 [debug] 31509\#31509: *265 free: 000000000156C2C0, unused: 0 2022/04/13 08:00:00 [debug] 31509\#31509: *265 free: 000000000156C250, unused: 0 2022/04/13 08:00:00 [debug] 31509\#31509: *265 free: 00000000015A0310, 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 "2022/04/13 08:00:01 [debug] 31640\#31640: lua tcp socket keepalive: free connection pool for \"A\"" (req 0) |
2022/04/13 08:00:01 [debug] 31640\#31640: lua tcp socket keepalive close handler: fd:7 2022/04/13 08:00:01 [debug] 31640\#31640: event timer del: 7: 12633402 2022/04/13 08:00:01 [debug] 31640\#31640: reusable connection: 0 2022/04/13 08:00:01 [debug] 31640\#31640: lua tcp socket keepalive: free connection pool for "B" 2022/04/13 08:00:01 [notice] 31640\#31640: exiting 2022/04/13 08:00:01 [debug] 31640\#31640: flush files 2022/04/13 08:00:01 [debug] 31640\#31640: run cleanup: 0000000001557030 2022/04/13 08:00:01 [debug] 31640\#31640: run cleanup: 00000000015775A0 2022/04/13 08:00:01 [debug] 31640\#31640: 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 "2022/04/13 08:00:01 [debug] 31640\#31640: lua tcp socket keepalive: free connection pool for \"B\"" (req 0) |
2022/04/13 08:00:01 [notice] 31640\#31640: exiting 2022/04/13 08:00:01 [debug] 31640\#31640: flush files 2022/04/13 08:00:01 [debug] 31640\#31640: run cleanup: 0000000001557030 2022/04/13 08:00:01 [debug] 31640\#31640: run cleanup: 00000000015775A0 2022/04/13 08:00:01 [debug] 31640\#31640: lua decrementing the reference count for Lua VM: 1 2022/04/13 08:00:01 [debug] 31640\#31640: lua close the global Lua VM 00007F093B07D380 2022/04/13 08:00:01 [debug] 31640\#31640: run cleanup: 0000000001577560 2022/04/13 08:00:01 [debug] 31640\#31640: run cleanup: 0000000001577520 2022/04/13 08:00:01 [debug] 31640\#31640: run cleanup: 00000000015A5170 ' |
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 "2022/04/13 08:00:02 [debug] 31670\#31670: lua tcp socket keepalive: free connection pool for \"foo\"" (req 0) |
2022/04/13 08:00:02 [notice] 31670\#31670: exiting 2022/04/13 08:00:02 [debug] 31670\#31670: flush files 2022/04/13 08:00:02 [debug] 31670\#31670: run cleanup: 0000000001550FF0 2022/04/13 08:00:02 [debug] 31670\#31670: run cleanup: 000000000159E3A0 2022/04/13 08:00:02 [debug] 31670\#31670: lua decrementing the reference count for Lua VM: 1 2022/04/13 08:00:02 [debug] 31670\#31670: lua close the global Lua VM 00007F093B01D380 2022/04/13 08:00:02 [debug] 31670\#31670: run cleanup: 000000000159E360 2022/04/13 08:00:02 [debug] 31670\#31670: run cleanup: 000000000159E320 2022/04/13 08:00:02 [debug] 31670\#31670: run cleanup: 00000000015AC510 ' |
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 "2022/04/13 08:00:02 [debug] 31706\#31706: lua tcp socket keepalive: free connection pool for \"A\"" (req 0) |
2022/04/13 08:00:02 [debug] 31706\#31706: lua tcp socket keepalive close handler: fd:7 2022/04/13 08:00:02 [debug] 31706\#31706: event timer del: 7: 12634176 2022/04/13 08:00:02 [debug] 31706\#31706: reusable connection: 0 2022/04/13 08:00:02 [debug] 31706\#31706: lua tcp socket keepalive: free connection pool for "B" 2022/04/13 08:00:02 [debug] 31706\#31706: worker cycle 2022/04/13 08:00:02 [debug] 31706\#31706: epoll timer: 59748 2022/04/13 08:00:02 [debug] 31706\#31706: epoll: fd:3 ev:2011 d:00000000015CED70 2022/04/13 08:00:02 [debug] 31706\#31706: epoll_wait() error on fd:3 ev:2011 2022/04/13 08:00:02 [debug] 31706\#31706: *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 "2022/04/13 08:00:02 [debug] 31706\#31706: lua tcp socket keepalive: free connection pool for \"B\"" (req 0) |
2022/04/13 08:00:02 [debug] 31706\#31706: worker cycle 2022/04/13 08:00:02 [debug] 31706\#31706: epoll timer: 59748 2022/04/13 08:00:02 [debug] 31706\#31706: epoll: fd:3 ev:2011 d:00000000015CED70 2022/04/13 08:00:02 [debug] 31706\#31706: epoll_wait() error on fd:3 ev:2011 2022/04/13 08:00:02 [debug] 31706\#31706: *420 http wait request handler 2022/04/13 08:00:02 [debug] 31706\#31706: *420 malloc: 00000000015E2BA0:80 2022/04/13 08:00:02 [debug] 31706\#31706: *420 malloc: 00000000015A0610:16 2022/04/13 08:00:02 [debug] 31706\#31706: *420 malloc: 00000000015DCD70:1024 2022/04/13 08:00:02 [debug] 31706\#31706: *420 malloc: 0000000001574070:16 ' |
068-socket-keepalive.t | TEST 19: numeric pool option value - pattern "lua tcp socket keepalive: free connection pool for " should not match any line in error.log but matches line "2022/04/13 08:00:02 [debug] 31736\#31736: lua tcp socket keepalive: free connection pool for \"A\"" (req 0) |
2022/04/13 08:00:02 [debug] 31736\#31736: worker cycle 2022/04/13 08:00:02 [debug] 31736\#31736: epoll timer: 59765 2022/04/13 08:00:02 [debug] 31736\#31736: epoll: fd:3 ev:2011 d:00000000015E62D1 2022/04/13 08:00:02 [debug] 31736\#31736: epoll_wait() error on fd:3 ev:2011 2022/04/13 08:00:02 [debug] 31736\#31736: *446 http wait request handler 2022/04/13 08:00:02 [debug] 31736\#31736: *446 malloc: 00000000015CD4D0:80 2022/04/13 08:00:02 [debug] 31736\#31736: *446 malloc: 000000000159F300:16 2022/04/13 08:00:02 [debug] 31736\#31736: *446 malloc: 0000000001580130:1024 2022/04/13 08:00:02 [debug] 31736\#31736: *446 malloc: 00000000015C1E60: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 "2022/04/13 08:00:07 [debug] 32025\#32025: lua tcp socket keepalive: free connection pool for \"127.0.0.1:11211\"" (req 0) |
2022/04/13 08:00:07 [notice] 32025\#32025: exiting 2022/04/13 08:00:07 [debug] 32025\#32025: flush files 2022/04/13 08:00:07 [debug] 32025\#32025: run cleanup: 0000000001557030 2022/04/13 08:00:07 [debug] 32025\#32025: run cleanup: 000000000156ABE0 2022/04/13 08:00:07 [debug] 32025\#32025: lua decrementing the reference count for Lua VM: 1 2022/04/13 08:00:07 [debug] 32025\#32025: lua close the global Lua VM 00007F093B07D380 2022/04/13 08:00:07 [debug] 32025\#32025: run cleanup: 0000000001577A80 2022/04/13 08:00:07 [debug] 32025\#32025: run cleanup: 0000000001577A40 2022/04/13 08:00:07 [debug] 32025\#32025: run cleanup: 000000000159EC10 ' |
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 "2022/04/13 08:00:07 [debug] 32060\#32060: lua tcp socket keepalive: free connection pool for \"unix:/home/ec2-user/git/lua-nginx-module/t/servroot/html/nginx.sock\"" (req 0) |
2022/04/13 08:00:07 [debug] 32060\#32060: worker cycle 2022/04/13 08:00:07 [debug] 32060\#32060: epoll timer: 59742 2022/04/13 08:00:07 [debug] 32060\#32060: epoll: fd:3 ev:2011 d:000000000155F890 2022/04/13 08:00:07 [debug] 32060\#32060: epoll_wait() error on fd:3 ev:2011 2022/04/13 08:00:07 [debug] 32060\#32060: *703 http wait request handler 2022/04/13 08:00:07 [debug] 32060\#32060: *703 malloc: 0000000001571720:80 2022/04/13 08:00:07 [debug] 32060\#32060: *703 malloc: 0000000001588070:16 2022/04/13 08:00:07 [debug] 32060\#32060: *703 malloc: 00000000015D7EA0:1024 2022/04/13 08:00:07 [debug] 32060\#32060: *703 malloc: 000000000158CB30:16 ' |
082-body-filter-2.t | TEST 1: check ctx->busy_bufs - pattern "waiting body filter busy buffer to be sent" should match a line in error.log (req 0) | |
082-body-filter-2.t | TEST 1: check ctx->busy_bufs - pattern "lua say response has busy bufs" should match a line in error.log (req 0) | |
082-body-filter-2.t | TEST 1: check ctx->busy_bufs - pattern "waiting body filter busy buffer to be sent" should match a line in error.log (req 1) | |
082-body-filter-2.t | TEST 1: check ctx->busy_bufs - pattern "lua say response has busy bufs" should match a line in error.log (req 1) | |
086-init-by.t | nginx: [error] | init_by_lua error: init_by_lua:2: failed to init |
089-phase.t | TEST 9: get_phase in ngx.timer callback - pattern "[error]" should not match any line in error.log but matches line "2022/04/13 08:02:00 [error] 6564\#6564: [lua] exit_worker_by_lua:3: exit_worker" (req 0) |
2022/04/13 08:02:00 [error] 6564\#6564: [lua] exit_worker_by_lua:4: exiting now ' |
089-phase.t | TEST 9: get_phase in ngx.timer callback - pattern "[error]" should not match any line in error.log but matches line "2022/04/13 08:02:00 [error] 6564\#6564: [lua] exit_worker_by_lua:4: exiting now" (req 0) |
' |
091-coroutine.t | nginx: [error] | init_by_lua error: init_by_lua:7: init_by_lua:4: something went wrong |
124-init-worker.t | TEST 18: syslog error log - udp_query ok |
'' doesn't match '(?^:Bad bad bad)' |
126-shdict-frag.t | TEST 1: merge 2 single-page free blocks (forcibly evicted, merge forward) - response_body - response is expected (repeated req 0, req 0) |
@@ -1,5 +1,5 @@ successfully set foo. -successfully set bar. +failed to set bar: no memory successfully set baz with force. foo not found bar not found ' |
126-shdict-frag.t | TEST 2: merge 2 single-page free slabs (forcibly evicted, merge backward) - response_body - response is expected (repeated req 0, req 0) |
@@ -1,4 +1,4 @@ -successfully set foo. +successfully set foo with force. successfully set bar. found foo: 4000 successfully set baz with force. ' |
132-lua-blocks.t | nginx: [emerg] | Lua code block missing the closing long bracket "]]", the inlined Lua code may be too long 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 "]==]", the inlined Lua code may be too long 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 "]]", the inlined Lua code may be too long 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 "]=]", the inlined Lua code may be too long 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 "]]", the inlined Lua code may be too long 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 |
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 |
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 ' |
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 3: set 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 bar nil ' |
145-shdict-list.t | TEST 14: rpush and lpop - 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 12: lpush and lpop - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1,2 @@ -3 +push err: value not a list -2 +pop err: value not a list -1 ' |
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 ' |
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,13 @@ 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 1: malloc_trim() every 1 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 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 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 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 malloc_trim(1) returned 1 ' doesn't match '(?^:\Amalloc_trim\(1\) returned [01] malloc_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 ' expected: '' |
146-malloc-trim.t | TEST 2: malloc_trim() every 1 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 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] malloc_trim\(1\) returned [01] malloc_trim\(1\) returned [01] malloc_trim\(1\) returned [01] \z)' |
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 malloc_trim(1) returned 1 ' doesn't match '(?^:\Amalloc_trim\(1\) returned [01] malloc_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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB2240 (ref 10) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB2240 (ref 10) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016C0B90, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715789752: 13153385 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BDB778 (ref 10) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A8550:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016C0B50:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016C0B90: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB2048 (ref 9) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB2048 (ref 9) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016A6100, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715790256: 13153385 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BF8188 (ref 9) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016ECE00:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A1320:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A6100: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB1E50 (ref 8) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB1E50 (ref 8) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016C5B00, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715790760: 13153385 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899C07940 (ref 8) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000169C9A0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A4470:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EABA0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB1C58 (ref 7) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB1C58 (ref 7) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016D0EA0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715791264: 13153385 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BFE928 (ref 7) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016BA1E0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016C0BB0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016C6770: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB1A60 (ref 6) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB1A60 (ref 6) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001690900, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715791768: 13153385 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB7040 (ref 6) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000167D6B0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016F1280:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016C67B0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB1868 (ref 5) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB1868 (ref 5) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EBE90, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715792272: 13153385 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB70B8 (ref 5) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A3880:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016DA680:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EBE90: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB1670 (ref 4) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB1670 (ref 4) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EF410, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715792776: 13153385 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB7130 (ref 4) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001697150:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A42A0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A42E0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB1478 (ref 3) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB1478 (ref 3) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016A79B0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715793280: 13153385 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB71A8 (ref 3) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016C7160:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A7970:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A79B0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB1280 (ref 26) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB1280 (ref 26) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016F11A0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715770384: 13153385 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BF8570 (ref 26) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001696590:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016F1140:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016F1180: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB6BF0 (ref 23) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB6BF0 (ref 23) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016A1C10, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715520232: 13153385 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899C06530 (ref 23) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EDD10:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A1BB0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A1BF0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BF3D18 (ref 28) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BF3D18 (ref 28) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001691E80, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715489176: 13153385 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BFF448 (ref 28) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D3290:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001691E20:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001691E80: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BFB668 (ref 25) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BFB668 (ref 25) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001697360, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715770264: 13153385 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BF7CA8 (ref 25) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D5110:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001697320:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001697360: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB6C68 (ref 30) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB6C68 (ref 30) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EF350, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715430152: 13153385 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB7220 (ref 30) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A48A0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EF2F0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EF350: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899C09CF8 (ref 27) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899C09CF8 (ref 27) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001697380, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715430728: 13153385 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB7298 (ref 27) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016CF2D0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A9760:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001697380: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899C09AB8 (ref 20) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899C09AB8 (ref 20) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016908E0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715405688: 13153385 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB7310 (ref 20) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EE4D0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016908A0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016908E0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899C0FC88 (ref 29) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899C0FC88 (ref 29) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 000000000169AF20, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715770144: 13153385 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB7388 (ref 29) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001699000:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000169AEC0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000169AF20: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB6CE0 (ref 1) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB6CE0 (ref 1) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016BA1C0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715474752: 13153385 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB7400 (ref 1) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000169A3F0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000167D9E0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016BA1C0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BFEEC0 (ref 31) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BFEEC0 (ref 31) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EF390, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715770024: 13153385 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB7478 (ref 31) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A41E0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016C0BF0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EF390: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB6D58 (ref 2) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB6D58 (ref 2) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001682550, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715769904: 13153385 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB74F0 (ref 2) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A7890:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016824F0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001682550: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB6DD0 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB6DD0 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EAB20, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: worker cycle 2022/04/13 08:09:41 [debug] 28808\#28808: epoll timer: 10 2022/04/13 08:09:41 [notice] 28703\#28703: signal 1 (SIGHUP) received from 28841, reconfiguring 2022/04/13 08:09:41 [debug] 28703\#28703: wake up, sigio 0 2022/04/13 08:09:41 [notice] 28703\#28703: reconfiguring 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 0000000001673AF0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BF8570 (ref 26) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BF8570 (ref 26) 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000016FB830:43 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001691F60, unused: 0 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000016FB870:16 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715444432: 13153395 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000016FB890:43 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000016FB8D0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000016FA1A0:16 2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899C06530 (ref 23) 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000016FA1C0:8 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899C06530 (ref 23) 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000016FA1E0:16 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001691F80, unused: 0 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000016FA200:16 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715473336: 13153395 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000016FA220: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BFF448 (ref 28) 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000016FAC50:1024 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BFF448 (ref 28) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001691E60, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715503960: 13153395 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000016FB5C0:280 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB76D0 (ref 28) 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000016FB6E0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000016FAC50:16 2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BF7CA8 (ref 25) 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000016FAC70:11 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BF7CA8 (ref 25) 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000016FAC90:16 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001698C40, unused: 0 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000016FACB0:7 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715768800: 13153395 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000016FACD0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB7220 (ref 30) 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000016FB160:16 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB7220 (ref 30) 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000016FB180:16 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EF330, unused: 0 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000016FB1A0:16 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715768680: 13153395 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000016FB1C0:16 2022/04/13 08:09:41 [debug] 28808\#28808: 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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000016FB320:16 2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB7298 (ref 27) 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000016FB340:16 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB7298 (ref 27) 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000016FB360:16 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016A7950, unused: 0 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000016FB380:16 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715768560: 13153395 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000016FB3A0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000016FB4A0:18 2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB7310 (ref 20) 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000016FB4C0:16 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB7310 (ref 20) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016A5230, unused: 0 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000016FB4E0:56 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715768440: 13153395 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 0000000001700030:16 2022/04/13 08:09:41 [debug] 28808\#28808: 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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 0000000001700180:16 2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB7388 (ref 29) 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000017001A0:16 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB7388 (ref 29) 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000017001C0:16 2022/04/13 08:09:41 [debug] 28808\#28808: free: 000000000169AF00, unused: 0 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000017001E0:64 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715768320: 13153395 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 0000000001700230: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000017003D0:17 2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB7400 (ref 1) 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000017003F0:16 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB7400 (ref 1) 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 0000000001700410:56 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001691E00, unused: 0 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 0000000001700450:16 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715768200: 13153395 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 0000000001700470:27 ' |
152-timer-every.t | TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 0000000001702590:7 2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB7478 (ref 31) 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000017025B0:16 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB7478 (ref 31) 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000017025D0:64 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EF370, unused: 0 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 0000000001702620:16 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715768080: 13153395 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 0000000001702640:56 ' |
152-timer-every.t | TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000017027D0:16 2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB74F0 (ref 2) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB74F0 (ref 2) 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 00000000017027F0:56 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001682530, unused: 0 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 0000000001702830:16 2022/04/13 08:09:41 [debug] 28808\#28808: worker cycle 2022/04/13 08:09:41 [debug] 28703\#28703: malloc: 0000000001702850:14 2022/04/13 08:09:41 [debug] 28808\#28808: epoll timer: 10 ' |
152-timer-every.t | TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB5F48 (ref 19) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB5F48 (ref 19) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016C2930, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715774128: 13153406 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB7A90 (ref 19) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A8550:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A1360:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016C2930: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB5D50 (ref 18) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB5D50 (ref 18) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016A1F60, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715774632: 13153406 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB7B08 (ref 18) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016ECE00:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016824B0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A1F60: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB5B58 (ref 17) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB5B58 (ref 17) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001681760, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715775136: 13153406 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB7B80 (ref 17) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000169C9A0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D49C0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001681760: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB5960 (ref 16) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB5960 (ref 16) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016BC070, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715775640: 13153406 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB7BF8 (ref 16) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016BA1E0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EE490:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EAB40: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB5768 (ref 15) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB5768 (ref 15) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016C2130, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715776144: 13153406 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB7C70 (ref 15) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000167D6B0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000169A4B0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016C5AA0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB5570 (ref 14) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB5570 (ref 14) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016DEE70, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715776648: 13153406 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB7CE8 (ref 14) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A3880:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016F1100:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016DEE70: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB5378 (ref 13) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB5378 (ref 13) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016D3370, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715777152: 13153406 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB7D60 (ref 13) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001697150:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016CF390:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D3370: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB5180 (ref 12) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB5180 (ref 12) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001691FC0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715777656: 13153406 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB7DD8 (ref 12) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016C7160:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A0690:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001691FC0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB4F88 (ref 24) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB4F88 (ref 24) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001698FA0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715767960: 13153406 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB7E50 (ref 24) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001696590:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000167D9A0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001698FA0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB7568 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB7568 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EAB20, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715767840: 13153406 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB7EC8 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EDD10:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EAAC0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EAB20: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB75E0 (ref 26) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB75E0 (ref 26) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016F1180, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715767720: 13153406 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB7F40 (ref 26) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D3290:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016F1140:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016F1180: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB7658 (ref 23) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB7658 (ref 23) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016A1BF0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715767600: 13153406 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB7FB8 (ref 23) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D5110:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A1BB0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A1BF0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB76D0 (ref 28) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB76D0 (ref 28) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001691E80, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715767480: 13153406 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB8030 (ref 28) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A48A0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001691E20:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001691E80: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB7748 (ref 25) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB7748 (ref 25) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001697360, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715571008: 13153406 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB80A8 (ref 25) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016CF2D0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001697320:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001697360: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BE76C0 (ref 30) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BE76C0 (ref 30) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EF350, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715767360: 13153406 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB8120 (ref 30) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EE4D0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EF2F0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EF350: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB77C0 (ref 27) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB77C0 (ref 27) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001697380, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715767240: 13153406 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB8198 (ref 27) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001699000:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A9760:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001697380: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB7838 (ref 20) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB7838 (ref 20) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016908E0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715767120: 13153406 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB8210 (ref 20) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000169A3F0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016908A0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016908E0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB78B0 (ref 29) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB78B0 (ref 29) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 000000000169AF20, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715767000: 13153406 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB8288 (ref 29) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A41E0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000169AEC0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000169AF20: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB7928 (ref 1) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB7928 (ref 1) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016BA1C0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715766880: 13153406 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB8300 (ref 1) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A7890:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000167D9E0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016BA1C0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB79A0 (ref 31) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB79A0 (ref 31) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EF390, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: worker cycle 2022/04/13 08:09:41 [debug] 28808\#28808: epoll timer: 10 2022/04/13 08:09:41 [debug] 28808\#28808: timer delta: 10 2022/04/13 08:09:41 [debug] 28808\#28808: *316 event timer del: 0: 13153416 2022/04/13 08:09:41 [debug] 28808\#28808: *316 lua sleep timer expired: "?" 2022/04/13 08:09:41 [debug] 28808\#28808: *316 lua run thread, top:0 c:1 ' |
152-timer-every.t | TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB7E50 (ref 24) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB7E50 (ref 24) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001698F80, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715765560: 13153416 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB83F0 (ref 24) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EDD10:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000167D9A0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001698F80: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB7EC8 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB7EC8 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EAB00, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715765440: 13153416 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB8468 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D3290:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EAAC0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EAB00: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB7F40 (ref 26) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB7F40 (ref 26) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001691F60, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715765320: 13153416 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB84E0 (ref 26) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D5110:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016F1140:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001691F60: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB7FB8 (ref 23) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB7FB8 (ref 23) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001691F80, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715765200: 13153416 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB8558 (ref 23) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A48A0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A1BB0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001691F80: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB8030 (ref 28) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB8030 (ref 28) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001691E60, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715765080: 13153416 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB85D0 (ref 28) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016CF2D0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001691E20:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001691E60: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB80A8 (ref 25) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB80A8 (ref 25) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001698C40, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715764960: 13153416 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB8648 (ref 25) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EE4D0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001697320:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001698C40: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB8120 (ref 30) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB8120 (ref 30) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EF330, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715764840: 13153416 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB86C0 (ref 30) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001699000:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EF2F0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EF330: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB8198 (ref 27) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB8198 (ref 27) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016A7950, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715764720: 13153416 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BF6058 (ref 27) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000169A3F0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A9760:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A7950: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB8210 (ref 20) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB8210 (ref 20) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016A5230, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715764600: 13153416 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB8738 (ref 20) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A41E0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016908A0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A5230: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB8288 (ref 29) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB8288 (ref 29) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 000000000169AF00, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715764480: 13153416 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB87B0 (ref 29) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A7890:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000169AEC0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000169AF00: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB8300 (ref 1) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB8300 (ref 1) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001691E00, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: worker cycle 2022/04/13 08:09:41 [debug] 28808\#28808: epoll timer: 10 2022/04/13 08:09:41 [debug] 28808\#28808: timer delta: 11 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715768920: 13153426 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB8828 (ref 1) ' |
152-timer-every.t | TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB71A8 (ref 3) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB71A8 (ref 3) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016A79B0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715769040: 13153426 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB88A0 (ref 3) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EF370:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A7970:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A79B0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB7130 (ref 4) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB7130 (ref 4) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001697210, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715769160: 13153426 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB8918 (ref 4) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016ECE00:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000167D960:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001697210: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB70B8 (ref 5) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB70B8 (ref 5) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016A79D0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715769280: 13153426 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB8990 (ref 5) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000169C9A0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EBE70:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A79D0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB7040 (ref 6) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB7040 (ref 6) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016F11A0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715476184: 13153426 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB8A08 (ref 6) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A8550:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EDCD0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A9620: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BFE928 (ref 7) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BFE928 (ref 7) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 000000000167DA20, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715439296: 13153426 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB8A80 (ref 7) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000167D6B0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001673AF0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A9660: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899C07940 (ref 8) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899C07940 (ref 8) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 000000000169AF40, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715502712: 13153426 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB8AF8 (ref 8) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A3880:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016DA680:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A96A0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BF8188 (ref 9) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BF8188 (ref 9) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016D51D0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715619976: 13153426 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB8B70 (ref 9) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001697150:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EBC70:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D51D0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BDB778 (ref 10) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BDB778 (ref 10) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016D7400, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715769784: 13153426 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB8BE8 (ref 10) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EBCB0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D73C0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A96E0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB6E48 (ref 22) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB6E48 (ref 22) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001677150, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715764360: 13153426 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB8C60 (ref 22) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001696590:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016C6790:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001677150: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB8378 (ref 31) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB8378 (ref 31) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016BA280, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715764240: 13153426 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB8CD8 (ref 31) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EDD10:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016BA220:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016BA260: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB83F0 (ref 24) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB83F0 (ref 24) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001698FA0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715764120: 13153426 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB8D50 (ref 24) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D3290:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000167D9A0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001698FA0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB8468 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB8468 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EAB20, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715764000: 13153426 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB8DC8 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D5110:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EAAC0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EAB20: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB84E0 (ref 26) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB84E0 (ref 26) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016F1180, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715763880: 13153426 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB8E40 (ref 26) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A48A0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016F1140:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016F1180: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB8558 (ref 23) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB8558 (ref 23) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016A1BF0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715763760: 13153426 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB8EB8 (ref 23) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016CF2D0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A1BB0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A1BF0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB85D0 (ref 28) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB85D0 (ref 28) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001691E80, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715763640: 13153426 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB8F30 (ref 28) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EE4D0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001691E20:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001691E80: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB8648 (ref 25) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB8648 (ref 25) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001697360, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715763520: 13153426 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB8FA8 (ref 25) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001699000:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001697320:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001697360: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB86C0 (ref 30) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB86C0 (ref 30) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EF350, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715511208: 13153426 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB9020 (ref 30) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000169A3F0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EF2F0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EF350: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BF6058 (ref 27) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BF6058 (ref 27) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001697380, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715763400: 13153426 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB9098 (ref 27) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A41E0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A9760:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001697380: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB8738 (ref 20) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB8738 (ref 20) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016908E0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715763280: 13153426 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB9110 (ref 20) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A7890:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016908A0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016908E0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB87B0 (ref 29) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB87B0 (ref 29) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 000000000169AF20, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: worker cycle 2022/04/13 08:09:41 [debug] 28808\#28808: epoll timer: 9 2022/04/13 08:09:41 [debug] 28808\#28808: timer delta: 10 2022/04/13 08:09:41 [debug] 28808\#28808: *325 event timer del: 0: 13153436 2022/04/13 08:09:41 [debug] 28808\#28808: *325 lua sleep timer expired: "?" 2022/04/13 08:09:41 [debug] 28808\#28808: *325 lua run thread, top:0 c:1 ' |
152-timer-every.t | TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB8C60 (ref 22) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB8C60 (ref 22) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016C7180, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715761960: 13153437 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB9188 (ref 22) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EDD10:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016C6790:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016C7180: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB8CD8 (ref 31) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB8CD8 (ref 31) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016C71A0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715761840: 13153437 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB9200 (ref 31) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D3290:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016BA220:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016C71A0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB8D50 (ref 24) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB8D50 (ref 24) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001698F80, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715761720: 13153437 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB9278 (ref 24) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D5110:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000167D9A0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001698F80: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB8DC8 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB8DC8 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EAB00, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715761600: 13153437 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB92F0 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A48A0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EAAC0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EAB00: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB8E40 (ref 26) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB8E40 (ref 26) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001691F60, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715761480: 13153437 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB9368 (ref 26) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016CF2D0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016F1140:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001691F60: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB8EB8 (ref 23) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB8EB8 (ref 23) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001691F80, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715761360: 13153437 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB93E0 (ref 23) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EE4D0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A1BB0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001691F80: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB8F30 (ref 28) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB8F30 (ref 28) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001691E60, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715761240: 13153437 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB9458 (ref 28) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001699000:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001691E20:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001691E60: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB8FA8 (ref 25) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB8FA8 (ref 25) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001698C40, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715761120: 13153437 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB94D0 (ref 25) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000169A3F0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001697320:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001698C40: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB9020 (ref 30) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB9020 (ref 30) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EF330, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715761000: 13153437 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB9548 (ref 30) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A41E0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EF2F0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EF330: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB9098 (ref 27) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB9098 (ref 27) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016A7950, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715760880: 13153437 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB95C0 (ref 27) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A7890:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A9760:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A7950: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB9110 (ref 20) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB9110 (ref 20) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016A5230, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: worker cycle 2022/04/13 08:09:41 [debug] 28808\#28808: epoll timer: 10 2022/04/13 08:09:41 [debug] 28808\#28808: epoll: fd:6 ev:0001 d:00000000016FFA60 2022/04/13 08:09:41 [debug] 28808\#28808: accept on 0.0.0.0:1984, ready: 0 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016908A0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A5230: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB7DD8 (ref 12) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB7DD8 (ref 12) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001691FC0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715765920: 13153447 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB96B0 (ref 12) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EF370:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A0690:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001691FC0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB7D60 (ref 13) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB7D60 (ref 13) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016990C0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715766040: 13153447 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB9728 (ref 13) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016ECE00:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D3350:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016990C0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB7CE8 (ref 14) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB7CE8 (ref 14) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001690FE0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715766160: 13153447 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB97A0 (ref 14) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000169C9A0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016C6750:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001690FE0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB7C70 (ref 15) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB7C70 (ref 15) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016C2130, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715766280: 13153447 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB9818 (ref 15) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A8550:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016F1280:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016C2990: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB7BF8 (ref 16) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB7BF8 (ref 16) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016D7400, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715766400: 13153447 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB9890 (ref 16) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000167D6B0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016DEE70:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001682520: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB7B80 (ref 17) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB7B80 (ref 17) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016F1100, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715766520: 13153447 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB9908 (ref 17) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A3880:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016CF390:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016F1100: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB7B08 (ref 18) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB7B08 (ref 18) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016A4980, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715766640: 13153447 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB9980 (ref 18) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001697150:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D49C0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A4960: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB7A90 (ref 19) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB7A90 (ref 19) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016A4300, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715766760: 13153447 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB99F8 (ref 19) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EBCB0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A42A0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A4300: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB7A18 (ref 2) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB7A18 (ref 2) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016A13A0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715529728: 13153447 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB9A70 (ref 2) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001696590:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A1340:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A13A0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BF1800 (ref 29) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BF1800 (ref 29) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 000000000169AF40, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715760760: 13153447 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB9AE8 (ref 29) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EDD10:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000169AEE0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000169AF20: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB9188 (ref 22) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB9188 (ref 22) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001677150, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715760640: 13153447 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB9B60 (ref 22) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D3290:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016C6790:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001677150: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB9200 (ref 31) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB9200 (ref 31) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016BA260, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715760520: 13153447 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB9BD8 (ref 31) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D5110:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016BA220:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016BA260: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB9278 (ref 24) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB9278 (ref 24) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001698FA0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715760400: 13153447 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB9C50 (ref 24) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A48A0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000167D9A0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001698FA0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB92F0 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB92F0 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EAB20, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715760280: 13153447 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB9CC8 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016CF2D0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EAAC0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EAB20: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB9368 (ref 26) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB9368 (ref 26) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016F1180, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715760160: 13153447 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB9D40 (ref 26) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EE4D0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016F1140:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016F1180: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB93E0 (ref 23) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB93E0 (ref 23) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016A1BF0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715760040: 13153447 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB9DB8 (ref 23) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001699000:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A1BB0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A1BF0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB9458 (ref 28) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB9458 (ref 28) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001691E80, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715759920: 13153447 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB9E30 (ref 28) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000169A3F0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001691E20:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001691E80: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB94D0 (ref 25) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB94D0 (ref 25) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001697360, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715759800: 13153447 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899C2C3D8 (ref 25) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A41E0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001697320:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001697360: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB9548 (ref 30) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB9548 (ref 30) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EF350, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715759680: 13153447 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB9EA8 (ref 30) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A7890:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EF2F0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EF350: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB95C0 (ref 27) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB95C0 (ref 27) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001697380, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: worker cycle 2022/04/13 08:09:41 [debug] 28808\#28808: epoll timer: 10 2022/04/13 08:09:41 [debug] 28808\#28808: timer delta: 11 2022/04/13 08:09:41 [debug] 28808\#28808: *334 event timer del: 0: 13153457 2022/04/13 08:09:41 [debug] 28808\#28808: *334 lua sleep timer expired: "?" 2022/04/13 08:09:41 [debug] 28808\#28808: *334 lua run thread, top:0 c:1 ' |
152-timer-every.t | TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB9A70 (ref 2) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB9A70 (ref 2) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016A1380, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715758360: 13153457 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BB9F98 (ref 2) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EDD10:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A1340:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A1380: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB9AE8 (ref 29) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB9AE8 (ref 29) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016ECB40, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715758240: 13153457 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBA010 (ref 29) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D3290:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000169AEE0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016ECB40: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB9B60 (ref 22) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB9B60 (ref 22) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016C7180, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715758120: 13153457 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBA088 (ref 22) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D5110:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016C6790:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016C7180: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB9BD8 (ref 31) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB9BD8 (ref 31) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016C71A0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715758000: 13153457 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBA100 (ref 31) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A48A0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016BA220:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016C71A0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB9C50 (ref 24) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB9C50 (ref 24) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001698F80, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715757880: 13153457 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBA178 (ref 24) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016CF2D0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000167D9A0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001698F80: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB9CC8 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB9CC8 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EAB00, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715757760: 13153457 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBA1F0 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EE4D0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EAAC0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EAB00: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB9D40 (ref 26) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB9D40 (ref 26) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001691F60, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715757640: 13153457 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBA268 (ref 26) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001699000:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016F1140:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001691F60: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB9DB8 (ref 23) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB9DB8 (ref 23) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001691F80, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715757520: 13153457 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBA2E0 (ref 23) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000169A3F0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A1BB0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001691F80: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB9E30 (ref 28) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB9E30 (ref 28) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001691E60, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715289128: 13153457 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBA358 (ref 28) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A41E0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001691E20:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001691E60: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899C2C3D8 (ref 25) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899C2C3D8 (ref 25) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001698C40, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715757400: 13153457 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBA3D0 (ref 25) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A9620:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001697320:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001698C40: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB9EA8 (ref 30) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB9EA8 (ref 30) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EF330, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: worker cycle 2022/04/13 08:09:41 [debug] 28808\#28808: epoll timer: 10 2022/04/13 08:09:41 [debug] 28842\#28842: epoll: fd:6 ev:0001 d:0000000001706900 2022/04/13 08:09:41 [debug] 28842\#28842: accept on 0.0.0.0:1984, ready: 0 2022/04/13 08:09:41 [debug] 28842\#28842: malloc: 000000000167A090:48 2022/04/13 08:09:41 [debug] 28842\#28842: malloc: 000000000168F850: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB8BE8 (ref 10) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB8BE8 (ref 10) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016C5AE0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715762320: 13153468 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBA4C0 (ref 10) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EF370:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D73C0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016C5AE0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB8B70 (ref 9) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB8B70 (ref 9) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016A41C0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715762440: 13153468 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBA538 (ref 9) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016ECE00:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000169A4B0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A41C0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB8AF8 (ref 8) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB8AF8 (ref 8) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016C5B00, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715762560: 13153468 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBA5B0 (ref 8) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000169C9A0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EE490:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001696650: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB8A80 (ref 7) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB8A80 (ref 7) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EE590, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715762680: 13153468 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBA628 (ref 7) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A8550:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EBC70:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D0E80: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB8A08 (ref 6) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB8A08 (ref 6) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016C2130, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715762800: 13153468 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBA6A0 (ref 6) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000167D6B0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016DA680:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EBEF0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB8990 (ref 5) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB8990 (ref 5) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 000000000167D960, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715762920: 13153468 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBA718 (ref 5) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A3880:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EBE70:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000167D960: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB8918 (ref 4) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB8918 (ref 4) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016973A0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715763040: 13153468 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBA790 (ref 4) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001697150:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EBF30:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001697380: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB88A0 (ref 3) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB88A0 (ref 3) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016A06F0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715763160: 13153468 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBA808 (ref 3) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EBCB0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016ECB00:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A06F0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB8828 (ref 1) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB8828 (ref 1) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EAB60, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715757280: 13153468 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBA880 (ref 1) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001696590:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016ECBA0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EAB60: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB9F20 (ref 27) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB9F20 (ref 27) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016D72F0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715757160: 13153468 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBA8F8 (ref 27) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EDD10:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D7290:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D72F0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB9F98 (ref 2) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB9F98 (ref 2) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016A13A0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715757040: 13153468 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBA970 (ref 2) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D3290:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A1340:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A13A0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBA010 (ref 29) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBA010 (ref 29) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 000000000169AF20, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715756920: 13153468 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBA9E8 (ref 29) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D5110:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000169AEE0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000169AF20: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBA088 (ref 22) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBA088 (ref 22) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001677150, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715756800: 13153468 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBAA60 (ref 22) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A48A0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016C6790:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001677150: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBA100 (ref 31) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBA100 (ref 31) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016BA260, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715756680: 13153468 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBAAD8 (ref 31) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016CF2D0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016BA220:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016BA260: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBA178 (ref 24) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBA178 (ref 24) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001698FA0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715756560: 13153468 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBAB50 (ref 24) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EE4D0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000167D9A0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001698FA0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBA1F0 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBA1F0 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EAB20, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715756440: 13153468 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBABC8 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001699000:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EAAC0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EAB20: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBA268 (ref 26) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBA268 (ref 26) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016F1180, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715756320: 13153468 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBAC40 (ref 26) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000169A3F0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016F1140:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016F1180: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBA2E0 (ref 23) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBA2E0 (ref 23) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016A1BF0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715756200: 13153468 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBACB8 (ref 23) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A41E0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A1BB0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A1BF0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBA358 (ref 28) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBA358 (ref 28) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001691E80, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715756080: 13153468 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBAD30 (ref 28) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A9620:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001691E20:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001691E80: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBA3D0 (ref 25) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBA3D0 (ref 25) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001697360, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: worker cycle 2022/04/13 08:09:41 [debug] 28808\#28808: epoll timer: 10 2022/04/13 08:09:41 [debug] 28808\#28808: epoll: fd:8 ev:0001 d:00000000016FFD31 2022/04/13 08:09:41 [debug] 28808\#28808: *354 http wait request handler 2022/04/13 08:09:41 [debug] 28808\#28808: *354 malloc: 00000000016EBF90:80 2022/04/13 08:09:41 [debug] 28808\#28808: *354 malloc: 0000000001697360: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBA880 (ref 1) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBA880 (ref 1) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EAB40, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715754760: 13153478 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBAE20 (ref 1) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EDD10:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016ECBA0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EAB40: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBA8F8 (ref 27) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBA8F8 (ref 27) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016D72D0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715754640: 13153478 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBAE98 (ref 27) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D3290:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D7290:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D72D0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBA970 (ref 2) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBA970 (ref 2) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016A1380, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715754520: 13153478 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBAF10 (ref 2) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D5110:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A1340:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A1380: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBA9E8 (ref 29) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBA9E8 (ref 29) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016ECB40, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715754400: 13153478 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBAF88 (ref 29) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A48A0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000169AEE0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016ECB40: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBAA60 (ref 22) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBAA60 (ref 22) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016C7180, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715754280: 13153478 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBB000 (ref 22) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016CF2D0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016C6790:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016C7180: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBAAD8 (ref 31) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBAAD8 (ref 31) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016C71A0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715754160: 13153478 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBB078 (ref 31) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EE4D0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016BA220:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016C71A0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBAB50 (ref 24) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBAB50 (ref 24) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001698F80, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715754040: 13153478 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBB0F0 (ref 24) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001699000:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000167D9A0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001698F80: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBABC8 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBABC8 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EAB00, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715753920: 13153478 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBB168 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000169A3F0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EAAC0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EAB00: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBAC40 (ref 26) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBAC40 (ref 26) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001691F60, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715753800: 13153478 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBB1E0 (ref 26) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A41E0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016F1140:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001691F60: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBACB8 (ref 23) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBACB8 (ref 23) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001691F80, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715753680: 13153478 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBB258 (ref 23) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A9620:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A1BB0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001691F80: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBAD30 (ref 28) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBAD30 (ref 28) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001691E60, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: worker cycle 2022/04/13 08:09:41 [debug] 28808\#28808: epoll timer: 10 2022/04/13 08:09:41 [debug] 28808\#28808: timer delta: 11 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715758600: 13153488 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBB2D0 (ref 28) ' |
152-timer-every.t | TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB99F8 (ref 19) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB99F8 (ref 19) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016A4300, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715758720: 13153488 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBB348 (ref 19) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016824B0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A42A0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A4300: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB9980 (ref 18) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB9980 (ref 18) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016990C0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715758840: 13153488 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBB3C0 (ref 18) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016ECE00:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EAB80:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016990C0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB9908 (ref 17) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB9908 (ref 17) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016A1320, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715758960: 13153488 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBB438 (ref 17) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000169C9A0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016ECB60:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A1320: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB9890 (ref 16) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB9890 (ref 16) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016C5B00, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715759080: 13153488 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBB4B0 (ref 16) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A8550:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001673AF0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A9760: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB9818 (ref 15) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB9818 (ref 15) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016BA280, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715759200: 13153488 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBB528 (ref 15) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000167D6B0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001691FA0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A97A0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB97A0 (ref 14) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB97A0 (ref 14) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016E9B30, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715759320: 13153488 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBB5A0 (ref 14) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A3880:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016F1100:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016E9B30: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB9728 (ref 13) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB9728 (ref 13) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016F12A0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715759440: 13153488 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBB618 (ref 13) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001697150:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016DEE70:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016F12A0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB96B0 (ref 12) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB96B0 (ref 12) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001691E00, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715759560: 13153488 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBB690 (ref 12) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EBCB0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D0D60:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001691E00: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BB9638 (ref 20) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BB9638 (ref 20) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 000000000167DA00, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715753560: 13153488 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBB708 (ref 20) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001696590:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016C5AA0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000167DA00: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBADA8 (ref 25) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBADA8 (ref 25) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016A9740, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715753440: 13153488 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBB780 (ref 25) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EDD10:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001677190:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A9740: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBAE20 (ref 1) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBAE20 (ref 1) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EAB60, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715753320: 13153488 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBB7F8 (ref 1) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D3290:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016ECBA0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EAB60: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBAE98 (ref 27) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBAE98 (ref 27) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016D72F0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715753200: 13153488 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBB870 (ref 27) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D5110:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D7290:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D72F0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBAF10 (ref 2) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBAF10 (ref 2) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016A13A0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715753080: 13153488 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBB8E8 (ref 2) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A48A0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A1340:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A13A0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBAF88 (ref 29) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBAF88 (ref 29) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 000000000169AF20, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715752960: 13153488 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBB960 (ref 29) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016CF2D0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000169AEE0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000169AF20: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBB000 (ref 22) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBB000 (ref 22) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001677150, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715752840: 13153488 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBB9D8 (ref 22) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EE4D0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016C6790:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001677150: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBB078 (ref 31) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBB078 (ref 31) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016BA260, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715752720: 13153488 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBBA50 (ref 31) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001699000:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016BA220:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016BA260: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBB0F0 (ref 24) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBB0F0 (ref 24) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001698FA0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715752600: 13153488 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBBAC8 (ref 24) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000169A3F0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000167D9A0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001698FA0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBB168 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBB168 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EAB20, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715752480: 13153488 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBBB40 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A41E0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EAAC0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EAB20: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBB1E0 (ref 26) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBB1E0 (ref 26) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016F1180, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715752360: 13153488 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBBBB8 (ref 26) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A9620:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016F1140:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016F1180: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBB258 (ref 23) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBB258 (ref 23) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016A1BF0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: worker cycle 2022/04/13 08:09:41 [debug] 28808\#28808: epoll timer: 9 2022/04/13 08:09:41 [debug] 28808\#28808: timer delta: 10 2022/04/13 08:09:41 [debug] 28808\#28808: *355 event timer del: 0: 13153498 2022/04/13 08:09:41 [debug] 28808\#28808: *355 lua sleep timer expired: "?" 2022/04/13 08:09:41 [debug] 28808\#28808: *355 lua run thread, top:0 c:1 ' |
152-timer-every.t | TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBB708 (ref 20) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBB708 (ref 20) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 000000000167D9E0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715751040: 13153499 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBBCA8 (ref 20) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EDD10:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016C5AA0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000167D9E0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBB780 (ref 25) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBB780 (ref 25) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EBFD0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715750920: 13153499 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBBD20 (ref 25) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D3290:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001677190:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EBFD0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBB7F8 (ref 1) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBB7F8 (ref 1) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EAB40, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715750800: 13153499 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBBD98 (ref 1) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D5110:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016ECBA0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EAB40: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBB870 (ref 27) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBB870 (ref 27) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016D72D0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715750680: 13153499 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBBE10 (ref 27) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A48A0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D7290:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016D72D0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBB8E8 (ref 2) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBB8E8 (ref 2) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016A1380, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715750560: 13153499 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBBE88 (ref 2) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016CF2D0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A1340:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A1380: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBB960 (ref 29) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBB960 (ref 29) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016ECB40, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715750440: 13153499 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBBF00 (ref 29) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EE4D0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000169AEE0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016ECB40: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBB9D8 (ref 22) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBB9D8 (ref 22) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016C7180, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715750320: 13153499 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBBF78 (ref 22) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001699000:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016C6790:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016C7180: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBBA50 (ref 31) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBBA50 (ref 31) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016C71A0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715750200: 13153499 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBBFF0 (ref 31) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000169A3F0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016BA220:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016C71A0: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBBAC8 (ref 24) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBBAC8 (ref 24) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001698F80, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715750080: 13153499 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBC068 (ref 24) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A41E0:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 000000000167D9A0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 0000000001698F80: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBBB40 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBBB40 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EAB00, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: event timer del: -1715749960: 13153499 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [debug] 28808\#28808: lua ref lua thread 00007F4899BBC0E0 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016A9620:184 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EAAC0:48 2022/04/13 08:09:41 [debug] 28808\#28808: malloc: 00000000016EAB00: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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBBBB8 (ref 26) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBBBB8 (ref 26) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001691F60, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: worker cycle 2022/04/13 08:09:41 [debug] 28808\#28808: epoll timer: 10 2022/04/13 08:09:41 [debug] 28703\#28703: child: 0 28808 e:0 t:0 d:0 r:1 j:0 2022/04/13 08:09:41 [debug] 28703\#28703: child: 1 28842 e:0 t:0 d:0 r:1 j:1 2022/04/13 08:09:41 [debug] 28703\#28703: sigsuspend 2022/04/13 08:09:41 [debug] 28808\#28808: epoll: fd:5 ev:0001 d:00000000016FFC40 ' |
152-timer-every.t | TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBA808 (ref 3) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBA808 (ref 3) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016A06F0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBA790 (ref 4) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBA790 (ref 4) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016C7160, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: 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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBA790 (ref 4) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBA790 (ref 4) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016C7160, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBA718 (ref 5) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBA718 (ref 5) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001690FE0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: 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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBA718 (ref 5) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBA718 (ref 5) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001690FE0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBA6A0 (ref 6) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBA6A0 (ref 6) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016CA140, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: 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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBA6A0 (ref 6) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBA6A0 (ref 6) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016CA140, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBA628 (ref 7) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBA628 (ref 7) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016771D0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: 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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBA628 (ref 7) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBA628 (ref 7) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016771D0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBA5B0 (ref 8) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBA5B0 (ref 8) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EDCF0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: 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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBA5B0 (ref 8) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBA5B0 (ref 8) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EDCF0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBA538 (ref 9) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBA538 (ref 9) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 000000000169A4B0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: 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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBA538 (ref 9) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBA538 (ref 9) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 000000000169A4B0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBA4C0 (ref 10) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBA4C0 (ref 10) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 000000000169A6C0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: 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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBA4C0 (ref 10) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBA4C0 (ref 10) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 000000000169A6C0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBA448 (ref 30) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBA448 (ref 30) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016908E0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: 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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBA448 (ref 30) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBA448 (ref 30) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016908E0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBBC30 (ref 23) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBBC30 (ref 23) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001697340, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: 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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBBC30 (ref 23) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBBC30 (ref 23) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001697340, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBBCA8 (ref 20) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBBCA8 (ref 20) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 000000000167DA00, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: 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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBBCA8 (ref 20) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBBCA8 (ref 20) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 000000000167DA00, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBBD20 (ref 25) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBBD20 (ref 25) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016A9740, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: 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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBBD20 (ref 25) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBBD20 (ref 25) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016A9740, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBBD98 (ref 1) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBBD98 (ref 1) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EAB60, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: 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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBBD98 (ref 1) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBBD98 (ref 1) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EAB60, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBBE10 (ref 27) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBBE10 (ref 27) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016D72F0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: 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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBBE10 (ref 27) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBBE10 (ref 27) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016D72F0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBBE88 (ref 2) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBBE88 (ref 2) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016A13A0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: 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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBBE88 (ref 2) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBBE88 (ref 2) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016A13A0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBBF00 (ref 29) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBBF00 (ref 29) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 000000000169AF20, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: 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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBBF00 (ref 29) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBBF00 (ref 29) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 000000000169AF20, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBBF78 (ref 22) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBBF78 (ref 22) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001677150, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: 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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBBF78 (ref 22) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBBF78 (ref 22) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001677150, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBBFF0 (ref 31) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBBFF0 (ref 31) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016BA260, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: 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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBBFF0 (ref 31) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBBFF0 (ref 31) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016BA260, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBC068 (ref 24) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBC068 (ref 24) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001698FA0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: 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 "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBC068 (ref 24) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBC068 (ref 24) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 0000000001698FA0, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: lua ngx.timer expired 2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBC0E0 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBC0E0 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EAB20, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: worker cycle ' |
152-timer-every.t | TEST 3: lua variable sharing via upvalue - pattern "[alert]" should not match any line in error.log but matches line "2022/04/13 08:09:41 [alert] 28808\#28808: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2022/04/13 08:09:41 [debug] 28808\#28808: lua freeing light thread 00007F4899BBC0E0 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: lua unref lua thread 00007F4899BBC0E0 (ref 21) 2022/04/13 08:09:41 [debug] 28808\#28808: free: 00000000016EAB20, unused: 0 2022/04/13 08:09:41 [debug] 28808\#28808: worker cycle 2022/04/13 08:09:41 [debug] 28808\#28808: epoll timer: 17 2022/04/13 08:09:41 [debug] 28808\#28808: timer delta: 17 2022/04/13 08:09:41 [debug] 28808\#28808: *364 event timer del: 0: 13153519 2022/04/13 08:09:41 [debug] 28808\#28808: *364 lua sleep timer expired: "?" 2022/04/13 08:09:41 [debug] 28808\#28808: *364 lua run thread, top:0 c:1 ' |
153-semaphore-hup.t | TEST 1: timer + reload - 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 ' |
160-disable-init-by-lua.t | TEST 1: ensure init_by_lua* is not run in signaller process - pattern "failed (2: No such file or directory)" should match a line in error.log (req 0) | |
160-disable-init-by-lua.t | TEST 1: ensure init_by_lua* is not run in signaller process - pattern "failed (2: No such file or directory)" should match a line in error.log (req 1) | |
161-load-resty-core.t | nginx: [alert] | failed to load the 'resty.core' module (https://github.com/openresty/lua-resty-core); ensure you are using an OpenResty release from https://openresty.org/en/download.html (reason: module 'resty.core' not found: |
Go back to the index page.