Advertisement
Guest User

Untitled

a guest
Dec 9th, 2015
352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. Fetching changes from the remote Git repository
  2. > git config remote.origin.url gitolite@code.abc.internal:mobile/android-rds.git # timeout=10
  3. Fetching upstream changes from gitolite@code.abc.internal:mobile/android-rds.git
  4. > git --version # timeout=10
  5. > git -c core.askpass=true fetch --tags --progress gitolite@code.abc.internal:mobile/android-rds.git +refs/heads/*:refs/remotes/origin/* # timeout=10
  6. > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
  7. > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
  8. Checking out Revision 6f0f30c4c0078ed94f0492c697615bd570e4dd2c (refs/remotes/origin/master)
  9. > git config core.sparsecheckout # timeout=10
  10. > git checkout -f 6f0f30c4c0078ed94f0492c697615bd570e4dd2c # timeout=10
  11. > git rev-list 6f0f30c4c0078ed94f0492c697615bd570e4dd2c # timeout=10
  12. Cleaning workspace
  13. > git rev-parse --verify HEAD # timeout=10
  14. Resetting working tree
  15. > git reset --hard # timeout=10
  16. > git clean -fdx # timeout=10
  17. FATAL: null
  18. java.lang.NullPointerException
  19. at hudson.model.AbstractBuild$AbstractBuildExecution.preBuild(AbstractBuild.java:840)
  20. at hudson.model.AbstractBuild$AbstractBuildExecution.preBuild(AbstractBuild.java:835)
  21. at hudson.model.Build$BuildExecution.doRun(Build.java:144)
  22. at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:537)
  23. at hudson.model.Run.execute(Run.java:1741)
  24. at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
  25. at hudson.model.ResourceController.execute(ResourceController.java:98)
  26. at hudson.model.Executor.run(Executor.java:410)
  27. Recording test results
  28. ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
  29. [android-lint] Skipping publisher since build result is FAILURE
  30. Sending e-mails to: mobile-builds-eng@uber.com
  31. [phabricator:non-differential] Coverage result not found. Ignoring build.
  32. FATAL: null
  33. java.lang.NullPointerException
  34. at hudson.model.AbstractBuild$AbstractBuildExecution.reportError(AbstractBuild.java:750)
  35. at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:734)
  36. at hudson.model.Build$BuildExecution.post2(Build.java:185)
  37. at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:671)
  38. at hudson.model.Run.execute(Run.java:1766)
  39. at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
  40. at hudson.model.ResourceController.execute(ResourceController.java:98)
  41. at hudson.model.Executor.run(Executor.java:410)
  42. [ERROR] HipChat notification failed with error message: Unexpected response code from HipChat: 401
  43. Finished: FAILURE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement