Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.69 KB | None | 0 0
  1. [INFO] <<< maven-source-plugin:3.1.0:jar (generate-source-jar) < generate-sources @ tomcat <<<
  2. [INFO]
  3. [INFO]
  4. [INFO] --- maven-source-plugin:3.1.0:jar (generate-source-jar) @ tomcat ---
  5. [INFO]
  6. [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (check) @ tomcat ---
  7. [INFO]
  8. [INFO] --- maven-install-plugin:2.4:install (default-install) @ tomcat ---
  9. [INFO] Installing D:\MyProjects\file-processor\fp-docker\tomcat\pom.xml to C:\Users\Momchil\.m2\repository\com\brandmaker\fp\tomcat\1.0.0-6.7-SNAPSHOT\tomcat-1.0.0-6.7-SNAPSHOT.pom
  10. [INFO]
  11. [INFO] --- docker-maven-plugin:0.27.2:build (docker:build) @ tomcat ---
  12. [INFO] Building tar: D:\MyProjects\file-processor\fp-docker\tomcat\target\docker\docker.dev.brandmaker.com\tomcat-camunda\tmp\docker-build.tar
  13. [INFO] DOCKER> [docker.dev.brandmaker.com/tomcat-camunda:latest]: Created docker-build.tar in 39 milliseconds
  14. [INFO] DOCKER> Step 1/27 : FROM docker.dev.brandmaker.com/bm-jdk-11-dev:6.7
  15. [INFO] DOCKER>
  16. [INFO] DOCKER> ---> 6ecc8bfbc047
  17. [INFO] DOCKER> Step 2/27 : ENV CAMUNDA_VERSION=7.13.0-alpha1
  18. [INFO] DOCKER>
  19. [INFO] DOCKER> ---> Using cache
  20. [INFO] DOCKER> ---> 40f299c56f19
  21. [INFO] DOCKER> Step 3/27 : ENV TOMCAP_VERSION=9.0.31
  22. [INFO] DOCKER>
  23. [INFO] DOCKER> ---> Using cache
  24. [INFO] DOCKER> ---> 4ae90b1aaf33
  25. [INFO] DOCKER> Step 4/27 : RUN apt-get update && apt-get --no-install-recommends -y install mysql-server-5.7 net-tools sudo && apt-get -y autoremove && apt-get -y autocl
  26. ean && rm -rf /var/lib/apt/lists/* && systemctl disable mysql
  27. [INFO] DOCKER>
  28. [INFO] DOCKER> ---> Running in 4ce3f4ca911e
  29. [INFO] DOCKER> Err:1 http://archive.adm.brandmaker.net/ubuntu xenial InRelease
  30. Could not resolve 'archive.adm.brandmaker.net'
  31. [INFO] DOCKER> Err:2 http://archive.adm.brandmaker.net/ubuntu xenial-updates InRelease
  32. Could not resolve 'archive.adm.brandmaker.net'
  33. [INFO] DOCKER> Err:3 http://archive.adm.brandmaker.net/ubuntu xenial-security InRelease
  34. Could not resolve 'archive.adm.brandmaker.net'
  35. [INFO] DOCKER> Ign:4 https://adoptopenjdk.jfrog.io/adoptopenjdk/deb xenial InRelease
  36. [INFO] DOCKER> Get:5 https://adoptopenjdk.jfrog.io/adoptopenjdk/deb xenial Release [5285 B]
  37. [INFO] DOCKER> Get:6 https://adoptopenjdk.jfrog.io/adoptopenjdk/deb xenial Release.gpg [821 B]
  38. [INFO] DOCKER> Get:7 https://adoptopenjdk.jfrog.io/adoptopenjdk/deb xenial/main amd64 Packages [8907 B]
  39. [INFO] DOCKER> Fetched 15.0 kB in 1s (13.1 kB/s)
  40. Reading package lists...
  41. [INFO] DOCKER>
  42. [INFO] DOCKER> [91mW: Failed to fetch http://archive.adm.brandmaker.net/ubuntu/dists/xenial/InRelease Could not resolve 'archive.adm.brandmaker.net'
  43. W: Failed to fetch http://archive.adm.brandmaker.net/ubuntu/dists/xenial-updates/InRelease Could not resolve 'archive.adm.brandmaker.net'
  44. W: Failed to fetch http://archive.adm.brandmaker.net/ubuntu/dists/xenial-security/InRelease Could not resolve 'archive.adm.brandmaker.net'
  45. W: Some index files failed to download. They have been ignored, or old ones used instead.
  46.  
  47. [INFO] DOCKER> Reading package lists...
  48. [INFO] DOCKER>
  49. [INFO] DOCKER> Building dependency tree...
  50. [INFO] DOCKER> Reading state information...
  51. [INFO] DOCKER> [91mE: Unable to locate package mysql-server-5.7
  52. E: Couldn't find any package by glob 'mysql-server-5.7'
  53. E: Couldn't find any package by regex 'mysql-server-5.7'
  54. E: Unable to locate package net-tools
  55. E: Unable to locate package sudo
  56.  
  57. [INFO] DOCKER> Removing intermediate container 4ce3f4ca911e
  58. [ERROR] DOCKER> Unable to build image [docker.dev.brandmaker.com/tomcat-camunda] : "The command '/bin/sh -c apt-get update && apt-get --no-install-recommends -y install mysql-server-5.7
  59. net-tools sudo && apt-get -y autoremove && apt-get -y autoclean && rm -rf /var/lib/apt/lists/* && systemctl disable mysql' returned a non-zero code: 100" ["The command '/bin/sh
  60. -c apt-get update && apt-get --no-install-recommends -y install mysql-server-5.7 net-tools sudo && apt-get -y autoremove && apt-get -y autoclean && rm -rf /var/lib/
  61. apt/lists/* && systemctl disable mysql' returned a non-zero code: 100" ]
  62. [INFO] ------------------------------------------------------------------------
  63. [INFO] Reactor Summary:
  64. [INFO]
  65. [INFO] File Processor (parent) 1.0.0-6.7-SNAPSHOT ......... SUCCESS [ 2.173 s]
  66. [INFO] File Processor Generator Templates ................. SUCCESS [ 8.598 s]
  67. [INFO] File Processor Domain .............................. SUCCESS [ 1.408 s]
  68. [INFO] File Processor Bridge API .......................... SUCCESS [ 0.630 s]
  69. [INFO] File Processor DAO API ............................. SUCCESS [ 0.370 s]
  70. [INFO] File Processor Test Asset Management ............... SUCCESS [ 0.881 s]
  71. [INFO] File Processor DAO Implementation .................. SUCCESS [ 2.779 s]
  72. [INFO] File Processor Bridge .............................. SUCCESS [ 1.480 s]
  73. [INFO] File Processor Business Logic ...................... SUCCESS [ 4.969 s]
  74. [INFO] File Processor JAR ................................. SUCCESS [ 2.933 s]
  75. [INFO] Docker Containers .................................. SUCCESS [ 0.110 s]
  76. [INFO] File Processor Docker Container .................... SUCCESS [ 12.544 s]
  77. [INFO] Artemis Docker Container ........................... SUCCESS [ 0.442 s]
  78. [INFO] Tomcat Camunda Docker Container 1.0.0-6.7-SNAPSHOT . FAILURE [ 2.925 s]
  79. [INFO] ------------------------------------------------------------------------
  80. [INFO] BUILD FAILURE
  81. [INFO] ------------------------------------------------------------------------
  82. [INFO] Total time: 43.013 s
  83. [INFO] Finished at: 2020-02-21T12:11:39+02:00
  84. [INFO] ------------------------------------------------------------------------
  85. [ERROR] Failed to execute goal io.fabric8:docker-maven-plugin:0.27.2:build (docker:build) on project tomcat: Unable to build image [docker.dev.brandmaker.com/tomcat-camunda] : "The command '/bin/sh -c a
  86. pt-get update && apt-get --no-install-recommends -y install mysql-server-5.7 net-tools sudo && apt-get -y autoremove && apt-get -y autoclean && rm -rf /var/lib/apt/l
  87. ists/* && systemctl disable mysql' returned a non-zero code: 100" -> [Help 1]
  88. [ERROR]
  89. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  90. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  91. [ERROR]
  92. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  93. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  94. [ERROR]
  95. [ERROR] After correcting the problems, you can resume the build with the command
  96. [ERROR] mvn <goals> -rf :tomcat
  97.  
  98. D:\MyProjects\file-processor>mvn clean install -DskipTests -Pbuild-docker-image -Dmaven.javadoc.skip=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement