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
I've just tried to run the imageio test locally and when looking at the build-and-run.log file I see this:
[INFO] ------------------------------------------------------------------------
Command: java -agentlib:native-image-agent=config-output-dir=src/main/resources/META-INF/native-image -jar target/imageio.jar
Error occurred during initialization of VM
Could not find agent library native-image-agent on the library path, with error: libnative-image-agent.so: cannot open shared object file: No such file or directory
Command: jar uf target/imageio.jar -C src/main/resources/ META-INF
Command: native-image -H:IncludeResources=Grace_M._Hopper.jp2,MyFreeMono.ttf,MyFreeSerif.ttf --no-fallback -jar target/imageio.jar target/imageio
[target/imageio:16901] classlist: 1,305.26 ms, 0.96 GB
[target/imageio:16901] (cap): 461.44 ms, 0.96 GB
[target/imageio:16901] setup: 1,941.41 ms, 0.96 GB
[target/imageio:16901] (clinit): 414.05 ms, 2.32 GB
Note that running the java agent failed. At that point the test should have aborted. This makes me believe the errors in a multi-step command aren't properly propagated.
The text was updated successfully, but these errors were encountered:
I've just tried to run the
imageio
test locally and when looking at thebuild-and-run.log
file I see this:Note that running the java agent failed. At that point the test should have aborted. This makes me believe the errors in a multi-step command aren't properly propagated.
The text was updated successfully, but these errors were encountered: