-
Notifications
You must be signed in to change notification settings - Fork 321
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
Cleanup Error on Scan #9779
Comments
Good to read from you again @Martin-Idel 😉
I assume this could be a permission problem, i.e. the file actually is there but not accessible for whether reason. If so, the problem should appear with any (smaller) project in your specific setup. Is that something you could confirm? |
Thanks @sschuberth ! Sorry for the delay, but it took me a while to run a couple of tests. I have some issues with permissions, but it would be a bit weird in THIS case, because the file is in a temporary folder, why should access be messed up there? I don't have any mount point on that directory and there is no restriction on the docker container to use some space. I also checked |
Can you attach the (compressed) ORT analyzer result that you used as the input to the |
Sorry, I could have thought of that. Here it is: |
Describe the bug
Scanning Excalidraw (https://github.com/excalidraw/excalidraw) results in an error and no ort output.
To Reproduce
Steps to reproduce the behavior:
Config is just
I also tried adding options:
-e "JAVA_OPTS=-Xms512M -Xmx10g -XX:MaxMetaspaceSize=6g -Dkotlin.daemon.jvm.options='-Xmx16g'"
--memory="32g"
and various combinations of sizes, that seemed to not help.
I also tried using a postgres database which significantly reduced scan time, however the error remains the same.
Expected behavior
No error.
Console / log output
Environment
Output of the
ort requirements -l commands
command:Additional context
Running with
--debug
it seems that this happens during some cleanup.The text was updated successfully, but these errors were encountered: