facebook / buck

A fast build system that encourages the creation of small, reusable modules over a variety of platforms and languages.
https://buck.build
Apache License 2.0
8.56k stars 1.16k forks source link

Unable to create abi jar #2730

Open EvenChang opened 1 year ago

EvenChang commented 1 year ago

Does anyone knows how to resolve it? I'm using buck remote download it, but it has these errors.

Unable to create abi jar from /home/mars/mars/buck-out/gen/lib/junixsocket-native-common-2.5.2.jar/junixsocket-native-common-2.5.2.jar. Falling back to hashing that jar
Unable to create abi jar from /home/mars/mars/buck-out/gen/lib/junixsocket-native-common-2.5.2.jar/junixsocket-native-common-2.5.2.jar. Falling back to hashing that jar
Unable to create abi jar from /home/mars/mars/buck-out/gen/lib/junixsocket-common-2.5.2.jar/junixsocket-common-2.5.2.jar. Falling back to hashing that jar
Unable to create abi jar from /home/mars/mars/buck-out/gen/lib/junixsocket-common-2.5.2.jar/junixsocket-common-2.5.2.jar. Falling back to hashing that jar

Thanks.