Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/lorax.spec'], chrootPath='/var/lib/mock/lorax-19.7.26-1.el7-20200401034850-11354/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=1005) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/lorax.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory Building target platforms: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/lorax-19.7.26-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/lorax.spec'], chrootPath='/var/lib/mock/lorax-19.7.26-1.el7-20200401034850-11354/root'shell=Falseuid=1005env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/lorax.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.6dq5uM + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf lorax-19.7.26 + /usr/bin/gzip -dc /builddir/build/SOURCES/lorax-19.7.26.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd lorax-19.7.26 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.w9pWyu + umask 022 + cd /builddir/build/BUILD + cd lorax-19.7.26 + make docs Makefile:48: warning: overriding recipe for target `check' Makefile:30: warning: ignoring old recipe for target `check' make -C docs apidoc html make[1]: Entering directory `/builddir/build/BUILD/lorax-19.7.26/docs' if [ -f /usr/bin/sphinx-apidoc ]; then \ rm ./pylorax.rst ./pylorax.api.rst ./modules.rst ./composer.rst ./composer.cli.rst ; \ sphinx-apidoc -o . ../src ; \ fi rm: cannot remove './pylorax.rst': No such file or directory rm: cannot remove './pylorax.api.rst': No such file or directory rm: cannot remove './modules.rst': No such file or directory rm: cannot remove './composer.rst': No such file or directory rm: cannot remove './composer.cli.rst': No such file or directory Creating file ./composer.rst. Creating file ./composer.cli.rst. Creating file ./pylorax.rst. Creating file ./pylorax.api.rst. Creating file ./modules.rst. sphinx-build -b html . ./html Making output directory... Running Sphinx v1.1.3 loading pickled environment... not yet created loading intersphinx inventory from https://docs.python.org/2/objects.inv... building [html]: targets for 11 source files that are out of date updating environment: 11 added, 0 changed, 0 removed reading sources... [ 9%] composer Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/lorax-19.7.26/src/composer/http_client.py", line 24, in from composer.unix_socket import UnixHTTPConnectionPool File "/builddir/build/BUILD/lorax-19.7.26/src/composer/unix_socket.py", line 19, in import urllib3 ImportError: No module named urllib3 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/lorax-19.7.26/src/composer/unix_socket.py", line 19, in import urllib3 ImportError: No module named urllib3 reading sources... [ 18%] composer.cli Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/lorax-19.7.26/src/composer/cli/__init__.py", line 22, in from composer.cli.blueprints import blueprints_cmd File "/builddir/build/BUILD/lorax-19.7.26/src/composer/cli/blueprints.py", line 23, in from composer import http_client as client File "/builddir/build/BUILD/lorax-19.7.26/src/composer/http_client.py", line 24, in from composer.unix_socket import UnixHTTPConnectionPool File "/builddir/build/BUILD/lorax-19.7.26/src/composer/unix_socket.py", line 19, in import urllib3 ImportError: No module named urllib3 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/lorax-19.7.26/src/composer/cli/__init__.py", line 22, in from composer.cli.blueprints import blueprints_cmd File "/builddir/build/BUILD/lorax-19.7.26/src/composer/cli/blueprints.py", line 23, in from composer import http_client as client File "/builddir/build/BUILD/lorax-19.7.26/src/composer/http_client.py", line 24, in from composer.unix_socket import UnixHTTPConnectionPool File "/builddir/build/BUILD/lorax-19.7.26/src/composer/unix_socket.py", line 19, in import urllib3 ImportError: No module named urllib3 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/lorax-19.7.26/src/composer/cli/__init__.py", line 22, in from composer.cli.blueprints import blueprints_cmd File "/builddir/build/BUILD/lorax-19.7.26/src/composer/cli/blueprints.py", line 23, in from composer import http_client as client File "/builddir/build/BUILD/lorax-19.7.26/src/composer/http_client.py", line 24, in from composer.unix_socket import UnixHTTPConnectionPool File "/builddir/build/BUILD/lorax-19.7.26/src/composer/unix_socket.py", line 19, in import urllib3 ImportError: No module named urllib3 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/lorax-19.7.26/src/composer/cli/__init__.py", line 22, in from composer.cli.blueprints import blueprints_cmd File "/builddir/build/BUILD/lorax-19.7.26/src/composer/cli/blueprints.py", line 23, in from composer import http_client as client File "/builddir/build/BUILD/lorax-19.7.26/src/composer/http_client.py", line 24, in from composer.unix_socket import UnixHTTPConnectionPool File "/builddir/build/BUILD/lorax-19.7.26/src/composer/unix_socket.py", line 19, in import urllib3 ImportError: No module named urllib3 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/lorax-19.7.26/src/composer/cli/__init__.py", line 22, in from composer.cli.blueprints import blueprints_cmd File "/builddir/build/BUILD/lorax-19.7.26/src/composer/cli/blueprints.py", line 23, in from composer import http_client as client File "/builddir/build/BUILD/lorax-19.7.26/src/composer/http_client.py", line 24, in from composer.unix_socket import UnixHTTPConnectionPool File "/builddir/build/BUILD/lorax-19.7.26/src/composer/unix_socket.py", line 19, in import urllib3 ImportError: No module named urllib3 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/lorax-19.7.26/src/composer/cli/__init__.py", line 22, in from composer.cli.blueprints import blueprints_cmd File "/builddir/build/BUILD/lorax-19.7.26/src/composer/cli/blueprints.py", line 23, in from composer import http_client as client File "/builddir/build/BUILD/lorax-19.7.26/src/composer/http_client.py", line 24, in from composer.unix_socket import UnixHTTPConnectionPool File "/builddir/build/BUILD/lorax-19.7.26/src/composer/unix_socket.py", line 19, in import urllib3 ImportError: No module named urllib3 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/lorax-19.7.26/src/composer/cli/__init__.py", line 22, in from composer.cli.blueprints import blueprints_cmd File "/builddir/build/BUILD/lorax-19.7.26/src/composer/cli/blueprints.py", line 23, in from composer import http_client as client File "/builddir/build/BUILD/lorax-19.7.26/src/composer/http_client.py", line 24, in from composer.unix_socket import UnixHTTPConnectionPool File "/builddir/build/BUILD/lorax-19.7.26/src/composer/unix_socket.py", line 19, in import urllib3 ImportError: No module named urllib3 reading sources... [ 27%] index reading sources... [ 36%] intro reading sources... [ 45%] livemedia-creator reading sources... [ 54%] lorax reading sources... [ 63%] lorax-composer reading sources... [ 72%] modules reading sources... [ 81%] product-images reading sources... [ 90%] pylorax reading sources... [100%] pylorax.api Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/lorax-19.7.26/src/pylorax/api/__init__.py", line 18, in from pylorax.api.crossdomain import crossdomain File "/builddir/build/BUILD/lorax-19.7.26/src/pylorax/api/crossdomain.py", line 20, in from flask import make_response, request, current_app ImportError: No module named flask Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/lorax-19.7.26/src/pylorax/api/__init__.py", line 18, in from pylorax.api.crossdomain import crossdomain File "/builddir/build/BUILD/lorax-19.7.26/src/pylorax/api/crossdomain.py", line 20, in from flask import make_response, request, current_app ImportError: No module named flask Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/lorax-19.7.26/src/pylorax/api/__init__.py", line 18, in from pylorax.api.crossdomain import crossdomain File "/builddir/build/BUILD/lorax-19.7.26/src/pylorax/api/crossdomain.py", line 20, in from flask import make_response, request, current_app ImportError: No module named flask Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/lorax-19.7.26/src/pylorax/api/__init__.py", line 18, in from pylorax.api.crossdomain import crossdomain File "/builddir/build/BUILD/lorax-19.7.26/src/pylorax/api/crossdomain.py", line 20, in from flask import make_response, request, current_app ImportError: No module named flask Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/lorax-19.7.26/src/pylorax/api/__init__.py", line 18, in from pylorax.api.crossdomain import crossdomain File "/builddir/build/BUILD/lorax-19.7.26/src/pylorax/api/crossdomain.py", line 20, in from flask import make_response, request, current_app ImportError: No module named flask Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/lorax-19.7.26/src/pylorax/api/__init__.py", line 18, in from pylorax.api.crossdomain import crossdomain File "/builddir/build/BUILD/lorax-19.7.26/src/pylorax/api/crossdomain.py", line 20, in from flask import make_response, request, current_app ImportError: No module named flask Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/lorax-19.7.26/src/pylorax/api/__init__.py", line 18, in from pylorax.api.crossdomain import crossdomain File "/builddir/build/BUILD/lorax-19.7.26/src/pylorax/api/crossdomain.py", line 20, in from flask import make_response, request, current_app ImportError: No module named flask Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/lorax-19.7.26/src/pylorax/api/__init__.py", line 18, in from pylorax.api.crossdomain import crossdomain File "/builddir/build/BUILD/lorax-19.7.26/src/pylorax/api/crossdomain.py", line 20, in from flask import make_response, request, current_app ImportError: No module named flask Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/lorax-19.7.26/src/pylorax/api/__init__.py", line 18, in from pylorax.api.crossdomain import crossdomain File "/builddir/build/BUILD/lorax-19.7.26/src/pylorax/api/crossdomain.py", line 20, in from flask import make_response, request, current_app ImportError: No module named flask Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/lorax-19.7.26/src/pylorax/api/__init__.py", line 18, in from pylorax.api.crossdomain import crossdomain File "/builddir/build/BUILD/lorax-19.7.26/src/pylorax/api/crossdomain.py", line 20, in from flask import make_response, request, current_app ImportError: No module named flask Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/lorax-19.7.26/src/pylorax/api/__init__.py", line 18, in from pylorax.api.crossdomain import crossdomain File "/builddir/build/BUILD/lorax-19.7.26/src/pylorax/api/crossdomain.py", line 20, in from flask import make_response, request, current_app ImportError: No module named flask /builddir/build/BUILD/lorax-19.7.26/docs/composer.rst:15: WARNING: autodoc can't import/find module 'composer.http_client', it reported error: "No module named urllib3", please check your spelling and sys.path /builddir/build/BUILD/lorax-19.7.26/docs/composer.rst:23: WARNING: autodoc can't import/find module 'composer.unix_socket', it reported error: "No module named urllib3", please check your spelling and sys.path /builddir/build/BUILD/lorax-19.7.26/docs/composer.cli.rst:7: WARNING: autodoc can't import/find module 'composer.cli', it reported error: "No module named urllib3", please check your spelling and sys.path /builddir/build/BUILD/lorax-19.7.26/docs/composer.cli.rst:15: WARNING: autodoc can't import/find module 'composer.cli.blueprints', it reported error: "No module named urllib3", please check your spelling and sys.path /builddir/build/BUILD/lorax-19.7.26/docs/composer.cli.rst:23: WARNING: autodoc can't import/find module 'composer.cli.compose', it reported error: "No module named urllib3", please check your spelling and sys.path /builddir/build/BUILD/lorax-19.7.26/docs/composer.cli.rst:31: WARNING: autodoc can't import/find module 'composer.cli.modules', it reported error: "No module named urllib3", please check your spelling and sys.path /builddir/build/BUILD/lorax-19.7.26/docs/composer.cli.rst:39: WARNING: autodoc can't import/find module 'composer.cli.projects', it reported error: "No module named urllib3", please check your spelling and sys.path /builddir/build/BUILD/lorax-19.7.26/docs/composer.cli.rst:47: WARNING: autodoc can't import/find module 'composer.cli.sources', it reported error: "No module named urllib3", please check your spelling and sys.path /builddir/build/BUILD/lorax-19.7.26/docs/composer.cli.rst:55: WARNING: autodoc can't import/find module 'composer.cli.utilities', it reported error: "No module named urllib3", please check your spelling and sys.path /builddir/build/BUILD/lorax-19.7.26/src/pylorax/imgutils.py:docstring of pylorax.imgutils.mkfsimage:4: ERROR: Unexpected indentation. /builddir/build/BUILD/lorax-19.7.26/src/pylorax/imgutils.py:docstring of pylorax.imgutils.mkfsimage:5: WARNING: Block quote ends without a blank line; unexpected unindent. /builddir/build/BUILD/lorax-19.7.26/src/pylorax/ltmpl.py:docstring of pylorax.ltmpl.LoraxTemplateRunner:16: ERROR: Unexpected indentation. /builddir/build/BUILD/lorax-19.7.26/src/pylorax/ltmpl.py:docstring of pylorax.ltmpl.LoraxTemplateRunner.append:6: ERROR: Unexpected indentation. /builddir/build/BUILD/lorax-19.7.26/src/pylorax/ltmpl.py:docstring of pylorax.ltmpl.LoraxTemplateRunner.createaddrsize:4: ERROR: Unexpected indentation. looking for now-outdated files... none found pickling environment... /builddir/build/BUILD/lorax-19.7.26/src/pylorax/ltmpl.py:docstring of pylorax.ltmpl.LoraxTemplateRunner.gconfset:5: ERROR: Unexpected indentation. /builddir/build/BUILD/lorax-19.7.26/src/pylorax/ltmpl.py:docstring of pylorax.ltmpl.LoraxTemplateRunner.install:10: ERROR: Unexpected indentation. /builddir/build/BUILD/lorax-19.7.26/src/pylorax/ltmpl.py:docstring of pylorax.ltmpl.LoraxTemplateRunner.log:4: ERROR: Unexpected indentation. /builddir/build/BUILD/lorax-19.7.26/src/pylorax/ltmpl.py:docstring of pylorax.ltmpl.LoraxTemplateRunner.mkdir:4: ERROR: Unexpected indentation. /builddir/build/BUILD/lorax-19.7.26/src/pylorax/ltmpl.py:docstring of pylorax.ltmpl.LoraxTemplateRunner.removefrom:7: ERROR: Unexpected indentation. /builddir/build/BUILD/lorax-19.7.26/src/pylorax/ltmpl.py:docstring of pylorax.ltmpl.LoraxTemplateRunner.removekmod:10: WARNING: Inline emphasis start-string without end-string. /builddir/build/BUILD/lorax-19.7.26/src/pylorax/ltmpl.py:docstring of pylorax.ltmpl.LoraxTemplateRunner.removepkg:4: ERROR: Unexpected indentation. /builddir/build/BUILD/lorax-19.7.26/src/pylorax/ltmpl.py:docstring of pylorax.ltmpl.LoraxTemplateRunner.replace:5: ERROR: Unexpected indentation. /builddir/build/BUILD/lorax-19.7.26/src/pylorax/ltmpl.py:docstring of pylorax.ltmpl.LoraxTemplateRunner.runcmd:18: ERROR: Unexpected indentation. /builddir/build/BUILD/lorax-19.7.26/src/pylorax/ltmpl.py:docstring of pylorax.ltmpl.LoraxTemplateRunner.runcmd:19: WARNING: Block quote ends without a blank line; unexpected unindent. /builddir/build/BUILD/lorax-19.7.26/src/pylorax/ltmpl.py:docstring of pylorax.ltmpl.LoraxTemplateRunner.systemctl:4: ERROR: Unexpected indentation. /builddir/build/BUILD/lorax-19.7.26/src/pylorax/ltmpl.py:docstring of pylorax.ltmpl.LoraxTemplateRunner.treeinfo:6: ERROR: Unexpected indentation. /builddir/build/BUILD/lorax-19.7.26/docs/pylorax.api.rst:7: WARNING: autodoc can't import/find module 'pylorax.api', it reported error: "No module named flask", please check your spelling and sys.path /builddir/build/BUILD/lorax-19.7.26/docs/pylorax.api.rst:15: WARNING: autodoc can't import/find module 'pylorax.api.compose', it reported error: "No module named flask", please check your spelling and sys.path /builddir/build/BUILD/lorax-19.7.26/docs/pylorax.api.rst:23: WARNING: autodoc can't import/find module 'pylorax.api.config', it reported error: "No module named flask", please check your spelling and sys.path /builddir/build/BUILD/lorax-19.7.26/docs/pylorax.api.rst:31: WARNING: autodoc can't import/find module 'pylorax.api.crossdomain', it reported error: "No module named flask", please check your spelling and sys.path /builddir/build/BUILD/lorax-19.7.26/docs/pylorax.api.rst:39: WARNING: autodoc can't import/find module 'pylorax.api.projects', it reported error: "No module named flask", please check your spelling and sys.path /builddir/build/BUILD/lorax-19.7.26/docs/pylorax.api.rst:47: WARNING: autodoc can't import/find module 'pylorax.api.queue', it reported error: "No module named flask", please check your spelling and sys.path /builddir/build/BUILD/lorax-19.7.26/docs/pylorax.api.rst:55: WARNING: autodoc can't import/find module 'pylorax.api.recipes', it reported error: "No module named flask", please check your spelling and sys.path /builddir/build/BUILD/lorax-19.7.26/docs/pylorax.api.rst:63: WARNING: autodoc can't import/find module 'pylorax.api.server', it reported error: "No module named flask", please check your spelling and sys.path /builddir/build/BUILD/lorax-19.7.26/docs/pylorax.api.rst:71: WARNING: autodoc can't import/find module 'pylorax.api.v0', it reported error: "No module named flask", please check your spelling and sys.path /builddir/build/BUILD/lorax-19.7.26/docs/pylorax.api.rst:79: WARNING: autodoc can't import/find module 'pylorax.api.workspace', it reported error: "No module named flask", please check your spelling and sys.path /builddir/build/BUILD/lorax-19.7.26/docs/pylorax.api.rst:87: WARNING: autodoc can't import/find module 'pylorax.api.yumbase', it reported error: "No module named flask", please check your spelling and sys.path done checking consistency... done preparing documents... done writing output... [ 9%] composer writing output... [ 18%] composer.cli writing output... [ 27%] index writing output... [ 36%] intro writing output... [ 45%] livemedia-creator writing output... [ 54%] lorax writing output... [ 63%] lorax-composer writing output... [ 72%] modules writing output... [ 81%] product-images writing output... [ 90%] pylorax writing output... [100%] pylorax.api writing additional files... (15 module code pages) _modules/index genindex py-modindex search copying static files... WARNING: html_static_path entry '/builddir/build/BUILD/lorax-19.7.26/docs/_static' does not exist done dumping search index... done dumping object inventory... done build succeeded, 38 warnings. Build finished. The HTML pages are in ./html. make[1]: Leaving directory `/builddir/build/BUILD/lorax-19.7.26/docs' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.j2pUZW + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64 ++ dirname /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64 + cd lorax-19.7.26 + rm -rf /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64 + make DESTDIR=/builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64 mandir=/usr/share/man install Makefile:48: warning: overriding recipe for target `check' Makefile:30: warning: ignoring old recipe for target `check' echo "num = '19.7.26-1'" > src/pylorax/version.py echo "num = '19.7.26-1'" > src/composer/version.py /usr/bin/python setup.py build running build running build_py creating build creating build/lib creating build/lib/pylorax copying src/pylorax/yumhelper.py -> build/lib/pylorax copying src/pylorax/executils.py -> build/lib/pylorax copying src/pylorax/ltmpl.py -> build/lib/pylorax copying src/pylorax/version.py -> build/lib/pylorax copying src/pylorax/treebuilder.py -> build/lib/pylorax copying src/pylorax/__init__.py -> build/lib/pylorax copying src/pylorax/treeinfo.py -> build/lib/pylorax copying src/pylorax/decorators.py -> build/lib/pylorax copying src/pylorax/installer.py -> build/lib/pylorax copying src/pylorax/sysutils.py -> build/lib/pylorax copying src/pylorax/creator.py -> build/lib/pylorax copying src/pylorax/output.py -> build/lib/pylorax copying src/pylorax/imgutils.py -> build/lib/pylorax copying src/pylorax/logmonitor.py -> build/lib/pylorax copying src/pylorax/discinfo.py -> build/lib/pylorax copying src/pylorax/buildstamp.py -> build/lib/pylorax copying src/pylorax/base.py -> build/lib/pylorax creating build/lib/pylorax/api copying src/pylorax/api/workspace.py -> build/lib/pylorax/api copying src/pylorax/api/crossdomain.py -> build/lib/pylorax/api copying src/pylorax/api/recipes.py -> build/lib/pylorax/api copying src/pylorax/api/compose.py -> build/lib/pylorax/api copying src/pylorax/api/__init__.py -> build/lib/pylorax/api copying src/pylorax/api/projects.py -> build/lib/pylorax/api copying src/pylorax/api/config.py -> build/lib/pylorax/api copying src/pylorax/api/v0.py -> build/lib/pylorax/api copying src/pylorax/api/yumbase.py -> build/lib/pylorax/api copying src/pylorax/api/queue.py -> build/lib/pylorax/api copying src/pylorax/api/server.py -> build/lib/pylorax/api creating build/lib/composer copying src/composer/version.py -> build/lib/composer copying src/composer/http_client.py -> build/lib/composer copying src/composer/__init__.py -> build/lib/composer copying src/composer/unix_socket.py -> build/lib/composer creating build/lib/composer/cli copying src/composer/cli/blueprints.py -> build/lib/composer/cli copying src/composer/cli/utilities.py -> build/lib/composer/cli copying src/composer/cli/modules.py -> build/lib/composer/cli copying src/composer/cli/sources.py -> build/lib/composer/cli copying src/composer/cli/compose.py -> build/lib/composer/cli copying src/composer/cli/__init__.py -> build/lib/composer/cli copying src/composer/cli/projects.py -> build/lib/composer/cli /usr/bin/python setup.py install --root=/builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64 running install running build running build_py running install_lib creating /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64 creating /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr creating /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib creating /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7 creating /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/composer copying build/lib/composer/version.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/composer copying build/lib/composer/http_client.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/composer creating /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/composer/cli copying build/lib/composer/cli/blueprints.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/composer/cli copying build/lib/composer/cli/utilities.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/composer/cli copying build/lib/composer/cli/modules.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/composer/cli copying build/lib/composer/cli/sources.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/composer/cli copying build/lib/composer/cli/compose.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/composer/cli copying build/lib/composer/cli/__init__.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/composer/cli copying build/lib/composer/cli/projects.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/composer/cli copying build/lib/composer/__init__.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/composer copying build/lib/composer/unix_socket.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/composer creating /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax copying build/lib/pylorax/yumhelper.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax copying build/lib/pylorax/executils.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax copying build/lib/pylorax/ltmpl.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax copying build/lib/pylorax/version.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax copying build/lib/pylorax/treebuilder.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax copying build/lib/pylorax/__init__.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax copying build/lib/pylorax/treeinfo.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax copying build/lib/pylorax/decorators.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax copying build/lib/pylorax/installer.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax copying build/lib/pylorax/sysutils.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax creating /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/api copying build/lib/pylorax/api/workspace.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/api copying build/lib/pylorax/api/crossdomain.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/api copying build/lib/pylorax/api/recipes.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/api copying build/lib/pylorax/api/compose.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/api copying build/lib/pylorax/api/__init__.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/api copying build/lib/pylorax/api/projects.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/api copying build/lib/pylorax/api/config.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/api copying build/lib/pylorax/api/v0.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/api copying build/lib/pylorax/api/yumbase.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/api copying build/lib/pylorax/api/queue.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/api copying build/lib/pylorax/api/server.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/api copying build/lib/pylorax/creator.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax copying build/lib/pylorax/output.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax copying build/lib/pylorax/imgutils.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax copying build/lib/pylorax/logmonitor.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax copying build/lib/pylorax/discinfo.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax copying build/lib/pylorax/buildstamp.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax copying build/lib/pylorax/base.py -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/composer/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/composer/http_client.py to http_client.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/composer/cli/blueprints.py to blueprints.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/composer/cli/utilities.py to utilities.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/composer/cli/modules.py to modules.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/composer/cli/sources.py to sources.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/composer/cli/compose.py to compose.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/composer/cli/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/composer/cli/projects.py to projects.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/composer/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/composer/unix_socket.py to unix_socket.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/yumhelper.py to yumhelper.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/executils.py to executils.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/ltmpl.py to ltmpl.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/treebuilder.py to treebuilder.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/treeinfo.py to treeinfo.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/decorators.py to decorators.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/installer.py to installer.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/sysutils.py to sysutils.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/api/workspace.py to workspace.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/api/crossdomain.py to crossdomain.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/api/recipes.py to recipes.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/api/compose.py to compose.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/api/projects.py to projects.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/api/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/api/v0.py to v0.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/api/yumbase.py to yumbase.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/api/queue.py to queue.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/api/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/creator.py to creator.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/output.py to output.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/imgutils.py to imgutils.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/logmonitor.py to logmonitor.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/discinfo.py to discinfo.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/buildstamp.py to buildstamp.pyc byte-compiling /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/base.py to base.pyc running install_data creating /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/etc creating /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/etc/lorax copying etc/lorax.conf -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/etc/lorax copying etc/composer.conf -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/etc/lorax creating /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/systemd creating /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/systemd/system copying systemd/lorax-composer.service -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/systemd/system copying systemd/lorax-composer.socket -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/systemd/system creating /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/tmpfiles.d copying systemd/lorax-composer.conf -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/tmpfiles.d/ copying systemd/lorax.conf -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/tmpfiles.d/ creating /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share creating /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax copying share/aarch64.tmpl -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax copying share/arm.tmpl -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax copying share/s390.tmpl -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax copying share/ppc.tmpl -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax copying share/x86.tmpl -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax copying share/efi.tmpl -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax copying share/runtime-postinstall.tmpl -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax copying share/runtime-install.tmpl -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax copying share/runtime-cleanup.tmpl -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax creating /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/live copying share/live/aarch64.tmpl -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/live copying share/live/arm.tmpl -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/live copying share/live/s390.tmpl -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/live copying share/live/ppc.tmpl -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/live copying share/live/x86.tmpl -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/live copying share/live/efi.tmpl -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/live creating /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/live/config_files creating /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/live/config_files/x86 copying share/live/config_files/x86/boot.msg -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/live/config_files/x86 copying share/live/config_files/x86/grub2-efi.cfg -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/live/config_files/x86 copying share/live/config_files/x86/isolinux.cfg -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/live/config_files/x86 copying share/live/config_files/x86/grub2-efi-lockdown.cfg -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/live/config_files/x86 copying share/live/config_files/x86/grub.conf -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/live/config_files/x86 creating /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/live/config_files/s390 copying share/live/config_files/s390/generic.ins -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/live/config_files/s390 copying share/live/config_files/s390/generic.prm -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/live/config_files/s390 copying share/live/config_files/s390/genericdvd.prm -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/live/config_files/s390 copying share/live/config_files/s390/redhat.exec -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/live/config_files/s390 creating /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/live/config_files/ppc copying share/live/config_files/ppc/mapping -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/live/config_files/ppc copying share/live/config_files/ppc/grub.cfg.in -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/live/config_files/ppc copying share/live/config_files/ppc/bootinfo.txt -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/live/config_files/ppc copying share/live/config_files/ppc/yaboot.conf.3264 -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/live/config_files/ppc copying share/live/config_files/ppc/ofboot.b -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/live/config_files/ppc copying share/live/config_files/ppc/yaboot.conf.in -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/live/config_files/ppc copying share/live/config_files/ppc/magic -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/live/config_files/ppc creating /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/live/config_files/aarch64 copying share/live/config_files/aarch64/grub2-efi.cfg -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/live/config_files/aarch64 creating /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/composer copying share/composer/qcow2.ks -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/composer copying share/composer/live-iso.ks -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/composer copying share/composer/partitioned-disk.ks -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/composer copying share/composer/tar.ks -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/composer copying share/composer/ext4-filesystem.ks -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/composer creating /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/appliance copying share/appliance/libvirt.tmpl -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/appliance creating /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/pxe-live copying share/pxe-live/pxe-config.tmpl -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/pxe-live creating /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files creating /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/x86 copying share/config_files/x86/boot.msg -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/x86 copying share/config_files/x86/grub2-efi.cfg -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/x86 copying share/config_files/x86/isolinux.cfg -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/x86 copying share/config_files/x86/grub2-efi-lockdown.cfg -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/x86 copying share/config_files/x86/grub.conf -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/x86 creating /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/sparc copying share/config_files/sparc/boot.msg -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/sparc copying share/config_files/sparc/silo.conf -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/sparc creating /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/common copying share/config_files/common/pam.sshd -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/common copying share/config_files/common/spice-vdagentd -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/common copying share/config_files/common/bash_history -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/common copying share/config_files/common/i18n -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/common copying share/config_files/common/rsyslog.conf -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/common copying share/config_files/common/vconsole.conf -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/common copying share/config_files/common/92-anaconda-loglevel-debug.conf -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/common copying share/config_files/common/sysctl.conf -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/common copying share/config_files/common/90-anaconda-no-auto-default.conf -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/common copying share/config_files/common/resolv.conf -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/common copying share/config_files/common/sshd_config.anaconda -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/common copying share/config_files/common/selinux.config -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/common copying share/config_files/common/91-anaconda-autoconnect-slaves.conf -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/common copying share/config_files/common/libuser.conf -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/common copying share/config_files/common/profile -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/common creating /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/s390 copying share/config_files/s390/generic.ins -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/s390 copying share/config_files/s390/generic.prm -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/s390 copying share/config_files/s390/cdboot.prm -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/s390 copying share/config_files/s390/genericdvd.prm -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/s390 copying share/config_files/s390/redhat.exec -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/s390 creating /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/ppc copying share/config_files/ppc/mapping -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/ppc copying share/config_files/ppc/grub.cfg.in -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/ppc copying share/config_files/ppc/bootinfo.txt -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/ppc copying share/config_files/ppc/yaboot.conf.3264 -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/ppc copying share/config_files/ppc/ofboot.b -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/ppc copying share/config_files/ppc/yaboot.conf.in -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/ppc copying share/config_files/ppc/magic -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/ppc creating /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/aarch64 copying share/config_files/aarch64/boot.msg -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/aarch64 copying share/config_files/aarch64/grub2-efi.cfg -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/aarch64 copying share/config_files/aarch64/grub.conf -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/config_files/aarch64 creating /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/sbin copying src/sbin/lorax -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/sbin copying src/sbin/mkefiboot -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/sbin copying src/sbin/livemedia-creator -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/sbin copying src/sbin/lorax-composer -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/sbin creating /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/bin copying src/bin/image-minimizer -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/bin copying src/bin/mk-s390-cdboot -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/bin copying src/bin/composer-cli -> /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/bin running install_egg_info Writing /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/lorax-devel-py2.7.egg-info mkdir -p /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64//usr/share/man/man1 install -m 644 docs/man/lorax.1 /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64//usr/share/man/man1 install -m 644 docs/man/livemedia-creator.1 /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64//usr/share/man/man1 + rm -rf /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64//usr/lib/python2.7/site-packages/pylorax/api + rm -rf /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64//usr/lib/python2.7/site-packages/composer + rm -rf /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64//usr/share/lorax/composer + rm -f /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64//etc/lorax/composer.conf + rm -f /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64//usr/sbin/lorax-composer + rm -f /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64//usr/bin/composer-cli + rm -f /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64//usr/lib/systemd/system/lorax-composer.service /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64//usr/lib/systemd/system/lorax-composer.socket + rm -f /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64//usr/lib/tmpfiles.d/lorax-composer.conf + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: lorax-19.7.26-1.el7.aarch64 warning: File not found: /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/lib/python2.7/site-packages/pylorax/api warning: File not found: /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/lorax/composer Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.j61YqO + umask 022 + cd /builddir/build/BUILD + cd lorax-19.7.26 + DOCDIR=/builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/doc/lorax-19.7.26 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/doc/lorax-19.7.26 + cp -pr COPYING /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/doc/lorax-19.7.26 + cp -pr AUTHORS /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/doc/lorax-19.7.26 + cp -pr README.livemedia-creator /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/doc/lorax-19.7.26 + cp -pr README.product /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/doc/lorax-19.7.26 + cp -pr docs/fedora-minimized.ks docs/rhel-atomic-pxe-live.ks docs/rhel7-livemedia.ks docs/rhel7-minimal.ks /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/doc/lorax-19.7.26 + cp -pr docs/html /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64/usr/share/doc/lorax-19.7.26 + exit 0 Provides: appliance-tools-minimizer = 19.7.26-1.el7 config(lorax) = 19.7.26-1.el7 lorax = 19.7.26-1.el7 lorax(aarch-64) = 19.7.26-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python python(abi) = 2.7 Obsoletes: appliance-tools-minimizer < 007.7-3 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64 Wrote: /builddir/build/RPMS/lorax-19.7.26-1.el7.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.UhOVUq + umask 022 + cd /builddir/build/BUILD + cd lorax-19.7.26 + /usr/bin/rm -rf /builddir/build/BUILDROOT/lorax-19.7.26-1.el7.aarch64 + exit 0 Child return code was: 0