Skip to content

chore(e2e): Init end to end next project #857

chore(e2e): Init end to end next project

chore(e2e): Init end to end next project #857

Triggered via pull request February 9, 2026 20:50
Status Failure
Total duration 53s
Artifacts
astarte_appengine_api  /  Cache warmup
46s
astarte_appengine_api / Cache warmup
astarte_appengine_api  /  Formatting
astarte_appengine_api / Formatting
astarte_appengine_api  /  Credo
astarte_appengine_api / Credo
astarte_appengine_api  /  Dialyzer
astarte_appengine_api / Dialyzer
Matrix: astarte_appengine_api / Test
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 7 warnings
astarte_appengine_api / Cache warmup
Process completed with exit code 1.
astarte_appengine_api / Cache warmup
** (SyntaxError) lib/astarte_appengine_api.ex:29:3: syntax error before: end. "end" is a reserved word in Elixir and therefore its usage is limited. For instance, it can't be used as a variable or be defined nor invoked as a regular function
astarte_appengine_api / Cache warmup
variable "a" is unused (if the variable is not meant to be used, prefix it with an underscore)
astarte_appengine_api / Cache warmup
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
astarte_appengine_api / Cache warmup
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
astarte_appengine_api / Cache warmup
this check/guard will always yield the same result
astarte_appengine_api / Cache warmup
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
astarte_appengine_api / Cache warmup
Process.set_label/1 is undefined or private
astarte_appengine_api / Cache warmup
use Bitwise is deprecated. import Bitwise instead