Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.97 KB | None | 0 0
  1. Started by upstream project "proj/proj_base" build number 160
  2. originally caused by:
  3. Started by user Joshua Alday
  4. [CustomTools] - Octo CLI: Starting installation
  5. Unpacking https://download.octopusdeploy.com/octopus-tools/6.2.3/OctopusTools.6.2.3.ubuntu.16.04-x64.tar.gz to /home/jenkins/tools/com.cloudbees.jenkins.plugins.customtools.CustomTool/Octo_CLI on linux-octopus-image-ssh-rwfmb
  6. [CustomTools] - Octo CLI: Tool is installed at /home/jenkins/tools/com.cloudbees.jenkins.plugins.customtools.CustomTool/Octo_CLI
  7. [CustomTools] - Octo CLI: Setting Octo CLI_HOME=/home/jenkins/tools/com.cloudbees.jenkins.plugins.customtools.CustomTool/Octo_CLI
  8. Building remotely on linux-octopus-image-ssh-rwfmb (octopus linux ssh) in workspace /home/jenkins/workspace/proj/proj_sub_project
  9. using credential BitButcketLogin-JAcomp
  10. Cloning the remote Git repository
  11. Cloning repository https://joshuaaldaycomp@bitbucket.org/company/proj.git
  12. > git init /home/jenkins/workspace/proj/proj_sub_project # timeout=10
  13. Fetching upstream changes from https://joshuaaldaycomp@bitbucket.org/company/proj.git
  14. > git --version # timeout=10
  15. using GIT_ASKPASS to set credentials BitBucket Login credentials for temporary use.
  16. > git fetch --tags --progress https://joshuaaldaycomp@bitbucket.org/company/proj.git +refs/heads/*:refs/remotes/origin/*
  17. > git config remote.origin.url https://joshuaaldaycomp@bitbucket.org/company/proj.git # timeout=10
  18. > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
  19. > git config remote.origin.url https://joshuaaldaycomp@bitbucket.org/company/proj.git # timeout=10
  20. Fetching upstream changes from https://joshuaaldaycomp@bitbucket.org/company/proj.git
  21. using GIT_ASKPASS to set credentials BitBucket Login credentials for temporary use.
  22. > git fetch --tags --progress https://joshuaaldaycomp@bitbucket.org/company/proj.git +refs/heads/*:refs/remotes/origin/*
  23. > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
  24. > git rev-parse refs/remotes/origin/origin/develop^{commit} # timeout=10
  25. Checking out Revision <hash>(refs/remotes/origin/develop)
  26. > git config core.sparsecheckout # timeout=10
  27. > git checkout -f <hash>
  28. Commit message: "Merge branch 'commit' into develop"
  29. > git rev-list --no-walk <hash> # timeout=10
  30. Jenkins Artifactory Plugin version: 3.2.2
  31. Parsing POMs
  32. Modules changed, recalculating dependency graph
  33. Established TCP socket on 46093
  34. maven35-agent.jar already up to date
  35. maven35-interceptor.jar already up to date
  36. maven3-interceptor-commons.jar already up to date
  37. [proj-sub-project] $ /home/jenkins/tools/hudson.model.JDK/jdk1.8/bin/java -Xmx2g -Djava.awt.headless=true -cp /home/jenkins/maven35-agent.jar:/home/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.1/boot/plexus-classworlds-2.6.0.jar:/home/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.1/conf/logging jenkins.maven3.agent.Maven35Main /home/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.1 /home/jenkins/slave.jar /home/jenkins/maven35-interceptor.jar /home/jenkins/maven3-interceptor-commons.jar 46093
  38. Picked up JAVA_TOOL_OPTIONS: -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:+UseParallelGC -Xmx128m
  39. <===[JENKINS REMOTING CAPACITY]===>channel started
  40. Executing Maven: -B -f /home/jenkins/workspace/proj/proj_sub_project/proj-sub-project/pom.xml -B -q -DskipTests clean install
  41. [WARNING]
  42. [WARNING] Some problems were encountered while building the effective model for org.app.proj.proj_sub_project:proj-sub-project:jar:1.0
  43. [WARNING] 'dependencies.dependency.scope' for org.springframework.boot:spring-boot-dependencies:pom must be one of [provided, compile, runtime, test, system] but is 'import'. @ org.app.proj:proj-base:1.0, /home/jenkins/workspace/proj/proj_sub_project/pom.xml, line 65, column 11
  44. [WARNING]
  45. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  46. [WARNING]
  47. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  48. [WARNING]
  49. [HUDSON] Collecting dependencies info
  50. [WARNING] The POM for com.oracle:ojdbc6_g:jar:11.2.0 is missing, no dependency information available
  51. [WARNING] Attempt to (de-)serialize anonymous class org.jfrog.hudson.maven2.MavenDependenciesRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
  52. Waiting for Jenkins to finish collecting data
  53. [ERROR] unable to create new native thread -> [Help 1]
  54. [ERROR]
  55. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  56. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  57. [ERROR]
  58. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  59. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/OutOfMemoryError
  60. [JENKINS] Archiving /home/jenkins/workspace/proj/proj_sub_project/proj-sub-project/pom.xml to org.app.proj.proj_sub_project/proj-sub-project/1.0/proj-sub-project-1.0.pom
  61. channel stopped
  62. Finished: FAILURE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement