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
Trying to build the extension on aarch64 system like the Apple M* family of SoCs fails as de.flapdoodle.embed.mongo dependency seems to download mnogo binary and it assumes to run on an x86 system.
A typical mvn failure log looks like this:
#15 9.303 Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'embeddedMongoServer' defined in class path resource [org/springframework/boot/autoconfigure/mongo/embedded/EmbeddedMongoAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [de.flapdoodle.embed.mongo.MongodExecutable]: Factory method 'embeddedMongoServer' threw exception; nested exception is de.flapdoodle.embed.process.exceptions.DistributionException: prepare executable
The issue persists even with updated test dependency (I've tried 4.4.0). This seems related to flapdoodle-oss/de.flapdoodle.embed.mongo#427 (here x86 vs x86_64 misdirection occurs).
The text was updated successfully, but these errors were encountered:
zyga
added a commit
to zyga/hawkbit-extensions
that referenced
this issue
Feb 1, 2023
This is known to pass, today, on x86_64 and fail on aarch64 due to
eclipse-hawkbit#84
Since the goal is to test unreleased HawkBit + unreleased HawkBit extensions,
both are built in sequence to satisfy dependencies that are not available
through maven as releases.
HawkBit tests are skipped to speed up the build process.
Signed-off-by: Zygmunt Krynicki <[email protected]>
Trying to build the extension on aarch64 system like the Apple M* family of SoCs fails as
de.flapdoodle.embed.mongo
dependency seems to download mnogo binary and it assumes to run on an x86 system.A typical
mvn
failure log looks like this:This causes failures of:
The issue persists even with updated test dependency (I've tried 4.4.0). This seems related to flapdoodle-oss/de.flapdoodle.embed.mongo#427 (here x86 vs x86_64 misdirection occurs).
The text was updated successfully, but these errors were encountered: