* Package: www-servers/mongrel2-1.11.0-r2:0 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking mongrel2-1.11.0.tar.gz to /var/tmp/portage/www-servers/mongrel2-1.11.0-r2/work >>> Source unpacked in /var/tmp/portage/www-servers/mongrel2-1.11.0-r2/work >>> Preparing source in /var/tmp/portage/www-servers/mongrel2-1.11.0-r2/work/mongrel2-1.11.0 ... * Applying mongrel2-1.11.0-polarssl-platform-590512.patch ... [ ok ] * Applying mongrel2-1.11.0-fno-common.patch ... [ ok ] * Applying mongrel2-1.11.0-respect-FLAGS.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/www-servers/mongrel2-1.11.0-r2/work/mongrel2-1.11.0 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/www-servers/mongrel2-1.11.0-r2/work/mongrel2-1.11.0 ... make -j5 x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/adt/darray.o src/adt/darray.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/adt/dict.o src/adt/dict.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/adt/hash.o src/adt/hash.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/adt/list.o src/adt/list.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/adt/radixmap.o src/adt/radixmap.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/adt/tst.o src/adt/tst.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/bstr/bsafe.o src/bstr/bsafe.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/bstr/bstraux.o src/bstr/bstraux.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/bstr/bstrlib.o src/bstr/bstrlib.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/config/config.o src/config/config.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/config/db.o src/config/db.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/config/module.o src/config/module.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/http11/http11_parser.o src/http11/http11_parser.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/http11/httpclient_parser.o src/http11/httpclient_parser.c src/http11/http11_parser.c:1050:18: warning: ‘http_parser_en_main’ defined but not used [-Wunused-const-variable=] 1050 | static const int http_parser_en_main = 1; | ^~~~~~~~~~~~~~~~~~~ src/http11/httpclient_parser.rl: In function ‘httpclient_parser_execute’: src/http11/httpclient_parser.rl:55:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 55 | | ^ src/http11/httpclient_parser.rl:57:1: note: here 57 | parser->field_len = LEN(field_start, fpc); | ^ src/http11/httpclient_parser.rl:71:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 71 | if(parser->http_field != NULL) { | ^ src/http11/httpclient_parser.rl:73:1: note: here 73 | } | ^ src/http11/httpclient_parser.rl:77:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 77 | if(parser->reason_phrase != NULL) | ^ src/http11/httpclient_parser.rl:79:1: note: here 79 | } | ^ src/http11/httpclient_parser.rl:57:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 57 | parser->field_len = LEN(field_start, fpc); | ^ src/http11/httpclient_parser.rl:59:1: note: here 59 | | ^ src/http11/httpclient_parser.rl:63:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 63 | parser->content_len = strtol(PTR_TO(mark), NULL, 10); | ^ src/http11/httpclient_parser.rl:65:1: note: here 65 | | ^ src/http11/httpclient_parser.rl:63:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 63 | parser->content_len = strtol(PTR_TO(mark), NULL, 10); | ^ src/http11/httpclient_parser.rl:65:1: note: here 65 | | ^ src/http11/httpclient_parser.rl:55:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 55 | | ^ src/http11/httpclient_parser.rl:57:1: note: here 57 | parser->field_len = LEN(field_start, fpc); | ^ src/http11/httpclient_parser.c:472:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 472 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:474:1: note: here 474 | case 9: | ^~~~ src/http11/httpclient_parser.c:479:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 479 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:481:1: note: here 481 | case 10: | ^~~~ src/http11/httpclient_parser.c:486:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 486 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:488:1: note: here 488 | case 11: | ^~~~ src/http11/httpclient_parser.c:493:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 493 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:495:1: note: here 495 | case 12: | ^~~~ src/http11/httpclient_parser.c:500:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 500 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:502:1: note: here 502 | case 13: | ^~~~ src/http11/httpclient_parser.c:509:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 509 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:511:1: note: here 511 | case 14: | ^~~~ src/http11/httpclient_parser.c:516:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 516 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:518:1: note: here 518 | case 15: | ^~~~ src/http11/httpclient_parser.rl:94:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 94 | parser->chunked = 1; | ^ src/http11/httpclient_parser.rl:96:1: note: here 96 | parser->chunks_done = parser->content_len <= 0; | ^ src/http11/httpclient_parser.rl:55:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 55 | | ^ src/http11/httpclient_parser.rl:57:1: note: here 57 | parser->field_len = LEN(field_start, fpc); | ^ src/http11/httpclient_parser.rl:89:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 89 | if(parser->http_version != NULL) | ^ src/http11/httpclient_parser.rl:91:1: note: here 91 | } | ^ src/http11/httpclient_parser.rl:55:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 55 | | ^ src/http11/httpclient_parser.rl:57:1: note: here 57 | parser->field_len = LEN(field_start, fpc); | ^ src/http11/httpclient_parser.rl:77:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 77 | if(parser->reason_phrase != NULL) | ^ src/http11/httpclient_parser.rl:79:1: note: here 79 | } | ^ src/http11/httpclient_parser.rl:57:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 57 | parser->field_len = LEN(field_start, fpc); | ^ src/http11/httpclient_parser.rl:59:1: note: here 59 | | ^ src/http11/httpclient_parser.rl:61:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 61 | | ^ src/http11/httpclient_parser.rl:63:1: note: here 63 | parser->content_len = strtol(PTR_TO(mark), NULL, 10); | ^ src/http11/httpclient_parser.rl:63:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 63 | parser->content_len = strtol(PTR_TO(mark), NULL, 10); | ^ src/http11/httpclient_parser.rl:65:1: note: here 65 | | ^ src/http11/httpclient_parser.rl:77:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 77 | if(parser->reason_phrase != NULL) | ^ src/http11/httpclient_parser.rl:79:1: note: here 79 | } | ^ src/http11/httpclient_parser.rl:57:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 57 | parser->field_len = LEN(field_start, fpc); | ^ src/http11/httpclient_parser.rl:59:1: note: here 59 | | ^ src/http11/httpclient_parser.c:840:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 840 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:842:1: note: here 842 | case 26: | ^~~~ src/http11/httpclient_parser.c:870:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 870 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:872:1: note: here 872 | case 27: | ^~~~ src/http11/httpclient_parser.c:902:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 902 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:904:1: note: here 904 | case 28: | ^~~~ src/http11/httpclient_parser.c:932:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 932 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:934:1: note: here 934 | case 29: | ^~~~ src/http11/httpclient_parser.c:962:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 962 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:964:1: note: here 964 | case 30: | ^~~~ src/http11/httpclient_parser.c:992:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 992 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:994:1: note: here 994 | case 31: | ^~~~ src/http11/httpclient_parser.c:1022:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1022 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:1024:1: note: here 1024 | case 32: | ^~~~ src/http11/httpclient_parser.c:1052:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1052 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:1054:1: note: here 1054 | case 33: | ^~~~ src/http11/httpclient_parser.c:1082:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1082 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:1084:1: note: here 1084 | case 34: | ^~~~ src/http11/httpclient_parser.rl:61:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 61 | | ^ src/http11/httpclient_parser.rl:63:1: note: here 63 | parser->content_len = strtol(PTR_TO(mark), NULL, 10); | ^ src/http11/httpclient_parser.rl:77:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 77 | if(parser->reason_phrase != NULL) | ^ src/http11/httpclient_parser.rl:79:1: note: here 79 | } | ^ src/http11/httpclient_parser.c:1183:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1183 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:1185:1: note: here 1185 | case 37: | ^~~~ src/http11/httpclient_parser.c:1195:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1195 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:1197:1: note: here 1197 | case 38: | ^~~~ src/http11/httpclient_parser.c:1204:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1204 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:1206:1: note: here 1206 | case 39: | ^~~~ src/http11/httpclient_parser.c:1213:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1213 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:1215:1: note: here 1215 | case 40: | ^~~~ src/http11/httpclient_parser.c:1222:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1222 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:1224:1: note: here 1224 | case 41: | ^~~~ src/http11/httpclient_parser.c:1231:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1231 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:1233:1: note: here 1233 | case 42: | ^~~~ src/http11/httpclient_parser.rl:77:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 77 | if(parser->reason_phrase != NULL) | ^ src/http11/httpclient_parser.rl:79:1: note: here 79 | } | ^ src/http11/httpclient_parser.rl:57:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 57 | parser->field_len = LEN(field_start, fpc); | ^ src/http11/httpclient_parser.rl:59:1: note: here 59 | | ^ src/http11/httpclient_parser.c:1325:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1325 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:1327:1: note: here 1327 | case 45: | ^~~~ src/http11/httpclient_parser.c:1355:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1355 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:1357:1: note: here 1357 | case 46: | ^~~~ src/http11/httpclient_parser.c:1385:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1385 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:1387:1: note: here 1387 | case 47: | ^~~~ src/http11/httpclient_parser.c:1415:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1415 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:1417:1: note: here 1417 | case 48: | ^~~~ src/http11/httpclient_parser.c:1445:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1445 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:1447:1: note: here 1447 | case 49: | ^~~~ src/http11/httpclient_parser.c:1475:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1475 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:1477:1: note: here 1477 | case 50: | ^~~~ src/http11/httpclient_parser.c:1505:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1505 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:1507:1: note: here 1507 | case 51: | ^~~~ src/http11/httpclient_parser.c:1532:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1532 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:1534:1: note: here 1534 | case 52: | ^~~~ src/http11/httpclient_parser.c:1562:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1562 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:1564:1: note: here 1564 | case 53: | ^~~~ src/http11/httpclient_parser.c:1592:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1592 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:1594:1: note: here 1594 | case 54: | ^~~~ src/http11/httpclient_parser.c:1622:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1622 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:1624:1: note: here 1624 | case 55: | ^~~~ src/http11/httpclient_parser.c:1652:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1652 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:1654:1: note: here 1654 | case 56: | ^~~~ src/http11/httpclient_parser.c:1682:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1682 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:1684:1: note: here 1684 | case 57: | ^~~~ src/http11/httpclient_parser.c:1712:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1712 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:1714:1: note: here 1714 | case 58: | ^~~~ src/http11/httpclient_parser.c:1742:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1742 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:1744:1: note: here 1744 | case 59: | ^~~~ src/http11/httpclient_parser.c:1772:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1772 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:1774:1: note: here 1774 | case 60: | ^~~~ src/http11/httpclient_parser.rl:61:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 61 | | ^ src/http11/httpclient_parser.rl:63:1: note: here 63 | parser->content_len = strtol(PTR_TO(mark), NULL, 10); | ^ src/http11/httpclient_parser.rl:77:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 77 | if(parser->reason_phrase != NULL) | ^ src/http11/httpclient_parser.rl:79:1: note: here 79 | } | ^ src/http11/httpclient_parser.c:1873:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1873 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:1875:1: note: here 1875 | case 63: | ^~~~ src/http11/httpclient_parser.rl:63:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 63 | parser->content_len = strtol(PTR_TO(mark), NULL, 10); | ^ src/http11/httpclient_parser.rl:65:1: note: here 65 | | ^ src/http11/httpclient_parser.c:1899:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1899 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:1901:1: note: here 1901 | case 65: | ^~~~ src/http11/httpclient_parser.c:1908:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1908 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:1910:1: note: here 1910 | case 66: | ^~~~ src/http11/httpclient_parser.c:1917:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1917 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:1919:1: note: here 1919 | case 67: | ^~~~ src/http11/httpclient_parser.c:1926:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1926 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:1928:1: note: here 1928 | case 68: | ^~~~ src/http11/httpclient_parser.c:1935:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1935 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:1937:1: note: here 1937 | case 69: | ^~~~ src/http11/httpclient_parser.c:1944:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1944 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:1946:1: note: here 1946 | case 70: | ^~~~ src/http11/httpclient_parser.rl:77:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 77 | if(parser->reason_phrase != NULL) | ^ src/http11/httpclient_parser.rl:79:1: note: here 79 | } | ^ src/http11/httpclient_parser.rl:117:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 117 | CRLF = ("\r\n" | "\n"); | ^ src/http11/httpclient_parser.rl:119:1: note: here 119 | # character types | ^~~~ src/http11/httpclient_parser.c:1991:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1991 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:1993:1: note: here 1993 | case 72: | ^~~~ src/http11/httpclient_parser.rl:57:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 57 | parser->field_len = LEN(field_start, fpc); | ^ src/http11/httpclient_parser.rl:59:1: note: here 59 | | ^ src/http11/httpclient_parser.c:2043:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2043 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:2045:1: note: here 2045 | case 74: | ^~~~ src/http11/httpclient_parser.c:2073:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2073 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:2075:1: note: here 2075 | case 75: | ^~~~ src/http11/httpclient_parser.c:2103:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2103 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:2105:1: note: here 2105 | case 76: | ^~~~ src/http11/httpclient_parser.c:2133:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2133 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:2135:1: note: here 2135 | case 77: | ^~~~ src/http11/httpclient_parser.c:2163:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2163 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:2165:1: note: here 2165 | case 78: | ^~~~ src/http11/httpclient_parser.c:2193:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2193 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:2195:1: note: here 2195 | case 79: | ^~~~ src/http11/httpclient_parser.rl:77:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 77 | if(parser->reason_phrase != NULL) | ^ src/http11/httpclient_parser.rl:79:1: note: here 79 | } | ^ src/http11/httpclient_parser.rl:63:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 63 | parser->content_len = strtol(PTR_TO(mark), NULL, 10); | ^ src/http11/httpclient_parser.rl:65:1: note: here 65 | | ^ src/http11/httpclient_parser.c:2263:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2263 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:2265:1: note: here 2265 | case 82: | ^~~~ src/http11/httpclient_parser.c:2274:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2274 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:2276:1: note: here 2276 | case 83: | ^~~~ src/http11/httpclient_parser.c:2285:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2285 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:2287:1: note: here 2287 | case 84: | ^~~~ src/http11/httpclient_parser.c:2296:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2296 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:2298:1: note: here 2298 | case 85: | ^~~~ src/http11/httpclient_parser.c:2307:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2307 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:2309:1: note: here 2309 | case 86: | ^~~~ src/http11/httpclient_parser.c:2318:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2318 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:2320:1: note: here 2320 | case 87: | ^~~~ src/http11/httpclient_parser.rl:77:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 77 | if(parser->reason_phrase != NULL) | ^ src/http11/httpclient_parser.rl:79:1: note: here 79 | } | ^ src/http11/httpclient_parser.rl:117:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 117 | CRLF = ("\r\n" | "\n"); | ^ src/http11/httpclient_parser.rl:119:1: note: here 119 | # character types | ^~~~ src/http11/httpclient_parser.c:2365:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2365 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:2367:1: note: here 2367 | case 89: | ^~~~ src/http11/httpclient_parser.rl:57:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 57 | parser->field_len = LEN(field_start, fpc); | ^ src/http11/httpclient_parser.rl:59:1: note: here 59 | | ^ src/http11/httpclient_parser.c:2415:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2415 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:2417:1: note: here 2417 | case 91: | ^~~~ src/http11/httpclient_parser.c:2445:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2445 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:2447:1: note: here 2447 | case 92: | ^~~~ src/http11/httpclient_parser.c:2475:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2475 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:2477:1: note: here 2477 | case 93: | ^~~~ src/http11/httpclient_parser.c:2505:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2505 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:2507:1: note: here 2507 | case 94: | ^~~~ src/http11/httpclient_parser.rl:77:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 77 | if(parser->reason_phrase != NULL) | ^ src/http11/httpclient_parser.rl:79:1: note: here 79 | } | ^ src/http11/httpclient_parser.rl:63:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 63 | parser->content_len = strtol(PTR_TO(mark), NULL, 10); | ^ src/http11/httpclient_parser.rl:65:1: note: here 65 | | ^ src/http11/httpclient_parser.c:2575:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2575 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:2577:1: note: here 2577 | case 97: | ^~~~ src/http11/httpclient_parser.c:2586:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2586 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:2588:1: note: here 2588 | case 98: | ^~~~ src/http11/httpclient_parser.c:2597:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2597 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:2599:1: note: here 2599 | case 99: | ^~~~ src/http11/httpclient_parser.c:2608:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2608 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:2610:1: note: here 2610 | case 100: | ^~~~ src/http11/httpclient_parser.c:2617:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2617 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:2619:1: note: here 2619 | case 101: | ^~~~ src/http11/httpclient_parser.c:2647:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2647 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:2649:1: note: here 2649 | case 102: | ^~~~ src/http11/httpclient_parser.c:2677:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2677 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:2679:1: note: here 2679 | case 103: | ^~~~ src/http11/httpclient_parser.c:2707:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2707 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:2709:1: note: here 2709 | case 104: | ^~~~ src/http11/httpclient_parser.c:2734:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2734 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:2736:1: note: here 2736 | case 105: | ^~~~ src/http11/httpclient_parser.c:2764:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2764 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:2766:1: note: here 2766 | case 106: | ^~~~ src/http11/httpclient_parser.c:2794:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2794 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:2796:1: note: here 2796 | case 107: | ^~~~ src/http11/httpclient_parser.c:2824:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2824 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:2826:1: note: here 2826 | case 108: | ^~~~ src/http11/httpclient_parser.c:2854:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2854 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:2856:1: note: here 2856 | case 109: | ^~~~ src/http11/httpclient_parser.c:2884:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2884 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:2886:1: note: here 2886 | case 110: | ^~~~ src/http11/httpclient_parser.c:2914:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2914 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:2916:1: note: here 2916 | case 111: | ^~~~ src/http11/httpclient_parser.rl:61:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 61 | | ^ src/http11/httpclient_parser.rl:63:1: note: here 63 | parser->content_len = strtol(PTR_TO(mark), NULL, 10); | ^ src/http11/httpclient_parser.rl:77:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 77 | if(parser->reason_phrase != NULL) | ^ src/http11/httpclient_parser.rl:79:1: note: here 79 | } | ^ src/http11/httpclient_parser.c:3016:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 3016 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:3018:1: note: here 3018 | case 114: | ^~~~ src/http11/httpclient_parser.rl:63:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 63 | parser->content_len = strtol(PTR_TO(mark), NULL, 10); | ^ src/http11/httpclient_parser.rl:65:1: note: here 65 | | ^ src/http11/httpclient_parser.rl:117:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 117 | CRLF = ("\r\n" | "\n"); | ^ src/http11/httpclient_parser.rl:119:1: note: here 119 | # character types | ^~~~ src/http11/httpclient_parser.c:3066:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 3066 | if ( ++p == pe ) | ^ src/http11/httpclient_parser.c:3068:1: note: here 3068 | case 116: | ^~~~ src/http11/httpclient_parser.rl:57:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 57 | parser->field_len = LEN(field_start, fpc); | ^ src/http11/httpclient_parser.rl:59:1: note: here 59 | | ^ src/http11/httpclient_parser.rl:77:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 77 | if(parser->reason_phrase != NULL) | ^ src/http11/httpclient_parser.rl:79:1: note: here 79 | } | ^ src/http11/httpclient_parser.rl:63:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 63 | parser->content_len = strtol(PTR_TO(mark), NULL, 10); | ^ src/http11/httpclient_parser.rl:65:1: note: here 65 | | ^ src/http11/httpclient_parser.c: At top level: src/http11/httpclient_parser.c:62:18: warning: ‘httpclient_parser_en_main’ defined but not used [-Wunused-const-variable=] 62 | static const int httpclient_parser_en_main = 1; | ^~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/mem/halloc.o src/mem/halloc.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/task/context.o src/task/context.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/task/fd.o src/task/fd.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/task/net.o src/task/net.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/task/qlock.o src/task/qlock.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/task/rendez.o src/task/rendez.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/task/task.o src/task/task.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/bsd_specific.o src/bsd_specific.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/cache.o src/cache.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/chunked.o src/chunked.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/connection.o src/connection.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/control.o src/control.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/dbg.o src/dbg.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/dir.o src/dir.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/filter.o src/filter.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/handler.o src/handler.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/handler_parser.o src/handler_parser.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/headers.o src/headers.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/host.o src/host.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/io.o src/io.c src/handler_parser.rl: In function ‘HandlerParser_execute’: src/handler_parser.rl:51:4: warning: this statement may fall through [-Wimplicit-fallthrough=] 51 | char *endptr = NULL; | ^ src/handler_parser.rl:52:1: note: here 52 | target_expected_len = strtoul(mark, &endptr, 10); | ^ src/handler_parser.rl:61:4: warning: this statement may fall through [-Wimplicit-fallthrough=] 61 | check(parser->target_count < parser->target_max, "Request contains too many target listeners: %d > %d", parser->target_count, parser->target_max); | ^ src/handler_parser.rl:62:1: note: here 62 | parser->targets[parser->target_count++] = strtoul(mark, NULL, 10); | ^ src/handler_parser.rl:51:4: warning: this statement may fall through [-Wimplicit-fallthrough=] 51 | char *endptr = NULL; | ^ src/handler_parser.rl:52:1: note: here 52 | target_expected_len = strtoul(mark, &endptr, 10); | ^ src/handler_parser.rl:57:4: warning: this statement may fall through [-Wimplicit-fallthrough=] 57 | parser->uuid = blk2bstr(mark, fpc-mark); | ^ src/handler_parser.rl:58:1: note: here 58 | } | ^ src/handler_parser.rl:80:4: warning: this statement may fall through [-Wimplicit-fallthrough=] 80 | | ^ src/handler_parser.rl:81:1: note: here 81 | Identifier = digit+ ' '?; | ^ src/handler_parser.rl:51:4: warning: this statement may fall through [-Wimplicit-fallthrough=] 51 | char *endptr = NULL; | ^ src/handler_parser.rl:52:1: note: here 52 | target_expected_len = strtoul(mark, &endptr, 10); | ^ src/handler_parser.c:258:11: warning: this statement may fall through [-Wimplicit-fallthrough=] 258 | p += 1; | ~~^~~~ src/handler_parser.c:259:1: note: here 259 | case 8: | ^~~~ src/handler_parser.rl:74:4: warning: this statement may fall through [-Wimplicit-fallthrough=] 74 | check(fpc-targets_start == target_expected_len, | ^ src/handler_parser.rl:75:1: note: here 75 | "Target netstring length is wrong, actual %d expected %d", | ^ src/handler_parser.c:279:11: warning: this statement may fall through [-Wimplicit-fallthrough=] 279 | p += 1; | ~~^~~~ src/handler_parser.c:280:1: note: here 280 | case 10: | ^~~~ src/handler_parser.c: At top level: src/handler_parser.c:57:18: warning: ‘HandlerParser_en_main’ defined but not used [-Wunused-const-variable=] 57 | static const int HandlerParser_en_main = 1; | ^~~~~~~~~~~~~~~~~~~~~ src/handler_parser.c:55:18: warning: ‘HandlerParser_error’ defined but not used [-Wunused-const-variable=] 55 | static const int HandlerParser_error = 0; | ^~~~~~~~~~~~~~~~~~~ src/handler_parser.c:54:18: warning: ‘HandlerParser_first_final’ defined but not used [-Wunused-const-variable=] 54 | static const int HandlerParser_first_final = 11; | ^~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/log.o src/log.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/logrotate.o src/logrotate.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/mime.o src/mime.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/pattern.o src/pattern.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/proxy.o src/proxy.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/register.o src/register.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/request.o src/request.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/response.o src/response.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/routing.o src/routing.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/server.o src/server.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/setting.o src/setting.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/state.o src/state.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/superpoll.o src/superpoll.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/tnetstrings.o src/tnetstrings.c src/state.rl: In function ‘State_exec’: src/state.rl:56:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 56 | action send_socket_response { CALL(send_socket_response, fc); } | ^ src/state.rl:58:1: note: here 58 | action msg_to_handler { CALL(msg_to_handler, fc); } | ^ src/state.rl:55:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 55 | action identify_request { CALL(identify_request, fc); } | ^ src/state.rl:57:1: note: here 57 | action route_request { CALL(route_request, fc); } | ^ src/state.rl:57:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 57 | action route_request { CALL(route_request, fc); } | ^ src/state.rl:59:1: note: here 59 | | ^ src/state.rl:60:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 60 | action http_to_handler { CALL(http_to_handler, fc); } | ^ src/state.rl:62:1: note: here 62 | action http_to_proxy { CALL(http_to_proxy, fc); fgoto Proxy; } | ^ src/state.rl:66:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 66 | action proxy_deliver { CALL(proxy_deliver, fc); } | ^ src/state.rl:68:1: note: here 68 | action proxy_send_request { CALL(proxy_send_request, fc); } | ^ src/state.rl:56:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 56 | action send_socket_response { CALL(send_socket_response, fc); } | ^ src/state.rl:58:1: note: here 58 | action msg_to_handler { CALL(msg_to_handler, fc); } | ^ src/state.rl:58:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 58 | action msg_to_handler { CALL(msg_to_handler, fc); } | ^ src/state.rl:60:1: note: here 60 | action http_to_handler { CALL(http_to_handler, fc); } | ^ src/state.rl:60:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 60 | action http_to_handler { CALL(http_to_handler, fc); } | ^ src/state.rl:62:1: note: here 62 | action http_to_proxy { CALL(http_to_proxy, fc); fgoto Proxy; } | ^ src/state.rl:61:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 61 | action websocket_established { CALL(websocket_established, fc); } | ^ src/state.rl:63:1: note: here 63 | action http_to_directory { CALL(http_to_directory, fc); } | ^ src/state.rl:60:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 60 | action http_to_handler { CALL(http_to_handler, fc); } | ^ src/state.rl:62:1: note: here 62 | action http_to_proxy { CALL(http_to_proxy, fc); fgoto Proxy; } | ^ src/state.rl:64:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 64 | | ^ src/state.rl:66:1: note: here 66 | action proxy_deliver { CALL(proxy_deliver, fc); } | ^ src/state.c:303:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 303 | if ( ++p == pe ) | ^ src/state.c:305:1: note: here 305 | case 12: | ^~~~ src/state.rl:69:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 69 | action proxy_send_response { CALL(proxy_send_response, fc); } | ^ src/state.rl:71:1: note: here 71 | action proxy_req_parse { CALL(proxy_req_parse, fc); } | ^ src/state.rl:75:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 75 | ### exit modes for proxy | ^ src/state.rl:77:1: note: here 77 | fhold; | ^ src/state.rl:73:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 73 | | ^ src/state.rl:75:1: note: here 75 | ### exit modes for proxy | ^~~~ src/state.rl:74:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 74 | | ^ src/state.rl:76:1: note: here 76 | action proxy_exit_idle { | ^ src/state.c: At top level: src/state.c:59:18: warning: ‘StateActions_en_main_Connection_HTTPRouting’ defined but not used [-Wunused-const-variable=] 59 | static const int StateActions_en_main_Connection_HTTPRouting = 3; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/state.c:58:18: warning: ‘StateActions_en_main_Connection_Idle’ defined but not used [-Wunused-const-variable=] 58 | static const int StateActions_en_main_Connection_Idle = 5; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/state.c:57:18: warning: ‘StateActions_en_main’ defined but not used [-Wunused-const-variable=] 57 | static const int StateActions_en_main = 18; | ^~~~~~~~~~~~~~~~~~~~ src/state.c:56:18: warning: ‘StateActions_en_Proxy’ defined but not used [-Wunused-const-variable=] 56 | static const int StateActions_en_Proxy = 12; | ^~~~~~~~~~~~~~~~~~~~~ src/state.c:54:18: warning: ‘StateActions_error’ defined but not used [-Wunused-const-variable=] 54 | static const int StateActions_error = 0; | ^~~~~~~~~~~~~~~~~~ src/state.c:53:18: warning: ‘StateActions_first_final’ defined but not used [-Wunused-const-variable=] 53 | static const int StateActions_first_final = 18; | ^~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/unixy.o src/unixy.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/upload.o src/upload.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/websocket.o src/websocket.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -c -o src/xrequest.o src/xrequest.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -fPIC -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -c src/task/asm.S -o src/task/asm.o x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -Wall -Wextra -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread -c -o src/mongrel2.o src/mongrel2.c sqlite3 tests/config.sqlite < src/config/config.sql sqlite3 tests/config.sqlite < src/config/example.sql Parse error near line 29: no such column: @chat _id, target_id, target_type) VALUES ( "@chat", (select id error here ---^ Parse error near line 45: no such column: /handlertest _id, target_id, target_type) VALUES ( "/handlertest", (se error here ---^ Parse error near line 61: no such column: /chat/ _id, target_id, target_type) VALUES ( "/chat/", (select id error here ---^ Parse error near line 79: no such column: / _id, target_id, target_type) VALUES ( "/", (select id from error here ---^ Parse error near line 87: no such column: tests/ ry (base, index_file, default_ctype) VALUES ( "tests/", "index.html", "tex error here ---^ Parse error near line 90: no such column: /tests/ _id, target_id, target_type) VALUES ( "/tests/", (select i error here ---^ Parse error near line 98: no such column: /testsmulti/(.*.json) _id, target_id, target_type) VALUES ( "/testsmulti/(.*.json)", error here ---^ Parse error near line 106: no such column: examples/chat/static/ ry (base, index_file, default_ctype) VALUES ( "examples/chat/static/", "in error here ---^ Parse error near line 109: no such column: /chatdemo/ _id, target_id, target_type) VALUES ( "/chatdemo/", (selec error here ---^ Parse error near line 117: no such column: examples/chat/static/ ry (base, index_file, default_ctype) VALUES ( "examples/chat/static/", "in error here ---^ Parse error near line 120: no such column: /static/ _id, target_id, target_type) VALUES ( "/static/", (select error here ---^ make: *** [Makefile:87: tests/config.sqlite] Error 1 make: *** Waiting for unfinished jobs.... * ERROR: www-servers/mongrel2-1.11.0-r2::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=www-servers/mongrel2-1.11.0-r2::gentoo'`, * the complete build log and the output of `emerge -pqv '=www-servers/mongrel2-1.11.0-r2::gentoo'`. * The complete build log is located at '/var/log/portage/www-servers:mongrel2-1.11.0-r2:20230225-032554.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/www-servers/mongrel2-1.11.0-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/www-servers/mongrel2-1.11.0-r2/temp/environment'. * Working directory: '/var/tmp/portage/www-servers/mongrel2-1.11.0-r2/work/mongrel2-1.11.0' * S: '/var/tmp/portage/www-servers/mongrel2-1.11.0-r2/work/mongrel2-1.11.0'