Unable to run dependencies-report
-- reporting cannot load (ext) (org.jruby.ext.psych.PsychLibrary)
#15427
Labels
dependencies-report
-- reporting cannot load (ext) (org.jruby.ext.psych.PsychLibrary)
#15427
Logstash information:
Latest checkout from
main
JVM (e.g.
java -version
):OS version (
uname -a
if on a Unix-like system):Ubuntu 22.04.3 LTS
(using Dockerubuntu:jammy
)Description of the problem including expected versus actual behavior:
When running the
dependencies-report
from the latest commit on themain
branch of Logstash on a docker container based on Ubuntu 22.04, we are getting aBundler::GemspecError:
mentioningerror while loading
logstash-core-plugin-api.gemspec: cannot load (ext) (org.jruby.ext.psych.PsychLibrary). Bundler cannot continue.
We've hit something similar in #15356 (see PR description) which forced us to switch to VMs.
Steps to reproduce:
Use the following Dockerfile:
and then run
docker build .
this will result in:
The text was updated successfully, but these errors were encountered: