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
when CircleCi runs mix compile --force --warnings-as-errors in membrane_portaudio_plugin the following error occus yet the step completes successfully. Output:
Bundlex: Building natives: sink, source
11:14:59.870 [debug] redirecting to https://github.com/membraneframework-precompiled/precompiled_portaudio/releases/download/v19.7.0/portaudio_linux.tar.gz
11:14:59.962 [debug] redirecting to https://objects.githubusercontent.com/github-production-release-asset-2e65be/691488165/98a2f596-092c-4eba-9e8d-c6f745516bbc?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20231006%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20231006T111459Z&X-Amz-Expires=300&X-Amz-Signature=10fa5fbeebd94e867b8b87352b2e26d386634a0d6992950674b8cca54f2d1228&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=691488165&response-content-disposition=attachment%3B%20filename%3Dportaudio_linux.tar.gz&response-content-type=application%2Foctet-stream
Compiling 6 files (.ex)
11:15:01.269 [error] Process #PID<0.271.0> raised an exception
** (RuntimeError) Bundlex cannot load nif :sink of app :membrane_portaudio_plugin
from "/root/project/_build/test/lib/membrane_portaudio_plugin/priv/bundlex/nif/sink", check bundlex.exs file for information about nifs.
Reason: :load_failed, Failed to load NIF library /root/project/_build/test/lib/membrane_portaudio_plugin/priv/bundlex/nif/sink: 'libdb-18.1.so: cannot open shared object file: No such file or directory'
lib/membrane_portaudio_plugin/sink_native.ex:1: Membrane.PortAudio.Sink.Native.Nif.load_nif/0
(kernel 9.0.2) code_server.erl:1332: anonymous fn/1 in :code_server.handle_on_load/5
11:15:01.271 [warning] The on_load function for module Elixir.Membrane.PortAudio.Sink.Native.Nif returned:
{%RuntimeError{
message: "Bundlex cannot load nif :sink of app :membrane_portaudio_plugin\nfrom \"/root/project/_build/test/lib/membrane_portaudio_plugin/priv/bundlex/nif/sink\", check bundlex.exs file for information about nifs.\nReason: :load_failed, Failed to load NIF library /root/project/_build/test/lib/membrane_portaudio_plugin/priv/bundlex/nif/sink: 'libdb-18.1.so: cannot open shared object file: No such file or directory'\n"
},
[
{Membrane.PortAudio.Sink.Native.Nif, :load_nif, 0,
[
file: ~c"lib/membrane_portaudio_plugin/sink_native.ex",
line: 1,
error_info: %{...}
]},
{:code_server, :"-handle_on_load/5-fun-0-", 1,
[file: ~c"code_server.erl", line: 1332]}
]}
11:15:01.359 [error] Process #PID<0.291.0> raised an exception
** (RuntimeError) Bundlex cannot load nif :source of app :membrane_portaudio_plugin
from "/root/project/_build/test/lib/membrane_portaudio_plugin/priv/bundlex/nif/source", check bundlex.exs file for information about nifs.
Reason: :load_failed, Failed to load NIF library /root/project/_build/test/lib/membrane_portaudio_plugin/priv/bundlex/nif/source: 'libdb-18.1.so: cannot open shared object file: No such file or directory'
lib/membrane_portaudio_plugin/source_native.ex:1: Membrane.PortAudio.Source.Native.Nif.load_nif/0
(kernel 9.0.2) code_server.erl:1332: anonymous fn/1 in :code_server.handle_on_load/5
11:15:01.360 [warning] The on_load function for module Elixir.Membrane.PortAudio.Source.Native.Nif returned:
{%RuntimeError{
message: "Bundlex cannot load nif :source of app :membrane_portaudio_plugin\nfrom \"/root/project/_build/test/lib/membrane_portaudio_plugin/priv/bundlex/nif/source\", check bundlex.exs file for information about nifs.\nReason: :load_failed, Failed to load NIF library /root/project/_build/test/lib/membrane_portaudio_plugin/priv/bundlex/nif/source: 'libdb-18.1.so: cannot open shared object file: No such file or directory'\n"
},
[
{Membrane.PortAudio.Source.Native.Nif, :load_nif, 0,
[
file: ~c"lib/membrane_portaudio_plugin/source_native.ex",
line: 1,
error_info: %{...}
]},
{:code_server, :"-handle_on_load/5-fun-0-", 1,
[file: ~c"code_server.erl", line: 1332]}
]}
Generated membrane_portaudio_plugin app
The text was updated successfully, but these errors were encountered:
when CircleCi runs
mix compile --force --warnings-as-errors
in membrane_portaudio_plugin the following error occus yet the step completes successfully. Output:The text was updated successfully, but these errors were encountered: