Advertisement
Guest User

Untitled

a guest
Apr 28th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. Started by user andrewkm
  2. Running as SYSTEM
  3. Building in workspace /var/lib/jenkins/jobs/Waterfall/workspace
  4. [WS-CLEANUP] Deleting project workspace...
  5. [WS-CLEANUP] Deferred wipeout is used...
  6. [WS-CLEANUP] Done
  7. No credentials specified
  8. Cloning the remote Git repository
  9. Cloning repository git@github.com:PaperMC/Waterfall.git
  10. > git init /var/lib/jenkins/jobs/Waterfall/workspace # timeout=10
  11. Fetching upstream changes from git@github.com:PaperMC/Waterfall.git
  12. > git --version # timeout=10
  13. > git fetch --tags --progress git@github.com:PaperMC/Waterfall.git +refs/heads/*:refs/remotes/origin/*
  14. > git config remote.origin.url git@github.com:PaperMC/Waterfall.git # timeout=10
  15. > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
  16. > git config remote.origin.url git@github.com:PaperMC/Waterfall.git # timeout=10
  17. Fetching upstream changes from git@github.com:PaperMC/Waterfall.git
  18. > git fetch --tags --progress git@github.com:PaperMC/Waterfall.git +refs/heads/*:refs/remotes/origin/*
  19. > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
  20. > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
  21. Checking out Revision 8974fb3b97cd363afa285c230b1ae6e9436cd903 (refs/remotes/origin/master)
  22. > git config core.sparsecheckout # timeout=10
  23. > git checkout -f 8974fb3b97cd363afa285c230b1ae6e9436cd903
  24. Commit message: "Updated Upstream (BungeeCord)"
  25. > git rev-list --no-walk 8974fb3b97cd363afa285c230b1ae6e9436cd903 # timeout=10
  26. Parsing POMs
  27. ERROR: Failed to parse POMs
  28. org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
  29. [ERROR] Child module /var/lib/jenkins/jobs/Waterfall/workspace/Waterfall-Proxy of /var/lib/jenkins/jobs/Waterfall/workspace/pom.xml does not exist @
  30.  
  31. at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:364)
  32. at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361)
  33. at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331)
  34. at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1328)
  35. at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1125)
  36. at hudson.FilePath.act(FilePath.java:1074)
  37. at hudson.FilePath.act(FilePath.java:1057)
  38. at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:986)
  39. at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:691)
  40. at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
  41. at hudson.model.Run.execute(Run.java:1818)
  42. at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
  43. at hudson.model.ResourceController.execute(ResourceController.java:97)
  44. at hudson.model.Executor.run(Executor.java:429)
  45. Discard old builds...
  46. Finished: FAILURE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement