Skip to content

Update Zemu testing environment and dependencies #96

Update Zemu testing environment and dependencies

Update Zemu testing environment and dependencies #96

Triggered via push April 16, 2026 15:48
Status Failure
Total duration 11m 57s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors, 1 warning, and 1 notice
ledger-lint / lint
Process completed with exit code 1.
app/src/parser_impl_eth.c:77:63 [clang-diagnostic-enum-compare]: app/src/parser_impl_eth.c#L77
comparison of different enumeration types ('parser_error_t' and 'enum RlpError')
app/src/consumer/parser_consumer.c:1501:30 [readability-math-missing-parentheses]: app/src/consumer/parser_consumer.c#L1501
'*' has higher precedence than '-'; add parentheses to explicitly specify the order of operations
app/src/consumer/parser_consumer.c:1500:46 [readability-math-missing-parentheses]: app/src/consumer/parser_consumer.c#L1500
'*' has higher precedence than '-'; add parentheses to explicitly specify the order of operations
app/src/consumer/parser_consumer.c:1454:31 [readability-math-missing-parentheses]: app/src/consumer/parser_consumer.c#L1454
'*' has higher precedence than '+'; add parentheses to explicitly specify the order of operations
app/src/consumer/parser_consumer.c:1453:31 [readability-math-missing-parentheses]: app/src/consumer/parser_consumer.c#L1453
'*' has higher precedence than '+'; add parentheses to explicitly specify the order of operations
ledger-lint / lint
WARNING: The directory '/github/home/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
ledger-lint / lint
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
ledger-lint / lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run clang-format on app/src/consumer/parser_impl_con.c: app/src/consumer/parser_impl_con.c#L0
File app/src/consumer/parser_impl_con.c does not conform to Custom style guidelines. (lines 1849)