Advertisement
Guest User

Foodsoft 4.6 Docker compose error

a guest
Nov 19th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.41 KB | None | 0 0
  1. $ docker-compose -f docker-compose-dev.yml run foodsoft rake foodsoft:setup_development
  2. Building foodsoft
  3. Step 1/13 : FROM ruby:2.3
  4. ---> 8a9d3d6af34e
  5. Step 2/13 : RUN deps='libmagic-dev xvfb qt5-default libqt5webkit5-dev gstreamer1.0-plugins-base gstreamer1.0-tools gstreamer1.0-x' && apt-get update && apt-get install --no-install-recommends -y $deps && rm -Rf /var/lib/apt/lists/* /var/cache/apt/*
  6. ---> Using cache
  7. ---> 6f8f30d09428
  8. Step 3/13 : ENV PORT 3000 SMTP_SERVER_PORT 2525 RAILS_ENV development RAILS_LOG_TO_STDOUT true RAILS_SERVE_STATIC_FILES true BUNDLE_PATH /home/app/bundle BUNDLE_APP_CONFIG /home/app/bundle/config
  9. ---> Using cache
  10. ---> 09a926b7fdf1
  11. Step 4/13 : RUN adduser --gecos GECOS --disabled-password --shell /bin/bash app && ln -s /home/app/src /usr/src/app
  12. ---> Using cache
  13. ---> bb9f7e4527e9
  14. Step 5/13 : USER app
  15. ---> Using cache
  16. ---> 746e4b36e7c5
  17. Step 6/13 : WORKDIR /home/app/src
  18. ---> Using cache
  19. ---> f9ee5cfb3d10
  20. Step 7/13 : COPY Gemfile Gemfile.lock ./
  21. ---> Using cache
  22. ---> 5c5c49bad62d
  23. Step 8/13 : COPY plugins ./plugins
  24. ---> Using cache
  25. ---> 5ef1773b6b33
  26. Step 9/13 : RUN bundle config build.nokogiri "--use-system-libraries" && bundle install -j 4
  27. ---> Running in af057a248514
  28. Fetching gem metadata from https://rubygems.org/........
  29. Fetching https://github.com/technoweenie/acts_as_versioned.git
  30. Fetching https://github.com/bennibu/localize_input.git
  31. Fetching rake 12.2.1
  32. Fetching concurrent-ruby 1.0.5
  33. Fetching minitest 5.10.3
  34. Installing rake 12.2.1
  35. Installing minitest 5.10.3
  36. Installing concurrent-ruby 1.0.5
  37. Fetching thread_safe 0.3.6
  38. Fetching builder 3.2.3
  39. Fetching erubis 2.7.0
  40. Installing builder 3.2.3
  41. Installing thread_safe 0.3.6
  42. Installing erubis 2.7.0
  43. Fetching mini_portile2 2.3.0
  44. Fetching crass 1.0.2
  45. Fetching rack 1.6.8
  46. Installing mini_portile2 2.3.0
  47. Fetching mime-types-data 3.2016.0521
  48. Installing crass 1.0.2
  49. Fetching arel 6.0.4
  50. Installing rack 1.6.8
  51. Installing mime-types-data 3.2016.0521
  52. Installing arel 6.0.4
  53. Fetching public_suffix 3.0.0
  54. Fetching attribute_normalizer 1.2.0
  55. Fetching base32 0.3.2
  56. Installing attribute_normalizer 1.2.0
  57. Installing public_suffix 3.0.0
  58. Installing base32 0.3.2
  59. Fetching coderay 1.1.2
  60. Fetching erubi 1.7.0
  61. Fetching debug_inspector 0.0.3
  62. Installing coderay 1.1.2
  63. Installing erubi 1.7.0
  64. Installing debug_inspector 0.0.3 with native extensions
  65. Fetching thor 0.19.4
  66. Fetching uniform_notifier 1.10.0
  67. Using bundler 1.16.0
  68. Fetching callsite 0.0.11
  69. Installing uniform_notifier 1.10.0
  70. Installing callsite 0.0.11
  71. Installing thor 0.19.4
  72. Fetching json 2.1.0
  73. Fetching chronic 0.10.2
  74. Fetching coffee-script-source 1.12.2
  75. Installing json 2.1.0 with native extensions
  76. Installing chronic 0.10.2
  77. Installing coffee-script-source 1.12.2
  78. Fetching execjs 2.7.0
  79. Fetching commonjs 0.2.7
  80. Installing execjs 2.7.0
  81. Installing commonjs 0.2.7
  82. Fetching connection_pool 2.2.1
  83. Fetching content_for_in_controllers 0.0.2
  84. Fetching docile 1.1.5
  85. Installing content_for_in_controllers 0.0.2
  86. Installing connection_pool 2.2.1
  87. Fetching simplecov-html 0.10.2
  88. Fetching tins 1.15.0
  89. Installing docile 1.1.5
  90. Fetching daemons 1.2.5
  91. Installing simplecov-html 0.10.2
  92. Installing tins 1.15.0
  93. Installing daemons 1.2.5
  94. Fetching database_cleaner 1.6.1
  95. Fetching polyglot 0.3.5
  96. Fetching diff-lcs 1.3
  97. Installing database_cleaner 1.6.1
  98. Installing polyglot 0.3.5
  99. Fetching diffy 3.2.0
  100. Fetching email_reply_trimmer 0.1.8
  101. Installing diff-lcs 1.3
  102. Fetching eventmachine 1.0.9.1
  103. Installing diffy 3.2.0
  104. Installing email_reply_trimmer 0.1.8
  105. Fetching expression_parser 0.9.0
  106. Fetching ffi 1.9.18
  107. Installing expression_parser 0.9.0
  108. Installing eventmachine 1.0.9.1 with native extensions
  109. Installing ffi 1.9.18 with native extensions
  110. Fetching ruby-filemagic 0.7.2
  111. Fetching htmlentities 4.3.4
  112. Fetching unf_ext 0.0.7.4
  113. Installing ruby-filemagic 0.7.2 with native extensions
  114. Installing htmlentities 4.3.4
  115. Installing unf_ext 0.0.7.4 with native extensions
  116. Fetching grease 0.3.1
  117. Installing grease 0.3.1
  118. Fetching tilt 2.0.8
  119. Fetching sexp_processor 4.10.0
  120. Fetching ice_cube 0.16.2
  121. Installing sexp_processor 4.10.0
  122. Installing tilt 2.0.8
  123. Installing ice_cube 0.16.2
  124. Fetching interception 0.5
  125. Fetching kaminari-core 1.1.1
  126. Fetching libv8 3.16.14.19 (x86_64-linux)
  127. Installing interception 0.5 with native extensions
  128. Installing kaminari-core 1.1.1
  129. Using localize_input 0.1.0 from https://github.com/bennibu/localize_input.git (at master@5eb188d)
  130. Fetching sqlite3 1.3.13
  131. Fetching method_source 0.9.0
  132. Installing method_source 0.9.0
  133. Installing sqlite3 1.3.13 with native extensions
  134. Installing libv8 3.16.14.19 (x86_64-linux)
  135. Fetching mono_logger 1.1.0
  136. Fetching midi-smtp-server 2.1.2
  137. Fetching multi_json 1.12.2
  138. Installing mono_logger 1.1.0
  139. Installing midi-smtp-server 2.1.2
  140. Installing multi_json 1.12.2
  141. Fetching mysql2 0.4.9
  142. Fetching ttfunk 1.5.1
  143. Fetching pdf-core 0.7.0
  144. Installing mysql2 0.4.9 with native extensions
  145. Installing ttfunk 1.5.1
  146. Installing pdf-core 0.7.0
  147. Fetching rb-fsevent 0.10.2
  148. Fetching redis 3.3.5
  149. Fetching ref 2.0.0
  150. Installing rb-fsevent 0.10.2
  151. Installing redis 3.3.5
  152. Fetching rubyzip 1.2.1
  153. Installing ref 2.0.0
  154. Fetching ruby-ole 1.2.12.1
  155. Fetching rspec-support 3.7.0
  156. Installing rubyzip 1.2.1
  157. Installing ruby-ole 1.2.12.1
  158. Installing rspec-support 3.7.0
  159. Fetching ruby-prof 0.16.2
  160. Fetching ruby-units 2.2.0
  161. Fetching i18n 0.9.0
  162. Installing ruby-units 2.2.0
  163. Installing ruby-prof 0.16.2 with native extensions
  164. Installing i18n 0.9.0
  165. Fetching rainbow 2.2.2
  166. Installing rainbow 2.2.2 with native extensions
  167. Fetching tzinfo 1.2.4
  168. Fetching nokogiri 1.8.1
  169. Installing tzinfo 1.2.4
  170. Fetching rack-test 0.6.3
  171. Fetching sprockets 3.7.1
  172. Installing rack-test 0.6.3
  173. Fetching rack-protection 1.5.3
  174. Installing sprockets 3.7.1
  175. Fetching rack-contrib 1.7.0
  176. Installing rack-protection 1.5.3
  177. Fetching vegas 0.1.11
  178. Installing rack-contrib 1.7.0
  179. Fetching mime-types 3.1
  180. Installing vegas 0.1.11
  181. Fetching addressable 2.5.2
  182. Installing nokogiri 1.8.1 with native extensions
  183. Installing mime-types 3.1
  184. Fetching better_errors 2.4.0
  185. Installing addressable 2.5.2
  186. Fetching binding_of_caller 0.7.3
  187. Installing better_errors 2.4.0
  188. Installing binding_of_caller 0.7.3 with native extensions
  189. Fetching select2-rails 4.0.3
  190. Fetching whenever 0.9.7
  191. Fetching coffee-script 2.4.1
  192. Installing coffee-script 2.4.1
  193. Installing whenever 0.9.7
  194. Fetching uglifier 3.2.0
  195. Fetching less 2.6.0
  196. Installing select2-rails 4.0.3
  197. Fetching simplecov 0.14.1
  198. Installing uglifier 3.2.0
  199. Fetching term-ansicolor 1.6.0
  200. Installing simplecov 0.14.1
  201. Fetching thin 1.5.1
  202. Installing term-ansicolor 1.6.0
  203. Installing less 2.6.0
  204. Fetching rb-inotify 0.9.10
  205. Installing rb-inotify 0.9.10
  206. Installing thin 1.5.1 with native extensions
  207. Fetching unf 0.1.4
  208. Fetching ruby_parser 3.10.1
  209. Fetching haml 4.0.7
  210. Installing unf 0.1.4
  211. Fetching pry 0.11.2
  212. Installing ruby_parser 3.10.1
  213. Installing haml 4.0.7
  214. Fetching prawn 2.2.2
  215. Fetching therubyracer 0.12.3
  216. Installing pry 0.11.2
  217. Fetching redis-namespace 1.5.3
  218. Installing therubyracer 0.12.3 with native extensions
  219. Installing prawn 2.2.2
  220. Installing redis-namespace 1.5.3
  221. Fetching spreadsheet 1.1.4
  222. Fetching rspec-core 3.7.0
  223. Fetching rspec-expectations 3.7.0
  224. Installing rspec-expectations 3.7.0
  225. Installing rspec-core 3.7.0
  226. Fetching rspec-mocks 3.7.0
  227. Fetching faker 1.8.4
  228. Installing rspec-mocks 3.7.0
  229. Installing spreadsheet 1.1.4
  230. Fetching i18n-js 3.0.2
  231. Installing faker 1.8.4
  232. Fetching iso 0.2.2
  233. Installing i18n-js 3.0.2
  234. Fetching activesupport 4.2.10
  235. Fetching sinatra 1.4.8
  236. Installing iso 0.2.2
  237. Fetching mail 2.6.6
  238. Installing activesupport 4.2.10
  239. Fetching loofah 2.1.1
  240. Installing sinatra 1.4.8
  241. Installing mail 2.6.6
  242. Fetching xpath 2.1.0
  243. Fetching roo 2.7.1
  244. Installing loofah 2.1.1
  245. Fetching coveralls 0.8.21
  246. Installing xpath 2.1.0
  247. Fetching sass-listen 4.0.0
  248. Installing roo 2.7.1
  249. Installing sass-listen 4.0.0
  250. Installing coveralls 0.8.21
  251. Fetching skinny 0.2.4
  252. Fetching twitter-text 1.14.7
  253. Fetching html2haml 2.2.0
  254. Installing skinny 0.2.4
  255. Installing html2haml 2.2.0
  256. Fetching pry-rescue 1.4.5
  257. Installing twitter-text 1.14.7
  258. Fetching pry-stack_explorer 0.4.9.2
  259. Fetching prawn-table 0.2.2
  260. Installing pry-rescue 1.4.5
  261. Installing pry-stack_explorer 0.4.9.2
  262. Fetching rspec 3.7.0
  263. Fetching i18n-spec 0.6.0
  264. Installing prawn-table 0.2.2
  265. Fetching rails-deprecated_sanitizer 1.0.3
  266. Installing rspec 3.7.0
  267. Fetching globalid 0.4.1
  268. Installing i18n-spec 0.6.0
  269. Fetching activemodel 4.2.10
  270. Installing rails-deprecated_sanitizer 1.0.3
  271. Installing globalid 0.4.1
  272. Fetching bullet 5.6.1
  273. Fetching date_time_attribute 0.1.2
  274. Installing activemodel 4.2.10
  275. Fetching factory_bot 4.8.2
  276. Installing date_time_attribute 0.1.2
  277. Fetching simple-navigation 3.14.0
  278. Installing bullet 5.6.1
  279. Fetching resque 1.27.4
  280. Installing factory_bot 4.8.2
  281. Fetching rails-html-sanitizer 1.0.3
  282. Installing simple-navigation 3.14.0
  283. Installing resque 1.27.4
  284. Fetching capybara 2.13.0
  285. Fetching roo-xls 1.1.0
  286. Installing rails-html-sanitizer 1.0.3
  287. Fetching sass 3.5.3
  288. Installing capybara 2.13.0
  289. Fetching mailcatcher 0.6.5
  290. Installing roo-xls 1.1.0
  291. Installing sass 3.5.3
  292. Installing mailcatcher 0.6.5
  293. Fetching wikicloth 0.8.3
  294. Fetching rspec-rerun 1.1.0
  295. Fetching rails-dom-testing 1.0.8
  296. Installing rails-dom-testing 1.0.8
  297. Installing rspec-rerun 1.1.0
  298. Installing wikicloth 0.8.3
  299. Fetching activejob 4.2.10
  300. Fetching activerecord 4.2.10
  301. Fetching protected_attributes 1.1.0
  302. Installing activejob 4.2.10
  303. Installing protected_attributes 1.1.0
  304. Fetching capybara-webkit 1.14.0
  305. Fetching actionview 4.2.10
  306. Installing activerecord 4.2.10
  307. Fetching acts_as_tree 2.7.0
  308. Installing capybara-webkit 1.14.0 with native extensions
  309. Installing actionview 4.2.10
  310. Installing acts_as_tree 2.7.0
  311. Using acts_as_versioned 0.6.0 from https://github.com/technoweenie/acts_as_versioned.git (at master@63b1fc8)
  312. Fetching kaminari-activerecord 1.1.1
  313. Fetching polyamorous 1.3.1
  314. Fetching actionpack 4.2.10
  315. Installing kaminari-activerecord 1.1.1
  316. Installing polyamorous 1.3.1
  317. Fetching kaminari-actionview 1.1.1
  318. Installing actionpack 4.2.10
  319. Installing kaminari-actionview 1.1.1
  320. Fetching actionmailer 4.2.10
  321. Fetching railties 4.2.10
  322. Fetching sprockets-rails 3.2.1
  323. Installing actionmailer 4.2.10
  324. Installing sprockets-rails 3.2.1
  325. Installing railties 4.2.10
  326. Fetching has_scope 0.7.1
  327. Fetching less-rails 3.0.0
  328. Fetching ransack 1.8.4
  329. Installing has_scope 0.7.1
  330. Fetching simple_form 3.5.0
  331. Installing less-rails 3.0.0
  332. Installing ransack 1.8.4
  333. Fetching kaminari 1.1.1
  334. Fetching exception_notification 4.2.2
  335. Installing simple_form 3.5.0
  336. Fetching bootstrap-datepicker-rails 1.7.1.1
  337. Installing kaminari 1.1.1
  338. Fetching coffee-rails 4.2.2
  339. Installing exception_notification 4.2.2
  340. Installing bootstrap-datepicker-rails 1.7.1.1
  341. Fetching rails 4.2.10
  342. Installing coffee-rails 4.2.2
  343. Fetching factory_bot_rails 4.8.2
  344. Fetching haml-rails 1.0.0
  345. Installing haml-rails 1.0.0
  346. Installing factory_bot_rails 4.8.2
  347. Fetching responders 2.4.0
  348. Installing rails 4.2.10
  349. Fetching jquery-rails 4.3.1
  350. Fetching meta_request 0.4.3
  351. Installing responders 2.4.0
  352. Fetching quiet_assets 1.1.0
  353. Installing meta_request 0.4.3
  354. Fetching rails-assets-listjs 0.2.0.beta.4
  355. Installing jquery-rails 4.3.1
  356. Installing quiet_assets 1.1.0
  357. Fetching rails-i18n 4.0.9
  358. Fetching rails_tokeninput 1.7.0
  359. Installing rails-assets-listjs 0.2.0.beta.4
  360. Fetching sass-rails 5.0.6
  361. Installing rails_tokeninput 1.7.0
  362. Fetching rspec-rails 3.7.1
  363. Installing rails-i18n 4.0.9
  364. Installing sass-rails 5.0.6
  365. Fetching simple-navigation-bootstrap 1.0.2
  366. Fetching web-console 2.3.0
  367. Installing rspec-rails 3.7.1
  368. Installing simple-navigation-bootstrap 1.0.2
  369. Fetching deface 1.2.0
  370. Installing web-console 2.3.0
  371. Fetching gaffe 1.2.0
  372. Fetching rails-settings-cached 0.4.3
  373. Installing deface 1.2.0
  374. Installing gaffe 1.2.0
  375. Installing rails-settings-cached 0.4.3
  376. Fetching twitter-bootstrap-rails 2.2.8
  377. Fetching inherited_resources 1.7.2
  378. Fetching recurring_select 2.0.0
  379. Installing recurring_select 2.0.0
  380. Installing inherited_resources 1.7.2
  381. Installing twitter-bootstrap-rails 2.2.8
  382. Using foodsoft_discourse 0.0.1 from source at `plugins/discourse`
  383. Using foodsoft_documents 0.0.1 from source at `plugins/documents`
  384. Using foodsoft_messages 0.0.1 from source at `plugins/messages`
  385. Using foodsoft_wiki 0.0.1 from source at `plugins/wiki`
  386. There was an error while trying to write to `/home/app/src/Gemfile.lock`. It is
  387. likely that you need to grant write permissions for that path.
  388. Service 'foodsoft' failed to build: The command '/bin/sh -c bundle config build.nokogiri "--use-system-libraries" && bundle install -j 4' returned a non-zero code: 23
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement