-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
InvalidPathException on Assembly 2.1.1 #496
Comments
+1 Also getting this on the lambda character in shapeless on 2.11 |
Same problem here |
Has anyone found a fix or a workaround for this? |
Hey guys I would like to help, but It is hard to reproduce. Can someone provide the ff info?: Java version (i.e. 1.8.212) Also, obviously, the problem occurs in Linux based the stacktrace of the OP, but if it also happens in Windows, do mention. |
Yea. If someone could reproduce it on a public GitHub repo and/or GitHub Actions that would be helpful. |
Unable to share a detailed repro just yet, but perhaps this will help clarify things? I encountered this problem in a docker image (private to my company as far as I can tell) in which Adding if more info is still needed to track this down I'll try and provide an example repo and a |
By the way I can also report that this reproduced with sbt-assembly 2.0.0. |
same error on shapeless in 2.1.0 |
I also have the same problem. Any news on how to solve this? |
maintainers have indicated a need for a reproducible example. if you have one please share it. (my team has the creation of a mcve for this as a backlog item, but no guarantees on when we'll be able to produce one.) EDIT: if you need a workaround, try downgrading to 1.2.0 |
I do not have a reproducible example. It works in my local laptop but not on my CI agent. :( I have downgraded to 1.2.0 as suggested and it also works in the CI agent so I will stick with that version for now. |
I got this now, in a VM which was running a surprisingly old version of ubuntu.
The It's this project and commit ScalablyTyped/Converter@9ecf062 |
This will help fix issues with sbt-assembly, similar to this: sbt/sbt-assembly#496 Change-Id: I4a4068bb600d1a89530b8ac2c152d58c193b8d8c
My workaround in Dockerfile. ENV LANG=C.UTF-8
ENV LC_ALL=C.UTF-8 |
I was able to workaround this issue using the environment variables:
In my build pipeline. Adding I don't have a reproducible example as it works on my local machine but not the build agent we use, similar to others. Unsure if the stack trace will help, but the docker image my build is using is: That's:
|
I'm getting this exception after upgrading from 1.2.0 to 2.1.1. Is the
λ
? How can i handle this?The text was updated successfully, but these errors were encountered: