winder / Universal-G-Code-Sender

A cross-platform G-Code sender for GRBL, Smoothieware, TinyG and G2core.
http://winder.github.io/ugs_website/
GNU General Public License v3.0
1.9k stars 765 forks source link

Compliation Error when Build Dev Environment #1707

Closed tweathers-sec closed 2 years ago

tweathers-sec commented 3 years ago

INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for ugs-parent 2.0.8-SNAPSHOT: [INFO] [INFO] ugs-parent ......................................... SUCCESS [ 3.803 s] [INFO] ugs-core ........................................... SUCCESS [ 33.214 s] [INFO] ugs-pendant ........................................ SUCCESS [ 44.291 s] [INFO] ugs-cli ............................................ SUCCESS [ 0.818 s] [INFO] ugs-classic ........................................ SUCCESS [ 6.008 s] [INFO] ugs-platform-parent ................................ SUCCESS [ 0.645 s] [INFO] ugs-platform-branding .............................. SUCCESS [ 2.282 s] [INFO] ugs-platform-ugslib ................................ SUCCESS [ 9.193 s] [INFO] ugs-platform-ugscore ............................... SUCCESS [ 5.068 s] [INFO] ugs-platform-visualizer ............................ SUCCESS [ 3.598 s] [INFO] ugs-platform-plugin-workflow ....................... SUCCESS [ 1.908 s] [INFO] ugs-platform-gcode-editor .......................... SUCCESS [ 6.175 s] [INFO] ugs-platform-surfacescanner ........................ SUCCESS [ 2.104 s] [INFO] ProbeModule ........................................ SUCCESS [ 3.499 s] [INFO] DowelModule ........................................ SUCCESS [ 11.752 s] [INFO] GcodeTools ......................................... SUCCESS [ 1.913 s] [INFO] ugs-platform-plugin-jog ............................ SUCCESS [ 4.198 s] [INFO] ugs-platform-plugin-setup-wizard ................... SUCCESS [ 2.724 s] [INFO] ugs-platform-welcome-page .......................... SUCCESS [ 2.083 s] [INFO] ugs-platform-plugin-joystick ....................... SUCCESS [ 6.718 s] [INFO] ugs-platform-plugin-cloud-storage .................. SUCCESS [ 11.687 s] [INFO] ugs-platform-plugin-toolbox ........................ SUCCESS [ 2.179 s] [INFO] ugs-platform-plugin-dro ............................ SUCCESS [ 1.076 s] [INFO] ugs-platform-plugin-designer ....................... SUCCESS [ 10.499 s] [INFO] ugs-platform-app ................................... FAILURE [ 17.834 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:23 min [INFO] Finished at: 2021-10-20T13:39:18-04:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4:test (default-test) on project ugs-platform-app: There are test failures. [ERROR] [ERROR] Please refer to /home/tweathers/git_repos/Universal-G-Code-Sender/ugs-platform/application/target/surefire-reports for the individual test results. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. [ERROR] -> [Help 1] [ERROR]

breiler commented 3 years ago

The output you posted is missing the reason why the build failed so there is not much we can do to help.

You can rerun the build from the terminal using mvn clean install > build.log which will output the log to the file build.log. Then attach the file to this github issue.

breiler commented 2 years ago

Found the problem when compiling on a system with a different locale than english. Try building with the latest from master.