-
Notifications
You must be signed in to change notification settings - Fork 5
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
[BUG] Run small-test #382
Comments
@mernst We fixed this right? I think it should be working now |
I will close the issue; if the problem recurs, please re-open. |
@benedikt-schesch thank you for the support. I was trying to run it again (command So can you tell me where to change to point the setup to the most suitable commit of EDIT: @benedikt-schesch my bad, my version of |
Good to hear. Maybe we'll add a check for this |
Hey @benedikt-schesch! After running the tests (make small-test), I got the following output. I do not know if it is correct. Could you please give a me clue? Thanks in advance. |
Hey, so at the end it is saying that some columns are not equal and more specifically it is all the sporks columns so something seems to be off with spork but it also means that the rest is all working as it should which is very good. But it also looks like to me you are not ont the latest main branch because, could you pull and update to the latest version of the main branch? (If you did any manual changes please temporarily remove them). If you get an error again then feel free to post it here and I can look into it. |
@benedikt-schesch I'm not using the latest version of the main branch because megiraf's pull request caused some dependency issues related to the Rust language used by their tool (I think they should have told the necessary dependencies...). Were you aware of this? Perhaps your PC already has the necessary dependencies... Here, I am building a docker image to facilitate the execution of the experiment, I am using the version just before megiraf, namely: 2a3e7f9 |
Ok so there is a problem with spork. I suspect it is not running properly on your machine and that it is simply reverting to git. Could you post the content of |
Very strange to be honest. Not really clear what is going wrong here. Could you checkout the branch |
Also what OS are you using? It seems like you don't have |
Here is the new log
I am using a docker container with ubuntu:22.04 configured with the dependencies described in your readme file, and others that are not in the readme, but I had to install (latex por instance) to make it work. |
Ok so your are having an internal error with Spork so it is reverting to git: class spoon.reflect.factory.ModuleFactory$CtUnnamedModule cannot be cast to class spoon.reflect.declaration.CtType (spoon.reflect.factory.ModuleFactory$CtUnnamedModule and spoon.reflect.declaration.CtType are in unnamed module of loader 'app')
Spork encountered an error in structured merge. Falling back to line-based merge I think it could be due to the use of java 21 that you are using:
I use this one:
Try to use Java 17 and/or try to use exactly the same one. For that change your JAVA_HOME path |
Also make sure to install killall |
Thanks @benedikt-schesch, I think killall and Java 17 did the trick. This is the correct output, right? |
Looks all good. I'll do a few changes to make sure this is no longer an issue |
Hi!
I was trying to execute the setup, then I got the following error when running
make small-test
Seems like this is a problem in
plume-lib/merging
build.gradle file:The text was updated successfully, but these errors were encountered: