Skip to content

Update spawn with latest changes #2175

Update spawn with latest changes

Update spawn with latest changes #2175

Triggered via pull request January 6, 2026 16:20
Status Failure
Total duration 2m 17s
Artifacts

ci.yaml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Build and Test OTP 25 / Elixir 1.15
Process completed with exit code 1.
Build and Test OTP 25 / Elixir 1.15: lib/actors/supervisors/actor_supervisor.ex#L8
module attribute @max_consumers was set but never used
Build and Test OTP 25 / Elixir 1.15: lib/sidecar/grpc/dispatcher.ex#L305
function get_actor_id_name/3 is unused
Build and Test OTP 25 / Elixir 1.15: lib/sidecar/grpc/dispatcher.ex#L285
function find_actor_name_and_ctype/1 is unused
Build and Test OTP 25 / Elixir 1.15: lib/sidecar/grpc/dispatcher.ex#L271
variable "message" is unused (if the variable is not meant to be used, prefix it with an underscore)
Build and Test OTP 25 / Elixir 1.15: lib/sidecar/grpc/dispatcher.ex#L272
variable "host" is unused (if the variable is not meant to be used, prefix it with an underscore)
Build and Test OTP 25 / Elixir 1.15: lib/sidecar/grpc/code_generator.ex#L263
variable "module" is unused (if the variable is not meant to be used, prefix it with an underscore)
Build and Test OTP 25 / Elixir 1.15: lib/actors/actor/entity/supervisor.ex#L113
variable "spec" is unused (if the variable is not meant to be used, prefix it with an underscore)
Build and Test OTP 25 / Elixir 1.15
use Bitwise is deprecated. import Bitwise instead