You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ 45%] Building C object plugins/filter_lua/CMakeFiles/flb-plugin-filter_lua.dir/lua.c.o
/home/ec2-user/fluent-bit/plugins/filter_lua/lua.c:115:9: note: ‘#pragma message: This code does not support the new log event encoding format’
115 | #pragma message "This code does not support the new log event encoding format"
| ^~~~~~~
/home/ec2-user/fluent-bit/plugins/filter_lua/lua.c: In function ‘pack_result_mpack’:
/home/ec2-user/fluent-bit/plugins/filter_lua/lua.c:135:11: error: too few arguments to function ‘flb_lua_arraylength’
135 | len = flb_lua_arraylength(l);
| ^~~~~~~~~~~~~~~~~~~
In file included from /home/ec2-user/fluent-bit/plugins/filter_lua/lua.c:25:
/home/ec2-user/fluent-bit/include/fluent-bit/flb_lua.h:88:5: note: declared here
88 | int flb_lua_arraylength(lua_State *l, int index);
| ^~~~~~~~~~~~~~~~~~~
make[2]: *** [plugins/filter_lua/CMakeFiles/flb-plugin-filter_lua.dir/build.make:90: plugins/filter_lua/CMakeFiles/flb-plugin-filter_lua.dir/lua.c.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:7403: plugins/filter_lua/CMakeFiles/flb-plugin-filter_lua.dir/all] Error 2
make: *** [Makefile:166: all] Error 2
[ec2-user@ip-10-192-10-69 build]$ git log --oneline
2702f4f9d (HEAD -> master, origin/master, origin/HEAD) workflows: update to handle 2.2 releases (#8113)
d918e40e8 workflows: bump hashicorp/setup-terraform from 2 to 3 (#8109)
0ae1dba37 workflows: ensure we do non-interactive set up (#8107)
415481027 workflows: bump ossf/scorecard-action from 2.3.0 to 2.3.1 (#8084)
99d568b7c in_calyptia_fleet: check cfg parameter in is_old_fleet_config.
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days. Maintainers can add the exempt-stale label.
The text was updated successfully, but these errors were encountered: