busy-car-23170
03/04/2019, 10:06 PM[shade-zinc]
==== stderr ====
Exception in thread "main" java.util.zip.ZipException: invalid entry size (expected 526140 but got 0 bytes)
I noticed this PR went into 1.8.0, which initially smells correlated: https://github.com/pantsbuild/pants/pull/5953
we do have a 3rdparty dependency on guava 20.0, is there more shading I should try and do? Can also provide more stacktrace/debug details in a gist. Thanks in advance!witty-crayon-22786
03/04/2019, 10:11 PMbusy-car-23170
03/04/2019, 10:12 PMwitty-crayon-22786
03/04/2019, 10:12 PMbusy-car-23170
03/04/2019, 10:13 PMwitty-crayon-22786
03/04/2019, 10:20 PMunzip -l $jar > /dev/null && echo $?
busy-car-23170
03/04/2019, 10:43 PMwitty-crayon-22786
03/05/2019, 5:18 PM~/.cache/pants
?