Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.20 KB | None | 0 0
  1. cd /root/marvin/ && git fetch --all && git pull origin master && docker build ./ --label marvin --tag marvin:latest && docker stop marvin && docker rm marvin && docker run -i -t --env-file ../marvin.env --net=host -v /root/marvin_lib:/var/lib/marvin -v /root/marvin_log:/var/log/marvin -v /root/marvin_tmp:/tmp --name=marvin marvin:latest
  2.  
  3.  
  4. Fetching origin
  5. From https://github.com/shizzard/marvin
  6. * branch master -> FETCH_HEAD
  7. Already up-to-date.
  8. Sending build context to Docker daemon 3.898MB
  9. Step 1/54 : FROM erlang:20.1-slim
  10. ---> cbaf6f99a558
  11. Step 2/54 : LABEL maintainer="Denis Fakhrtdinov <me@shizz.ru>"
  12. ---> Using cache
  13. ---> 40b7382371ec
  14. Step 3/54 : RUN apt-get update -y && apt-get install -y bash make gcc g++ git curl lsof netcat nano
  15. ---> Using cache
  16. ---> 0fcb003006d7
  17. Step 4/54 : RUN mkdir -p /tmp
  18. ---> Using cache
  19. ---> c4a705db8196
  20. Step 5/54 : COPY . src
  21. ---> 1cbcedcbc174
  22. Step 6/54 : RUN rm -rf src/_build src/log/*
  23. ---> Running in 0521e50632d2
  24. Removing intermediate container 0521e50632d2
  25. ---> 0e47b3a54e46
  26. Step 7/54 : RUN cd src && make get-deps release-prod
  27. ---> Running in b9865d21748b
  28. ./rebar3 get-deps
  29. ===> Verifying dependencies...
  30. ===> Fetching cloak ({git,"https://github.com/shizzard/cloak.git",
  31. {ref,"45345c90ccba9a7a3732cbab83827d3da511444b"}})
  32. ===> Fetching cowboy ({git,"https://github.com/ninenines/cowboy.git",
  33. {ref,"8d49ae3dda5b4274e55d2f4e5a5b4da0515b5a10"}})
  34. ===> Fetching ebus ({git,"https://github.com/cabol/erlbus.git",
  35. {ref,"24a3cc9ba28a39783d6de8c2dcde736057c555f6"}})
  36. ===> Package shards-0.6.0 not found. Fetching registry updates and trying again...
  37. ===> Updating package registry...
  38. ===> Writing registry to /root/.cache/rebar3/hex/default/registry
  39. ===> Generating package index...
  40. ===> [appsignal:1.6.2], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  41. ===> [appsignal:1.6.6-beta.1], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  42. ===> [appsignal:1.6.0], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  43. ===> [appsignal:1.7.0-alpha.4], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  44. ===> [appsignal:1.6.0-beta.1], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  45. ===> [appsignal:1.6.3], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  46. ===> [appsignal:1.7.0-alpha.3], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  47. ===> [prometheus_httpd:2.1.10], Bad dependency version for prometheus: ~> 3.5 or ~> 4.2.
  48. ===> [appsignal:1.7.0-alpha.2], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  49. ===> [appsignal:1.7.0-alpha.1], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  50. ===> [appsignal:1.6.1], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  51. ===> [appsignal:1.6.5], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  52. ===> [appsignal:1.6.6-beta.2], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  53. ===> [appsignal:1.6.6], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  54. ===> [appsignal:1.6.7], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  55. ===> [appsignal:1.6.4], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  56. ===> [appsignal:1.6.0-alpha.1], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  57. ===> Writing index to /root/.cache/rebar3/hex/default/packages.idx
  58. ===> Fetching erlbus ({git,"https://github.com/cabol/erlbus.git",
  59. {tag,"v0.2.2"}})
  60. ===> Fetching gun ({git,"https://github.com/ninenines/gun.git",
  61. {ref,"3aab5ef99b98f618f701510d76bcf639b915794f"}})
  62. ===> Fetching hackney ({git,"https://github.com/benoitc/hackney.git",
  63. {ref,"e6d84f40a4d2d650659ac54dba99c0bcbbb86af4"}})
  64. ===> Fetching jiffy ({git,"https://github.com/davisp/jiffy.git",
  65. {ref,"06aaf440e091c9fd5f8aea557ac760a33bd37130"}})
  66. ===> Fetching mongodb ({git,"https://github.com/comtihon/mongodb-erlang.git",
  67. {ref,"bf76ceae546869408e34f3b0f5ab5ed59b9b7da7"}})
  68. ===> Package <<"rebar_ct">> not found. Fetching registry updates and trying again...
  69. ===> Updating package registry...
  70. ===> Writing registry to /root/.cache/rebar3/hex/default/registry
  71. ===> Generating package index...
  72. ===> [appsignal:1.6.2], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  73. ===> [appsignal:1.6.6-beta.1], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  74. ===> [appsignal:1.6.0], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  75. ===> [appsignal:1.7.0-alpha.4], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  76. ===> [appsignal:1.6.0-beta.1], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  77. ===> [appsignal:1.6.3], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  78. ===> [appsignal:1.7.0-alpha.3], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  79. ===> [prometheus_httpd:2.1.10], Bad dependency version for prometheus: ~> 3.5 or ~> 4.2.
  80. ===> [appsignal:1.7.0-alpha.2], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  81. ===> [appsignal:1.7.0-alpha.1], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  82. ===> [appsignal:1.6.1], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  83. ===> [appsignal:1.6.5], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  84. ===> [appsignal:1.6.6-beta.2], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  85. ===> [appsignal:1.6.6], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  86. ===> [appsignal:1.6.7], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  87. ===> [appsignal:1.6.4], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  88. ===> [appsignal:1.6.0-alpha.1], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  89. ===> Writing index to /root/.cache/rebar3/hex/default/packages.idx
  90. ===> Plugin rebar_ct not available. It will not be used.
  91. ===> Fetching prometheus ({git,"https://github.com/deadtrickster/prometheus.erl.git",
  92. {ref,"e340556c8c88a573d86da5981b21bf591647adfb"}})
  93. ===> Fetching recon ({git,"https://github.com/ferd/recon.git",
  94. {ref,"fcc1a7db6d367234171ab24a3d1762f94e57ff22"}})
  95. ===> Fetching uuid ({git,"https://github.com/okeuday/uuid.git",
  96. {ref,"aadf1be200d318f2fdf2f996b58852a4a49244f0"}})
  97. ===> Fetching bson ({git,"git://github.com/comtihon/bson-erlang",
  98. {ref,"14308ab927cfa69324742c3de720578094e0bb19"}})
  99. ===> Fetching certifi ({pkg,<<"certifi">>,<<"2.3.1">>})
  100. ===> Downloaded package, caching at /root/.cache/rebar3/hex/default/packages/certifi-2.3.1.tar
  101. ===> Fetching cowlib ({git,"https://github.com/ninenines/cowlib",
  102. {ref,"3ef5b48a028bb66f82b452c98ae515903096641c"}})
  103. ===> Fetching idna ({pkg,<<"idna">>,<<"5.1.1">>})
  104. ===> Downloaded package, caching at /root/.cache/rebar3/hex/default/packages/idna-5.1.1.tar
  105. ===> Fetching metrics ({pkg,<<"metrics">>,<<"1.0.1">>})
  106. ===> Downloaded package, caching at /root/.cache/rebar3/hex/default/packages/metrics-1.0.1.tar
  107. ===> Fetching mimerl ({pkg,<<"mimerl">>,<<"1.0.2">>})
  108. ===> Downloaded package, caching at /root/.cache/rebar3/hex/default/packages/mimerl-1.0.2.tar
  109. ===> Fetching pbkdf2 ({git,"git://github.com/comtihon/erlang-pbkdf2.git",
  110. {ref,"5201a735639496fc595061160117e4ec155d73f5"}})
  111. ===> Fetching poolboy ({git,"git://github.com/comtihon/poolboy.git",
  112. {ref,"9c06a9ad4e700e0724a2e3c4b44c5f5d51380a0d"}})
  113. ===> Fetching quickrand ({git,"https://github.com/okeuday/quickrand.git",
  114. {ref,"336c0d94a6a384f307183b3c14fc2112656dac37"}})
  115. ===> Fetching ranch ({git,"https://github.com/ninenines/ranch",
  116. {ref,"55c2a9d623454f372a15e99721a37093d8773b48"}})
  117. ===> Fetching shards ({pkg,<<"shards">>,<<"0.6.0">>})
  118. ===> Downloaded package, caching at /root/.cache/rebar3/hex/default/packages/shards-0.6.0.tar
  119. ===> Fetching ssl_verify_fun ({pkg,<<"ssl_verify_fun">>,<<"1.1.1">>})
  120. ===> Downloaded package, caching at /root/.cache/rebar3/hex/default/packages/ssl_verify_fun-1.1.1.tar
  121. ===> Fetching parse_trans ({pkg,<<"parse_trans">>,<<"3.2.0">>})
  122. ===> Downloaded package, caching at /root/.cache/rebar3/hex/default/packages/parse_trans-3.2.0.tar
  123. ===> Fetching unicode_util_compat ({pkg,<<"unicode_util_compat">>,<<"0.3.1">>})
  124. ===> Downloaded package, caching at /root/.cache/rebar3/hex/default/packages/unicode_util_compat-0.3.1.tar
  125. ./rebar3 as prod release
  126. ===> Verifying dependencies...
  127. ===> Linking _build/default/lib/cloak to _build/prod/lib/cloak
  128. ===> Linking _build/default/lib/cowboy to _build/prod/lib/cowboy
  129. ===> Linking _build/default/lib/erlbus to _build/prod/lib/ebus
  130. ===> Linking _build/default/lib/gun to _build/prod/lib/gun
  131. ===> Linking _build/default/lib/hackney to _build/prod/lib/hackney
  132. ===> Linking _build/default/lib/jiffy to _build/prod/lib/jiffy
  133. ===> Linking _build/default/lib/mongodb to _build/prod/lib/mongodb
  134. ===> Package <<"rebar_ct">> not found. Fetching registry updates and trying again...
  135. ===> Updating package registry...
  136. ===> Writing registry to /root/.cache/rebar3/hex/default/registry
  137. ===> Generating package index...
  138. ===> [appsignal:1.6.2], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  139. ===> [appsignal:1.6.6-beta.1], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  140. ===> [appsignal:1.6.0], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  141. ===> [appsignal:1.7.0-alpha.4], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  142. ===> [appsignal:1.6.0-beta.1], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  143. ===> [appsignal:1.6.3], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  144. ===> [appsignal:1.7.0-alpha.3], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  145. ===> [prometheus_httpd:2.1.10], Bad dependency version for prometheus: ~> 3.5 or ~> 4.2.
  146. ===> [appsignal:1.7.0-alpha.2], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  147. ===> [appsignal:1.7.0-alpha.1], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  148. ===> [appsignal:1.6.1], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  149. ===> [appsignal:1.6.5], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  150. ===> [appsignal:1.6.6-beta.2], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  151. ===> [appsignal:1.6.6], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  152. ===> [appsignal:1.6.7], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  153. ===> [appsignal:1.6.4], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  154. ===> [appsignal:1.6.0-alpha.1], Bad dependency version for httpoison: ~> 0.11 or ~> 1.0.
  155. ===> Writing index to /root/.cache/rebar3/hex/default/packages.idx
  156. ===> Plugin rebar_ct not available. It will not be used.
  157. ===> Linking _build/default/lib/prometheus to _build/prod/lib/prometheus
  158. ===> Linking _build/default/lib/recon to _build/prod/lib/recon
  159. ===> Linking _build/default/lib/uuid to _build/prod/lib/uuid
  160. ===> Linking _build/default/lib/bson to _build/prod/lib/bson
  161. ===> Linking _build/default/lib/certifi to _build/prod/lib/certifi
  162. ===> Linking _build/default/lib/cowlib to _build/prod/lib/cowlib
  163. ===> Linking _build/default/lib/idna to _build/prod/lib/idna
  164. ===> Linking _build/default/lib/metrics to _build/prod/lib/metrics
  165. ===> Linking _build/default/lib/mimerl to _build/prod/lib/mimerl
  166. ===> Linking _build/default/lib/pbkdf2 to _build/prod/lib/pbkdf2
  167. ===> Linking _build/default/lib/poolboy to _build/prod/lib/poolboy
  168. ===> Linking _build/default/lib/quickrand to _build/prod/lib/quickrand
  169. ===> Linking _build/default/lib/ranch to _build/prod/lib/ranch
  170. ===> Linking _build/default/lib/shards to _build/prod/lib/shards
  171. ===> Linking _build/default/lib/ssl_verify_fun to _build/prod/lib/ssl_verify_fun
  172. ===> Linking _build/default/lib/parse_trans to _build/prod/lib/parse_trans
  173. ===> Linking _build/default/lib/unicode_util_compat to _build/prod/lib/unicode_util_compat
  174. ===> Compiling cowlib
  175. ===> Compiling shards
  176. ===> Compiling ebus
  177. ===> Compiling cloak
  178. ===> Compiling quickrand
  179. ===> Compiling uuid
  180. ===> Compiling recon
  181. ===> Compiling prometheus
  182. ===> Compiling poolboy
  183. ===> Compiling pbkdf2
  184. ===> Compiling bson
  185. ===> Compiling mongodb
  186. ===> Compiling jiffy
  187. Compiling c_src/decoder.c
  188. Compiling c_src/encoder.c
  189. Compiling c_src/jiffy.c
  190. Compiling c_src/utf8.c
  191. Compiling c_src/util.c
  192. Compiling c_src/doubles.cc
  193. Compiling c_src/double-conversion/bignum-dtoa.cc
  194. Compiling c_src/double-conversion/bignum.cc
  195. Compiling c_src/double-conversion/cached-powers.cc
  196. Compiling c_src/double-conversion/diy-fp.cc
  197. Compiling c_src/double-conversion/double-conversion.cc
  198. Compiling c_src/double-conversion/fast-dtoa.cc
  199. Compiling c_src/double-conversion/fixed-dtoa.cc
  200. Compiling c_src/double-conversion/strtod.cc
  201. ===> Compiling ssl_verify_fun
  202. ===> Compiling mimerl
  203. ===> Compiling metrics
  204. ===> Compiling unicode_util_compat
  205. ===> Compiling idna
  206. ===> Compiling parse_trans
  207. ===> Compiling certifi
  208. ===> Compiling hackney
  209. ===> Compiling ranch
  210. ===> Compiling gun
  211. ===> Compiling cowboy
  212. ===> Compiling marvin_log
  213. ===> Compiling apps/marvin_log/src/marvin_log.erl failed
  214. apps/marvin_log/src/marvin_log.erl:3: can't find include lib "kernel/include/logger.hrl"
  215.  
  216. Makefile:17: recipe for target 'release-prod' failed
  217. make: *** [release-prod] Error 1
  218. The command '/bin/sh -c cd src && make get-deps release-prod' returned a non-zero code: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement