Re: Error encountered during build on ppc64le architecture

2021-06-23 Thread Stamatis Zampetakis
The error seems to come from the use of Docker through our dependency to org.testcontainers. I am not sure why it comes up but you should be able to walk around the issue by setting calcite.test.docker property [1] to false. Best, Stamatis [1]

Re: Error encountered during build on ppc64le architecture

2021-06-22 Thread Julian Hyde
It looks as if the Redis adapter test is trying to get an unavailable port. See whether the build succeeds if the Redis adapter test is skipped: ./gradlew clean test -x :redis:test If that passes, it indicates that Calcite is sound. (The Redis adapter is probably sound, too, and its test would

Error encountered during build on ppc64le architecture

2021-06-22 Thread Kishore Kunal Mr
Hi Team, I encountered an issue while building calcite on ppc64le architecture. For the build I followed the steps provided on official site [ https://calcite.apache.org/docs/howto.html#building-from-git], but failing to do so. Hence need your support in fixing the issue. Logs can be found