Advertisement
Guest User

test_sonar_out

a guest
Oct 16th, 2012
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. Started by user user
  2. Building on master in workspace /opt/hudson/jobs/test_sonar/workspace
  3. Run condition [Not] preventing prebuild for step [Invoke Standalone Sonar Analysis]
  4. [workspace] $ bash -xe /var/tmp/hudson1158451766206141860.sh
  5. + declare -p SKIP_SONAR
  6. declare -x SKIP_SONAR="true"
  7. Run condition [Not] preventing perform for step [Invoke Standalone Sonar Analysis]
  8. [workspace] $ java -cp /opt/hudson/jobs/test_sonar/workspace/sonar-runner6070423385482259658.jar:/opt/hudson/jobs/test_sonar/workspace/sonar-batch-bootstrapper8783723938221476831.jar org.sonar.runner.Main -Dsonar.jdbc.driver=com.mysql.jdbc.Driver -Dsonar.jdbc.url=jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true ******** ******** -Dsonar.host.url=http://localhost:8080
  9. Runner configuration file: NONE
  10. Project configuration file: NONE
  11. Runner version: 1.2
  12. Java version: 1.7.0_04, vendor: Oracle Corporation
  13. OS name: "SunOS", version: "5.10", arch: "sparc"
  14. Server: http://localhost:8080
  15. Work directory: /opt/hudson/jobs/test_sonar/workspace/.sonar
  16. Total time: 0.025s
  17. Final Memory: 0M/61M
  18. Exception in thread "main" org.sonar.runner.RunnerException: You must define mandatory properties: sonar.projectKey, sonar.projectName, sonar.projectVersion, sources
  19. at org.sonar.runner.Runner.checkMandatoryProperties(Runner.java:92)
  20. at org.sonar.runner.Runner.execute(Runner.java:75)
  21. at org.sonar.runner.Main.main(Main.java:61)
  22. Build step 'Invoke Standalone Sonar Analysis' marked build as failure
  23. Skipping sonar analysis due to bad build status FAILURE
  24. Notifying upstream projects of job completion
  25. Finished: FAILURE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement