Advertisement
Guest User

build error

a guest
Mar 13th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 8.44 KB | None | 0 0
  1. [default] Importing base box 'Ubuntu 12.04'...
  2. [default] Matching MAC address for NAT networking...
  3. [default] Setting the name of the VM...
  4. [default] Clearing any previously set forwarded ports...
  5. [default] Clearing any previously set network interfaces...
  6. [default] Preparing network interfaces based on configuration...
  7. [default] Forwarding ports...
  8. [default] -- 22 => 2222 (adapter 1)
  9. [default] -- 8080 => 8080 (adapter 1)
  10. [default] -- 5000 => 5000 (adapter 1)
  11. [default] -- 3306 => 3308 (adapter 1)
  12. [default] Running 'pre-boot' VM customizations...
  13. [default] Booting VM...
  14. [default] Waiting for machine to boot. This may take a few minutes...
  15. [default] Machine booted and ready!
  16. [default] The guest additions on this VM do not match the installed version of
  17. VirtualBox! In most cases this is fine, but in rare cases it can
  18. prevent things such as shared folders from working properly. If you see
  19. shared folder errors, please make sure the guest additions within the
  20. virtual machine match the version of VirtualBox you have installed on
  21. your host and reload your VM.
  22.  
  23. Guest Additions Version: 4.1.44
  24. VirtualBox Version: 4.3
  25. [default] Mounting shared folders...
  26. [default] -- /vagrant
  27. [default] -- /tmp/vagrant-puppet-1/modules-0
  28. [default] -- /tmp/vagrant-puppet-1/manifests
  29. [default] -- /tmp/vagrant-puppet-2/manifests
  30. [default] -- /tmp/vagrant-puppet-2/modules-0
  31. [default] Running provisioner: puppet...
  32. Running Puppet with site.pp...
  33. stdin: is not a tty
  34. notice: /Stage[main]/Aptitude/File[/etc/apt/sources.list]/content: content changed '{md5}b2babc189604bad4c1dac2d42215609e' to '{md5}519282a62f8b0b60e5a60de5f13c8a28'
  35. notice: /Stage[main]/Aptitude/Exec[updateApt]/returns: executed successfully
  36. notice: /Stage[main]/Maven2/Package[openjdk-6-jdk]/ensure: ensure changed 'purged' to 'present'
  37. notice: /Stage[main]/Mysql/Package[mysql-client]/ensure: ensure changed 'purged' to 'present'
  38. notice: /Stage[main]/Mysql/Package[mysql-server]/ensure: ensure changed 'purged' to 'present'
  39. notice: /Stage[main]/Mysql/File[/etc/mysql/my.cnf]/content: content changed '{md5}77f15d6c87f9c136c4efcda072017f71' to '{md5}b8684321a063bb74dbbd3a9f675c3459'
  40. notice: /Stage[main]/Mysql/Service[mysql]/enable: enable changed 'false' to 'true'
  41. notice: /Stage[main]/Mysql/Service[mysql]: Triggered 'refresh' from 1 events
  42. notice: /Stage[main]/Mysql/Exec[setmysqlpassword]/returns: executed successfully
  43. notice: /Stage[main]/Tomcat7/Package[tomcat7]/ensure: ensure changed 'purged' to 'present'
  44. notice: /Stage[main]/Tomcat7/File[/var/lib/tomcat7]/owner: owner changed 'root' to 'tomcat7'
  45. notice: /Stage[main]/Tomcat7/File[/var/lib/tomcat7]/group: group changed 'root' to 'tomcat7'
  46. notice: /Stage[main]/Tomcat7/File[/etc/default/tomcat7]/content: content changed '{md5}49f3fe5de425aca649e2b69f4495abd2' to '{md5}02c99b0ca56b689c936ab24ab06044f1'
  47. notice: /Stage[main]/Tomcat7/Service[tomcat7]: Triggered 'refresh' from 1 events
  48. notice: /Stage[main]/Maven2/Package[maven2]/ensure: ensure changed 'purged' to 'present'
  49. notice: Finished catalog run in 762.57 seconds
  50. [default] Running provisioner: shell...
  51. [default] Running: inline script
  52. stdin: is not a tty
  53. [default] Running provisioner: shell...
  54. [default] Running: inline script
  55. stdin: is not a tty
  56. [INFO] Scanning for projects...
  57. [INFO] Reactor build order:
  58. [INFO]   Reference Application Distribution
  59. [INFO]   Reference Application Distribution Package
  60. [INFO]   Reference Application Distribution UI Tests
  61. [INFO] ------------------------------------------------------------------------
  62. [INFO] Building Reference Application Distribution
  63. [INFO]    task-segment: [generate-resources]
  64. [INFO] ------------------------------------------------------------------------
  65. [INFO] No goals needed for project - skipping
  66. [INFO] ------------------------------------------------------------------------
  67. [INFO] Building Reference Application Distribution Package
  68. [INFO]    task-segment: [generate-resources]
  69. [INFO] ------------------------------------------------------------------------
  70. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom
  71. 395b downloaded  (maven-dependency-plugin-2.8.pom)
  72. [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'ac6724ce589ff782a8c4c76b25677c186e7fc91d'; remote = '<!DOCTYPE' - RETRYING
  73. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom
  74. 395b downloaded  (maven-dependency-plugin-2.8.pom)
  75. [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'ac6724ce589ff782a8c4c76b25677c186e7fc91d'; remote = '<!DOCTYPE' - IGNORING
  76. [INFO] ------------------------------------------------------------------------
  77. [ERROR] BUILD ERROR
  78. [INFO] ------------------------------------------------------------------------
  79. [INFO] Error building POM (may not be this project's POM).
  80.  
  81.  
  82. Project ID: org.apache.maven.plugins:maven-dependency-plugin
  83. POM Location: /root/.m2/repository/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom
  84.  
  85. Reason: Not a v4.0.0 POM. for project org.apache.maven.plugins:maven-dependency-plugin at /root/.m2/repository/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom
  86.  
  87.  
  88. [INFO] ------------------------------------------------------------------------
  89. [INFO] For more information, run Maven with the -e switch
  90. [INFO] ------------------------------------------------------------------------
  91. [INFO] Total time: 3 seconds
  92. [INFO] Finished at: Mon Mar 13 09:13:45 UTC 2017
  93. [INFO] Final Memory: 2M/15M
  94. [INFO] ------------------------------------------------------------------------
  95. The following SSH command responded with a non-zero exit status.
  96. Vagrant assumes that this means the command failed!
  97.  
  98. chmod +x /tmp/vagrant-shell && /tmp/vagrant-shell
  99.  
  100. Stdout from the command:
  101.  
  102. [INFO] Scanning for projects...
  103. [INFO] Reactor build order:
  104. [INFO]   Reference Application Distribution
  105. [INFO]   Reference Application Distribution Package
  106. [INFO]   Reference Application Distribution UI Tests
  107. [INFO] ------------------------------------------------------------------------
  108. [INFO] Building Reference Application Distribution
  109. [INFO]    task-segment: [generate-resources]
  110. [INFO] ------------------------------------------------------------------------
  111. [INFO] No goals needed for project - skipping
  112. [INFO] ------------------------------------------------------------------------
  113. [INFO] Building Reference Application Distribution Package
  114. [INFO]    task-segment: [generate-resources]
  115. [INFO] ------------------------------------------------------------------------
  116. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom
  117. 395b downloaded  (maven-dependency-plugin-2.8.pom)
  118. [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'ac6724ce589ff782a8c4c76b25677c186e7fc91d'; remote = '<!DOCTYPE' - RETRYING
  119. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom
  120. 395b downloaded  (maven-dependency-plugin-2.8.pom)
  121. [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'ac6724ce589ff782a8c4c76b25677c186e7fc91d'; remote = '<!DOCTYPE' - IGNORING
  122. [INFO] ------------------------------------------------------------------------
  123. [ERROR] BUILD ERROR
  124. [INFO] ------------------------------------------------------------------------
  125. [INFO] Error building POM (may not be this project's POM).
  126.  
  127.  
  128. Project ID: org.apache.maven.plugins:maven-dependency-plugin
  129. POM Location: /root/.m2/repository/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom
  130.  
  131. Reason: Not a v4.0.0 POM. for project org.apache.maven.plugins:maven-dependency-plugin at /root/.m2/repository/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom
  132.  
  133.  
  134. [INFO] ------------------------------------------------------------------------
  135. [INFO] For more information, run Maven with the -e switch
  136. [INFO] ------------------------------------------------------------------------
  137. [INFO] Total time: 3 seconds
  138. [INFO] Finished at: Mon Mar 13 09:13:45 UTC 2017
  139. [INFO] Final Memory: 2M/15M
  140. [INFO] ------------------------------------------------------------------------
  141.  
  142.  
  143. Stderr from the command:
  144.  
  145. stdin: is not a tty
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement