Guest User

Build error using containers, though script is successful

a guest
May 5th, 2018
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.32 KB | None | 0 0
  1. ✔ ~/Repositories/fabric8-online-docs [adding_scrum_states L|⚑ 6]
  2. 12:51 $ scripts/build_guides.sh
  3. === Validating Guides ===
  4.  
  5. Processing analytics-integration-api-guide validation success
  6. Processing getting-started-guide validation success
  7. Processing user-guide validation success
  8.  
  9. Testing passed.
  10.  
  11. === Building Guides ===
  12.  
  13. Building analytics-integration-api-guide
  14. Building getting-started-guide
  15. Building user-guide
  16. Building index.adoc
  17. ✔ ~/Repositories/fabric8-online-docs [adding_scrum_states L|⚑ 6]
  18. 20:12 $ firefox html/*.html
  19.  
  20. ###!!! [Parent][MessageChannel] Error: (msgtype=0x150080,name=PBrowser::Msg_Destroy) Closed channel: cannot send/recv
  21.  
  22. ✔ ~/Repositories/fabric8-online-docs [adding_scrum_states L|⚑ 6]
  23. 20:13 $ export CICO_LOCAL=local
  24. ✔ ~/Repositories/fabric8-online-docs [adding_scrum_states L|⚑ 6]
  25. 20:20 $ sudo ./cico_build_deploy.sh
  26. [sudo] password for preeti:
  27. + '[' -z ']'
  28. + '[' -f jenkins-env ']'
  29. + '[' -f inherit-env ']'
  30. + /usr/sbin/setenforce 0
  31. + yum -y install docker make git
  32. Failed to synchronize cache for repo 'rommon-telegram', disabling.
  33. Last metadata expiration check: 0:24:34 ago on Sat 05 May 2018 07:56:40 PM IST.
  34. Package docker-2:1.13.1-44.git584d391.fc26.x86_64 is already installed, skipping.
  35. Package make-1:4.2.1-2.fc26.x86_64 is already installed, skipping.
  36. Package git-2.13.6-3.fc26.x86_64 is already installed, skipping.
  37. Dependencies resolved.
  38. Nothing to do.
  39. Complete!
  40. + service docker start
  41. Redirecting to /bin/systemctl start docker.service
  42. + docker ps
  43. + grep -q docs-builder-container
  44. + docker ps -a
  45. + grep -q docs-builder-container
  46. + '[' -d html ']'
  47. + rm -rf html/
  48. + mkdir -pm 777 html
  49. + docker build -t docs-builder -f Dockerfile.build .
  50. Sending build context to Docker daemon 36.01 MB
  51. Step 1/6 : FROM fedora:latest
  52. ---> 6f45e9bcf5cc
  53. Step 2/6 : MAINTAINER Robert Kratky <rkratky@redhat.com>
  54. ---> Using cache
  55. ---> 445c52a7bd23
  56. Step 3/6 : RUN dnf install -y findutils which rubygem-asciidoctor rubygem-asciidoctor-pdf libxml2 && dnf clean all
  57. ---> Using cache
  58. ---> dc559af6941b
  59. Step 4/6 : COPY scripts/ scripts/
  60. ---> e4e5749b2247
  61. Removing intermediate container 8634f95517ea
  62. Step 5/6 : COPY docs/ docs/
  63. ---> b26f8895e15a
  64. Removing intermediate container 4c4f91ac28a2
  65. Step 6/6 : ENTRYPOINT sh scripts/build_guides.sh
  66. ---> Running in 6356bf6700bd
  67. ---> 72115b239f46
  68. Removing intermediate container 6356bf6700bd
  69. Successfully built 72115b239f46
  70. ++ pwd
  71. + docker run --rm --name=docs-builder-container -it --volume=/home/preeti/Repositories/fabric8-online-docs/html:/html:Z docs-builder
  72. === Validating Guides ===
  73.  
  74. Processing analytics-integration-api-guide validation success
  75. Processing getting-started-guide validation success
  76. Processing user-guide validation success
  77.  
  78. Testing passed.
  79.  
  80. === Building Guides ===
  81.  
  82. Building analytics-integration-api-guide
  83. Building getting-started-guide
  84. Building user-guide
  85. Building index.adoc
  86. + '[' -z '' ']'
  87. + docker_login '' '' push.registry.devshift.net
  88. + local USERNAME=
  89. + local PASSWORD=
  90. + local REGISTRY=push.registry.devshift.net
  91. + '[' -n '' ']'
  92. + docker build -t docs-deploy -f Dockerfile.deploy .
  93. Sending build context to Docker daemon 55.95 MB
  94. Step 1/12 : FROM centos:7
  95. ---> d123f4e55e12
  96. Step 2/12 : LABEL maintainer "Devtools <devtools@redhat.com>"
  97. ---> Running in ce267f32bcb4
  98. ---> 5d22feb8ffb5
  99. Removing intermediate container ce267f32bcb4
  100. Step 3/12 : LABEL author "Devtools <devtools@redhat.com>"
  101. ---> Running in 7306921d489b
  102. ---> 6dc00faed778
  103. Removing intermediate container 7306921d489b
  104. Step 4/12 : ENV LANG en_US.utf8
  105. ---> Running in 1016ec12ac8f
  106. ---> b869429d15fb
  107. Removing intermediate container 1016ec12ac8f
  108. Step 5/12 : ENV FABRIC8_USER_NAME fabric8
  109. ---> Running in d1213b8190c0
  110. ---> 5c186ea5e96b
  111. Removing intermediate container d1213b8190c0
  112. Step 6/12 : ADD root /
  113. ---> 4a5355f05460
  114. Removing intermediate container 01cf2e67b1a0
  115. Step 7/12 : RUN yum install --setopt=tsflags=nodocs -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm && yum -y install --setopt=tsflags=nodocs nginx gettext && yum clean all && rm -f /usr/share/nginx/html/* && useradd --no-create-home -s /bin/bash ${FABRIC8_USER_NAME} && chmod -R 777 /run.sh /usr/share/nginx/html /run /var/log/nginx && chmod -R a+rw /etc/nginx
  116. ---> Running in f45e9a71d301
  117. Loaded plugins: fastestmirror, ovl
  118. Examining /var/tmp/yum-root-G9ULO5/epel-release-latest-7.noarch.rpm: epel-release-7-11.noarch
  119. Marking /var/tmp/yum-root-G9ULO5/epel-release-latest-7.noarch.rpm to be installed
  120. Resolving Dependencies
  121. --> Running transaction check
  122. ---> Package epel-release.noarch 0:7-11 will be installed
  123. --> Finished Dependency Resolution
  124.  
  125. Dependencies Resolved
  126.  
  127. ================================================================================
  128. Package Arch Version Repository Size
  129. ================================================================================
  130. Installing:
  131. epel-release noarch 7-11 /epel-release-latest-7.noarch 24 k
  132.  
  133. Transaction Summary
  134. ================================================================================
  135. Install 1 Package
  136.  
  137. Total size: 24 k
  138. Installed size: 24 k
  139. Downloading packages:
  140. Running transaction check
  141. Running transaction test
  142. Transaction test succeeded
  143. Running transaction
  144. Installing : epel-release-7-11.noarch 1/1
  145. Verifying : epel-release-7-11.noarch 1/1
  146.  
  147. Installed:
  148. epel-release.noarch 0:7-11
  149.  
  150. Complete!
  151. Loaded plugins: fastestmirror, ovl
  152. Determining fastest mirrors
  153. * base: centos.mirror.net.in
  154. * epel: del-mirrors.extreme-ix.org
  155. * extras: centos.excellmedia.net
  156. * updates: centos.excellmedia.net
  157. Resolving Dependencies
  158. --> Running transaction check
  159. ---> Package gettext.x86_64 0:0.19.8.1-2.el7 will be installed
  160. --> Processing Dependency: gettext-libs(x86-64) = 0.19.8.1-2.el7 for package: gettext-0.19.8.1-2.el7.x86_64
  161. --> Processing Dependency: libgomp.so.1(GOMP_1.0)(64bit) for package: gettext-0.19.8.1-2.el7.x86_64
  162. --> Processing Dependency: libunistring.so.0()(64bit) for package: gettext-0.19.8.1-2.el7.x86_64
  163. --> Processing Dependency: libgomp.so.1()(64bit) for package: gettext-0.19.8.1-2.el7.x86_64
  164. --> Processing Dependency: libgettextsrc-0.19.8.1.so()(64bit) for package: gettext-0.19.8.1-2.el7.x86_64
  165. --> Processing Dependency: libgettextlib-0.19.8.1.so()(64bit) for package: gettext-0.19.8.1-2.el7.x86_64
  166. --> Processing Dependency: libcroco-0.6.so.3()(64bit) for package: gettext-0.19.8.1-2.el7.x86_64
  167. ---> Package nginx.x86_64 1:1.12.2-2.el7 will be installed
  168. --> Processing Dependency: nginx-all-modules = 1:1.12.2-2.el7 for package: 1:nginx-1.12.2-2.el7.x86_64
  169. --> Processing Dependency: nginx-filesystem = 1:1.12.2-2.el7 for package: 1:nginx-1.12.2-2.el7.x86_64
  170. --> Processing Dependency: nginx-filesystem for package: 1:nginx-1.12.2-2.el7.x86_64
  171. --> Processing Dependency: openssl for package: 1:nginx-1.12.2-2.el7.x86_64
  172. --> Processing Dependency: libprofiler.so.0()(64bit) for package: 1:nginx-1.12.2-2.el7.x86_64
  173. --> Running transaction check
  174. ---> Package gettext-libs.x86_64 0:0.19.8.1-2.el7 will be installed
  175. ---> Package gperftools-libs.x86_64 0:2.4-8.el7 will be installed
  176. --> Processing Dependency: libunwind.so.8()(64bit) for package: gperftools-libs-2.4-8.el7.x86_64
  177. ---> Package libcroco.x86_64 0:0.6.11-1.el7 will be installed
  178. ---> Package libgomp.x86_64 0:4.8.5-16.el7_4.2 will be installed
  179. ---> Package libunistring.x86_64 0:0.9.3-9.el7 will be installed
  180. ---> Package nginx-all-modules.noarch 1:1.12.2-2.el7 will be installed
  181. --> Processing Dependency: nginx-mod-http-geoip = 1:1.12.2-2.el7 for package: 1:nginx-all-modules-1.12.2-2.el7.noarch
  182. --> Processing Dependency: nginx-mod-http-image-filter = 1:1.12.2-2.el7 for package: 1:nginx-all-modules-1.12.2-2.el7.noarch
  183. --> Processing Dependency: nginx-mod-http-perl = 1:1.12.2-2.el7 for package: 1:nginx-all-modules-1.12.2-2.el7.noarch
  184. --> Processing Dependency: nginx-mod-http-xslt-filter = 1:1.12.2-2.el7 for package: 1:nginx-all-modules-1.12.2-2.el7.noarch
  185. --> Processing Dependency: nginx-mod-mail = 1:1.12.2-2.el7 for package: 1:nginx-all-modules-1.12.2-2.el7.noarch
  186. --> Processing Dependency: nginx-mod-stream = 1:1.12.2-2.el7 for package: 1:nginx-all-modules-1.12.2-2.el7.noarch
  187. ---> Package nginx-filesystem.noarch 1:1.12.2-2.el7 will be installed
  188. ---> Package openssl.x86_64 1:1.0.2k-8.el7 will be installed
  189. --> Processing Dependency: make for package: 1:openssl-1.0.2k-8.el7.x86_64
  190. --> Running transaction check
  191. ---> Package libunwind.x86_64 2:1.2-2.el7 will be installed
  192. ---> Package make.x86_64 1:3.82-23.el7 will be installed
  193. ---> Package nginx-mod-http-geoip.x86_64 1:1.12.2-2.el7 will be installed
  194. --> Processing Dependency: GeoIP for package: 1:nginx-mod-http-geoip-1.12.2-2.el7.x86_64
  195. --> Processing Dependency: libGeoIP.so.1()(64bit) for package: 1:nginx-mod-http-geoip-1.12.2-2.el7.x86_64
  196. ---> Package nginx-mod-http-image-filter.x86_64 1:1.12.2-2.el7 will be installed
  197. --> Processing Dependency: gd for package: 1:nginx-mod-http-image-filter-1.12.2-2.el7.x86_64
  198. --> Processing Dependency: libgd.so.2()(64bit) for package: 1:nginx-mod-http-image-filter-1.12.2-2.el7.x86_64
  199. ---> Package nginx-mod-http-perl.x86_64 1:1.12.2-2.el7 will be installed
  200. --> Processing Dependency: perl >= 5.006001 for package: 1:nginx-mod-http-perl-1.12.2-2.el7.x86_64
  201. --> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: 1:nginx-mod-http-perl-1.12.2-2.el7.x86_64
  202. --> Processing Dependency: perl(Exporter) for package: 1:nginx-mod-http-perl-1.12.2-2.el7.x86_64
  203. --> Processing Dependency: perl(XSLoader) for package: 1:nginx-mod-http-perl-1.12.2-2.el7.x86_64
  204. --> Processing Dependency: perl(constant) for package: 1:nginx-mod-http-perl-1.12.2-2.el7.x86_64
  205. --> Processing Dependency: perl(strict) for package: 1:nginx-mod-http-perl-1.12.2-2.el7.x86_64
  206. --> Processing Dependency: perl(warnings) for package: 1:nginx-mod-http-perl-1.12.2-2.el7.x86_64
  207. --> Processing Dependency: libperl.so()(64bit) for package: 1:nginx-mod-http-perl-1.12.2-2.el7.x86_64
  208. ---> Package nginx-mod-http-xslt-filter.x86_64 1:1.12.2-2.el7 will be installed
  209. --> Processing Dependency: libxslt.so.1(LIBXML2_1.0.11)(64bit) for package: 1:nginx-mod-http-xslt-filter-1.12.2-2.el7.x86_64
  210. --> Processing Dependency: libxslt.so.1(LIBXML2_1.0.18)(64bit) for package: 1:nginx-mod-http-xslt-filter-1.12.2-2.el7.x86_64
  211. --> Processing Dependency: libexslt.so.0()(64bit) for package: 1:nginx-mod-http-xslt-filter-1.12.2-2.el7.x86_64
  212. --> Processing Dependency: libxslt.so.1()(64bit) for package: 1:nginx-mod-http-xslt-filter-1.12.2-2.el7.x86_64
  213. ---> Package nginx-mod-mail.x86_64 1:1.12.2-2.el7 will be installed
  214. ---> Package nginx-mod-stream.x86_64 1:1.12.2-2.el7 will be installed
  215. --> Running transaction check
  216. ---> Package GeoIP.x86_64 0:1.5.0-11.el7 will be installed
  217. ---> Package gd.x86_64 0:2.0.35-26.el7 will be installed
  218. --> Processing Dependency: libpng15.so.15(PNG15_0)(64bit) for package: gd-2.0.35-26.el7.x86_64
  219. --> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: gd-2.0.35-26.el7.x86_64
  220. --> Processing Dependency: libpng15.so.15()(64bit) for package: gd-2.0.35-26.el7.x86_64
  221. --> Processing Dependency: libjpeg.so.62()(64bit) for package: gd-2.0.35-26.el7.x86_64
  222. --> Processing Dependency: libfreetype.so.6()(64bit) for package: gd-2.0.35-26.el7.x86_64
  223. --> Processing Dependency: libfontconfig.so.1()(64bit) for package: gd-2.0.35-26.el7.x86_64
  224. --> Processing Dependency: libXpm.so.4()(64bit) for package: gd-2.0.35-26.el7.x86_64
  225. --> Processing Dependency: libX11.so.6()(64bit) for package: gd-2.0.35-26.el7.x86_64
  226. ---> Package libxslt.x86_64 0:1.1.28-5.el7 will be installed
  227. ---> Package perl.x86_64 4:5.16.3-292.el7 will be installed
  228. --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-292.el7.x86_64
  229. --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-292.el7.x86_64
  230. --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-292.el7.x86_64
  231. --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-292.el7.x86_64
  232. --> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-292.el7.x86_64
  233. --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-292.el7.x86_64
  234. --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-292.el7.x86_64
  235. --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-292.el7.x86_64
  236. --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-292.el7.x86_64
  237. --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-292.el7.x86_64
  238. --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-292.el7.x86_64
  239. --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-292.el7.x86_64
  240. --> Processing Dependency: perl(Getopt::Long) for package: 4:perl-5.16.3-292.el7.x86_64
  241. --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-292.el7.x86_64
  242. --> Processing Dependency: perl(File::Temp) for package: 4:perl-5.16.3-292.el7.x86_64
  243. --> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-292.el7.x86_64
  244. --> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-292.el7.x86_64
  245. --> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-292.el7.x86_64
  246. --> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-292.el7.x86_64
  247. --> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-292.el7.x86_64
  248. --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-292.el7.x86_64
  249. ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
  250. ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
  251. ---> Package perl-libs.x86_64 4:5.16.3-292.el7 will be installed
  252. --> Running transaction check
  253. ---> Package fontconfig.x86_64 0:2.10.95-11.el7 will be installed
  254. --> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.10.95-11.el7.x86_64
  255. --> Processing Dependency: font(:lang=en) for package: fontconfig-2.10.95-11.el7.x86_64
  256. ---> Package freetype.x86_64 0:2.4.11-15.el7 will be installed
  257. ---> Package libX11.x86_64 0:1.6.5-1.el7 will be installed
  258. --> Processing Dependency: libX11-common >= 1.6.5-1.el7 for package: libX11-1.6.5-1.el7.x86_64
  259. --> Processing Dependency: libxcb.so.1()(64bit) for package: libX11-1.6.5-1.el7.x86_64
  260. ---> Package libXpm.x86_64 0:3.5.12-1.el7 will be installed
  261. ---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed
  262. ---> Package libpng.x86_64 2:1.5.13-7.el7_2 will be installed
  263. ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
  264. ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
  265. ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
  266. ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
  267. ---> Package perl-Getopt-Long.noarch 0:2.40-2.el7 will be installed
  268. --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-2.el7.noarch
  269. --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-2.el7.noarch
  270. ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
  271. ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
  272. --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
  273. --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
  274. ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
  275. ---> Package perl-Socket.x86_64 0:2.010-4.el7 will be installed
  276. ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
  277. ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
  278. ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
  279. ---> Package perl-macros.x86_64 4:5.16.3-292.el7 will be installed
  280. ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
  281. ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
  282. --> Running transaction check
  283. ---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed
  284. ---> Package libX11-common.noarch 0:1.6.5-1.el7 will be installed
  285. ---> Package libxcb.x86_64 0:1.12-1.el7 will be installed
  286. --> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.12-1.el7.x86_64
  287. ---> Package lyx-fonts.noarch 0:2.2.3-1.el7 will be installed
  288. ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
  289. ---> Package perl-Pod-Escapes.noarch 1:1.04-292.el7 will be installed
  290. ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
  291. --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
  292. --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
  293. ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
  294. --> Running transaction check
  295. ---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed
  296. ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
  297. --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
  298. --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
  299. --> Processing Dependency: groff-base for package: perl-Pod-Perldoc-3.20-4.el7.noarch
  300. ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
  301. --> Running transaction check
  302. ---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed
  303. ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
  304. ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
  305. --> Finished Dependency Resolution
  306.  
  307. Dependencies Resolved
  308.  
  309. ================================================================================
  310. Package Arch Version Repository Size
  311. ================================================================================
  312. Installing:
  313. gettext x86_64 0.19.8.1-2.el7 base 1.0 M
  314. nginx x86_64 1:1.12.2-2.el7 epel 530 k
  315. Installing for dependencies:
  316. GeoIP x86_64 1.5.0-11.el7 base 1.1 M
  317. fontconfig x86_64 2.10.95-11.el7 base 229 k
  318. fontpackages-filesystem noarch 1.44-8.el7 base 9.9 k
  319. freetype x86_64 2.4.11-15.el7 base 392 k
  320. gd x86_64 2.0.35-26.el7 base 146 k
  321. gettext-libs x86_64 0.19.8.1-2.el7 base 501 k
  322. gperftools-libs x86_64 2.4-8.el7 base 272 k
  323. groff-base x86_64 1.22.2-8.el7 base 942 k
  324. libX11 x86_64 1.6.5-1.el7 base 606 k
  325. libX11-common noarch 1.6.5-1.el7 base 164 k
  326. libXau x86_64 1.0.8-2.1.el7 base 29 k
  327. libXpm x86_64 3.5.12-1.el7 base 55 k
  328. libcroco x86_64 0.6.11-1.el7 base 105 k
  329. libgomp x86_64 4.8.5-16.el7_4.2 updates 154 k
  330. libjpeg-turbo x86_64 1.2.90-5.el7 base 134 k
  331. libpng x86_64 2:1.5.13-7.el7_2 base 213 k
  332. libunistring x86_64 0.9.3-9.el7 base 293 k
  333. libunwind x86_64 2:1.2-2.el7 base 57 k
  334. libxcb x86_64 1.12-1.el7 base 211 k
  335. libxslt x86_64 1.1.28-5.el7 base 242 k
  336. lyx-fonts noarch 2.2.3-1.el7 epel 159 k
  337. make x86_64 1:3.82-23.el7 base 420 k
  338. nginx-all-modules noarch 1:1.12.2-2.el7 epel 16 k
  339. nginx-filesystem noarch 1:1.12.2-2.el7 epel 17 k
  340. nginx-mod-http-geoip x86_64 1:1.12.2-2.el7 epel 23 k
  341. nginx-mod-http-image-filter x86_64 1:1.12.2-2.el7 epel 26 k
  342. nginx-mod-http-perl x86_64 1:1.12.2-2.el7 epel 36 k
  343. nginx-mod-http-xslt-filter x86_64 1:1.12.2-2.el7 epel 26 k
  344. nginx-mod-mail x86_64 1:1.12.2-2.el7 epel 54 k
  345. nginx-mod-stream x86_64 1:1.12.2-2.el7 epel 76 k
  346. openssl x86_64 1:1.0.2k-8.el7 base 492 k
  347. perl x86_64 4:5.16.3-292.el7 base 8.0 M
  348. perl-Carp noarch 1.26-244.el7 base 19 k
  349. perl-Encode x86_64 2.51-7.el7 base 1.5 M
  350. perl-Exporter noarch 5.68-3.el7 base 28 k
  351. perl-File-Path noarch 2.09-2.el7 base 26 k
  352. perl-File-Temp noarch 0.23.01-3.el7 base 56 k
  353. perl-Filter x86_64 1.49-3.el7 base 76 k
  354. perl-Getopt-Long noarch 2.40-2.el7 base 56 k
  355. perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k
  356. perl-PathTools x86_64 3.40-5.el7 base 82 k
  357. perl-Pod-Escapes noarch 1:1.04-292.el7 base 51 k
  358. perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k
  359. perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k
  360. perl-Pod-Usage noarch 1.63-3.el7 base 27 k
  361. perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k
  362. perl-Socket x86_64 2.010-4.el7 base 49 k
  363. perl-Storable x86_64 2.45-3.el7 base 77 k
  364. perl-Text-ParseWords noarch 3.29-4.el7 base 14 k
  365. perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k
  366. perl-Time-Local noarch 1.2300-2.el7 base 24 k
  367. perl-constant noarch 1.27-2.el7 base 19 k
  368. perl-libs x86_64 4:5.16.3-292.el7 base 688 k
  369. perl-macros x86_64 4:5.16.3-292.el7 base 43 k
  370. perl-parent noarch 1:0.225-244.el7 base 12 k
  371. perl-podlators noarch 2.5.1-3.el7 base 112 k
  372. perl-threads x86_64 1.87-4.el7 base 49 k
  373. perl-threads-shared x86_64 1.43-6.el7 base 39 k
  374.  
  375. Transaction Summary
  376. ================================================================================
  377. Install 2 Packages (+58 Dependent packages)
  378.  
  379. Total download size: 20 M
  380. Installed size: 63 M
  381. Downloading packages:
  382. warning: /var/cache/yum/x86_64/7/base/packages/fontpackages-filesystem-1.44-8.el7.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
  383. Public key for fontpackages-filesystem-1.44-8.el7.noarch.rpm is not installed
  384. Public key for libgomp-4.8.5-16.el7_4.2.x86_64.rpm is not installed
  385. warning: /var/cache/yum/x86_64/7/epel/packages/lyx-fonts-2.2.3-1.el7.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY
  386. Public key for lyx-fonts-2.2.3-1.el7.noarch.rpm is not installed
  387. --------------------------------------------------------------------------------
  388. Total 1.5 MB/s | 20 MB 00:13
  389. Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  390. Importing GPG key 0xF4A80EB5:
  391. Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
  392. Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
  393. Package : centos-release-7-4.1708.el7.centos.x86_64 (@CentOS)
  394. From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  395. Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  396. Importing GPG key 0x352C64E5:
  397. Userid : "Fedora EPEL (7) <epel@fedoraproject.org>"
  398. Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5
  399. Package : epel-release-7-11.noarch (installed)
  400. From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  401. Running transaction check
  402. Running transaction test
  403. Transaction test succeeded
  404. Running transaction
  405. Installing : libcroco-0.6.11-1.el7.x86_64 1/60
  406. Installing : libgomp-4.8.5-16.el7_4.2.x86_64 2/60
  407. Installing : fontpackages-filesystem-1.44-8.el7.noarch 3/60
  408. Installing : freetype-2.4.11-15.el7.x86_64 4/60
  409. Installing : libunistring-0.9.3-9.el7.x86_64 5/60
  410. Installing : gettext-libs-0.19.8.1-2.el7.x86_64 6/60
  411. Installing : lyx-fonts-2.2.3-1.el7.noarch 7/60
  412. Installing : fontconfig-2.10.95-11.el7.x86_64 8/60
  413. Installing : GeoIP-1.5.0-11.el7.x86_64 9/60
  414. Installing : libXau-1.0.8-2.1.el7.x86_64 10/60
  415. Installing : libxcb-1.12-1.el7.x86_64 11/60
  416. Installing : libX11-common-1.6.5-1.el7.noarch 12/60
  417. Installing : libX11-1.6.5-1.el7.x86_64 13/60
  418. Installing : libXpm-3.5.12-1.el7.x86_64 14/60
  419. Installing : 2:libunwind-1.2-2.el7.x86_64 15/60
  420. Installing : gperftools-libs-2.4-8.el7.x86_64 16/60
  421. Installing : 1:make-3.82-23.el7.x86_64 17/60
  422. Installing : 1:openssl-1.0.2k-8.el7.x86_64 18/60
  423. Installing : libxslt-1.1.28-5.el7.x86_64 19/60
  424. Installing : 1:nginx-filesystem-1.12.2-2.el7.noarch 20/60
  425. Installing : groff-base-1.22.2-8.el7.x86_64 21/60
  426. Installing : 1:perl-parent-0.225-244.el7.noarch 22/60
  427. Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 23/60
  428. Installing : perl-podlators-2.5.1-3.el7.noarch 24/60
  429. Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 25/60
  430. Installing : perl-Encode-2.51-7.el7.x86_64 26/60
  431. Installing : perl-Text-ParseWords-3.29-4.el7.noarch 27/60
  432. Installing : 1:perl-Pod-Escapes-1.04-292.el7.noarch 28/60
  433. Installing : perl-Pod-Usage-1.63-3.el7.noarch 29/60
  434. Installing : 4:perl-libs-5.16.3-292.el7.x86_64 30/60
  435. Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 31/60
  436. Installing : perl-constant-1.27-2.el7.noarch 32/60
  437. Installing : perl-Time-Local-1.2300-2.el7.noarch 33/60
  438. Installing : perl-Socket-2.010-4.el7.x86_64 34/60
  439. Installing : perl-Carp-1.26-244.el7.noarch 35/60
  440. Installing : perl-Storable-2.45-3.el7.x86_64 36/60
  441. Installing : perl-PathTools-3.40-5.el7.x86_64 37/60
  442. Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 38/60
  443. Installing : perl-Exporter-5.68-3.el7.noarch 39/60
  444. Installing : perl-threads-shared-1.43-6.el7.x86_64 40/60
  445. Installing : perl-threads-1.87-4.el7.x86_64 41/60
  446. Installing : 4:perl-macros-5.16.3-292.el7.x86_64 42/60
  447. Installing : perl-File-Temp-0.23.01-3.el7.noarch 43/60
  448. Installing : perl-File-Path-2.09-2.el7.noarch 44/60
  449. Installing : perl-Filter-1.49-3.el7.x86_64 45/60
  450. Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 46/60
  451. Installing : perl-Getopt-Long-2.40-2.el7.noarch 47/60
  452. Installing : 4:perl-5.16.3-292.el7.x86_64 48/60
  453. Installing : libjpeg-turbo-1.2.90-5.el7.x86_64 49/60
  454. Installing : 2:libpng-1.5.13-7.el7_2.x86_64 50/60
  455. Installing : gd-2.0.35-26.el7.x86_64 51/60
  456. Installing : 1:nginx-mod-http-geoip-1.12.2-2.el7.x86_64 52/60
  457. Installing : 1:nginx-mod-http-xslt-filter-1.12.2-2.el7.x86_64 53/60
  458. Installing : 1:nginx-mod-stream-1.12.2-2.el7.x86_64 54/60
  459. Installing : 1:nginx-mod-mail-1.12.2-2.el7.x86_64 55/60
  460. Installing : 1:nginx-mod-http-perl-1.12.2-2.el7.x86_64 56/60
  461. Installing : 1:nginx-1.12.2-2.el7.x86_64 57/60
  462. warning: /etc/nginx/nginx.conf created as /etc/nginx/nginx.conf.rpmnew
  463. Installing : 1:nginx-mod-http-image-filter-1.12.2-2.el7.x86_64 58/60
  464. Installing : 1:nginx-all-modules-1.12.2-2.el7.noarch 59/60
  465. Installing : gettext-0.19.8.1-2.el7.x86_64 60/60
  466. install-info: No such file or directory for /usr/share/info/gettext.info.gz
  467. Verifying : libX11-1.6.5-1.el7.x86_64 1/60
  468. Verifying : lyx-fonts-2.2.3-1.el7.noarch 2/60
  469. Verifying : 2:libpng-1.5.13-7.el7_2.x86_64 3/60
  470. Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 4/60
  471. Verifying : libjpeg-turbo-1.2.90-5.el7.x86_64 5/60
  472. Verifying : perl-threads-shared-1.43-6.el7.x86_64 6/60
  473. Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 7/60
  474. Verifying : 1:nginx-mod-http-geoip-1.12.2-2.el7.x86_64 8/60
  475. Verifying : groff-base-1.22.2-8.el7.x86_64 9/60
  476. Verifying : libunistring-0.9.3-9.el7.x86_64 10/60
  477. Verifying : perl-constant-1.27-2.el7.noarch 11/60
  478. Verifying : perl-PathTools-3.40-5.el7.x86_64 12/60
  479. Verifying : libxcb-1.12-1.el7.x86_64 13/60
  480. Verifying : perl-Encode-2.51-7.el7.x86_64 14/60
  481. Verifying : 1:nginx-mod-http-xslt-filter-1.12.2-2.el7.x86_64 15/60
  482. Verifying : freetype-2.4.11-15.el7.x86_64 16/60
  483. Verifying : perl-File-Temp-0.23.01-3.el7.noarch 17/60
  484. Verifying : fontpackages-filesystem-1.44-8.el7.noarch 18/60
  485. Verifying : 1:nginx-mod-stream-1.12.2-2.el7.x86_64 19/60
  486. Verifying : 1:perl-parent-0.225-244.el7.noarch 20/60
  487. Verifying : 1:openssl-1.0.2k-8.el7.x86_64 21/60
  488. Verifying : 4:perl-5.16.3-292.el7.x86_64 22/60
  489. Verifying : 1:nginx-1.12.2-2.el7.x86_64 23/60
  490. Verifying : gettext-0.19.8.1-2.el7.x86_64 24/60
  491. Verifying : gettext-libs-0.19.8.1-2.el7.x86_64 25/60
  492. Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 26/60
  493. Verifying : 1:nginx-all-modules-1.12.2-2.el7.noarch 27/60
  494. Verifying : 4:perl-libs-5.16.3-292.el7.x86_64 28/60
  495. Verifying : perl-Time-Local-1.2300-2.el7.noarch 29/60
  496. Verifying : perl-Socket-2.010-4.el7.x86_64 30/60
  497. Verifying : libXpm-3.5.12-1.el7.x86_64 31/60
  498. Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 32/60
  499. Verifying : 1:nginx-filesystem-1.12.2-2.el7.noarch 33/60
  500. Verifying : perl-Carp-1.26-244.el7.noarch 34/60
  501. Verifying : gperftools-libs-2.4-8.el7.x86_64 35/60
  502. Verifying : libxslt-1.1.28-5.el7.x86_64 36/60
  503. Verifying : perl-Storable-2.45-3.el7.x86_64 37/60
  504. Verifying : 1:nginx-mod-mail-1.12.2-2.el7.x86_64 38/60
  505. Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 39/60
  506. Verifying : 1:make-3.82-23.el7.x86_64 40/60
  507. Verifying : 1:perl-Pod-Escapes-1.04-292.el7.noarch 41/60
  508. Verifying : libgomp-4.8.5-16.el7_4.2.x86_64 42/60
  509. Verifying : 2:libunwind-1.2-2.el7.x86_64 43/60
  510. Verifying : perl-Pod-Usage-1.63-3.el7.noarch 44/60
  511. Verifying : libX11-common-1.6.5-1.el7.noarch 45/60
  512. Verifying : perl-Exporter-5.68-3.el7.noarch 46/60
  513. Verifying : gd-2.0.35-26.el7.x86_64 47/60
  514. Verifying : perl-podlators-2.5.1-3.el7.noarch 48/60
  515. Verifying : perl-Getopt-Long-2.40-2.el7.noarch 49/60
  516. Verifying : libXau-1.0.8-2.1.el7.x86_64 50/60
  517. Verifying : GeoIP-1.5.0-11.el7.x86_64 51/60
  518. Verifying : fontconfig-2.10.95-11.el7.x86_64 52/60
  519. Verifying : perl-threads-1.87-4.el7.x86_64 53/60
  520. Verifying : 4:perl-macros-5.16.3-292.el7.x86_64 54/60
  521. Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 55/60
  522. Verifying : 1:nginx-mod-http-perl-1.12.2-2.el7.x86_64 56/60
  523. Verifying : perl-File-Path-2.09-2.el7.noarch 57/60
  524. Verifying : libcroco-0.6.11-1.el7.x86_64 58/60
  525. Verifying : 1:nginx-mod-http-image-filter-1.12.2-2.el7.x86_64 59/60
  526. Verifying : perl-Filter-1.49-3.el7.x86_64 60/60
  527.  
  528. Installed:
  529. gettext.x86_64 0:0.19.8.1-2.el7 nginx.x86_64 1:1.12.2-2.el7
  530.  
  531. Dependency Installed:
  532. GeoIP.x86_64 0:1.5.0-11.el7
  533. fontconfig.x86_64 0:2.10.95-11.el7
  534. fontpackages-filesystem.noarch 0:1.44-8.el7
  535. freetype.x86_64 0:2.4.11-15.el7
  536. gd.x86_64 0:2.0.35-26.el7
  537. gettext-libs.x86_64 0:0.19.8.1-2.el7
  538. gperftools-libs.x86_64 0:2.4-8.el7
  539. groff-base.x86_64 0:1.22.2-8.el7
  540. libX11.x86_64 0:1.6.5-1.el7
  541. libX11-common.noarch 0:1.6.5-1.el7
  542. libXau.x86_64 0:1.0.8-2.1.el7
  543. libXpm.x86_64 0:3.5.12-1.el7
  544. libcroco.x86_64 0:0.6.11-1.el7
  545. libgomp.x86_64 0:4.8.5-16.el7_4.2
  546. libjpeg-turbo.x86_64 0:1.2.90-5.el7
  547. libpng.x86_64 2:1.5.13-7.el7_2
  548. libunistring.x86_64 0:0.9.3-9.el7
  549. libunwind.x86_64 2:1.2-2.el7
  550. libxcb.x86_64 0:1.12-1.el7
  551. libxslt.x86_64 0:1.1.28-5.el7
  552. lyx-fonts.noarch 0:2.2.3-1.el7
  553. make.x86_64 1:3.82-23.el7
  554. nginx-all-modules.noarch 1:1.12.2-2.el7
  555. nginx-filesystem.noarch 1:1.12.2-2.el7
  556. nginx-mod-http-geoip.x86_64 1:1.12.2-2.el7
  557. nginx-mod-http-image-filter.x86_64 1:1.12.2-2.el7
  558. nginx-mod-http-perl.x86_64 1:1.12.2-2.el7
  559. nginx-mod-http-xslt-filter.x86_64 1:1.12.2-2.el7
  560. nginx-mod-mail.x86_64 1:1.12.2-2.el7
  561. nginx-mod-stream.x86_64 1:1.12.2-2.el7
  562. openssl.x86_64 1:1.0.2k-8.el7
  563. perl.x86_64 4:5.16.3-292.el7
  564. perl-Carp.noarch 0:1.26-244.el7
  565. perl-Encode.x86_64 0:2.51-7.el7
  566. perl-Exporter.noarch 0:5.68-3.el7
  567. perl-File-Path.noarch 0:2.09-2.el7
  568. perl-File-Temp.noarch 0:0.23.01-3.el7
  569. perl-Filter.x86_64 0:1.49-3.el7
  570. perl-Getopt-Long.noarch 0:2.40-2.el7
  571. perl-HTTP-Tiny.noarch 0:0.033-3.el7
  572. perl-PathTools.x86_64 0:3.40-5.el7
  573. perl-Pod-Escapes.noarch 1:1.04-292.el7
  574. perl-Pod-Perldoc.noarch 0:3.20-4.el7
  575. perl-Pod-Simple.noarch 1:3.28-4.el7
  576. perl-Pod-Usage.noarch 0:1.63-3.el7
  577. perl-Scalar-List-Utils.x86_64 0:1.27-248.el7
  578. perl-Socket.x86_64 0:2.010-4.el7
  579. perl-Storable.x86_64 0:2.45-3.el7
  580. perl-Text-ParseWords.noarch 0:3.29-4.el7
  581. perl-Time-HiRes.x86_64 4:1.9725-3.el7
  582. perl-Time-Local.noarch 0:1.2300-2.el7
  583. perl-constant.noarch 0:1.27-2.el7
  584. perl-libs.x86_64 4:5.16.3-292.el7
  585. perl-macros.x86_64 4:5.16.3-292.el7
  586. perl-parent.noarch 1:0.225-244.el7
  587. perl-podlators.noarch 0:2.5.1-3.el7
  588. perl-threads.x86_64 0:1.87-4.el7
  589. perl-threads-shared.x86_64 0:1.43-6.el7
  590.  
  591. Complete!
  592. Loaded plugins: fastestmirror, ovl
  593. Cleaning repos: base epel extras updates
  594. Cleaning up everything
  595. Maybe you want: rm -rf /var/cache/yum, to also free up space taken by orphaned data from disabled or removed repos
  596. Cleaning up list of fastest mirrors
  597. ---> 6100c30eb982
  598. Removing intermediate container f45e9a71d301
  599. Step 8/12 : COPY html /usr/share/nginx/html/
  600. ---> 5df95058284c
  601. Removing intermediate container 18677dbeb689
  602. Step 9/12 : COPY json /usr/share/nginx/html/json/
  603. ---> 72ed6b59548f
  604. Removing intermediate container 2cce5d7bdbdd
  605. Step 10/12 : USER ${FABRIC8_USER_NAME}
  606. ---> Running in e1760c2f0b6a
  607. ---> 088f0c33f34d
  608. Removing intermediate container e1760c2f0b6a
  609. Step 11/12 : EXPOSE 8080
  610. ---> Running in 4247c878777b
  611. ---> 91970b11d584
  612. Removing intermediate container 4247c878777b
  613. Step 12/12 : ENTRYPOINT /run.sh
  614. ---> Running in 8729b31aa08f
  615. ---> 6cc596e81974
  616. Removing intermediate container 8729b31aa08f
  617. Successfully built 6cc596e81974
  618. + '[' -z ']'
  619. ++ echo
  620. ++ cut -c1-
  621. + TAG=
  622. + tag_push push.registry.devshift.net/fabric8io/fabric8-online-docs:
  623. + local TARGET_IMAGE=push.registry.devshift.net/fabric8io/fabric8-online-docs:
  624. + docker tag docs-deploy push.registry.devshift.net/fabric8io/fabric8-online-docs:
  625. Error parsing reference: "push.registry.devshift.net/fabric8io/fabric8-online-docs:" is not a valid repository/tag
  626. ✘-1 ~/Repositories/fabric8-online-docs [adding_scrum_states L|⚑ 6]
Add Comment
Please, Sign In to add comment