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
Machines tested: macOS Ventura M1/arm64 and Ubuntu 22.04 amd64 Docker image (with the Mac as the host)
Steps to reproduce:
git checkout 2.1.0 && sbt assembly
Error(s) produced (cropped for content):
544.5 [error] 2 errors were encountered during merge
544.9 [error] java.lang.RuntimeException: deduplicate: different file contents found in the following:
544.9 [error] /root/.ivy2/cache/org.apache.logging.log4j/log4j-api/jars/log4j-api-3.0.0-alpha1.jar:log4j2.propertyMapping.json
544.9 [error] /root/.ivy2/cache/org.apache.logging.log4j/log4j-core/jars/log4j-core-3.0.0-alpha1.jar:log4j2.propertyMapping.json
544.9 [error] deduplicate: different file contents found in the following:
544.9 [error] /root/.ivy2/cache/com.fasterxml.woodstox/woodstox-core/bundles/woodstox-core-6.5.0.jar:module-info.class
544.9 [error] /root/.ivy2/cache/javax.xml.bind/jaxb-api/jars/jaxb-api-2.3.1.jar:module-info.class
544.9 [error] /root/.ivy2/cache/org.apache.logging.log4j/log4j-api/jars/log4j-api-3.0.0-alpha1.jar:module-info.class
544.9 [error] /root/.ivy2/cache/org.apache.logging.log4j/log4j-core/jars/log4j-core-3.0.0-alpha1.jar:module-info.class
544.9 [error] /root/.ivy2/cache/org.apache.logging.log4j/log4j-plugins/jars/log4j-plugins-3.0.0-alpha1.jar:module-info.class
544.9 [error] /root/.ivy2/cache/org.codehaus.woodstox/stax2-api/bundles/stax2-api-4.2.1.jar:module-info.class
Bumping the GKL version to 0.8.10 or 0.8.11 in build.sbt produces a successful build. I do see that the GKL version has been bumped here, but wanted to document this here and see if it can be reproduced by anyone else.
What is strange on my end is that as recently as a month ago I had no issues doing this on an Intel Mac, both building locally and inside a Docker Ubuntu container. That doesn't make much sense, but it's the only variable I can think of.
The text was updated successfully, but these errors were encountered:
Machines tested: macOS Ventura M1/arm64 and Ubuntu 22.04 amd64 Docker image (with the Mac as the host)
Steps to reproduce:
Error(s) produced (cropped for content):
Bumping the GKL version to
0.8.10
or0.8.11
inbuild.sbt
produces a successful build. I do see that the GKL version has been bumped here, but wanted to document this here and see if it can be reproduced by anyone else.What is strange on my end is that as recently as a month ago I had no issues doing this on an Intel Mac, both building locally and inside a Docker Ubuntu container. That doesn't make much sense, but it's the only variable I can think of.
The text was updated successfully, but these errors were encountered: