Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Main and JSON-B ITs failing with latest GraalVM 21.3-dev #18305

Closed
zakkak opened this issue Jul 1, 2021 · 2 comments
Closed

Main and JSON-B ITs failing with latest GraalVM 21.3-dev #18305

zakkak opened this issue Jul 1, 2021 · 2 comments
Assignees
Labels

Comments

@zakkak
Copy link
Contributor

zakkak commented Jul 1, 2021

Describe the bug

The "Main" and "JSON-B" integration tests are failing with the latest graal master

The PR introducing the regression is oracle/graal#3446 and specifically commit oracle/graal@3e5e1b8

Expected behavior

Tests should pass.

Actual behavior

Tests print the following warning while building:

The bundle named: yasson-messages, has not been found. If the bundle is part of a module, verify the bundle name is a fully qualified class name. Otherwise verify the bundle path is accessible in the classpath.

and fails at runtime with:

java.util.MissingResourceException: Can't find bundle for base name yasson-messages, locale en_IE

See https://github.com/graalvm/mandrel/runs/2948362158?check_suite_focus=true and https://github.com/graalvm/mandrel/runs/2948362626?check_suite_focus=true#step:9:346 for the full logs

To Reproduce

export GRAALVM_HOME=/path/to/build/from/source/graalvm-ce-java11-21.3.0-dev
./mvnw \
    -Dtest-containers -Dstart-containers \
    -Dnative -Dnative.surefire.skip \
    -f integration-tests -pl main,jsonb install

Environment (please complete the following information):

Key Value
uname -a Linux slimhat 5.12.9-300.fc34.x86_64 #1 SMP Thu Jun 3 13:51:40 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
java -version openjdk version "11.0.11" 2021-04-20
OpenJDK Runtime Environment 18.9 (build 11.0.11+9)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.11+9, mixed mode, sharing)
graalvm java -version openjdk version "11.0.12-ea" 2021-07-20
OpenJDK Runtime Environment 18.9 (build 11.0.12-ea+5)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.12-ea+5, mixed mode)
mvnw --version Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /home/zakkak/.m2/wrapper/dists/apache-maven-3.8.1-bin/2l5mhf2pq2clrde7f7qp1rdt5m/apache-maven-3.8.1
Java version: 11.0.11, vendor: Red Hat, Inc., runtime: /usr/lib/jvm/java-11-openjdk-11.0.11.0.9-2.fc34.x86_64
Default locale: en_IE, platform encoding: UTF-8
OS name: "linux", version: "5.12.9-300.fc34.x86_64", arch: "amd64", family: "unix"
quarkus-version 870c909
GraalVM version 44d3ba029ef261aefaf3371e8fee9403c5e88ab4
@zakkak zakkak added kind/bug Something isn't working area/native-image labels Jul 1, 2021
@zakkak zakkak self-assigned this Jul 1, 2021
@quarkus-bot
Copy link

quarkus-bot bot commented Jul 1, 2021

/cc @galderz

@zakkak
Copy link
Contributor Author

zakkak commented Jul 7, 2021

Fixed by oracle/graal#3540

@zakkak zakkak closed this as completed Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant