Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

image build broken... #2

Open
rafaeltuelho opened this issue Mar 21, 2019 · 0 comments
Open

image build broken... #2

rafaeltuelho opened this issue Mar 21, 2019 · 0 comments

Comments

@rafaeltuelho
Copy link

The build is broken when running on OCP 3.11.

Look:

Cloning "https://github.com/openshift-evangelists/workshop-base-image.git " ...
	Commit:	0ca5ddf88577ae09fa174ee9746d85e0768bf128 (Make odo version a parameter.)
	Author:	Graham Dumpleton <Graham.Dumpleton@gmail.com>
	Date:	Thu Sep 27 19:46:02 2018 +0200
Replaced Dockerfile FROM image centos/s2i-base-centos7:latest

Pulling image centos/s2i-base-centos7 ...
Pulled 1/5 layers, 37% complete
Pulled 2/5 layers, 51% complete
Pulled 3/5 layers, 66% complete
Pulled 4/5 layers, 87% complete
Pulled 5/5 layers, 100% complete
Extracting
Step 1/28 : FROM centos/s2i-base-centos7
 ---> e646ca8d5f2c
Step 2/28 : RUN HOME=/root &&     INSTALL_PKGS="nano python-devel" &&     yum install -y centos-release-scl &&     yum -y --setopt=tsflags=nodocs install --enablerepo=centosplus $INSTALL_PKGS &&     rpm -V $INSTALL_PKGS &&     yum -y clean all --enablerepo='*'
 ---> Running in f7cdecef6b3a

Loaded plugins: fastestmirror, ovl
Determining fastest mirrors
 * base: repos-va.psychz.net
 * extras: repos-va.psychz.net
 * updates: repos-va.psychz.net
Package centos-release-scl-2-2.el7.centos.noarch already installed and latest version
Nothing to do
Loaded plugins: fastestmirror, ovl
Loading mirror speeds from cached hostfile
 * base: repos-va.psychz.net
 * centosplus: repos-va.psychz.net
 * extras: repos-va.psychz.net
 * updates: repos-va.psychz.net
Resolving Dependencies
--> Running transaction check
---> Package nano.x86_64 0:2.3.1-10.el7 will be installed
---> Package python-devel.x86_64 0:2.7.5-76.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package              Arch           Version                 Repository    Size
================================================================================
Installing:
 nano                 x86_64         2.3.1-10.el7            base         440 k
 python-devel         x86_64         2.7.5-76.el7            base         398 k

Transaction Summary
================================================================================
Install  2 Packages

Total download size: 837 k
Installed size: 2.7 M
Downloading packages:
--------------------------------------------------------------------------------
Total                                              3.6 MB/s | 837 kB  00:00     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : python-devel-2.7.5-76.el7.x86_64                             1/2 
  Installing : nano-2.3.1-10.el7.x86_64                                     2/2 
  Verifying  : nano-2.3.1-10.el7.x86_64                                     1/2 
  Verifying  : python-devel-2.7.5-76.el7.x86_64                             2/2 

Installed:
  nano.x86_64 0:2.3.1-10.el7         python-devel.x86_64 0:2.7.5-76.el7        

Complete!
Loaded plugins: fastestmirror, ovl
Cleaning repos: C7.0.1406-base C7.0.1406-centosplus C7.0.1406-extras
              : C7.0.1406-fasttrack C7.0.1406-updates C7.1.1503-base
              : C7.1.1503-centosplus C7.1.1503-extras C7.1.1503-fasttrack
              : C7.1.1503-updates C7.2.1511-base C7.2.1511-centosplus
              : C7.2.1511-extras C7.2.1511-fasttrack C7.2.1511-updates
              : C7.3.1611-base C7.3.1611-centosplus C7.3.1611-extras
              : C7.3.1611-fasttrack C7.3.1611-updates C7.4.1708-base
              : C7.4.1708-centosplus C7.4.1708-extras C7.4.1708-fasttrack
              : C7.4.1708-updates C7.5.1804-base C7.5.1804-centosplus
              : C7.5.1804-extras C7.5.1804-fasttrack C7.5.1804-updates base
              : base-debuginfo base-source c7-media centos-sclo-rh
              : centos-sclo-rh-debuginfo centos-sclo-rh-source
              : centos-sclo-rh-testing centos-sclo-sclo
              : centos-sclo-sclo-debuginfo centos-sclo-sclo-source
              : centos-sclo-sclo-testing centosplus centosplus-source cr extras
              : extras-source fasttrack updates updates-source
Cleaning up list of fastest mirrors
 ---> 3d21c6029316
Removing intermediate container f7cdecef6b3a
Step 3/28 : ARG OC_VERSION=3.10.41
 ---> Running in b329027aca86
 ---> b08fa61b12ad
Removing intermediate container b329027aca86
Step 4/28 : ARG ODO_VERSION=0.0.12
 ---> Running in 6244e655817e
 ---> 5dd93a950e4b
Removing intermediate container 6244e655817e
Step 5/28 : RUN curl -s -o /tmp/oc.tar.gz "https://mirror.openshift.com/pub/openshift-v3/clients/$OC_VERSION/linux/oc.tar.gz " &&     tar -C /usr/local/bin -zxvf /tmp/oc.tar.gz oc &&     rm /tmp/oc.tar.gz &&     curl -sL -o /usr/local/bin/odo https://github.com/redhat-developer/odo/releases/download/v$ODO_VERSION/odo-linux-amd64  &&     chmod +x /usr/local/bin/odo
 ---> Running in 9499e54cf525

oc
 ---> 624049f8faf4
Removing intermediate container 9499e54cf525
Step 6/28 : ARG KUBECTL_VERSION=1.10.0
 ---> Running in 47ea591a40b9
 ---> 3179c461f791
Removing intermediate container 47ea591a40b9
Step 7/28 : RUN curl -sL -o /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v$KUBECTL_VERSION/bin/linux/amd64/kubectl  &&     chmod +x /usr/local/bin/kubectl
 ---> Running in 22633b083546

 ---> ddf882717b84
Removing intermediate container 22633b083546
Step 8/28 : ENV PYTHONUNBUFFERED 1 PYTHONIOENCODING UTF-8 LC_ALL en_US.UTF-8 LANG en_US.UTF-8 PIP_NO_CACHE_DIR off
 ---> Running in 9afc82556446
 ---> 3e194a452118
Removing intermediate container 9afc82556446
Step 9/28 : RUN HOME=/opt/workshop &&     mkdir -p /opt/workshop &&     curl -s -o /tmp/get-pip.py https://bootstrap.pypa.io/get-pip.py  &&     /usr/bin/python /tmp/get-pip.py --user &&     rm -f /tmp/get-pip.py &&     $HOME/.local/bin/pip install --no-cache-dir --user virtualenv &&     $HOME/.local/bin/virtualenv /opt/workshop &&     source /opt/workshop/bin/activate &&     pip install supervisor==3.3.4 &&     mkdir -p /opt/app-root/etc &&     pip install butterfly==3.2.5 pygments==2.2.0 &&     curl -sL -o /tmp/asciidoc.tar.gz https://downloads.sourceforge.net/project/asciidoc/asciidoc/8.6.9/asciidoc-8.6.9.tar.gz  &&     tar -C /tmp -zxvf /tmp/asciidoc.tar.gz &&     (cd /tmp/asciidoc-8.6.9 &&     ./configure --prefix /opt/workshop &&     make install &&     cp asciidocapi.py /opt/workshop/lib/python2.7/site-packages) &&     rm -rf /tmp/asciidoc-8.6.9 /tmp/asciidoc.tar.gz &&     rm /opt/app-root/etc/scl_enable
 ---> Running in 1048a18561a6

DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
Collecting pip
  Downloading https://files.pythonhosted.org/packages/d8/f3/413bab4ff08e1fc4828dfc59996d721917df8e8583ea85385d51125dceff/pip-19.0.3-py2.py3-none-any.whl  (1.4MB)
Collecting setuptools
  Downloading https://files.pythonhosted.org/packages/d1/6a/4b2fcefd2ea0868810e92d519dacac1ddc64a2e53ba9e3422c3b62b378a6/setuptools-40.8.0-py2.py3-none-any.whl  (575kB)
Collecting wheel
  Downloading https://files.pythonhosted.org/packages/96/ba/a4702cbb6a3a485239fbe9525443446203f00771af9ac000fa3ef2788201/wheel-0.33.1-py2.py3-none-any.whl 
Installing collected packages: pip, setuptools, wheel
  The script wheel is installed in '/opt/workshop/.local/bin' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed pip-19.0.3 setuptools-40.8.0 wheel-0.33.1
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
Collecting virtualenv
  Downloading https://files.pythonhosted.org/packages/33/5d/314c760d4204f64e4a968275182b7751bd5c3249094757b39ba987dcfb5a/virtualenv-16.4.3-py2.py3-none-any.whl  (2.0MB)
Installing collected packages: virtualenv
  The script virtualenv is installed in '/opt/workshop/.local/bin' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed virtualenv-16.4.3
  No LICENSE.txt / LICENSE found in source
New python executable in /opt/workshop/bin/python
Installing setuptools, pip, wheel...
done.
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
Collecting supervisor==3.3.4
  Downloading https://files.pythonhosted.org/packages/44/60/698e54b4a4a9b956b2d709b4b7b676119c833d811d53ee2500f1b5e96dc3/supervisor-3.3.4.tar.gz  (419kB)
Collecting meld3>=0.6.5 (from supervisor==3.3.4)
  Downloading https://files.pythonhosted.org/packages/b6/ae/e6d731e4b9661642c1b20591d8054855bb5b8281cbfa18f561c2edd783f7/meld3-1.0.2-py2.py3-none-any.whl 
Installing collected packages: meld3, supervisor
  Running setup.py install for supervisor: started
    Running setup.py install for supervisor: finished with status 'done'
Successfully installed meld3-1.0.2 supervisor-3.3.4
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
Collecting butterfly==3.2.5
  Downloading https://files.pythonhosted.org/packages/79/58/759d3f8389b97c214718263e47397600f80b0c667d76b42f4a266fedef0a/butterfly-3.2.5-py2.py3-none-any.whl  (1.1MB)
Collecting pygments==2.2.0
  Downloading https://files.pythonhosted.org/packages/02/ee/b6e02dc6529e82b75bb06823ff7d005b141037cb1416b10c6f00fc419dca/Pygments-2.2.0-py2.py3-none-any.whl  (841kB)
Collecting pyOpenSSL (from butterfly==3.2.5)
  Downloading https://files.pythonhosted.org/packages/01/c8/ceb170d81bd3941cbeb9940fc6cc2ef2ca4288d0ca8929ea4db5905d904d/pyOpenSSL-19.0.0-py2.py3-none-any.whl  (53kB)
Collecting tornado>=3.2 (from butterfly==3.2.5)
  Downloading https://files.pythonhosted.org/packages/e6/78/6e7b5af12c12bdf38ca9bfe863fcaf53dc10430a312d0324e76c1e5ca426/tornado-5.1.1.tar.gz  (516kB)
Collecting cryptography>=2.3 (from pyOpenSSL->butterfly==3.2.5)
  Downloading https://files.pythonhosted.org/packages/c3/c1/cf8665c955c9393e9ff0872ba6cd3dc6f46ef915e94afcf6e0410508ca69/cryptography-2.6.1-cp27-cp27mu-manylinux1_x86_64.whl  (2.3MB)
Collecting six>=1.5.2 (from pyOpenSSL->butterfly==3.2.5)
  Downloading https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl 
Collecting futures (from tornado>=3.2->butterfly==3.2.5)
  Downloading https://files.pythonhosted.org/packages/2d/99/b2c4e9d5a30f6471e410a146232b4118e697fa3ffc06d6a65efde84debd0/futures-3.2.0-py2-none-any.whl 
Collecting singledispatch (from tornado>=3.2->butterfly==3.2.5)
  Downloading https://files.pythonhosted.org/packages/c5/10/369f50bcd4621b263927b0a1519987a04383d4a98fb10438042ad410cf88/singledispatch-3.4.0.3-py2.py3-none-any.whl 
Collecting backports_abc>=0.4 (from tornado>=3.2->butterfly==3.2.5)
  Downloading https://files.pythonhosted.org/packages/7d/56/6f3ac1b816d0cd8994e83d0c4e55bc64567532f7dc543378bd87f81cebc7/backports_abc-0.5-py2.py3-none-any.whl 
Collecting enum34; python_version < "3" (from cryptography>=2.3->pyOpenSSL->butterfly==3.2.5)
  Downloading https://files.pythonhosted.org/packages/c5/db/e56e6b4bbac7c4a06de1c50de6fe1ef3810018ae11732a50f15f62c7d050/enum34-1.1.6-py2-none-any.whl 
Collecting asn1crypto>=0.21.0 (from cryptography>=2.3->pyOpenSSL->butterfly==3.2.5)
  Downloading https://files.pythonhosted.org/packages/ea/cd/35485615f45f30a510576f1a56d1e0a7ad7bd8ab5ed7cdc600ef7cd06222/asn1crypto-0.24.0-py2.py3-none-any.whl  (101kB)
Collecting cffi!=1.11.3,>=1.8 (from cryptography>=2.3->pyOpenSSL->butterfly==3.2.5)
  Downloading https://files.pythonhosted.org/packages/9d/6f/aea9f5559fb593da07ff34e67513bd62483b45715b4a5f5fae6a0a5792ea/cffi-1.12.2-cp27-cp27mu-manylinux1_x86_64.whl  (413kB)
Collecting ipaddress; python_version < "3" (from cryptography>=2.3->pyOpenSSL->butterfly==3.2.5)
  Downloading https://files.pythonhosted.org/packages/fc/d0/7fc3a811e011d4b388be48a0e381db8d990042df54aa4ef4599a31d39853/ipaddress-1.0.22-py2.py3-none-any.whl 
Collecting pycparser (from cffi!=1.11.3,>=1.8->cryptography>=2.3->pyOpenSSL->butterfly==3.2.5)
  Downloading https://files.pythonhosted.org/packages/68/9e/49196946aee219aead1290e00d1e7fdeab8567783e83e1b9ab5585e6206a/pycparser-2.19.tar.gz  (158kB)
Installing collected packages: enum34, asn1crypto, pycparser, cffi, six, ipaddress, cryptography, pyOpenSSL, futures, singledispatch, backports-abc, tornado, butterfly, pygments
  Running setup.py install for pycparser: started
    Running setup.py install for pycparser: finished with status 'done'
  Running setup.py install for tornado: started
    Running setup.py install for tornado: finished with status 'done'
Successfully installed asn1crypto-0.24.0 backports-abc-0.5 butterfly-3.2.5 cffi-1.12.2 cryptography-2.6.1 enum34-1.1.6 futures-3.2.0 ipaddress-1.0.22 pyOpenSSL-19.0.0 pycparser-2.19 pygments-2.2.0 singledispatch-3.4.0.3 six-1.12.0 tornado-5.1.1
asciidoc-8.6.9/a2x.py
asciidoc-8.6.9/asciidoc.py
asciidoc-8.6.9/asciidocapi.py
asciidoc-8.6.9/BUGS
asciidoc-8.6.9/BUGS.txt
asciidoc-8.6.9/MANIFEST
asciidoc-8.6.9/main.aap
asciidoc-8.6.9/common.aap
asciidoc-8.6.9/CHANGELOG
asciidoc-8.6.9/CHANGELOG.txt
asciidoc-8.6.9/asciidoc.conf
asciidoc-8.6.9/docbook45.conf
asciidoc-8.6.9/help.conf
asciidoc-8.6.9/html4.conf
asciidoc-8.6.9/html5.conf
asciidoc-8.6.9/lang-cs.conf
asciidoc-8.6.9/lang-de.conf
asciidoc-8.6.9/lang-el.conf
asciidoc-8.6.9/lang-en.conf
asciidoc-8.6.9/lang-es.conf
asciidoc-8.6.9/lang-fr.conf
asciidoc-8.6.9/lang-hu.conf
asciidoc-8.6.9/lang-it.conf
asciidoc-8.6.9/lang-nl.conf
asciidoc-8.6.9/lang-pt-BR.conf
asciidoc-8.6.9/lang-ro.conf
asciidoc-8.6.9/lang-ru.conf
asciidoc-8.6.9/lang-uk.conf
asciidoc-8.6.9/latex.conf
asciidoc-8.6.9/slidy.conf
asciidoc-8.6.9/text.conf
asciidoc-8.6.9/xhtml11.conf
asciidoc-8.6.9/xhtml11-quirks.conf
asciidoc-8.6.9/COPYING
asciidoc-8.6.9/COPYRIGHT
asciidoc-8.6.9/dblatex/asciidoc-dblatex.sty
asciidoc-8.6.9/dblatex/asciidoc-dblatex.xsl
asciidoc-8.6.9/dblatex/dblatex-readme.txt
asciidoc-8.6.9/doc/a2x.1
asciidoc-8.6.9/doc/book.epub
asciidoc-8.6.9/doc/asciidoc.1
asciidoc-8.6.9/doc/asciidoc.conf
asciidoc-8.6.9/doc/article-docinfo.xml
asciidoc-8.6.9/doc/customers.csv
asciidoc-8.6.9/doc/images
asciidoc-8.6.9/doc/main.aap
asciidoc-8.6.9/doc/article.pdf
asciidoc-8.6.9/doc/latex-filter.pdf
asciidoc-8.6.9/doc/music-filter.pdf
asciidoc-8.6.9/doc/source-highlight-filter.pdf
asciidoc-8.6.9/doc/a2x.1.txt
asciidoc-8.6.9/doc/article.txt
asciidoc-8.6.9/doc/asciidoc.1.txt
asciidoc-8.6.9/doc/asciidoc.txt
asciidoc-8.6.9/doc/asciidocapi.txt
asciidoc-8.6.9/doc/asciimathml.txt
asciidoc-8.6.9/doc/book-multi.txt
asciidoc-8.6.9/doc/book.txt
asciidoc-8.6.9/doc/epub-notes.txt
asciidoc-8.6.9/doc/faq.txt
asciidoc-8.6.9/doc/latex-backend.txt
asciidoc-8.6.9/doc/latex-bugs.txt
asciidoc-8.6.9/doc/latex-filter.txt
asciidoc-8.6.9/doc/latexmath.txt
asciidoc-8.6.9/doc/latexmathml.txt
asciidoc-8.6.9/doc/music-filter.txt
asciidoc-8.6.9/doc/publishing-ebooks-with-asciidoc.txt
asciidoc-8.6.9/doc/slidy-example.txt
asciidoc-8.6.9/doc/slidy.txt
asciidoc-8.6.9/doc/source-highlight-filter.txt
asciidoc-8.6.9/doc/testasciidoc.txt
asciidoc-8.6.9/doc/asciidoc.dict
asciidoc-8.6.9/docbook-xsl/asciidoc-docbook-xsl.txt
asciidoc-8.6.9/docbook-xsl/chunked.xsl
asciidoc-8.6.9/docbook-xsl/common.xsl
asciidoc-8.6.9/docbook-xsl/epub.xsl
asciidoc-8.6.9/docbook-xsl/fo.xsl
asciidoc-8.6.9/docbook-xsl/htmlhelp.xsl
asciidoc-8.6.9/docbook-xsl/manpage.xsl
asciidoc-8.6.9/docbook-xsl/text.xsl
asciidoc-8.6.9/docbook-xsl/xhtml.xsl
asciidoc-8.6.9/examples/website/main.aap
asciidoc-8.6.9/examples/website/build-website.sh
asciidoc-8.6.9/examples/website/asciidoc.css
asciidoc-8.6.9/examples/website/layout1.css
asciidoc-8.6.9/examples/website/layout2.css
asciidoc-8.6.9/examples/website/xhtml11-quirks.css
asciidoc-8.6.9/examples/website/ASCIIMathML.js
asciidoc-8.6.9/examples/website/LaTeXMathML.js
asciidoc-8.6.9/examples/website/asciidoc.js
asciidoc-8.6.9/examples/website/customers.csv
asciidoc-8.6.9/examples/website/images
asciidoc-8.6.9/examples/website/layout1.conf
asciidoc-8.6.9/examples/website/layout2.conf
asciidoc-8.6.9/examples/website/CHANGELOG.txt
asciidoc-8.6.9/examples/website/INSTALL.txt
asciidoc-8.6.9/examples/website/README-website.txt
asciidoc-8.6.9/examples/website/README.txt
asciidoc-8.6.9/examples/website/a2x.1.txt
asciidoc-8.6.9/examples/website/asciidoc-docbook-xsl.txt
asciidoc-8.6.9/examples/website/asciidoc-graphviz-sample.txt
asciidoc-8.6.9/examples/website/asciidocapi.txt
asciidoc-8.6.9/examples/website/asciimathml.txt
asciidoc-8.6.9/examples/website/epub-notes.txt
asciidoc-8.6.9/examples/website/faq.txt
asciidoc-8.6.9/examples/website/index.txt
asciidoc-8.6.9/examples/website/latex-backend.txt
asciidoc-8.6.9/examples/website/latex-bugs.txt
asciidoc-8.6.9/examples/website/latex-filter.txt
asciidoc-8.6.9/examples/website/latexmathml.txt
asciidoc-8.6.9/examples/website/manpage.txt
asciidoc-8.6.9/examples/website/music-filter.txt
asciidoc-8.6.9/examples/website/newlists.txt
asciidoc-8.6.9/examples/website/newtables.txt
asciidoc-8.6.9/examples/website/plugins.txt
asciidoc-8.6.9/examples/website/publishing-ebooks-with-asciidoc.txt
asciidoc-8.6.9/examples/website/slidy-example.txt
asciidoc-8.6.9/examples/website/slidy.txt
asciidoc-8.6.9/examples/website/source-highlight-filter.txt
asciidoc-8.6.9/examples/website/support.txt
asciidoc-8.6.9/examples/website/testasciidoc.txt
asciidoc-8.6.9/examples/website/userguide.txt
asciidoc-8.6.9/examples/website/version83.txt
asciidoc-8.6.9/filters/code/code-filter.conf
asciidoc-8.6.9/filters/code/code-filter.py
asciidoc-8.6.9/filters/code/code-filter-readme.txt
asciidoc-8.6.9/filters/code/code-filter-test.txt
asciidoc-8.6.9/filters/latex/latex2png.py
asciidoc-8.6.9/filters/latex/latex-filter.conf
asciidoc-8.6.9/filters/music/music-filter.conf
asciidoc-8.6.9/filters/music/music2png.py
asciidoc-8.6.9/filters/music/music-filter-test.txt
asciidoc-8.6.9/filters/source/source-highlight-filter.conf
asciidoc-8.6.9/filters/source/source-highlight-filter-test.txt
asciidoc-8.6.9/filters/graphviz/graphviz-filter.conf
asciidoc-8.6.9/filters/graphviz/graphviz2png.py
asciidoc-8.6.9/filters/graphviz/asciidoc-graphviz-sample.txt
asciidoc-8.6.9/images/icons/callouts/1.png
asciidoc-8.6.9/images/icons/callouts/10.png
asciidoc-8.6.9/images/icons/callouts/11.png
asciidoc-8.6.9/images/icons/callouts/12.png
asciidoc-8.6.9/images/icons/callouts/13.png
asciidoc-8.6.9/images/icons/callouts/14.png
asciidoc-8.6.9/images/icons/callouts/15.png
asciidoc-8.6.9/images/icons/callouts/2.png
asciidoc-8.6.9/images/icons/callouts/3.png
asciidoc-8.6.9/images/icons/callouts/4.png
asciidoc-8.6.9/images/icons/callouts/5.png
asciidoc-8.6.9/images/icons/callouts/6.png
asciidoc-8.6.9/images/icons/callouts/7.png
asciidoc-8.6.9/images/icons/callouts/8.png
asciidoc-8.6.9/images/icons/callouts/9.png
asciidoc-8.6.9/images/icons/caution.png
asciidoc-8.6.9/images/icons/example.png
asciidoc-8.6.9/images/icons/home.png
asciidoc-8.6.9/images/icons/important.png
asciidoc-8.6.9/images/icons/next.png
asciidoc-8.6.9/images/icons/note.png
asciidoc-8.6.9/images/icons/prev.png
asciidoc-8.6.9/images/icons/tip.png
asciidoc-8.6.9/images/icons/up.png
asciidoc-8.6.9/images/icons/warning.png
asciidoc-8.6.9/images/icons/README
asciidoc-8.6.9/images/smallnew.png
asciidoc-8.6.9/images/tiger.png
asciidoc-8.6.9/images/highlighter.png
asciidoc-8.6.9/INSTALL
asciidoc-8.6.9/INSTALL.txt
asciidoc-8.6.9/configure
asciidoc-8.6.9/configure.ac
asciidoc-8.6.9/Makefile.in
asciidoc-8.6.9/install-sh
asciidoc-8.6.9/javascripts/ASCIIMathML.js
asciidoc-8.6.9/javascripts/LaTeXMathML.js
asciidoc-8.6.9/javascripts/asciidoc.js
asciidoc-8.6.9/javascripts/slidy.js
asciidoc-8.6.9/javascripts/toc.js
asciidoc-8.6.9/README
asciidoc-8.6.9/README.txt
asciidoc-8.6.9/stylesheets/asciidoc.css
asciidoc-8.6.9/stylesheets/docbook-xsl.css
asciidoc-8.6.9/stylesheets/pygments.css
asciidoc-8.6.9/stylesheets/slidy.css
asciidoc-8.6.9/stylesheets/toc2.css
asciidoc-8.6.9/stylesheets/xhtml11-quirks.css
asciidoc-8.6.9/tests/testasciidoc.py
asciidoc-8.6.9/tests/testasciidoc.conf
asciidoc-8.6.9/tests/asciidocapi.py
asciidoc-8.6.9/tests/data/testcases.conf
asciidoc-8.6.9/tests/data/deprecated-quotes.txt
asciidoc-8.6.9/tests/data/filters-test.txt
asciidoc-8.6.9/tests/data/lang-cs-man-test.txt
asciidoc-8.6.9/tests/data/lang-cs-test.txt
asciidoc-8.6.9/tests/data/lang-de-man-test.txt
asciidoc-8.6.9/tests/data/lang-de-test.txt
asciidoc-8.6.9/tests/data/lang-en-man-test.txt
asciidoc-8.6.9/tests/data/lang-en-test.txt
asciidoc-8.6.9/tests/data/lang-es-man-test.txt
asciidoc-8.6.9/tests/data/lang-es-test.txt
asciidoc-8.6.9/tests/data/lang-fr-man-test.txt
asciidoc-8.6.9/tests/data/lang-fr-test.txt
asciidoc-8.6.9/tests/data/lang-hu-man-test.txt
asciidoc-8.6.9/tests/data/lang-hu-test.txt
asciidoc-8.6.9/tests/data/lang-it-man-test.txt
asciidoc-8.6.9/tests/data/lang-it-test.txt
asciidoc-8.6.9/tests/data/lang-nl-man-test.txt
asciidoc-8.6.9/tests/data/lang-nl-test.txt
asciidoc-8.6.9/tests/data/lang-pt-BR-man-test.txt
asciidoc-8.6.9/tests/data/lang-pt-BR-test.txt
asciidoc-8.6.9/tests/data/lang-ro-man-test.txt
asciidoc-8.6.9/tests/data/lang-ro-test.txt
asciidoc-8.6.9/tests/data/lang-ru-man-test.txt
asciidoc-8.6.9/tests/data/lang-ru-test.txt
asciidoc-8.6.9/tests/data/lang-uk-man-test.txt
asciidoc-8.6.9/tests/data/lang-uk-test.txt
asciidoc-8.6.9/tests/data/oldtables.txt
asciidoc-8.6.9/tests/data/open-block-test.txt
asciidoc-8.6.9/tests/data/rcs-id-marker-test.txt
asciidoc-8.6.9/tests/data/testcases.txt
asciidoc-8.6.9/tests/data/utf8-bom-test.txt
asciidoc-8.6.9/tests/data/utf8-examples.txt
asciidoc-8.6.9/themes/flask/flask.css
asciidoc-8.6.9/themes/volnitsky/volnitsky.css
asciidoc-8.6.9/vim/syntax/asciidoc.vim
checking for a sed that does not truncate output... /usr/bin/sed
checking whether ln -s works... yes
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating ./config.status
config.status: creating Makefile
Fixing CONF_DIR in asciidoc.py
Fixing CONF_DIR in a2x.py
/usr/bin/install -c -d //opt/workshop/bin
/usr/bin/install -c asciidoc.py a2x.py //opt/workshop/bin/
/usr/bin/install -c -d //opt/workshop/etc/asciidoc/filters/code
/usr/bin/install -c filters/code/code-filter.py //opt/workshop/etc/asciidoc/filters/code/
/usr/bin/install -c -d //opt/workshop/etc/asciidoc/filters/music
/usr/bin/install -c filters/music/music2png.py //opt/workshop/etc/asciidoc/filters/music/
/usr/bin/install -c -d //opt/workshop/etc/asciidoc/filters/graphviz
/usr/bin/install -c filters/graphviz/graphviz2png.py //opt/workshop/etc/asciidoc/filters/graphviz/
/usr/bin/install -c -d //opt/workshop/etc/asciidoc/filters/latex
/usr/bin/install -c filters/latex/latex2png.py //opt/workshop/etc/asciidoc/filters/latex/
/usr/bin/install -c -d //opt/workshop/share/man/man1
/usr/bin/install -c -m 644 doc/asciidoc.1 doc/a2x.1 //opt/workshop/share/man/man1/
/usr/bin/install -c -d //opt/workshop/etc/asciidoc
/usr/bin/install -c -m 644 asciidoc.conf lang-es.conf slidy.conf lang-ro.conf lang-en.conf help.conf latex.conf lang-it.conf lang-cs.conf html5.conf html4.conf docbook45.conf lang-de.conf lang-uk.conf text.conf lang-el.conf xhtml11-quirks.conf lang-nl.conf lang-hu.conf lang-ru.conf lang-pt-BR.conf xhtml11.conf lang-fr.conf //opt/workshop/etc/asciidoc/
/usr/bin/install -c -d //opt/workshop/etc/asciidoc/docbook-xsl
/usr/bin/install -c -m 644 docbook-xsl/xhtml.xsl docbook-xsl/fo.xsl docbook-xsl/epub.xsl docbook-xsl/chunked.xsl docbook-xsl/manpage.xsl docbook-xsl/common.xsl docbook-xsl/text.xsl docbook-xsl/htmlhelp.xsl //opt/workshop/etc/asciidoc/docbook-xsl/
/usr/bin/install -c -d //opt/workshop/etc/asciidoc/dblatex
/usr/bin/install -c -m 644 dblatex/asciidoc-dblatex.xsl dblatex/asciidoc-dblatex.sty //opt/workshop/etc/asciidoc/dblatex/
/usr/bin/install -c -d //opt/workshop/etc/asciidoc/stylesheets
/usr/bin/install -c -m 644 stylesheets/docbook-xsl.css stylesheets/xhtml11-quirks.css stylesheets/asciidoc.css stylesheets/pygments.css stylesheets/slidy.css stylesheets/toc2.css //opt/workshop/etc/asciidoc/stylesheets/
/usr/bin/install -c -d //opt/workshop/etc/asciidoc/javascripts
/usr/bin/install -c -m 644 javascripts/asciidoc.js javascripts/slidy.js javascripts/toc.js javascripts/LaTeXMathML.js javascripts/ASCIIMathML.js //opt/workshop/etc/asciidoc/javascripts/
/usr/bin/install -c -d //opt/workshop/etc/asciidoc/images/icons/callouts
/usr/bin/install -c -m 644 images/icons/callouts/8.png images/icons/callouts/11.png images/icons/callouts/3.png images/icons/callouts/7.png images/icons/callouts/12.png images/icons/callouts/6.png images/icons/callouts/10.png images/icons/callouts/4.png images/icons/callouts/9.png images/icons/callouts/15.png images/icons/callouts/2.png images/icons/callouts/14.png images/icons/callouts/13.png images/icons/callouts/1.png images/icons/callouts/5.png //opt/workshop/etc/asciidoc/images/icons/callouts/
/usr/bin/install -c -d //opt/workshop/etc/asciidoc/images/icons
/usr/bin/install -c -m 644 images/icons/tip.png images/icons/example.png images/icons/next.png images/icons/caution.png images/icons/home.png images/icons/prev.png images/icons/important.png images/icons/up.png images/icons/warning.png images/icons/note.png images/icons/README //opt/workshop/etc/asciidoc/images/icons/
/usr/bin/install -c -d //opt/workshop/etc/asciidoc/filters/code
/usr/bin/install -c -m 644 filters/code/code-filter.conf //opt/workshop/etc/asciidoc/filters/code/
/usr/bin/install -c -d //opt/workshop/etc/asciidoc/filters/music
/usr/bin/install -c -m 644 filters/music/music-filter.conf //opt/workshop/etc/asciidoc/filters/music/
/usr/bin/install -c -d //opt/workshop/etc/asciidoc/filters/source
/usr/bin/install -c -m 644 filters/source/source-highlight-filter.conf //opt/workshop/etc/asciidoc/filters/source/
/usr/bin/install -c -d //opt/workshop/etc/asciidoc/filters/graphviz
/usr/bin/install -c -m 644 filters/graphviz/graphviz-filter.conf //opt/workshop/etc/asciidoc/filters/graphviz/
/usr/bin/install -c -d //opt/workshop/etc/asciidoc/filters/latex
/usr/bin/install -c -m 644 filters/latex/latex-filter.conf //opt/workshop/etc/asciidoc/filters/latex/
/usr/bin/install -c -d //opt/workshop/etc/asciidoc/themes/flask
/usr/bin/install -c -m 644 themes/flask/flask.css //opt/workshop/etc/asciidoc/themes/flask/
/usr/bin/install -c -d //opt/workshop/etc/asciidoc/themes/volnitsky
/usr/bin/install -c -m 644 themes/volnitsky/volnitsky.css //opt/workshop/etc/asciidoc/themes/volnitsky/
(cd //opt/workshop/bin; ln -sf asciidoc.py asciidoc)
(cd //opt/workshop/bin; ln -sf a2x.py a2x)
 ---> 742a378c3449
Removing intermediate container 1048a18561a6
Step 10/28 : RUN HOME=/opt/workshop &&     cd /opt/workshop &&     source scl_source enable rh-nodejs8 &&     npm install http-proxy
 ---> Running in 9db5cb0a201a

Can't read /etc/scl/conf/rh-nodejs8, rh-nodejs8 is probably not installed.
Removing intermediate container 9db5cb0a201a
error: build error: The command '/bin/sh -c HOME=/opt/workshop &&     cd /opt/workshop &&     source scl_source enable rh-nodejs8 &&     npm install http-proxy' returned a non-zero code: 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant