TamerPlatform / Tools_Repository

This repository will only hold issues around various Tools to be bundled in AndroidTamer
12 stars 5 forks source link

deobfuscator #89

Open anantshri opened 8 years ago

anantshri commented 8 years ago

github.com/java-deobfuscator/deobfuscator

anantshri commented 7 years ago

Build errors

[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building deobfuscator 1.0.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ deobfuscator ---
[INFO] Deleting /vagrant/Build/deobfuscator/source/target
[INFO]
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ deobfuscator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /vagrant/Build/deobfuscator/source/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ deobfuscator ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 215 source files to /vagrant/Build/deobfuscator/source/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ deobfuscator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 11 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ deobfuscator ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /vagrant/Build/deobfuscator/source/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ deobfuscator ---
[INFO] Surefire report directory: /vagrant/Build/deobfuscator/source/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.javadeobfuscator.deobfuscator.TestRunner
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 18.146 sec <<< FAILURE!

Results :

Tests in error:
  com.javadeobfuscator.deobfuscator.TestRunner: Java heap space

Tests run: 1, Failures: 0, Errors: 1, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 42.264s
[INFO] Finished at: Thu Mar 23 02:04:57 GMT 2017
[INFO] Final Memory: 8M/20M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on project deobfuscator: There are test failures.
[ERROR]
[ERROR] Please refer to /vagrant/Build/deobfuscator/source/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException