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

io.quarkus.mongodb tests throw errors on Power (ppc64le) architecture #3423

Closed
seth-priya opened this issue Aug 5, 2019 · 4 comments
Closed
Labels
kind/bug Something isn't working triage/needs-feedback We are waiting for feedback.

Comments

@seth-priya
Copy link

Describe the bug
Issues like
[INFO] Running io.quarkus.mongodb.ReactiveMongoClientTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 s <<< FAILURE! - in io.quarkus.mongodb.ReactiveMongoClientTest
[ERROR] io.quarkus.mongodb.ReactiveMongoClientTest Time elapsed: 0.001 s <<< ERROR!
java.lang.IllegalArgumentException: this version does not support 32Bit: V4_0:Linux:B32
are see while executing the tests for the target module

Expected behavior
The tests should pass without errors, ./mvnw clean install command should succeed

Actual behavior
./mvnw clean install succeeds if the tests are skipped but fails otherwise

To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/quarkusio/quarkus.git
cd quarkus
./mvnw clean install -Dmaven.test.failure.ignore=true
mvn install -rf :quarkus-mongodb-client

Configuration

# Add your application.properties here, if applicable.

Screenshots
(If applicable, add screenshots to help explain your problem.)

Environment (please complete the following information):

  • Output of uname -a or ver: Linux eb129a0a017e 3.10.0-957.12.2.el7.ppc64le Switch to the Maven distributed copy of the SubstrateVM annotations #1 SMP Fri Apr 19 17:11:56 EDT 2019 ppc64le ppc64le ppc64le GNU/Linux

  • Output of java -version: openjdk version "1.8.0_222"
    OpenJDK Runtime Environment (build 1.8.0_222-b10)
    OpenJDK 64-Bit Server VM (build 25.222-b10, mixed mode)

  • GraalVM version (if different from Java):

  • Quarkus version or git rev: master, fd67394

Additional context
(Add any other context about the problem here.)
Currently, trying to validate (build and test) on ppc64le. any pointers on areas that may need to change or have dependency on specific architecture or any external dependencies required here would be of great help.

Thank you!!!

@seth-priya seth-priya added the kind/bug Something isn't working label Aug 5, 2019
@stale
Copy link

stale bot commented Nov 13, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you!
We are doing this automatically to ensure out-of-date issues does not stay around indefinitely.
If you believe this issue is still relevant please put a comment on it on why and if it truly needs to stay request or add 'pinned' label.

@stale stale bot added the stale label Nov 13, 2019
@maxandersen maxandersen removed the stale label Nov 13, 2019
@DanHeidinga
Copy link
Contributor

We've seen this same problem on both P & Z linux when running the Quarkus tests at AdoptOpenJDK.

There's a PR flapdoodle-oss/de.flapdoodle.embed.process#109 that should address it for P but there hasn't been any discussion on it since it was opened in Oct 2019

@geoand
Copy link
Contributor

geoand commented Feb 26, 2024

Is this still a problem?

@geoand geoand added the triage/needs-feedback We are waiting for feedback. label Feb 26, 2024
@geoand
Copy link
Contributor

geoand commented Mar 14, 2024

Closing for lack of feedback

@geoand geoand closed this as not planned Won't fix, can't repro, duplicate, stale Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working triage/needs-feedback We are waiting for feedback.
Projects
None yet
Development

No branches or pull requests

4 participants