Advertisement
amatos

maven result

Jun 22nd, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.94 KB | None | 0 0
  1. Running with gitlab-ci-multi-runner 9.3.0-rc.2 (110d530)
  2. on docker-auto-scale (e11ae361)
  3. Using Docker executor with image maven:3.3.9-jdk-8 ...
  4. Using docker image sha256:6d299b845fdca516f1929c2afaac54046cc7596a6814cf5af85133c16e6b1e28 for predefined container...
  5. Pulling docker image maven:3.3.9-jdk-8 ...
  6. Using docker image maven:3.3.9-jdk-8 ID=sha256:9997d8483b2fc521a4159feab922546dda0c5c22b5084f86dfab48f123ae4364 for build container...
  7. Running on runner-e11ae361-project-3504684-concurrent-0 via runner-e11ae361-machine-1498112443-44dd38bc-digital-ocean-2gb...
  8. Cloning repository...
  9. Cloning into '/builds/AlmaSoft/FacturappBoot'...
  10. Checking out afef164c as master...
  11. Skipping Git submodules setup
  12. Checking cache for default...
  13. Successfully extracted cache
  14. $ mvn $MAVEN_CLI_OPTS deploy site site:stage
  15. Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T16:41:47+00:00)
  16. Maven home: /usr/share/maven
  17. Java version: 1.8.0_121, vendor: Oracle Corporation
  18. Java home: /usr/lib/jvm/java-8-openjdk-amd64/jre
  19. Default locale: en, platform encoding: UTF-8
  20. OS name: "linux", version: "4.11.6-coreos", arch: "amd64", family: "unix"
  21. 1947 [INFO] Error stacktraces are turned on.
  22. 2047 [INFO] Scanning for projects...
  23. 6247 [INFO]
  24. 6247 [INFO] ------------------------------------------------------------------------
  25. 6248 [INFO] Building Facturapp 0.0.1-SNAPSHOT
  26. 6249 [INFO] ------------------------------------------------------------------------
  27. 7872 [INFO]
  28. 7873 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ Facturapp ---
  29. 8412 [INFO] Using 'UTF-8' encoding to copy filtered resources.
  30. 8434 [INFO] Copying 1 resource
  31. 8482 [INFO] Copying 1 resource
  32. 8493 [INFO]
  33. 8493 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ Facturapp ---
  34. 9474 [INFO] Changes detected - recompiling the module!
  35. 9485 [INFO] Compiling 18 source files to /builds/AlmaSoft/FacturappBoot/target/classes
  36. 11848 [INFO]
  37. 11848 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ Facturapp ---
  38. 11855 [INFO] Using 'UTF-8' encoding to copy filtered resources.
  39. 11855 [INFO] skip non existing resourceDirectory /builds/AlmaSoft/FacturappBoot/src/test/resources
  40. 11856 [INFO]
  41. 11856 [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ Facturapp ---
  42. 11863 [INFO] No sources to compile
  43. 11863 [INFO]
  44. 11863 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ Facturapp ---
  45. 12869 [INFO] No tests to run.
  46. 12888 [INFO]
  47. 12889 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ Facturapp ---
  48. 14338 [INFO] Building jar: /builds/AlmaSoft/FacturappBoot/target/Facturapp-0.0.1-SNAPSHOT.jar
  49. 14391 [INFO]
  50. 14392 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ Facturapp ---
  51. 14736 [INFO] Installing /builds/AlmaSoft/FacturappBoot/target/Facturapp-0.0.1-SNAPSHOT.jar to /builds/AlmaSoft/FacturappBoot/.m2/repository/com/almasoft/Facturapp/0.0.1-SNAPSHOT/Facturapp-0.0.1-SNAPSHOT.jar
  52. 14739 [INFO] Installing /builds/AlmaSoft/FacturappBoot/pom.xml to /builds/AlmaSoft/FacturappBoot/.m2/repository/com/almasoft/Facturapp/0.0.1-SNAPSHOT/Facturapp-0.0.1-SNAPSHOT.pom
  53. 14758 [INFO]
  54. 14759 [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ Facturapp ---
  55. 14836 [INFO] ------------------------------------------------------------------------
  56. 14836 [INFO] BUILD FAILURE
  57. 14836 [INFO] ------------------------------------------------------------------------
  58. 14837 [INFO] Total time: 12.837 s
  59. 14838 [INFO] Finished at: 2017-06-22T06:23:17+00:00
  60. 15304 [INFO] Final Memory: 32M/160M
  61. 15305 [INFO] ------------------------------------------------------------------------
  62. 15310 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project Facturapp: Failed to deploy artifacts/metadata: Cannot access site/0.0.1-SNAPSHOT with type default using the available connector factories: BasicRepositoryConnectorFactory: Cannot access site/0.0.1-SNAPSHOT using the registered transporter factories: WagonTransporterFactory: Unsupported transport protocol -> [Help 1]
  63. org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project Facturapp: Failed to deploy artifacts/metadata: Cannot access site/0.0.1-SNAPSHOT with type default using the available connector factories: BasicRepositoryConnectorFactory
  64. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
  65. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
  66. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
  67. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
  68. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
  69. at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
  70. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
  71. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
  72. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
  73. at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
  74. at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
  75. at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
  76. at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
  77. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  78. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  79. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  80. at java.lang.reflect.Method.invoke(Method.java:498)
  81. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
  82. at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
  83. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
  84. at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
  85. Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to deploy artifacts/metadata: Cannot access site/0.0.1-SNAPSHOT with type default using the available connector factories: BasicRepositoryConnectorFactory
  86. at org.apache.maven.plugin.deploy.DeployMojo.deployProject(DeployMojo.java:284)
  87. at org.apache.maven.plugin.deploy.DeployMojo.execute(DeployMojo.java:185)
  88. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
  89. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
  90. ... 20 more
  91. Caused by: org.apache.maven.artifact.deployer.ArtifactDeploymentException: Failed to deploy artifacts/metadata: Cannot access site/0.0.1-SNAPSHOT with type default using the available connector factories: BasicRepositoryConnectorFactory
  92. at org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:143)
  93. at org.apache.maven.plugin.deploy.AbstractDeployMojo.deploy(AbstractDeployMojo.java:171)
  94. at org.apache.maven.plugin.deploy.DeployMojo.deployProject(DeployMojo.java:250)
  95. ... 23 more
  96. Caused by: org.eclipse.aether.deployment.DeploymentException: Failed to deploy artifacts/metadata: Cannot access site/0.0.1-SNAPSHOT with type default using the available connector factories: BasicRepositoryConnectorFactory
  97. at org.eclipse.aether.internal.impl.DefaultDeployer.deploy(DefaultDeployer.java:269)
  98. at org.eclipse.aether.internal.impl.DefaultDeployer.deploy(DefaultDeployer.java:245)
  99. at org.eclipse.aether.internal.impl.DefaultRepositorySystem.deploy(DefaultRepositorySystem.java:413)
  100. at org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:139)
  101. ... 25 more
  102. Caused by: org.eclipse.aether.transfer.NoRepositoryConnectorException: Cannot access site/0.0.1-SNAPSHOT with type default using the available connector factories: BasicRepositoryConnectorFactory
  103. at org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider.newRepositoryConnector(DefaultRepositoryConnectorProvider.java:174)
  104. at org.eclipse.aether.internal.impl.DefaultDeployer.deploy(DefaultDeployer.java:265)
  105. ... 28 more
  106. Caused by: org.eclipse.aether.transfer.NoRepositoryConnectorException: Cannot access site/0.0.1-SNAPSHOT using the registered transporter factories: WagonTransporterFactory
  107. at org.eclipse.aether.connector.basic.BasicRepositoryConnector.<init>(BasicRepositoryConnector.java:119)
  108. at org.eclipse.aether.connector.basic.BasicRepositoryConnectorFactory.newInstance(BasicRepositoryConnectorFactory.java:180)
  109. at org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider.newRepositoryConnector(DefaultRepositoryConnectorProvider.java:113)
  110. ... 29 more
  111. Caused by: org.eclipse.aether.transfer.NoTransporterException: Cannot access site/0.0.1-SNAPSHOT using the registered transporter factories: WagonTransporterFactory
  112. at org.eclipse.aether.internal.impl.DefaultTransporterProvider.newTransporter(DefaultTransporterProvider.java:151)
  113. at org.eclipse.aether.connector.basic.BasicRepositoryConnector.<init>(BasicRepositoryConnector.java:115)
  114. ... 31 more
  115. Caused by: org.eclipse.aether.transfer.NoTransporterException: Unsupported transport protocol
  116. at org.eclipse.aether.transport.wagon.WagonTransporter.<init>(WagonTransporter.java:110)
  117. at org.eclipse.aether.transport.wagon.WagonTransporterFactory.newInstance(WagonTransporterFactory.java:127)
  118. at org.eclipse.aether.internal.impl.DefaultTransporterProvider.newTransporter(DefaultTransporterProvider.java:110)
  119. ... 32 more
  120. 15330 [ERROR]
  121. 15330 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  122. 15330 [ERROR]
  123. 15330 [ERROR] For more information about the errors and possible solutions, please read the following articles:
  124. 15331 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  125. ERROR: Job failed: exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement