(This page was automatically generated by the tools in the opsboy project on 15:49:17 14-May-2026 GMT.)
| Commit | Testing Time | Unexpected Failures |
Expected Failures |
Files | Tests | Elapsed Time |
|---|---|---|---|---|---|---|
| 23ab6270 | 2026-05-14 08:49:06 GMT | 1 | 279 | 230 | 25120 | 2076 sec |
| File | Name | Details |
|---|---|---|
| 166-ssl-client-hello.t | TEST 2: sleep - pattern "[error]" should not match any line in error.log but matches line "2026/05/14 13:31:35 [error] 852#852: send() failed (111: Connection refused) while logging to syslog, server: 127.0.0.1:12345" (req 0) |
2026/05/14 13:31:35 [debug] 852#852: close listening unix:/home/ec2-user/git/lua-nginx-module/t/servroot/html/nginx.sock #10 2026/05/14 13:31:35 [debug] 852#852: epoll del event: fd:7 op:2 ev:00000000 2026/05/14 13:31:35 [debug] 852#852: close listening 0.0.0.0:1984 #7 2026/05/14 13:31:35 [notice] 852#852: exiting 2026/05/14 13:31:35 [debug] 852#852: flush files 2026/05/14 13:31:35 [debug] 852#852: run cleanup: 00000000263CB7A0 2026/05/14 13:31:35 [debug] 852#852: run cleanup: 00000000263CB780 2026/05/14 13:31:35 [debug] 852#852: run cleanup: 000000002639D100 2026/05/14 13:31:35 [debug] 852#852: run cleanup: 000000002639CA20 ' Looks like you failed 1 test of 786. |
| 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 "2026/05/14 13:07:09 [debug] 8255#8255: lua tcp socket keepalive: free connection pool for \"127.0.0.1:1984\"" (req 0) |
2026/05/14 13:07:09 [debug] 8255#8255: *250 http keepalive handler 2026/05/14 13:07:09 [debug] 8255#8255: *250 close http connection: 5 2026/05/14 13:07:09 [debug] 8255#8255: *250 event timer del: 5: 15597059 2026/05/14 13:07:09 [debug] 8255#8255: *250 reusable connection: 0 2026/05/14 13:07:09 [debug] 8255#8255: *250 free: 0000000002FD2120, unused: 0 2026/05/14 13:07:09 [debug] 8255#8255: *250 free: 0000000002FAF380, unused: 0 2026/05/14 13:07:09 [debug] 8255#8255: *250 free: 0000000002EDFF20, unused: 0 2026/05/14 13:07:09 [debug] 8255#8255: *250 free: 0000000002FB8880, unused: 0 2026/05/14 13:07:09 [debug] 8255#8255: *250 free: 0000000002F5AFF0, unused: 0 ' Looks like you failed 1 test of 138. |
| 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 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 | 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 28: add key (key not exists) - response_body - response is expected (repeated req 0, req 0) |
@@ -1,2 +1,2 @@ -add: true nil false +add: false exists false -foo = 10502 +foo = 32 |
| 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: '3 ' expected: '0 ' |
| 043-shdict.t | TEST 57: list all keys in a shdict with more than 1024 keys with 0 limit set - response_body - response is expected (repeated req 0, req 0) |
got: '2049 ' expected: '2048 ' |
| 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 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 |
| 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 "2026/05/14 13:19:45 [debug] 8475#8475: lua tcp socket keepalive: free connection pool for \"127.0.0.1:1984\"" (req 0) |
2026/05/14 13:19:45 [debug] 8475#8475: *255 http keepalive handler 2026/05/14 13:19:45 [debug] 8475#8475: *255 close http connection: 7 2026/05/14 13:19:45 [debug] 8475#8475: *255 event timer del: 7: 16352804 2026/05/14 13:19:45 [debug] 8475#8475: *255 reusable connection: 0 2026/05/14 13:19:45 [debug] 8475#8475: *255 free: 000000000B525650, unused: 0 2026/05/14 13:19:45 [debug] 8475#8475: *255 free: 000000000B4D8DC0, unused: 0 2026/05/14 13:19:45 [debug] 8475#8475: *255 free: 000000000B46BBB0, unused: 0 2026/05/14 13:19:45 [debug] 8475#8475: *255 free: 000000000B4D0010, unused: 0 2026/05/14 13:19:45 [debug] 8475#8475: *255 free: 000000000B505550, 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 "2026/05/14 13:19:47 [debug] 8596#8596: lua tcp socket keepalive: free connection pool for \"A\"" (req 0) |
2026/05/14 13:19:47 [debug] 8596#8596: lua tcp socket keepalive close handler: fd:7 2026/05/14 13:19:47 [debug] 8596#8596: event timer del: 7: 16347500 2026/05/14 13:19:47 [debug] 8596#8596: reusable connection: 0 2026/05/14 13:19:47 [debug] 8596#8596: lua tcp socket keepalive: free connection pool for "B" 2026/05/14 13:19:47 [notice] 8596#8596: exiting 2026/05/14 13:19:47 [debug] 8596#8596: flush files 2026/05/14 13:19:47 [debug] 8596#8596: run cleanup: 000000000B4D7940 2026/05/14 13:19:47 [debug] 8596#8596: run cleanup: 000000000B4D7650 2026/05/14 13:19:47 [debug] 8596#8596: run cleanup: 000000000B44D830 ' |
| 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 "2026/05/14 13:19:47 [debug] 8596#8596: lua tcp socket keepalive: free connection pool for \"B\"" (req 0) |
2026/05/14 13:19:47 [notice] 8596#8596: exiting 2026/05/14 13:19:47 [debug] 8596#8596: flush files 2026/05/14 13:19:47 [debug] 8596#8596: run cleanup: 000000000B4D7940 2026/05/14 13:19:47 [debug] 8596#8596: run cleanup: 000000000B4D7650 2026/05/14 13:19:47 [debug] 8596#8596: run cleanup: 000000000B44D830 2026/05/14 13:19:47 [debug] 8596#8596: run cleanup: 000000000B52A550 2026/05/14 13:19:47 [debug] 8596#8596: lua decrementing the reference count for Lua VM: 1 2026/05/14 13:19:47 [debug] 8596#8596: lua close the global Lua VM 00007F639E417380 2026/05/14 13:19:47 [debug] 8596#8596: run cleanup: 000000000B52A510 ' |
| 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 "2026/05/14 13:19:47 [debug] 8626#8626: lua tcp socket keepalive: free connection pool for \"foo\"" (req 0) |
2026/05/14 13:19:47 [notice] 8626#8626: exiting 2026/05/14 13:19:47 [debug] 8626#8626: flush files 2026/05/14 13:19:47 [debug] 8626#8626: run cleanup: 000000000B517D40 2026/05/14 13:19:47 [debug] 8626#8626: run cleanup: 000000000B4D6D80 2026/05/14 13:19:47 [debug] 8626#8626: run cleanup: 000000000B562E50 2026/05/14 13:19:47 [debug] 8626#8626: run cleanup: 000000000B5347A0 2026/05/14 13:19:47 [debug] 8626#8626: lua decrementing the reference count for Lua VM: 1 2026/05/14 13:19:47 [debug] 8626#8626: lua close the global Lua VM 00007F639E397380 2026/05/14 13:19:47 [debug] 8626#8626: run cleanup: 000000000B534760 ' |
| 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 "2026/05/14 13:19:48 [debug] 8657#8657: lua tcp socket keepalive: free connection pool for \"A\"" (req 0) |
2026/05/14 13:19:48 [debug] 8657#8657: lua tcp socket keepalive close handler: fd:7 2026/05/14 13:19:48 [debug] 8657#8657: event timer del: 7: 16348514 2026/05/14 13:19:48 [debug] 8657#8657: reusable connection: 0 2026/05/14 13:19:48 [debug] 8657#8657: lua tcp socket keepalive: free connection pool for "B" 2026/05/14 13:19:48 [debug] 8657#8657: worker cycle 2026/05/14 13:19:48 [debug] 8657#8657: epoll timer: 362 2026/05/14 13:19:48 [debug] 8657#8657: epoll: fd:3 ev:2011 d:000000000B5377B0 2026/05/14 13:19:48 [debug] 8657#8657: epoll_wait() error on fd:3 ev:2011 2026/05/14 13:19:48 [debug] 8657#8657: *408 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 "2026/05/14 13:19:48 [debug] 8657#8657: lua tcp socket keepalive: free connection pool for \"B\"" (req 0) |
2026/05/14 13:19:48 [debug] 8657#8657: worker cycle 2026/05/14 13:19:48 [debug] 8657#8657: epoll timer: 362 2026/05/14 13:19:48 [debug] 8657#8657: epoll: fd:3 ev:2011 d:000000000B5377B0 2026/05/14 13:19:48 [debug] 8657#8657: epoll_wait() error on fd:3 ev:2011 2026/05/14 13:19:48 [debug] 8657#8657: *408 http wait request handler 2026/05/14 13:19:48 [debug] 8657#8657: *408 malloc: 000000000B4D94B0:80 2026/05/14 13:19:48 [debug] 8657#8657: *408 malloc: 000000000B55E940:16 2026/05/14 13:19:48 [debug] 8657#8657: *408 malloc: 000000000B47C240:1024 2026/05/14 13:19:48 [debug] 8657#8657: *408 malloc: 000000000B528FA0: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 "2026/05/14 13:19:48 [debug] 8688#8688: lua tcp socket keepalive: free connection pool for \"A\"" (req 0) |
2026/05/14 13:19:48 [debug] 8688#8688: worker cycle 2026/05/14 13:19:48 [debug] 8688#8688: epoll timer: 450 2026/05/14 13:19:48 [debug] 8688#8688: epoll: fd:3 ev:2011 d:000000000B4D98F0 2026/05/14 13:19:48 [debug] 8688#8688: epoll_wait() error on fd:3 ev:2011 2026/05/14 13:19:48 [debug] 8688#8688: *434 http wait request handler 2026/05/14 13:19:48 [debug] 8688#8688: *434 malloc: 000000000B4FCDA0:80 2026/05/14 13:19:48 [debug] 8688#8688: *434 malloc: 000000000B518990:16 2026/05/14 13:19:48 [debug] 8688#8688: *434 malloc: 000000000B45CED0:1024 2026/05/14 13:19:48 [debug] 8688#8688: *434 malloc: 000000000B4D2750: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 "2026/05/14 13:19:53 [debug] 9008#9008: lua tcp socket keepalive: free connection pool for \"127.0.0.1:11211\"" (req 0) |
2026/05/14 13:19:53 [notice] 9008#9008: exiting 2026/05/14 13:19:53 [debug] 9008#9008: flush files 2026/05/14 13:19:53 [debug] 9008#9008: run cleanup: 000000000B5554A0 2026/05/14 13:19:53 [debug] 9008#9008: run cleanup: 000000000B555480 2026/05/14 13:19:53 [debug] 9008#9008: run cleanup: 000000000B516A00 2026/05/14 13:19:53 [debug] 9008#9008: run cleanup: 000000000B54EAF0 2026/05/14 13:19:53 [debug] 9008#9008: lua decrementing the reference count for Lua VM: 1 2026/05/14 13:19:53 [debug] 9008#9008: lua close the global Lua VM 00007F639E417380 2026/05/14 13:19:53 [debug] 9008#9008: run cleanup: 000000000B54EAB0 ' |
| 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 "2026/05/14 13:19:53 [debug] 9037#9037: lua tcp socket keepalive: free connection pool for \"unix:/home/ec2-user/git/lua-nginx-module/t/servroot/html/nginx.sock\"" (req 0) |
2026/05/14 13:19:53 [debug] 9037#9037: worker cycle 2026/05/14 13:19:53 [debug] 9037#9037: epoll timer: 398 2026/05/14 13:19:53 [debug] 9037#9037: epoll: fd:3 ev:2011 d:000000000B4D98F0 2026/05/14 13:19:53 [debug] 9037#9037: epoll_wait() error on fd:3 ev:2011 2026/05/14 13:19:53 [debug] 9037#9037: *687 http wait request handler 2026/05/14 13:19:53 [debug] 9037#9037: *687 malloc: 000000000B537370:80 2026/05/14 13:19:53 [debug] 9037#9037: *687 malloc: 000000000B533780:16 2026/05/14 13:19:53 [debug] 9037#9037: *687 malloc: 000000000B45CED0:1024 2026/05/14 13:19:53 [debug] 9037#9037: *687 malloc: 000000000B4D5A40:16 ' |
| 086-init-by.t | nginx: [error] | init_by_lua error: init_by_lua(nginx.conf:25):2: failed to init |
| 086-init-by.t | nginx: [error] | init_by_lua error: init_by_lua(nginx.conf:25):4: ')' expected (to close '(' at line 3) near 'ngx' |
| 086-init-by.t | nginx: [error] | init_by_lua_file error: ...e/ec2-user/git/lua-nginx-module/t/servroot/html/init.lua:3: ')' expected (to close '(' at line 2) near 'ngx' |
| 091-coroutine.t | nginx: [error] | init_by_lua error: init_by_lua(nginx.conf:25):7: init_by_lua(nginx.conf:25):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 7: merge big slabs (less than max slab size) backward - response_body - response is expected (repeated req 0, req 0) |
@@ -2,4 +2,4 @@ failed to safe set baz: no memory found bar: 4000 delete bar -successfully safe set baz +failed to safe set baz: no memory |
| 126-shdict-frag.t | TEST 9: cannot merge in-used big slabs page (forward) - response_body - response is expected (repeated req 0, req 0) |
@@ -1,4 +1,4 @@ -successfully set bar. +successfully set bar with force. failed to safe set baz: no memory found bar: 4000 delete bar |
| 126-shdict-frag.t | TEST 3: merge 3 single-page free slabs (actively deleted, merge backward AND forward) - response_body - response is expected (repeated req 0, req 0) |
@@ -1,5 +1,5 @@ successfully set foo. -successfully set bar. +successfully set bar with force. successfully set baz. found foo: 4000 found bar: 4001 |
| 132-lua-blocks.t | nginx: [emerg] | "events" directive is not allowed here in /home/ec2-user/git/lua-nginx-module/t/servroot/conf/nginx.conf:56 |
| 132-lua-blocks.t | nginx: [emerg] | Lua code block missing the closing long bracket "]]", 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 |
| 138-balancer.t | TEST 22: upstream does not support http2 - pattern "[error]" should not match any line in error.log but matches line "2026/05/14 13:28:57 [error] 3774#3774: *407 SSL_do_handshake() failed (SSL: error:0A000460:SSL routines::tlsv1 alert no application protocol:SSL alert number 120) while SSL handshaking to upstream, client: 127.0.0.1, server: localhost, request: \"GET /t HTTP/1.1\", upstream: \"https://127.0.0.1:53628\", host: \"localhost\"" (req 0) |
2026/05/14 13:28:57 [debug] 3774#3774: *407 http upstream ssl handshake: "/t?" 2026/05/14 13:28:57 [debug] 3774#3774: *407 http next upstream, 2 2026/05/14 13:28:57 [debug] 3774#3774: *407 free keepalive peer 2026/05/14 13:28:57 [debug] 3774#3774: *407 free rr peer 1 4 2026/05/14 13:28:57 [debug] 3774#3774: *407 finalize http upstream request: 502 2026/05/14 13:28:57 [debug] 3774#3774: *407 finalize proxy http2 request 2026/05/14 13:28:57 [debug] 3774#3774: *407 close http upstream connection: 4 2026/05/14 13:28:57 [debug] 3774#3774: *407 free: 000000001AABBBD0, unused: 0 2026/05/14 13:28:57 [debug] 3774#3774: *407 event timer del: 4: 16898575 ' |
| 138-balancer.t | TEST 22: upstream does not support http2 - pattern "[error]" should not match any line in error.log but matches line "2026/05/14 13:28:57 [error] 3774#3774: *410 SSL_do_handshake() failed (SSL: error:0A000460:SSL routines::tlsv1 alert no application protocol:SSL alert number 120) while SSL handshaking to upstream, client: 127.0.0.1, server: localhost, request: \"GET /t HTTP/1.1\", upstream: \"https://127.0.0.1:53628\", host: \"localhost\"" (req 1) |
2026/05/14 13:28:57 [debug] 3774#3774: *410 http upstream ssl handshake: "/t?" 2026/05/14 13:28:57 [debug] 3774#3774: *410 http next upstream, 2 2026/05/14 13:28:57 [debug] 3774#3774: *410 free keepalive peer 2026/05/14 13:28:57 [debug] 3774#3774: *410 free rr peer 1 4 2026/05/14 13:28:57 [debug] 3774#3774: *410 finalize http upstream request: 502 2026/05/14 13:28:57 [debug] 3774#3774: *410 finalize proxy http2 request 2026/05/14 13:28:57 [debug] 3774#3774: *410 close http upstream connection: 4 2026/05/14 13:28:57 [debug] 3774#3774: *410 free: 000000001AA9BA80, unused: 0 2026/05/14 13:28:57 [debug] 3774#3774: *410 event timer del: 4: 16898643 ' |
| 139-ssl-cert-by.t | TEST 19: check the count of running timers - pattern "[error]" should not match any line in error.log but matches line "2026/05/14 13:29:02 [error] 4004#4004: send() failed (111: Connection refused) while logging to syslog, server: 127.0.0.1:12345" (req 0) |
2026/05/14 13:29:02 [debug] 4034#4034: *50 malloc: 000000001AFBF6F0:16 2026/05/14 13:29:02 [debug] 4034#4034: *50 recv: eof:1, avail:-1 2026/05/14 13:29:02 [debug] 4034#4034: *50 recv: fd:3 0 of 1024 2026/05/14 13:29:02 [info] 4034#4034: *50 client 127.0.0.1 closed keepalive connection 2026/05/14 13:29:02 [debug] 4004#4004: close listening unix:/home/ec2-user/git/lua-nginx-module/t/servroot/html/nginx.sock #6 2026/05/14 13:29:02 [debug] 4034#4034: *50 close http connection: 3 2026/05/14 13:29:02 [debug] 4034#4034: *50 event timer del: 3: 16910905 2026/05/14 13:29:02 [debug] 4004#4004: epoll del event: fd:7 op:2 ev:00000000 2026/05/14 13:29:02 [debug] 4034#4034: *50 reusable connection: 0 ' Looks like you failed 1 test of 606. |
| 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 6: delete operation on list type - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1,3 @@ -push success +push err: value not a list true nil nil nil |
| 145-shdict-list.t | TEST 17: expire on all types - response_body - response is expected (repeated req 0, req 0) |
@@ -1,2 +1,2 @@ -keys number: 2 +keys number: 4 keys number: 0 |
| 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 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 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 1: lpush & lpop - response_body - response is expected (repeated req 0, req 0) |
@@ -1,5 +1,5 @@ -push success +push err: value not a list -1 nil +nil value not a list -bar nil +nil value not a list -0 nil +nil value not a list -nil nil +nil value not a list |
| 145-shdict-list.t | TEST 8: get_keys operation on list type - response_body - response is expected (repeated req 0, req 0) |
@@ -1,2 +1,2 @@ push success -key: foo +key: cc |
| 146-malloc-trim.t | TEST 4: malloc_trim() every 3 req, in subreq - grep_error_log_out (req 0) |
'malloc_trim(1) returned 0 malloc_trim(1) returned 0 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 ' doesn't match '(?^:\Amalloc_trim\(1\) returned [01] malloc_trim\(1\) returned [01] \z)' |
| 146-malloc-trim.t | TEST 6: zero count means off - grep_error_log_out (req 0) |
got: 'malloc_trim(1) returned 1 ' expected: '' |
| 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 ' doesn't match '(?^:\Amalloc_trim\(1\) returned [01] malloc_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 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 ' doesn't match '(?^:\Amalloc_trim\(1\) returned [01] \z)' |
| 146-malloc-trim.t | TEST 5: malloc_trim() every 2 req, in subreq, big memory usage - grep_error_log_out (req 0) |
@@ -1,3 +1,15 @@ malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 +malloc_trim(1) returned 1 +malloc_trim(1) returned 1 +malloc_trim(1) returned 1 +malloc_trim(1) returned 1 +malloc_trim(1) returned 1 +malloc_trim(1) returned 1 +malloc_trim(1) returned 1 +malloc_trim(1) returned 1 +malloc_trim(1) returned 1 +malloc_trim(1) returned 1 +malloc_trim(1) returned 1 +malloc_trim(1) returned 1 |
| 146-malloc-trim.t | TEST 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 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)' |
| 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 | TEST 4: multiply zones - response_body - response is expected (repeated req 0, req 0) |
@@ -1,7 +1,7 @@ name=x1 size=1048576 isinit=true -isold=false +isold=true name=x2 size=2097152 isinit=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 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A87230 (ref 25) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A87230 (ref 25) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021ED9A40, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213808224: 16931231 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A7DEE0 (ref 25) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E0A7C0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DEB720:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED9A40:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A6C1A0 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A6C1A0 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E00B30, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213807712: 16931231 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A7E0E0 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E752F0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED8850:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E208D0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A6C3A0 (ref 27) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A6C3A0 (ref 27) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E15A60, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213807200: 16931231 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A7E2E0 (ref 27) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED17F0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EA2D60:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E15A60:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A6C5A0 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A6C5A0 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E8B1D0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213806688: 16931231 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A7E358 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E77020:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EB9B10:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E8B1B0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A6C7A0 (ref 11) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A6C7A0 (ref 11) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EC2050, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213806176: 16931231 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A7D6C8 (ref 11) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E10AE0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E87B50:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EC2050:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A6C9A0 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A6C9A0 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E9E060, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213805664: 16931231 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A7D740 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ECF870:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E19480:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9E060:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A6CBA0 (ref 31) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A6CBA0 (ref 31) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E9DB80, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213805152: 16931231 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A90C88 (ref 31) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EAB380:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ECD930:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9DB80:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A6CDA0 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A6CDA0 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EC72D0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213804640: 16931231 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A90E88 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E14410:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9E200:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EC72D0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A6CFA0 (ref 2) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A6CFA0 (ref 2) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E72900, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213738296: 16931231 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A91088 (ref 2) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED8B50:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EA6AB0:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E72900:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A7D2C8 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A7D2C8 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E18FC0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213737784: 16931231 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A91288 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EBD090:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DEFC30:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E18FC0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A7D4C8 (ref 20) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A7D4C8 (ref 20) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E9FF20, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: worker cycle 2026/05/14 13:30:30 [debug] 7863#7863: epoll timer: 10 2026/05/14 13:30:30 [debug] 7863#7863: timer delta: 11 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213631816: 16931241 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A91488 (ref 20) ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A972B8 (ref 12) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A972B8 (ref 12) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E9FFD0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213752712: 16931241 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A91688 (ref 12) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EA4C80:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DF3DB0:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9FFD0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A79A78 (ref 13) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A79A78 (ref 13) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EC6D90, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213752832: 16931241 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A91888 (ref 13) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EB9320:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E0A2F0:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EC6D90:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A79A00 (ref 14) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A79A00 (ref 14) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E9F970, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213752952: 16931241 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A91A88 (ref 14) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E01E90:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DEC880:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9F970:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A79988 (ref 15) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A79988 (ref 15) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021DF9230, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213710000: 16931241 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A91C88 (ref 15) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9DCC0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EC2010:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DF9230:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A84150 (ref 16) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A84150 (ref 16) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E74400, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213731888: 16931241 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A91D00 (ref 16) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E72E90:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E78E50:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E74400:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A7EBD0 (ref 17) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A7EBD0 (ref 17) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E798B0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213732008: 16931241 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A91D78 (ref 17) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EB5720:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9E0E0:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E798B0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A7EB58 (ref 18) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A7EB58 (ref 18) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021DF4400, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213732128: 16931241 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A91DF0 (ref 18) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EB2380:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DEB8F0:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DF4400:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A7EAE0 (ref 19) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A7EAE0 (ref 19) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EE2110, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213753984: 16931241 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A4C638 (ref 19) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E627E0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EA4FD0:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EE2110:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A79580 (ref 23) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A79580 (ref 23) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E766A0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213735712: 16931241 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A4C838 (ref 23) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED6F10:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E048A0:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E766A0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A7DCE0 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A7DCE0 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E17D70, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213735200: 16931241 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A4CA38 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E0A7C0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E87A40:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E70440:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A7DEE0 (ref 25) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A7DEE0 (ref 25) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E9F910, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213734688: 16931241 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A4CC38 (ref 25) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E752F0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DEB720:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9F910:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A7E0E0 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A7E0E0 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E208F0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213734176: 16931241 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A4CE38 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED17F0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED8850:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E208D0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A7E2E0 (ref 27) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A7E2E0 (ref 27) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EA5010, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213734056: 16931241 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A4D038 (ref 27) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E77020:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EA2D60:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EA5010:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A7E358 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A7E358 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E70420, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213737272: 16931241 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A4D238 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E10AE0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EB9B10:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E70420:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A7D6C8 (ref 11) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A7D6C8 (ref 11) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021ED8600, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213737152: 16931241 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A4D438 (ref 11) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ECF870:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E87B50:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED8600:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A7D740 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A7D740 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EC4110, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213657976: 16931241 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A4D638 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EAB380:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E19480:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EC4110:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A90C88 (ref 31) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A90C88 (ref 31) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E082E0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213657464: 16931241 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A4D838 (ref 31) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E14410:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ECD930:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E082E0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A90E88 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A90E88 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E1C2B0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213656952: 16931241 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A4DA38 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED8B50:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9E200:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E1C2B0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A91088 (ref 2) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A91088 (ref 2) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021DF00B0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213656440: 16931241 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A4DC38 (ref 2) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EBD090:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EA6AB0:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DF00B0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A91288 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A91288 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021DEFC70, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: worker cycle 2026/05/14 13:30:30 [debug] 7863#7863: epoll timer: 9 2026/05/14 13:30:30 [notice] 7630#7630: signal 1 (SIGHUP) received from 7891, reconfiguring 2026/05/14 13:30:30 [debug] 7630#7630: wake up, sigio 0 2026/05/14 13:30:30 [notice] 7630#7630: reconfiguring 2026/05/14 13:30:30 [debug] 7630#7630: malloc: 0000000021E1CDE0:48 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A4C838 (ref 23) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A4C838 (ref 23) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EE7D10, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213937096: 16931252 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A4E108 (ref 23) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E0A7C0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E048A0:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EE7D10:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A4CA38 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A4CA38 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E75770, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213936584: 16931252 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A4E308 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E752F0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E87A40:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E75770:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A4CC38 (ref 25) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A4CC38 (ref 25) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021ED9A40, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213936072: 16931252 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A4E508 (ref 25) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED17F0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DEB720:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED9A40:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A4CE38 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A4CE38 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E75790, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213935560: 16931252 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A4E708 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E77020:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED8850:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E208D0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A4D038 (ref 27) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A4D038 (ref 27) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E15A60, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213935048: 16931252 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A4E908 (ref 27) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E10AE0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EA2D60:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E15A60:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A4D238 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A4D238 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E8B1B0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213934536: 16931252 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A4EB08 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ECF870:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EB9B10:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E8B1B0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A4D438 (ref 11) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A4D438 (ref 11) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EC2050, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213934024: 16931252 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A4ED08 (ref 11) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EAB380:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E87B50:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EC2050:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A4D638 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A4D638 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E9E060, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213933512: 16931252 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A4EF08 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E14410:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E19480:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9E060:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A4D838 (ref 31) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A4D838 (ref 31) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E9DB80, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213933000: 16931252 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A4F108 (ref 31) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED8B50:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ECD930:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9DB80:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A4DA38 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A4DA38 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EC72D0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213932488: 16931252 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A4F308 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EBD090:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9E200:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EC72D0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A4DC38 (ref 2) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A4DC38 (ref 2) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E72900, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: worker cycle 2026/05/14 13:30:30 [debug] 7863#7863: epoll timer: 10 2026/05/14 13:30:30 [debug] 7630#7630: malloc: 0000000021EB6C50:2048 2026/05/14 13:30:30 [debug] 7630#7630: malloc: 0000000021DFAAE0:6048 2026/05/14 13:30:30 [debug] 7630#7630: malloc: 0000000021EB6C30:16 2026/05/14 13:30:30 [debug] 7630#7630: malloc: 0000000021DFC290:8128 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A871B8 (ref 10) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A871B8 (ref 10) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E9FF90, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213698120: 16931263 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A4F708 (ref 10) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EA4C80:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E00D80:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9FF90:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A86FB8 (ref 9) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A86FB8 (ref 9) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EBBA90, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213698632: 16931263 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A4F908 (ref 9) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EB9320:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E78570:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EBBA90:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A86DB8 (ref 8) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A86DB8 (ref 8) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E14A10, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213699144: 16931263 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A4FB08 (ref 8) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E01E90:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DF1980:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E14A10:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A86BB8 (ref 7) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A86BB8 (ref 7) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EC26F0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213699656: 16931263 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A4FD08 (ref 7) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9DCC0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DEFC30:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EC26F0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A869B8 (ref 6) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A869B8 (ref 6) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021ED0420, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213700168: 16931263 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A4FF08 (ref 6) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E72E90:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EA4E40:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED0420:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A867B8 (ref 5) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A867B8 (ref 5) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E62940, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213700680: 16931263 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A50108 (ref 5) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EB5720:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EC43B0:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E62940:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A865B8 (ref 4) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A865B8 (ref 4) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E11360, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213701192: 16931263 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A50308 (ref 4) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EB2380:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EC72F0:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E11360:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A863B8 (ref 3) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A863B8 (ref 3) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EC98A0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213614640: 16931263 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A50508 (ref 3) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E627E0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E0F040:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EC98A0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A9B5D0 (ref 21) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A9B5D0 (ref 21) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E04E80, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213931768: 16931263 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A50708 (ref 21) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED6F10:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9DB40:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E008D0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A4DF08 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A4DF08 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E00B30, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213931256: 16931263 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A50908 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E0A7C0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EBBD50:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DF1B90:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A4E108 (ref 23) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A4E108 (ref 23) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E766A0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213930744: 16931263 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A50B08 (ref 23) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E752F0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E048A0:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E766A0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A4E308 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A4E308 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E02300, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213930232: 16931263 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A50D08 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED17F0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E87A40:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E75770:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A4E508 (ref 25) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A4E508 (ref 25) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E9F910, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213929720: 16931263 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A50F08 (ref 25) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E77020:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DEB720:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9F910:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A4E708 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A4E708 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021DF1A00, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213929208: 16931263 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A51108 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E10AE0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED8850:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DF1A00:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A4E908 (ref 27) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A4E908 (ref 27) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EA5010, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213928696: 16931263 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A51308 (ref 27) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ECF870:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EA2D60:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EA5010:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A4EB08 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A4EB08 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E70420, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213928184: 16931263 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A51508 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EAB380:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EB9B10:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E70420:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A4ED08 (ref 11) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A4ED08 (ref 11) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021ED8600, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213927672: 16931263 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A51708 (ref 11) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E14410:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E87B50:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED8600:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A4EF08 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A4EF08 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EC4110, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213927160: 16931263 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A51908 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED8B50:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E19480:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EC4110:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A4F108 (ref 31) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A4F108 (ref 31) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E082E0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213926648: 16931263 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A51B08 (ref 31) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EBD090:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ECD930:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E082E0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A4F308 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A4F308 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E1C2B0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: worker cycle 2026/05/14 13:30:30 [debug] 7863#7863: epoll timer: 10 2026/05/14 13:30:30 [debug] 7863#7863: timer delta: 10 2026/05/14 13:30:30 [debug] 7863#7863: *4298 event timer del: 0: 16931273 2026/05/14 13:30:30 [debug] 7863#7863: *4298 lua sleep timer expired: "?" 2026/05/14 13:30:30 [debug] 7863#7863: *4298 lua run thread, top:0 c:1 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A50708 (ref 21) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A50708 (ref 21) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021DF1A20, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213921016: 16931273 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A51F08 (ref 21) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E0A7C0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9DB40:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E008D0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A50908 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A50908 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021DF1BB0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213920504: 16931273 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A52108 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E752F0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EBBD50:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DF1B90:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A50B08 (ref 23) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A50B08 (ref 23) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EE7D10, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213919992: 16931273 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A52308 (ref 23) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED17F0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E048A0:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EE7D10:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A50D08 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A50D08 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021ED89F0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213919480: 16931273 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A52508 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E77020:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E87A40:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED89F0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A50F08 (ref 25) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A50F08 (ref 25) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021ED9A40, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213918968: 16931273 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A52708 (ref 25) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E10AE0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DEB720:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED9A40:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A51108 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A51108 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E208D0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213918456: 16931273 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A52908 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ECF870:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED8850:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E208D0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A51308 (ref 27) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A51308 (ref 27) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E15A60, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213917944: 16931273 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A52B08 (ref 27) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EAB380:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EA2D60:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E15A60:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A51508 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A51508 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E8B1B0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213917432: 16931273 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A52D08 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E14410:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EB9B10:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E8B1B0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A51708 (ref 11) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A51708 (ref 11) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EC2050, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213916920: 16931273 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A52F08 (ref 11) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED8B50:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E87B50:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EC2050:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A51908 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A51908 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E9E060, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213916408: 16931273 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A53108 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EBD090:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E19480:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9E060:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A51B08 (ref 31) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A51B08 (ref 31) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E9DB80, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: worker cycle 2026/05/14 13:30:30 [debug] 7863#7863: epoll timer: 10 2026/05/14 13:30:30 [debug] 7863#7863: timer delta: 11 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213938120: 16931283 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A53308 (ref 31) ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A4C638 (ref 19) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A4C638 (ref 19) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E008B0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213653520: 16931283 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A53508 (ref 19) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EA4C80:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DEC880:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E008B0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A91DF0 (ref 18) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A91DF0 (ref 18) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E1D300, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213653640: 16931283 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A53708 (ref 18) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EB9320:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E0A2F0:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E1D300:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A91D78 (ref 17) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A91D78 (ref 17) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E11680, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213653760: 16931283 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A53908 (ref 17) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E01E90:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DF3DB0:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E11680:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A91D00 (ref 16) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A91D00 (ref 16) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E12610, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213653880: 16931283 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A53B08 (ref 16) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9DCC0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED2920:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E12610:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A91C88 (ref 15) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A91C88 (ref 15) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EBB430, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213654392: 16931283 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A53D08 (ref 15) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E72E90:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9E200:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EBB430:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A91A88 (ref 14) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A91A88 (ref 14) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021DFA4A0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213654904: 16931283 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A53F08 (ref 14) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EB5720:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9E020:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DFA4A0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A91888 (ref 13) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A91888 (ref 13) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E1ACF0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213655416: 16931283 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A54108 (ref 13) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EB2380:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EC2160:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E1ACF0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A91688 (ref 12) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A91688 (ref 12) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EAB980, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213655928: 16931283 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A54308 (ref 12) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E627E0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9FFB0:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EAB980:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A91488 (ref 20) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A91488 (ref 20) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E9FF20, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213915896: 16931283 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A54508 (ref 20) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED6F10:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EC2010:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9FF20:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A51D08 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A51D08 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E02300, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213915384: 16931283 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A54708 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E0A7C0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E78E50:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E04E80:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A51F08 (ref 21) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A51F08 (ref 21) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E00B30, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213914872: 16931283 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A54908 (ref 21) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E752F0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9DB40:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E008D0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A52108 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A52108 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E8B1D0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213914360: 16931283 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A54B08 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED17F0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EBBD50:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DF1B90:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A52308 (ref 23) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A52308 (ref 23) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E766A0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213913848: 16931283 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A54D08 (ref 23) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E77020:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E048A0:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E766A0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A52508 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A52508 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E75770, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213913336: 16931283 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A54F08 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E10AE0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E87A40:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E75770:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A52708 (ref 25) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A52708 (ref 25) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E9F910, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213912824: 16931283 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A55108 (ref 25) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ECF870:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DEB720:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9F910:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A52908 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A52908 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021DF1A00, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213912312: 16931283 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A55308 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EAB380:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED8850:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DF1A00:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A52B08 (ref 27) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A52B08 (ref 27) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EA5010, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213911800: 16931283 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A55508 (ref 27) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E14410:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EA2D60:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EA5010:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A52D08 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A52D08 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E70420, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213911288: 16931283 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A55708 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED8B50:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EB9B10:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E70420:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A52F08 (ref 11) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A52F08 (ref 11) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021ED8600, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213910776: 16931283 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A55908 (ref 11) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EBD090:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E87B50:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED8600:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A53108 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A53108 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EC4110, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: worker cycle 2026/05/14 13:30:30 [debug] 7863#7863: epoll timer: 9 2026/05/14 13:30:30 [debug] 7863#7863: timer delta: 10 2026/05/14 13:30:30 [debug] 7863#7863: *4307 event timer del: 0: 16931293 2026/05/14 13:30:30 [debug] 7863#7863: *4307 lua sleep timer expired: "?" 2026/05/14 13:30:30 [debug] 7863#7863: *4307 lua run thread, top:0 c:1 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A54508 (ref 20) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A54508 (ref 20) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E00890, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213905144: 16931294 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A55D08 (ref 20) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E0A7C0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EC2010:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E00890:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A54708 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A54708 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E75790, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213904632: 16931294 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A55F08 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E752F0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E78E50:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E8B1D0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A54908 (ref 21) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A54908 (ref 21) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E70440, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213904120: 16931294 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A56108 (ref 21) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED17F0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9DB40:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E008D0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A54B08 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A54B08 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EBAD20, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213903608: 16931294 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A56308 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E77020:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EBBD50:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EBAD20:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A54D08 (ref 23) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A54D08 (ref 23) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EE7D10, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213903096: 16931294 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A56508 (ref 23) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E10AE0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E048A0:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EE7D10:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A54F08 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A54F08 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021ED89F0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213902584: 16931294 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A56708 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ECF870:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E87A40:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED89F0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A55108 (ref 25) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A55108 (ref 25) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021ED9A40, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213902072: 16931294 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A56908 (ref 25) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EAB380:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DEB720:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED9A40:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A55308 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A55308 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E208D0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213901560: 16931294 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A56B08 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E14410:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED8850:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E208D0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A55508 (ref 27) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A55508 (ref 27) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E15A60, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213901048: 16931294 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A56D08 (ref 27) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED8B50:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EA2D60:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E15A60:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A55708 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A55708 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E8B1B0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213900536: 16931294 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A56F08 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EBD090:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EB9B10:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E8B1B0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A55908 (ref 11) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A55908 (ref 11) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EC2050, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: worker cycle 2026/05/14 13:30:30 [debug] 7863#7863: epoll timer: 10 2026/05/14 13:30:30 [debug] 7863#7863: epoll: fd:6 ev:0001 d:0000000021EF3960 2026/05/14 13:30:30 [debug] 7863#7863: accept on 0.0.0.0:1984, ready: 0 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E87B50:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EC2050:16 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A50508 (ref 3) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A50508 (ref 3) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E18FC0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213922552: 16931304 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A57308 (ref 3) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EA4C80:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E78570:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E18FC0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A50308 (ref 4) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A50308 (ref 4) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E9E470, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213923064: 16931304 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A57508 (ref 4) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EB9320:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E00D80:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9E470:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A50108 (ref 5) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A50108 (ref 5) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EC6D90, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213923576: 16931304 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A57708 (ref 5) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E01E90:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EA6AB0:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EC6D90:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A4FF08 (ref 6) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A4FF08 (ref 6) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E9F970, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213924088: 16931304 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A57908 (ref 6) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9DCC0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E19480:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9F970:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A4FD08 (ref 7) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A4FD08 (ref 7) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021DF9230, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213924600: 16931304 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A57B08 (ref 7) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E72E90:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9E0E0:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DF9230:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A4FB08 (ref 8) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A4FB08 (ref 8) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E74400, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213925112: 16931304 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A57D08 (ref 8) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EB5720:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DEB8F0:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E74400:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A4F908 (ref 9) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A4F908 (ref 9) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E798B0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213925624: 16931304 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A57F08 (ref 9) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EB2380:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EA4FD0:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E798B0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A4F708 (ref 10) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A4F708 (ref 10) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EBB010, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213926136: 16931304 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A58108 (ref 10) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E627E0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E0F040:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EBB010:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A4F508 (ref 2) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A4F508 (ref 2) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021DF00B0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213900024: 16931304 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A58308 (ref 2) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED6F10:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DF1980:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DF00B0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A55B08 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A55B08 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E208F0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213899512: 16931304 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A58508 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E0A7C0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EA4E40:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E01930:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A55D08 (ref 20) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A55D08 (ref 20) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E9FF20, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213899000: 16931304 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A58708 (ref 20) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E752F0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EC2010:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9FF20:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A55F08 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A55F08 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E00B30, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213898488: 16931304 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A58908 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED17F0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E78E50:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED0570:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A56108 (ref 21) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A56108 (ref 21) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E02300, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213897976: 16931304 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A58B08 (ref 21) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E77020:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9DB40:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E008D0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A56308 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A56308 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021DF1B90, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213897464: 16931304 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A58D08 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E10AE0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EBBD50:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DF1B90:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A56508 (ref 23) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A56508 (ref 23) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E766A0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213896952: 16931304 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A58F08 (ref 23) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ECF870:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E048A0:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E766A0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A56708 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A56708 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E75770, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213896440: 16931304 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A59108 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EAB380:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E87A40:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E75770:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A56908 (ref 25) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A56908 (ref 25) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E9F910, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213895928: 16931304 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A59308 (ref 25) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E14410:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DEB720:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9F910:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A56B08 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A56B08 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021DF1A00, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213895416: 16931304 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A59508 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED8B50:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED8850:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DF1A00:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A56D08 (ref 27) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A56D08 (ref 27) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EA5010, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213894904: 16931304 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A59708 (ref 27) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EBD090:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EA2D60:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EA5010:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A56F08 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A56F08 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E70420, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: worker cycle 2026/05/14 13:30:30 [debug] 7863#7863: epoll timer: 10 2026/05/14 13:30:30 [debug] 7863#7863: timer delta: 11 2026/05/14 13:30:30 [debug] 7863#7863: *4316 event timer del: 0: 16931314 2026/05/14 13:30:30 [debug] 7863#7863: *4316 lua sleep timer expired: "?" 2026/05/14 13:30:30 [debug] 7863#7863: *4316 lua run thread, top:0 c:1 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A58308 (ref 2) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A58308 (ref 2) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E72900, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213889272: 16931314 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A59B08 (ref 2) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E0A7C0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DF1980:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E72900:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A58508 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A58508 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E01970, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213888760: 16931314 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A59D08 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E752F0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EA4E40:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E01970:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A58708 (ref 20) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A58708 (ref 20) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E00890, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213888248: 16931314 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A59F08 (ref 20) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED17F0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EC2010:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E00890:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A58908 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A58908 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021ED0550, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213887736: 16931314 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5A108 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E77020:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E78E50:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED0550:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A58B08 (ref 21) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A58B08 (ref 21) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021ED0590, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213887224: 16931314 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5A308 (ref 21) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E10AE0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9DB40:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED0590:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A58D08 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A58D08 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EBAD20, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213886712: 16931314 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5A508 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ECF870:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EBBD50:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EBAD20:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A58F08 (ref 23) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A58F08 (ref 23) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EE7D10, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213886200: 16931314 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5A708 (ref 23) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EAB380:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E048A0:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EE7D10:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A59108 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A59108 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021ED89F0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213885688: 16931314 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5A908 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E14410:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E87A40:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED89F0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A59308 (ref 25) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A59308 (ref 25) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021ED9A40, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213885176: 16931314 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5AB08 (ref 25) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED8B50:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DEB720:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED9A40:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A59508 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A59508 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E208D0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213884664: 16931314 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5AD08 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EBD090:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED8850:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E208D0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A59708 (ref 27) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A59708 (ref 27) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E15A60, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: worker cycle 2026/05/14 13:30:30 [debug] 7863#7863: epoll timer: 10 2026/05/14 13:30:30 [debug] 7892#7892: epoll: fd:6 ev:0001 d:0000000021EF01E0 2026/05/14 13:30:30 [debug] 7892#7892: accept on 0.0.0.0:1984, ready: 0 2026/05/14 13:30:30 [debug] 7892#7892: malloc: 0000000021EBBD50:48 2026/05/14 13:30:30 [debug] 7892#7892: malloc: 0000000021E1AA00:16 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A54308 (ref 12) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A54308 (ref 12) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EC72D0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213906680: 16931325 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5B108 (ref 12) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EA4C80:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DF3DB0:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EC72D0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A54108 (ref 13) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A54108 (ref 13) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021DF4400, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213907192: 16931325 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5B308 (ref 13) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EB9320:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E0A2F0:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DF4400:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A53F08 (ref 14) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A53F08 (ref 14) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EBBA90, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213907704: 16931325 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5B508 (ref 14) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E01E90:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DEC880:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EBBA90:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A53D08 (ref 15) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A53D08 (ref 15) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E14A10, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213908216: 16931325 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5B708 (ref 15) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9DCC0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ECD930:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E14A10:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A53B08 (ref 16) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A53B08 (ref 16) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EC26F0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213908728: 16931325 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5B908 (ref 16) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E72E90:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EB9B10:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EC26F0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A53908 (ref 17) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A53908 (ref 17) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021ED0420, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213909240: 16931325 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5BB08 (ref 17) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EB5720:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EC43B0:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED0420:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A53708 (ref 18) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A53708 (ref 18) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E62940, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213909752: 16931325 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5BD08 (ref 18) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EB2380:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EC72F0:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E62940:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A53508 (ref 19) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A53508 (ref 19) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EB29A0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213910264: 16931325 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5BF08 (ref 19) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E627E0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EE6280:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EB29A0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A53308 (ref 31) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A53308 (ref 31) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021ED8600, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213884152: 16931325 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5C108 (ref 31) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED6F10:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED2920:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED8600:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A59908 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A59908 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E0F720, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213883640: 16931325 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5C308 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E0A7C0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9E200:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EB5EE0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A59B08 (ref 2) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A59B08 (ref 2) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021DF00B0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213883128: 16931325 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5C508 (ref 2) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E752F0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DF1980:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DF00B0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A59D08 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A59D08 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E01930, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213882616: 16931325 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5C708 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED17F0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EA4E40:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E01930:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A59F08 (ref 20) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A59F08 (ref 20) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E9FF20, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213882104: 16931325 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5C908 (ref 20) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E77020:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EC2010:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9FF20:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5A108 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5A108 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021ED0570, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213881592: 16931325 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5CB08 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E10AE0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E78E50:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED0570:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5A308 (ref 21) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5A308 (ref 21) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E008D0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213881080: 16931325 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5CD08 (ref 21) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ECF870:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9DB40:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E008D0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5A508 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5A508 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021DF1B90, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213880568: 16931325 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5CF08 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EAB380:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EBBD50:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DF1B90:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5A708 (ref 23) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5A708 (ref 23) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E766A0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213880056: 16931325 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5D108 (ref 23) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E14410:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E048A0:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E766A0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5A908 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5A908 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E75770, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213879544: 16931325 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5D308 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED8B50:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E87A40:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E75770:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5AB08 (ref 25) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5AB08 (ref 25) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E9F910, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213879032: 16931325 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5D508 (ref 25) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EBD090:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DEB720:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9F910:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5AD08 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5AD08 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021DF1A00, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: worker cycle 2026/05/14 13:30:30 [debug] 7863#7863: epoll timer: 9 2026/05/14 13:30:30 [debug] 7892#7892: epoll: fd:6 ev:0001 d:0000000021EF01E0 2026/05/14 13:30:30 [debug] 7892#7892: accept on 0.0.0.0:1984, ready: 0 2026/05/14 13:30:30 [debug] 7892#7892: malloc: 0000000021EBBD50:48 2026/05/14 13:30:30 [debug] 7892#7892: malloc: 0000000021E76D30:16 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5C108 (ref 31) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5C108 (ref 31) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EC2050, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213873400: 16931336 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5D908 (ref 31) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E0A7C0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED2920:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EC2050:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5C308 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5C308 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E02300, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213872888: 16931336 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5DB08 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E752F0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9E200:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E208F0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5C508 (ref 2) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5C508 (ref 2) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E72900, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213872376: 16931336 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5DD08 (ref 2) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED17F0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DF1980:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E72900:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5C708 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5C708 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E01970, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213871864: 16931336 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5DF08 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E77020:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EA4E40:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E01970:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5C908 (ref 20) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5C908 (ref 20) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E00890, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213871352: 16931336 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5E108 (ref 20) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E10AE0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EC2010:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E00890:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5CB08 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5CB08 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021ED0550, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213870840: 16931336 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5E308 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ECF870:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E78E50:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED0550:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5CD08 (ref 21) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5CD08 (ref 21) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021ED0590, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213870328: 16931336 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5E508 (ref 21) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EAB380:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9DB40:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED0590:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5CF08 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5CF08 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EBAD20, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213869816: 16931336 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5E708 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E14410:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EBBD50:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EBAD20:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5D108 (ref 23) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5D108 (ref 23) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EE7D10, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213869304: 16931336 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5E908 (ref 23) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED8B50:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E048A0:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EE7D10:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5D308 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5D308 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021ED89F0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213868792: 16931336 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5EB08 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EBD090:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E87A40:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED89F0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5D508 (ref 25) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5D508 (ref 25) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021ED9A40, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: worker cycle 2026/05/14 13:30:30 [debug] 7863#7863: epoll timer: 10 2026/05/14 13:30:30 [debug] 7892#7892: epoll: fd:6 ev:0001 d:0000000021EF01E0 2026/05/14 13:30:30 [debug] 7892#7892: accept on 0.0.0.0:1984, ready: 0 2026/05/14 13:30:30 [debug] 7892#7892: malloc: 0000000021EBBD50:48 2026/05/14 13:30:30 [debug] 7892#7892: malloc: 0000000021ECDDD0:16 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A58108 (ref 10) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A58108 (ref 10) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E9E060, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213890808: 16931346 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5EF08 (ref 10) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EA4C80:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EA6AB0:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9E060:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A57F08 (ref 9) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A57F08 (ref 9) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E195F0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213891320: 16931346 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5F108 (ref 9) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EB9320:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E00D80:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E195F0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A57D08 (ref 8) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A57D08 (ref 8) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E15CC0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213891832: 16931346 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5F308 (ref 8) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E01E90:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E78570:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E15CC0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A57B08 (ref 7) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A57B08 (ref 7) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021DCF4E0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213892344: 16931346 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5F508 (ref 7) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9DCC0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E87B50:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DCF4E0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A57908 (ref 6) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A57908 (ref 6) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021ED76E0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213892856: 16931346 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5F708 (ref 6) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E72E90:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED8850:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED76E0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A57708 (ref 5) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A57708 (ref 5) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EC7270, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213893368: 16931346 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5F908 (ref 5) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EB5720:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9E020:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EC7270:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A57508 (ref 4) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A57508 (ref 4) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021DF5BF0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213893880: 16931346 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5FB08 (ref 4) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EB2380:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EC2160:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DF5BF0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A57308 (ref 3) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A57308 (ref 3) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EBBA40, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213894392: 16931346 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5FD08 (ref 3) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E627E0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E0F040:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EBBA40:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A57108 (ref 11) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A57108 (ref 11) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E01950, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213868280: 16931346 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A5FF08 (ref 11) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED6F10:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E19480:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E01950:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5D708 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5D708 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E8B1D0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213867768: 16931346 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A60108 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E0A7C0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9E0E0:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E0F720:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5D908 (ref 31) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5D908 (ref 31) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021ED8600, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213867256: 16931346 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A60308 (ref 31) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E752F0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED2920:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED8600:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5DB08 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5DB08 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E1BE90, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213866744: 16931346 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A60508 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED17F0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9E200:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EF0190:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5DD08 (ref 2) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5DD08 (ref 2) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021DF00B0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213866232: 16931346 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A60708 (ref 2) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E77020:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DF1980:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DF00B0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5DF08 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5DF08 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E01930, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213865720: 16931346 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A60908 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E10AE0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EA4E40:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E01930:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5E108 (ref 20) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5E108 (ref 20) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E9FF20, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213865208: 16931346 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A60B08 (ref 20) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ECF870:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EC2010:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9FF20:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5E308 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5E308 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021ED0570, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213864696: 16931346 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A60D08 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EAB380:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E78E50:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED0570:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5E508 (ref 21) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5E508 (ref 21) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E008D0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213864184: 16931346 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A60F08 (ref 21) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E14410:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9DB40:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E008D0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5E708 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5E708 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021DF1B90, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213863672: 16931346 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A61108 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED8B50:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EBBD50:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DF1B90:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5E908 (ref 23) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5E908 (ref 23) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E766A0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213863160: 16931346 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A61308 (ref 23) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EBD090:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E048A0:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E766A0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5EB08 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5EB08 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E75770, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: worker cycle 2026/05/14 13:30:30 [debug] 7863#7863: epoll timer: 9 2026/05/14 13:30:30 [debug] 7863#7863: epoll: fd:8 ev:0001 d:0000000021EF3C48 2026/05/14 13:30:30 [debug] 7863#7863: *4347 http wait request handler 2026/05/14 13:30:30 [debug] 7863#7863: *4347 malloc: 0000000021E9FC40:80 2026/05/14 13:30:30 [debug] 7863#7863: *4347 malloc: 0000000021E75770:16 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5FF08 (ref 11) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5FF08 (ref 11) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EE62C0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213857528: 16931357 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A61708 (ref 11) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E0A7C0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E19480:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EE62C0:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A60108 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A60108 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021DF4B20, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213857016: 16931357 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A61908 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E752F0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9E0E0:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9F910:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A60308 (ref 31) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A60308 (ref 31) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EC2050, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213856504: 16931357 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A61B08 (ref 31) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED17F0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED2920:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EC2050:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A60508 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A60508 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EF01B0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213855992: 16931357 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A61D08 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E77020:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9E200:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EF0190:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A60708 (ref 2) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A60708 (ref 2) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E72900, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213855480: 16931357 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A61F08 (ref 2) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E10AE0:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021DF1980:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E72900:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A60908 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A60908 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E01970, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213854968: 16931357 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A62108 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ECF870:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EA4E40:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E01970:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A60B08 (ref 20) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A60B08 (ref 20) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E00890, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213854456: 16931357 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A62308 (ref 20) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EAB380:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EC2010:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E00890:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A60D08 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A60D08 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021ED0550, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213853944: 16931357 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A62508 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E14410:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E78E50:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED0550:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A60F08 (ref 21) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A60F08 (ref 21) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021ED0590, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213853432: 16931357 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A62708 (ref 21) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED8B50:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021E9DB40:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021ED0590:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A61108 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A61108 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EBAD20, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: event timer del: -1213852920: 16931357 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [debug] 7863#7863: lua ref lua thread 00007F0DB7A62908 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EBD090:184 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EBBD50:48 2026/05/14 13:30:30 [debug] 7863#7863: malloc: 0000000021EBAD20:9 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A61308 (ref 23) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A61308 (ref 23) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EE7D10, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: worker cycle 2026/05/14 13:30:30 [debug] 7863#7863: epoll timer: 10 2026/05/14 13:30:30 [debug] 7630#7630: child: 0 7892 e:0 t:0 d:0 r:1 j:1 2026/05/14 13:30:30 [debug] 7630#7630: child: 1 7863 e:0 t:0 d:0 r:1 j:0 2026/05/14 13:30:30 [debug] 7630#7630: sigsuspend 2026/05/14 13:30:30 [debug] 7863#7863: epoll: fd:7 ev:0001 d:0000000021EF3B50 ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5BF08 (ref 19) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5BF08 (ref 19) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021DF9460, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough 2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5BD08 (ref 18) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5BD08 (ref 18) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EC6F90, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5BD08 (ref 18) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5BD08 (ref 18) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EC6F90, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough 2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5BB08 (ref 17) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5BB08 (ref 17) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E1ACF0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5BB08 (ref 17) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5BB08 (ref 17) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E1ACF0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough 2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5B908 (ref 16) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5B908 (ref 16) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E79620, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5B908 (ref 16) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5B908 (ref 16) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E79620, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough 2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5B708 (ref 15) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5B708 (ref 15) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E629A0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5B708 (ref 15) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5B708 (ref 15) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E629A0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough 2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5B508 (ref 14) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5B508 (ref 14) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021ED7810, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5B508 (ref 14) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5B508 (ref 14) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021ED7810, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough 2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5B308 (ref 13) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5B308 (ref 13) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E141A0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5B308 (ref 13) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5B308 (ref 13) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E141A0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough 2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5B108 (ref 12) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5B108 (ref 12) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EC57E0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5B108 (ref 12) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5B108 (ref 12) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EC57E0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough 2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5AF08 (ref 27) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5AF08 (ref 27) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EE2110, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A5AF08 (ref 27) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A5AF08 (ref 27) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021EE2110, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough 2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A61508 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A61508 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021ED9A40, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A61508 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A61508 (ref 1) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021ED9A40, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough 2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A61708 (ref 11) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A61708 (ref 11) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E01950, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A61708 (ref 11) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A61708 (ref 11) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E01950, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough 2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A61908 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A61908 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E798B0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A61908 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A61908 (ref 22) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E798B0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough 2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A61B08 (ref 31) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A61B08 (ref 31) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021ED8600, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A61B08 (ref 31) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A61B08 (ref 31) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021ED8600, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough 2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A61D08 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A61D08 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021DEB6E0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A61D08 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A61D08 (ref 24) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021DEB6E0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough 2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A61F08 (ref 2) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A61F08 (ref 2) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021DF00B0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A61F08 (ref 2) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A61F08 (ref 2) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021DF00B0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough 2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A62108 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A62108 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E01930, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A62108 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A62108 (ref 26) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E01930, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough 2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A62308 (ref 20) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A62308 (ref 20) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E9FF20, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A62308 (ref 20) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A62308 (ref 20) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E9FF20, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough 2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A62508 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A62508 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021ED0570, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A62508 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A62508 (ref 28) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021ED0570, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough 2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A62708 (ref 21) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A62708 (ref 21) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E008D0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A62708 (ref 21) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A62708 (ref 21) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021E008D0, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: lua ngx.timer expired 2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough 2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A62908 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A62908 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021DF1B90, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: worker cycle ' |
| 152-timer-every.t | TEST 4: create the next timer immediately when timer start running - pattern "[alert]" should not match any line in error.log but matches line "2026/05/14 13:30:30 [alert] 7863#7863: lua failed to run timer with function defined at =content_by_lua(nginx.conf:42):2: 9 lua_max_running_timers are not enough" (req 0) |
2026/05/14 13:30:30 [debug] 7863#7863: lua freeing light thread 00007F0DB7A62908 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: lua unref lua thread 00007F0DB7A62908 (ref 30) 2026/05/14 13:30:30 [debug] 7863#7863: free: 0000000021DF1B90, unused: 0 2026/05/14 13:30:30 [debug] 7863#7863: worker cycle 2026/05/14 13:30:30 [debug] 7863#7863: epoll timer: 19 2026/05/14 13:30:30 [debug] 7863#7863: timer delta: 19 2026/05/14 13:30:30 [debug] 7863#7863: *4348 event timer del: 0: 16931377 2026/05/14 13:30:30 [debug] 7863#7863: *4348 lua sleep timer expired: "?" 2026/05/14 13:30:30 [debug] 7863#7863: *4348 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 |
| 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: |
| 169-proxy-ssl-verify.t | nginx: [emerg] | "proxy_ssl_verify_by_lua_block" directive is not allowed here in /home/ec2-user/git/lua-nginx-module/t/servroot/conf/nginx.conf:39 |
| 169-proxy-ssl-verify.t | nginx: [emerg] | proxy_ssl_verify_by_lua* should be used with proxy_pass https url |
| 169-proxy-ssl-verify.t | nginx: [emerg] | "proxy_ssl_verify_by_lua_block" directive is not allowed here in /home/ec2-user/git/lua-nginx-module/t/servroot/conf/nginx.conf:52 |
| 170-proxy-ssl-cert.t | nginx: [emerg] | "proxy_ssl_certificate_by_lua_block" directive is not allowed here in /home/ec2-user/git/lua-nginx-module/t/servroot/conf/nginx.conf:52 |
| 170-proxy-ssl-cert.t | nginx: [emerg] | proxy_ssl_certificate_by_lua* should be used with proxy_pass https url |
| 170-proxy-ssl-cert.t | nginx: [emerg] | "proxy_ssl_certificate_by_lua_block" directive is not allowed here in /home/ec2-user/git/lua-nginx-module/t/servroot/conf/nginx.conf:39 |
Go back to the index page.