snuyanzin commented on PR #20128:
URL: https://github.com/apache/flink/pull/20128#issuecomment-1487979862

   @MartijnVisser  seems I found the reason
   It looks the issue was in inconsistent jna dependency provided by 
flink-end-to-end-tests.
   At the same time testcontainers 1.17.6. depends on 
docker-java-transport-zerodep 3.2.13 which  depends on jna 5.8.0
   
   ```
   [INFO] +- org.testcontainers:junit-jupiter:jar:1.17.6:test
   [INFO] |  \- org.testcontainers:testcontainers:jar:1.17.6:test
   [INFO] |     +- org.apache.commons:commons-compress:jar:1.21:test
   [INFO] |     +- org.rnorth.duct-tape:duct-tape:jar:1.0.8:test
   [INFO] |     |  \- org.jetbrains:annotations:jar:17.0.0:test
   [INFO] |     +- com.github.docker-java:docker-java-api:jar:3.2.13:test
   [INFO] |     |  \- 
com.fasterxml.jackson.core:jackson-annotations:jar:2.13.4:test
   [INFO] |     \- 
com.github.docker-java:docker-java-transport-zerodep:jar:3.2.13:test
   [INFO] |        +- 
com.github.docker-java:docker-java-transport:jar:3.2.13:test
   [INFO] |        \- net.java.dev.jna:jna:jar:5.8.0:test
   
   ```
   
   by the way since 5.7.0 contains fixes for M1 it could potentially improve 
situation with tests on M1 (I can not check it)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to