Hey everyone,
I have restrained myself about two or three times now from asking a question here, and had pretty good luck getting things figured out … until now
I feel as if I may have run into an Erlang- or Erlang-adjacent-related issue. I am deploying a pretty simple Phoenix app to Gigalixir, and I am getting pretty far into the build but then hit a little snag when I get to cowlib. I have looked around a little and mostly found Erlang solutions centered around the Rebar file. I have no issues delving into that more, but I also just kinda figured it would be worth a shot to see if anyone here had encountered anything similar or if something might jump out at someone. I have pasted the last bit of the logs below and if its needed of course I can provide all the setup etc…
Really appreciate any help or ideas
Thanks all
Compiling 1 file (.yrl)
remote: Compiling 1 file (.xrl)
remote: Compiling 73 files (.erl)
remote: src/deps/cowlib/src/cow_cookie.erl:43: can't find include file "cow_inline.hrl"
remote: src/deps/cowlib/src/cow_cookie.erl:197: undefined macro 'LOWER/1'
remote: src/deps/cowlib/src/cow_cookie.erl:237: undefined macro 'LOWER/1'
remote: src/deps/cowlib/src/cow_cookie.erl:185: function parse_set_cookie_attrs/2 undefined
remote: src/deps/cowlib/src/cow_http_te.erl:38: can't find include file "cow_parse.hrl"
remote: src/deps/cowlib/src/cow_http_te.erl:204: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_te.erl:141: function chunked_len/4 undefined
remote: src/deps/cowlib/src/cow_http_te.erl:223: function chunked_len/4 undefined
remote: src/deps/cowlib/src/cow_http_te.erl:224: function chunked_len/4 undefined
remote: src/deps/cowlib/src/cow_http_te.erl:223: Warning: function skip_chunk_ext/5 is unused
remote: src/deps/cowlib/src/cow_http_struct_hd.erl:39: can't find include file "cow_parse.hrl"
remote: src/deps/cowlib/src/cow_http_struct_hd.erl:77: undefined macro 'IS_DIGIT/1'
remote: src/deps/cowlib/src/cow_http_struct_hd.erl:81: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_struct_hd.erl:88: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_struct_hd.erl:120: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_struct_hd.erl:127: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_struct_hd.erl:134: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_struct_hd.erl:146: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_struct_hd.erl:163: undefined macro 'IS_DIGIT/1'
remote: src/deps/cowlib/src/cow_http_struct_hd.erl:172: undefined macro 'IS_DIGIT/1'
remote: src/deps/cowlib/src/cow_http_struct_hd.erl:183: undefined macro 'IS_DIGIT/1'
remote: src/deps/cowlib/src/cow_http_struct_hd.erl:190: undefined macro 'IS_DIGIT/1'
remote: src/deps/cowlib/src/cow_http_struct_hd.erl:213: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_http_struct_hd.erl:220: undefined macro 'IS_ALPHANUM/1'
remote: src/deps/cowlib/src/cow_http_struct_hd.erl:65: function parse_dict_key/4 undefined
remote: src/deps/cowlib/src/cow_http_struct_hd.erl:99: function parse_bare_item/1 undefined
remote: src/deps/cowlib/src/cow_http_struct_hd.erl:101: function parse_before_param/2 undefined
remote: src/deps/cowlib/src/cow_http_struct_hd.erl:111: function parse_list_before_member/2 undefined
remote: src/deps/cowlib/src/cow_http_struct_hd.erl:114: function parse_inner_list/2 undefined
remote: src/deps/cowlib/src/cow_http_struct_hd.erl:115: function parse_list_before_sep/2 undefined
remote: src/deps/cowlib/src/cow_http_struct_hd.erl:118: function parse_list_before_sep/2 undefined
remote: src/deps/cowlib/src/cow_http_struct_hd.erl:113: Warning: function parse_list_member/2 is unused
remote: src/deps/cowlib/src/cow_http_struct_hd.erl:201: Warning: function parse_string/2 is unused
remote: src/deps/cowlib/src/cow_http.erl:39: can't find include file "cow_inline.hrl"
remote: src/deps/cowlib/src/cow_http.erl:192: undefined macro 'LOWER/4'
remote: src/deps/cowlib/src/cow_http.erl:185: function parse_hd_name/3 undefined
remote: src/deps/cowlib/src/cow_http.erl:195: Warning: function parse_hd_name_ws/3 is unused
remote: src/deps/cowlib/src/cow_http.erl:202: Warning: function parse_hd_before_value/3 is unused
remote: src/deps/cowlib/src/cow_http.erl:209: Warning: function parse_hd_value/4 is unused
remote: src/deps/cowlib/src/cow_http.erl:221: Warning: function clean_value_ws_end/2 is unused
remote: src/deps/cowlib/src/cow_link.erl:23: can't find include file "cow_inline.hrl"
remote: src/deps/cowlib/src/cow_link.erl:24: can't find include file "cow_parse.hrl"
remote: src/deps/cowlib/src/cow_link.erl:51: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_link.erl:59: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_link.erl:61: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_link.erl:65: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_link.erl:69: undefined macro 'IS_VCHAR_OBS/1'
remote: src/deps/cowlib/src/cow_link.erl:72: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_link.erl:83: undefined macro 'LOWER/1'
remote: src/deps/cowlib/src/cow_link.erl:47: function before_target/2 undefined
remote: src/deps/cowlib/src/cow_link.erl:53: function param_sep/4 undefined
remote: src/deps/cowlib/src/cow_link.erl:53: Warning: function target/3 is unused
remote: src/deps/cowlib/src/cow_link.erl:88: Warning: function filter_out_duplicates/2 is unused
remote: src/deps/cowlib/src/cow_multipart.erl:36: can't find include file "cow_inline.hrl"
remote: src/deps/cowlib/src/cow_multipart.erl:217: undefined macro 'LOWER/4'
remote: src/deps/cowlib/src/cow_multipart.erl:578: undefined macro 'LOWER/3'
remote: src/deps/cowlib/src/cow_multipart.erl:630: undefined macro 'LOWER/1'
remote: src/deps/cowlib/src/cow_multipart.erl:664: undefined macro 'LOWER/3'
remote: src/deps/cowlib/src/cow_multipart.erl:674: undefined macro 'LOWER/4'
remote: src/deps/cowlib/src/cow_multipart.erl:736: undefined macro 'LOWER/4'
remote: src/deps/cowlib/src/cow_multipart.erl:744: undefined macro 'LOWER/4'
remote: src/deps/cowlib/src/cow_multipart.erl:30: function parse_content_transfer_encoding/1 undefined
remote: src/deps/cowlib/src/cow_multipart.erl:210: function parse_hd_name/3 undefined
remote: src/deps/cowlib/src/cow_multipart.erl:241: function parse_hd_name/3 undefined
remote: src/deps/cowlib/src/cow_multipart.erl:569: function parse_cd_type/2 undefined
remote: src/deps/cowlib/src/cow_multipart.erl:628: spec for undefined function parse_content_transfer_encoding/1
remote: src/deps/cowlib/src/cow_multipart.erl:659: function parse_ct_type/2 undefined
remote: src/deps/cowlib/src/cow_multipart.erl:752: function parse_before_param/2 undefined
remote: src/deps/cowlib/src/cow_multipart.erl:753: function parse_before_param/2 undefined
remote: src/deps/cowlib/src/cow_multipart.erl:754: function parse_before_param/2 undefined
remote: src/deps/cowlib/src/cow_multipart.erl:762: function parse_before_param/2 undefined
remote: src/deps/cowlib/src/cow_multipart.erl:763: function parse_before_param/2 undefined
remote: src/deps/cowlib/src/cow_multipart.erl:764: function parse_before_param/2 undefined
remote: src/deps/cowlib/src/cow_multipart.erl:772: function parse_before_param/2 undefined
remote: src/deps/cowlib/src/cow_multipart.erl:220: Warning: function parse_hd_name_ws/3 is unused
remote: src/deps/cowlib/src/cow_multipart.erl:227: Warning: function parse_hd_before_value/3 is unused
remote: src/deps/cowlib/src/cow_multipart.erl:234: Warning: function parse_hd_value/4 is unused
remote: src/deps/cowlib/src/cow_multipart.erl:747: Warning: function parse_param_value/3 is unused
remote: src/deps/cowlib/src/cow_multipart.erl:758: Warning: function parse_param_value/4 is unused
remote: src/deps/cowlib/src/cow_multipart.erl:769: Warning: function parse_param_quoted_value/4 is unused
remote: src/deps/cowlib/src/cow_uri_template.erl:51: can't find include file "cow_inline.hrl"
remote: src/deps/cowlib/src/cow_uri_template.erl:52: can't find include file "cow_parse.hrl"
remote: src/deps/cowlib/src/cow_uri_template.erl:91: undefined macro 'IS_ALPHANUM/1'
remote: src/deps/cowlib/src/cow_uri_template.erl:95: undefined macro 'IS_ALPHANUM/1'
remote: src/deps/cowlib/src/cow_uri_template.erl:111: undefined macro 'IS_DIGIT/1'
remote: src/deps/cowlib/src/cow_uri_template.erl:306: undefined macro 'IS_URI_UNRESERVED/1'
remote: src/deps/cowlib/src/cow_uri_template.erl:314: undefined macro 'IS_URI_UNRESERVED/1'
remote: src/deps/cowlib/src/cow_uri_template.erl:74: function parse_var_list/3 undefined
remote: src/deps/cowlib/src/cow_uri_template.erl:76: function parse_var_list/3 undefined
remote: src/deps/cowlib/src/cow_uri_template.erl:78: function parse_var_list/3 undefined
remote: src/deps/cowlib/src/cow_uri_template.erl:80: function parse_var_list/3 undefined
remote: src/deps/cowlib/src/cow_uri_template.erl:82: function parse_var_list/3 undefined
remote: src/deps/cowlib/src/cow_uri_template.erl:84: function parse_var_list/3 undefined
remote: src/deps/cowlib/src/cow_uri_template.erl:86: function parse_var_list/3 undefined
remote: src/deps/cowlib/src/cow_uri_template.erl:88: function parse_var_list/3 undefined
remote: src/deps/cowlib/src/cow_uri_template.erl:301: function urlencode_unreserved/2 undefined
remote: src/deps/cowlib/src/cow_uri_template.erl:303: function urlencode_reserved/2 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:138: can't find include file "cow_inline.hrl"
remote: src/deps/cowlib/src/cow_http_hd.erl:139: can't find include file "cow_parse.hrl"
remote: src/deps/cowlib/src/cow_http_hd.erl:227: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:231: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:236: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:242: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:244: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:252: undefined macro 'IS_VCHAR_OBS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:257: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:263: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:267: undefined macro 'IS_VCHAR_OBS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:270: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:278: undefined macro 'IS_DIGIT/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:297: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:299: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:303: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:308: undefined macro 'IS_VCHAR_OBS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:311: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:446: undefined macro 'IS_WS_COMMA/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:449: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:455: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:457: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:467: undefined macro 'IS_DIGIT/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:477: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:593: undefined macro 'IS_WS_COMMA/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:598: undefined macro 'IS_ALPHANUM/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:605: undefined macro 'IS_ALPHANUM/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:612: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:614: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:625: undefined macro 'IS_DIGIT/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:635: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:928: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1054: undefined macro 'IS_TOKEN68/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1062: undefined macro 'IS_WS_COMMA/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1080: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1084: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1088: undefined macro 'IS_VCHAR_OBS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1093: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1163: undefined macro 'IS_WS_COMMA/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1171: undefined macro 'IS_DIGIT/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1180: undefined macro 'IS_DIGIT/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1183: undefined macro 'IS_WS_COMMA/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1188: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1192: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1196: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1200: undefined macro 'IS_VCHAR_OBS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1206: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1385: undefined macro 'IS_WS_COMMA/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1393: undefined macro 'IS_ALPHANUM/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1419: undefined macro 'IS_ALPHANUM/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1440: undefined macro 'IS_ALPHANUM/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1465: undefined macro 'IS_ALPHANUM/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1486: undefined macro 'IS_ALPHANUM/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1490: undefined macro 'IS_ALPHANUM/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1517: undefined macro 'IS_ALPHANUM/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1547: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1714: undefined macro 'IS_DIGIT/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1719: undefined macro 'IS_DIGIT/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1723: undefined macro 'IS_DIGIT/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1727: undefined macro 'IS_DIGIT/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1731: undefined macro 'IS_DIGIT/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1734: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1738: undefined macro 'IS_CHAR/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1812: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1815: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1820: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1826: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1828: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1836: undefined macro 'IS_VCHAR_OBS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1841: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1846: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1851: undefined macro 'IS_VCHAR_OBS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1854: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:1947: undefined macro 'IS_ETAGC/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:2099: undefined macro 'IS_HEX/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:2104: undefined macro 'IS_URI_UNRESERVED/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:2176: undefined macro 'IS_WS_COMMA/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:2181: undefined macro 'IS_ETAGC/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:2184: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:2399: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:2410: undefined macro 'IS_HEX/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:2419: undefined macro 'IS_URI_UNRESERVED/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:2426: undefined macro 'IS_DIGIT/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:2430: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:2553: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:2557: undefined macro 'IS_WS_COMMA/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:2561: undefined macro 'IS_DIGIT/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:2565: undefined macro 'IS_DIGIT/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:2568: undefined macro 'IS_DIGIT/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:2572: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:2575: undefined macro 'IS_VCHAR/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:2582: undefined macro 'IS_VCHAR/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:2673: undefined macro 'IS_DIGIT/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:2722: undefined macro 'IS_WS_COMMA/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:2725: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:2731: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:2733: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:2737: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:2742: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:2745: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:2929: undefined macro 'IS_WS_COMMA/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:2932: undefined macro 'IS_DIGIT/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:2936: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:2990: undefined macro 'IS_WS_COMMA/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:3001: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:3008: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:3010: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:3018: undefined macro 'IS_DIGIT/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:3028: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:3170: undefined macro 'IS_WS_COMMA/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:3175: undefined macro 'LOWER/4'
remote: src/deps/cowlib/src/cow_http_hd.erl:3180: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:3185: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:3382: undefined macro 'IS_WS_COMMA/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:3386: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:3390: undefined macro 'IS_VCHAR_OBS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:3393: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:3404: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:3409: undefined macro 'IS_WS_COMMA/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:3440: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:3447: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:3454: undefined macro 'IS_VCHAR_OBS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:3461: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:3468: undefined macro 'IS_WS_COMMA/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:3540: undefined macro 'IS_WS_COMMA/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:3543: undefined macro 'IS_ALPHA/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:3547: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:3596: undefined macro 'IS_WS_COMMA/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:3599: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:3603: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:3608: undefined macro 'IS_WS_COMMA/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:3611: undefined macro 'IS_TOKEN/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:3615: undefined macro 'IS_WS/1'
remote: src/deps/cowlib/src/cow_http_hd.erl:54: function parse_content_range/1 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:57: function parse_content_type/1 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:90: function parse_range/1 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:93: function parse_retry_after/1 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:225: function media_range_list/2 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:443: function conneg_list/2 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:534: function conneg_list/2 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:590: function language_range_list/2 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:709: function token_ci_list/2 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:887: function token_ci_list/2 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:925: function validate_token/1 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:990: function token_list/2 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:1043: function validate_auth_bearer/1 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:1049: function auth_digest_list/2 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:1160: function cache_directive_list/2 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:1307: function token_ci_list/2 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:1355: function token_ci_list/2 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:1382: function langtag_list/2 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:1711: spec for undefined function parse_content_range/1
remote: src/deps/cowlib/src/cow_http_hd.erl:1811: spec for undefined function parse_content_type/1
remote: src/deps/cowlib/src/cow_http_hd.erl:1941: function etag/3 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:1943: function etag/3 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:2093: function ipv6_address/2 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:2095: function reg_name/2 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:2173: function etag_list/2 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:2239: function etag_list/2 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:2270: function etag/3 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:2272: function etag/3 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:2394: function origin_scheme/2 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:2401: function origin_ipv6_address/4 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:2402: function origin_reg_name/4 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:2548: spec for undefined function parse_range/1
remote: src/deps/cowlib/src/cow_http_hd.erl:2672: spec for undefined function parse_retry_after/1
remote: src/deps/cowlib/src/cow_http_hd.erl:2719: function ws_extension_list/2 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:2823: function token_list/2 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:2851: function validate_token/1 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:2926: function ws_version_list/2 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:2987: function te_list/3 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:3082: function token_ci_list/2 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:3111: function token_ci_list/2 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:3167: function protocol_list/2 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:3350: function token_ci_list/2 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:3379: function www_auth_list/2 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:3532: function nodeid_list/2 undefined
remote: src/deps/cowlib/src/cow_http_hd.erl:1058: Warning: function validate_auth_bearer_eq/1 is unused
remote: src/deps/cowlib/src/cow_http_hd.erl:2401: Warning: function origin_host/3 is unused
remote: 2022/11/03 03:47:27 exit status 1
remote: Deploy aborted