Skip to content

Build and Test Astarte Data Updater Plant #21

Build and Test Astarte Data Updater Plant

Build and Test Astarte Data Updater Plant #21

Triggered via create March 20, 2026 10:26
Status Failure
Total duration 1m 58s
Artifacts
astarte_data_updater_plant  /  Cache warmup
1m 54s
astarte_data_updater_plant / Cache warmup
astarte_data_updater_plant  /  Formatting
astarte_data_updater_plant / Formatting
astarte_data_updater_plant  /  Credo
astarte_data_updater_plant / Credo
astarte_data_updater_plant  /  Dialyzer
0s
astarte_data_updater_plant / Dialyzer
Matrix: astarte_data_updater_plant / Test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
astarte_data_updater_plant / Cache warmup
Process completed with exit code 1.
astarte_data_updater_plant / Cache warmup
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
astarte_data_updater_plant / Cache warmup
clauses with the same name and arity (number of arguments) should be grouped together, "def handle_call/3" was previously defined (lib/astarte_events/amqp_triggers/producer.ex:70)
astarte_data_updater_plant / Cache warmup
clauses with the same name and arity (number of arguments) should be grouped together, "def handle_call/3" was previously defined (lib/astarte_events/amqp_events/producer.ex:60)
astarte_data_updater_plant / Cache warmup
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
astarte_data_updater_plant / Cache warmup
this check/guard will always yield the same result
astarte_data_updater_plant / Cache warmup
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
astarte_data_updater_plant / Cache warmup
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
astarte_data_updater_plant / Cache warmup
Process.set_label/1 is undefined or private
astarte_data_updater_plant / Cache warmup
matching on the float 0.0 will no longer also match -0.0 in OTP 27. If you specifically intend to match 0.0 alone, write +0.0 instead.
astarte_data_updater_plant / Cache warmup
matching on the float 0.0 will no longer also match -0.0 in OTP 27. If you specifically intend to match 0.0 alone, write +0.0 instead.
astarte_data_updater_plant / Cache warmup
use Bitwise is deprecated. import Bitwise instead