objectionary / hone-maven-plugin

Maven plugin that applies a number of optimizations to your Bytecode, using EOLANG and 𝜑-calculus, trying to make it work faster
https://www.objectionary.com/hone-maven-plugin/
MIT License
3 stars 0 forks source link

Maven tests fail #27

Closed volodya-lombrozo closed 1 month ago

volodya-lombrozo commented 2 months ago

This problem was found in this discussion: https://github.com/objectionary/jeo-maven-plugin/issues/687

When I run mvn clean test, the build fails. Steps to reporoduce:

git clone git@github.com:objectionary/hone-maven-plugin.git 
cd hone-maven-plugin
mvn clean test

[ERROR] Tests run: 7, Failures: 2, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE

find . -name "Hello.xmir"
<nothing is found>

Expected output: Tests run successfully. Full logs: logs.txt (can't attach them directly - "Comment is too long (maximum is 65536 characters)") Environment: I have the docker installed:

docker --version         
Docker version 20.10.11, build dea9396
volodya-lombrozo commented 2 months ago

@yegor256 Could you take a look, please?

yegor256 commented 1 month ago

@volodya-lombrozo the build is clean now here in this repo

volodya-lombrozo commented 1 month ago

@yegor256 Yes, it works, thank you!

However, the testing time is dramatically long (but it's a separate problem):

[INFO] 
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  09:26 min
[INFO] Finished at: 2024-09-26T13:48:20+03:00
[INFO] ------------------------------------------------------------------------
yegor256 commented 1 month ago

@volodya-lombrozo that's because of Docker. If you run Maven build once again, it will be much faster.

yegor256 commented 1 month ago

@rultor release, tag is 0.0.9

rultor commented 1 month ago

@rultor release, tag is 0.0.9

@yegor256 OK, I will release it now. Please check the progress here

rultor commented 1 month ago

@rultor release, tag is 0.0.9

@yegor256 Done! FYI, the full log is here (took me 26min)