Hi there I think I’m hitting an OS level limit here. I’m getting file name too long on a file name of 245 characters while normally it should be fine up to 255.
I’m using container circleci/openjdk:8u162-jdk-stretch-node-browsers.
Locally the build works fine, I’m on Debian Sid.
The issue from the log file:
[warn] Error extracting zip entry ‘shapeless/TupleTypeableInstances$$anon$22$$anonfun$cast$22$$anonfun$apply$211$$anonfun$apply$212$$anonfun$apply$213$$anonfun$apply$214$$anonfun$apply$215$$anonfun$apply$216$$anonfun$apply$217$$anonfun$apply$218$$anonfun$apply$219$$anonfun$apply$220.class’ to ‘/tmp/build/target/streams/$global/assemblyOption/$global/streams/assembly/8fef703a9b526988a5f06b4b9799ea31507eddbc_f40ed6e303d550293f5f8f3743681d98e31f2360_3cbf73eb02632b77a44de2ed9a68c0c1808b1248/shapeless/TupleTypeableInstances$$anon$22$$anonfun$cast$22$$anonfun$apply$211$$anonfun$apply$212$$anonfun$apply$213$$anonfun$apply$214$$anonfun$apply$215$$anonfun$apply$216$$anonfun$apply$217$$anonfun$apply$218$$anonfun$apply$219$$anonfun$apply$220.class’: java.io.FileNotFoundException: /tmp/build/target/streams/$global/assemblyOption/$global/streams/assembly/8fef703a9b526988a5f06b4b9799ea31507eddbc_f40ed6e303d550293f5f8f3743681d98e31f2360_3cbf73eb02632b77a44de2ed9a68c0c1808b1248/shapeless/TupleTypeableInstances$$anon$22$$anonfun$cast$22$$anonfun$apply$211$$anonfun$apply$212$$anonfun$apply$213$$anonfun$apply$214$$anonfun$apply$215$$anonfun$apply$216$$anonfun$apply$217$$anonfun$apply$218$$anonfun$apply$219$$anonfun$apply$220.class (File name too long)
Any idea how this can be fixed?
Thanks!