Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/lorax-composer.spec'], chrootPath='/var/lib/mock/c71708-updates-armhfp/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.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 armv7hl --nodeps /builddir/build/SPECS/lorax-composer.spec'] with env {'LANG': 'en_US.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: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/lorax-composer-19.7.43-1.el7_9.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/lorax-composer.spec'], chrootPath='/var/lib/mock/c71708-updates-armhfp/root'shell=Falseuid=1005env={'LANG': 'en_US.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 armv7hl --nodeps /builddir/build/SPECS/lorax-composer.spec'] with env {'LANG': 'en_US.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: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.dTqFNp + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf lorax-composer-19.7.43 + /usr/bin/gzip -dc /builddir/build/SOURCES/lorax-composer-19.7.43.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd lorax-composer-19.7.43 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.K1qDdG + umask 022 + cd /builddir/build/BUILD + cd lorax-composer-19.7.43 + make docs make -C docs apidoc html make[1]: Entering directory `/builddir/build/BUILD/lorax-composer-19.7.43/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... WARNING: intersphinx inventory 'https://docs.python.org/2/objects.inv' not fetchable due to : building [html]: targets for 12 source files that are out of date updating environment: 12 added, 0 changed, 0 removed reading sources... [ 8%] 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-composer-19.7.43/src/composer/http_client.py", line 25, in from composer.unix_socket import UnixHTTPConnectionPool File "/builddir/build/BUILD/lorax-composer-19.7.43/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-composer-19.7.43/src/composer/unix_socket.py", line 19, in import urllib3 ImportError: No module named urllib3 reading sources... [ 16%] composer-cli reading sources... [ 25%] 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-composer-19.7.43/src/composer/cli/__init__.py", line 22, in from composer.cli.blueprints import blueprints_cmd File "/builddir/build/BUILD/lorax-composer-19.7.43/src/composer/cli/blueprints.py", line 22, in from composer import http_client as client File "/builddir/build/BUILD/lorax-composer-19.7.43/src/composer/http_client.py", line 25, in from composer.unix_socket import UnixHTTPConnectionPool File "/builddir/build/BUILD/lorax-composer-19.7.43/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-composer-19.7.43/src/composer/cli/__init__.py", line 22, in from composer.cli.blueprints import blueprints_cmd File "/builddir/build/BUILD/lorax-composer-19.7.43/src/composer/cli/blueprints.py", line 22, in from composer import http_client as client File "/builddir/build/BUILD/lorax-composer-19.7.43/src/composer/http_client.py", line 25, in from composer.unix_socket import UnixHTTPConnectionPool File "/builddir/build/BUILD/lorax-composer-19.7.43/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-composer-19.7.43/src/composer/cli/__init__.py", line 22, in from composer.cli.blueprints import blueprints_cmd File "/builddir/build/BUILD/lorax-composer-19.7.43/src/composer/cli/blueprints.py", line 22, in from composer import http_client as client File "/builddir/build/BUILD/lorax-composer-19.7.43/src/composer/http_client.py", line 25, in from composer.unix_socket import UnixHTTPConnectionPool File "/builddir/build/BUILD/lorax-composer-19.7.43/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-composer-19.7.43/src/composer/cli/__init__.py", line 22, in from composer.cli.blueprints import blueprints_cmd File "/builddir/build/BUILD/lorax-composer-19.7.43/src/composer/cli/blueprints.py", line 22, in from composer import http_client as client File "/builddir/build/BUILD/lorax-composer-19.7.43/src/composer/http_client.py", line 25, in from composer.unix_socket import UnixHTTPConnectionPool File "/builddir/build/BUILD/lorax-composer-19.7.43/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-composer-19.7.43/src/composer/cli/__init__.py", line 22, in from composer.cli.blueprints import blueprints_cmd File "/builddir/build/BUILD/lorax-composer-19.7.43/src/composer/cli/blueprints.py", line 22, in from composer import http_client as client File "/builddir/build/BUILD/lorax-composer-19.7.43/src/composer/http_client.py", line 25, in from composer.unix_socket import UnixHTTPConnectionPool File "/builddir/build/BUILD/lorax-composer-19.7.43/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-composer-19.7.43/src/composer/cli/__init__.py", line 22, in from composer.cli.blueprints import blueprints_cmd File "/builddir/build/BUILD/lorax-composer-19.7.43/src/composer/cli/blueprints.py", line 22, in from composer import http_client as client File "/builddir/build/BUILD/lorax-composer-19.7.43/src/composer/http_client.py", line 25, in from composer.unix_socket import UnixHTTPConnectionPool File "/builddir/build/BUILD/lorax-composer-19.7.43/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-composer-19.7.43/src/composer/cli/__init__.py", line 22, in from composer.cli.blueprints import blueprints_cmd File "/builddir/build/BUILD/lorax-composer-19.7.43/src/composer/cli/blueprints.py", line 22, in from composer import http_client as client File "/builddir/build/BUILD/lorax-composer-19.7.43/src/composer/http_client.py", line 25, in from composer.unix_socket import UnixHTTPConnectionPool File "/builddir/build/BUILD/lorax-composer-19.7.43/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-composer-19.7.43/src/composer/cli/__init__.py", line 22, in from composer.cli.blueprints import blueprints_cmd File "/builddir/build/BUILD/lorax-composer-19.7.43/src/composer/cli/blueprints.py", line 22, in from composer import http_client as client File "/builddir/build/BUILD/lorax-composer-19.7.43/src/composer/http_client.py", line 25, in from composer.unix_socket import UnixHTTPConnectionPool File "/builddir/build/BUILD/lorax-composer-19.7.43/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-composer-19.7.43/src/composer/cli/__init__.py", line 22, in from composer.cli.blueprints import blueprints_cmd File "/builddir/build/BUILD/lorax-composer-19.7.43/src/composer/cli/blueprints.py", line 22, in from composer import http_client as client File "/builddir/build/BUILD/lorax-composer-19.7.43/src/composer/http_client.py", line 25, in from composer.unix_socket import UnixHTTPConnectionPool File "/builddir/build/BUILD/lorax-composer-19.7.43/src/composer/unix_socket.py", line 19, in import urllib3 ImportError: No module named urllib3 reading sources... [ 33%] index reading sources... [ 41%] intro reading sources... [ 50%] livemedia-creator reading sources... [ 58%] lorax reading sources... [ 66%] lorax-composer reading sources... [ 75%] modules reading sources... [ 83%] product-images reading sources... [ 91%] 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-composer-19.7.43/src/pylorax/api/compose.py", line 45, in from pyanaconda.simpleconfig import SimpleConfigFile ImportError: No module named pyanaconda.simpleconfig 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-composer-19.7.43/src/pylorax/api/queue.py", line 31, in from pylorax.api.compose import move_compose_results File "/builddir/build/BUILD/lorax-composer-19.7.43/src/pylorax/api/compose.py", line 45, in from pyanaconda.simpleconfig import SimpleConfigFile ImportError: No module named pyanaconda.simpleconfig 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-composer-19.7.43/src/pylorax/api/server.py", line 27, in from pylorax.api.v0 import v0_api File "/builddir/build/BUILD/lorax-composer-19.7.43/src/pylorax/api/v0.py", line 994, in from pylorax.api.compose import start_build, compose_types File "/builddir/build/BUILD/lorax-composer-19.7.43/src/pylorax/api/compose.py", line 45, in from pyanaconda.simpleconfig import SimpleConfigFile ImportError: No module named pyanaconda.simpleconfig 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-composer-19.7.43/src/pylorax/api/v0.py", line 994, in from pylorax.api.compose import start_build, compose_types File "/builddir/build/BUILD/lorax-composer-19.7.43/src/pylorax/api/compose.py", line 45, in from pyanaconda.simpleconfig import SimpleConfigFile ImportError: No module named pyanaconda.simpleconfig /builddir/build/BUILD/lorax-composer-19.7.43/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-composer-19.7.43/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-composer-19.7.43/docs/composer-cli.rst:17: ERROR: Unknown directive type "argparse". .. argparse:: :ref: composer.cli.cmdline.composer_cli_parser :prog: composer-cli /builddir/build/BUILD/lorax-composer-19.7.43/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-composer-19.7.43/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-composer-19.7.43/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-composer-19.7.43/docs/composer.cli.rst:31: WARNING: autodoc can't import/find module 'composer.cli.help', it reported error: "No module named urllib3", please check your spelling and sys.path /builddir/build/BUILD/lorax-composer-19.7.43/docs/composer.cli.rst:39: 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-composer-19.7.43/docs/composer.cli.rst:47: 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-composer-19.7.43/docs/composer.cli.rst:55: 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-composer-19.7.43/docs/composer.cli.rst:63: WARNING: autodoc can't import/find module 'composer.cli.status', it reported error: "No module named urllib3", please check your spelling and sys.path /builddir/build/BUILD/lorax-composer-19.7.43/docs/composer.cli.rst:71: 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-composer-19.7.43/src/pylorax/imgutils.py:docstring of pylorax.imgutils.mkfsimage:4: ERROR: Unexpected indentation. /builddir/build/BUILD/lorax-composer-19.7.43/src/pylorax/imgutils.py:docstring of pylorax.imgutils.mkfsimage:5: WARNING: Block quote ends without a blank line; unexpected unindent. /builddir/build/BUILD/lorax-composer-19.7.43/src/pylorax/ltmpl.py:docstring of pylorax.ltmpl.LoraxTemplateRunner:16: ERROR: Unexpected indentation. /builddir/build/BUILD/lorax-composer-19.7.43/src/pylorax/ltmpl.py:docstring of pylorax.ltmpl.LoraxTemplateRunner.append:6: ERROR: Unexpected indentation. /builddir/build/BUILD/lorax-composer-19.7.43/src/pylorax/ltmpl.py:docstring of pylorax.ltmpl.LoraxTemplateRunner.createaddrsize:4: ERROR: Unexpected indentation. /builddir/build/BUILD/lorax-composer-19.7.43/src/pylorax/ltmpl.py:docstring of pylorax.ltmpl.LoraxTemplateRunner.gconfset:5: ERROR: Unexpected indentation. /builddir/build/BUILD/lorax-composer-19.7.43/src/pylorax/ltmpl.py:docstring of pylorax.ltmpl.LoraxTemplateRunner.install:10: ERROR: Unexpected indentation. /builddir/build/BUILD/lorax-composer-19.7.43/src/pylorax/ltmpl.py:docstring of pylorax.ltmpl.LoraxTemplateRunner.log:4: ERROR: Unexpected indentation. /builddir/build/BUILD/lorax-composer-19.7.43/src/pylorax/ltmpl.py:docstring of pylorax.ltmpl.LoraxTemplateRunner.mkdir:4: ERROR: Unexpected indentation. /builddir/build/BUILD/lorax-composer-19.7.43/src/pylorax/ltmpl.py:docstring of pylorax.ltmpl.LoraxTemplateRunner.removefrom:7: ERROR: Unexpected indentation. /builddir/build/BUILD/lorax-composer-19.7.43/src/pylorax/ltmpl.py:docstring of pylorax.ltmpl.LoraxTemplateRunner.removekmod:10: WARNING: Inline emphasis start-string without end-string. /builddir/build/BUILD/lorax-composer-19.7.43/src/pylorax/ltmpl.py:docstring of pylorax.ltmpl.LoraxTemplateRunner.removepkg:4: ERROR: Unexpected indentation. /builddir/build/BUILD/lorax-composer-19.7.43/src/pylorax/ltmpl.py:docstring of pylorax.ltmpl.LoraxTemplateRunner.replace:5: ERROR: Unexpected indentation. /builddir/build/BUILD/lorax-composer-19.7.43/src/pylorax/ltmpl.py:docstring of pylorax.ltmpl.LoraxTemplateRunner.runcmd:18: ERROR: Unexpected indentation. /builddir/build/BUILD/lorax-composer-19.7.43/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-composer-19.7.43/src/pylorax/ltmpl.py:docstring of pylorax.ltmpl.LoraxTemplateRunner.systemctl:4: ERROR: Unexpected indentation. /builddir/build/BUILD/lorax-composer-19.7.43/src/pylorax/ltmpl.py:docstring of pylorax.ltmpl.LoraxTemplateRunner.treeinfo:6: ERROR: Unexpected indentation. /builddir/build/BUILD/lorax-composer-19.7.43/docs/pylorax.api.rst:31: WARNING: autodoc can't import/find module 'pylorax.api.compose', it reported error: "No module named pyanaconda.simpleconfig", please check your spelling and sys.path /builddir/build/BUILD/lorax-composer-19.7.43/docs/pylorax.api.rst:71: WARNING: autodoc can't import/find module 'pylorax.api.queue', it reported error: "No module named pyanaconda.simpleconfig", please check your spelling and sys.path /builddir/build/BUILD/lorax-composer-19.7.43/docs/pylorax.api.rst:95: WARNING: autodoc can't import/find module 'pylorax.api.server', it reported error: "No module named pyanaconda.simpleconfig", please check your spelling and sys.path /builddir/build/BUILD/lorax-composer-19.7.43/docs/pylorax.api.rst:111: WARNING: autodoc can't import/find module 'pylorax.api.v0', it reported error: "No module named pyanaconda.simpleconfig", please check your spelling and sys.path looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 8%] composer writing output... [ 16%] composer-cli writing output... [ 25%] composer.cli writing output... [ 33%] index writing output... [ 41%] intro writing output... [ 50%] livemedia-creator writing output... [ 58%] lorax writing output... [ 66%] lorax-composer writing output... [ 75%] modules writing output... [ 83%] product-images writing output... [ 91%] pylorax writing output... [100%] pylorax.api writing additional files... (25 module code pages) _modules/index genindex py-modindex search copying static files... WARNING: html_static_path entry '/builddir/build/BUILD/lorax-composer-19.7.43/docs/_static' does not exist done dumping search index... done dumping object inventory... done build succeeded, 35 warnings. Build finished. The HTML pages are in ./html. make[1]: Leaving directory `/builddir/build/BUILD/lorax-composer-19.7.43/docs' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.gtn5bp + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm ++ dirname /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm + cd lorax-composer-19.7.43 + rm -rf /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm + make DESTDIR=/builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm mandir=/usr/share/man install echo "num = '19.7.43-1'" > src/pylorax/version.py echo "num = '19.7.43-1'" > src/pylorax/api/version.py echo "num = '19.7.43-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/installer.py -> build/lib/pylorax copying src/pylorax/output.py -> build/lib/pylorax copying src/pylorax/decorators.py -> build/lib/pylorax copying src/pylorax/yumhelper.py -> build/lib/pylorax copying src/pylorax/version.py -> build/lib/pylorax copying src/pylorax/__init__.py -> build/lib/pylorax copying src/pylorax/treebuilder.py -> build/lib/pylorax copying src/pylorax/creator.py -> build/lib/pylorax copying src/pylorax/executils.py -> build/lib/pylorax copying src/pylorax/discinfo.py -> build/lib/pylorax copying src/pylorax/buildstamp.py -> build/lib/pylorax copying src/pylorax/logmonitor.py -> build/lib/pylorax copying src/pylorax/ltmpl.py -> build/lib/pylorax copying src/pylorax/sysutils.py -> build/lib/pylorax copying src/pylorax/imgutils.py -> build/lib/pylorax copying src/pylorax/treeinfo.py -> build/lib/pylorax copying src/pylorax/base.py -> build/lib/pylorax creating build/lib/pylorax/api copying src/pylorax/api/projects.py -> build/lib/pylorax/api copying src/pylorax/api/regexes.py -> build/lib/pylorax/api copying src/pylorax/api/version.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/__init__.py -> build/lib/pylorax/api copying src/pylorax/api/timestamp.py -> build/lib/pylorax/api copying src/pylorax/api/config.py -> build/lib/pylorax/api copying src/pylorax/api/errors.py -> build/lib/pylorax/api copying src/pylorax/api/checkparams.py -> build/lib/pylorax/api copying src/pylorax/api/queue.py -> build/lib/pylorax/api copying src/pylorax/api/compose.py -> build/lib/pylorax/api copying src/pylorax/api/crossdomain.py -> build/lib/pylorax/api copying src/pylorax/api/server.py -> build/lib/pylorax/api copying src/pylorax/api/bisect.py -> build/lib/pylorax/api copying src/pylorax/api/recipes.py -> build/lib/pylorax/api copying src/pylorax/api/workspace.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/projects.py -> build/lib/composer/cli copying src/composer/cli/help.py -> build/lib/composer/cli copying src/composer/cli/blueprints.py -> build/lib/composer/cli copying src/composer/cli/modules.py -> build/lib/composer/cli copying src/composer/cli/__init__.py -> build/lib/composer/cli copying src/composer/cli/status.py -> build/lib/composer/cli copying src/composer/cli/utilities.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 /usr/bin/python setup.py install --root=/builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm running install running build running build_py running install_lib creating /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm creating /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr creating /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib creating /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7 creating /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax copying build/lib/pylorax/installer.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax copying build/lib/pylorax/output.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax copying build/lib/pylorax/decorators.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax copying build/lib/pylorax/yumhelper.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax copying build/lib/pylorax/version.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax copying build/lib/pylorax/__init__.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax copying build/lib/pylorax/treebuilder.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax copying build/lib/pylorax/creator.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax copying build/lib/pylorax/executils.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax copying build/lib/pylorax/discinfo.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax copying build/lib/pylorax/buildstamp.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax copying build/lib/pylorax/logmonitor.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax copying build/lib/pylorax/ltmpl.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax creating /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/api copying build/lib/pylorax/api/projects.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/api copying build/lib/pylorax/api/regexes.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/api copying build/lib/pylorax/api/version.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/api copying build/lib/pylorax/api/v0.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/api copying build/lib/pylorax/api/yumbase.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/api copying build/lib/pylorax/api/__init__.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/api copying build/lib/pylorax/api/timestamp.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/api copying build/lib/pylorax/api/config.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/api copying build/lib/pylorax/api/errors.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/api copying build/lib/pylorax/api/checkparams.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/api copying build/lib/pylorax/api/queue.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/api copying build/lib/pylorax/api/compose.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/api copying build/lib/pylorax/api/crossdomain.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/api copying build/lib/pylorax/api/server.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/api copying build/lib/pylorax/api/bisect.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/api copying build/lib/pylorax/api/recipes.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/api copying build/lib/pylorax/api/workspace.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/api copying build/lib/pylorax/sysutils.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax copying build/lib/pylorax/imgutils.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax copying build/lib/pylorax/treeinfo.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax copying build/lib/pylorax/base.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax creating /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/composer creating /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/composer/cli copying build/lib/composer/cli/projects.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/composer/cli copying build/lib/composer/cli/help.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/composer/cli copying build/lib/composer/cli/blueprints.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/composer/cli copying build/lib/composer/cli/modules.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/composer/cli copying build/lib/composer/cli/__init__.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/composer/cli copying build/lib/composer/cli/status.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/composer/cli copying build/lib/composer/cli/utilities.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/composer/cli copying build/lib/composer/cli/sources.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/composer/cli copying build/lib/composer/cli/compose.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/composer/cli copying build/lib/composer/version.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/composer copying build/lib/composer/http_client.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/composer copying build/lib/composer/__init__.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/composer copying build/lib/composer/unix_socket.py -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/composer byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/installer.py to installer.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/output.py to output.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/decorators.py to decorators.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/yumhelper.py to yumhelper.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/treebuilder.py to treebuilder.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/creator.py to creator.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/executils.py to executils.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/discinfo.py to discinfo.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/buildstamp.py to buildstamp.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/logmonitor.py to logmonitor.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/ltmpl.py to ltmpl.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/api/projects.py to projects.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/api/regexes.py to regexes.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/api/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/api/v0.py to v0.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/api/yumbase.py to yumbase.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/api/timestamp.py to timestamp.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/api/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/api/errors.py to errors.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/api/checkparams.py to checkparams.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/api/queue.py to queue.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/api/compose.py to compose.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/api/crossdomain.py to crossdomain.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/api/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/api/bisect.py to bisect.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/api/recipes.py to recipes.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/api/workspace.py to workspace.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/sysutils.py to sysutils.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/imgutils.py to imgutils.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/treeinfo.py to treeinfo.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/pylorax/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/composer/cli/projects.py to projects.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/composer/cli/help.py to help.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/composer/cli/blueprints.py to blueprints.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/composer/cli/modules.py to modules.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/composer/cli/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/composer/cli/status.py to status.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/composer/cli/utilities.py to utilities.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/composer/cli/sources.py to sources.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/composer/cli/compose.py to compose.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/composer/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/composer/http_client.py to http_client.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/composer/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/composer/unix_socket.py to unix_socket.pyc running install_data creating /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/etc creating /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/etc/lorax copying etc/lorax.conf -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/etc/lorax copying etc/composer.conf -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/etc/lorax creating /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/systemd creating /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/systemd/system copying systemd/lorax-composer.service -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/systemd/system copying systemd/lorax-composer.socket -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/systemd/system creating /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/tmpfiles.d copying systemd/lorax-composer.conf -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/tmpfiles.d/ creating /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share creating /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax copying share/efi.tmpl -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax copying share/x86.tmpl -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax copying share/runtime-install.tmpl -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax copying share/ppc.tmpl -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax copying share/arm.tmpl -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax copying share/runtime-cleanup.tmpl -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax copying share/runtime-postinstall.tmpl -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax copying share/aarch64.tmpl -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax copying share/s390.tmpl -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax creating /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/pxe-live copying share/pxe-live/pxe-config.tmpl -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/pxe-live creating /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files creating /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/s390 copying share/config_files/s390/redhat.exec -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/s390 copying share/config_files/s390/cdboot.prm -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/s390 copying share/config_files/s390/generic.prm -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/s390 copying share/config_files/s390/generic.ins -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/s390 copying share/config_files/s390/genericdvd.prm -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/s390 creating /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/common copying share/config_files/common/rsyslog.conf -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/common copying share/config_files/common/pam.sshd -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/common copying share/config_files/common/selinux.config -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/common copying share/config_files/common/bash_history -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/common copying share/config_files/common/i18n -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/common copying share/config_files/common/vconsole.conf -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/common copying share/config_files/common/sysctl.conf -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/common copying share/config_files/common/libuser.conf -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/common copying share/config_files/common/spice-vdagentd -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/common copying share/config_files/common/92-anaconda-loglevel-debug.conf -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/common copying share/config_files/common/91-anaconda-autoconnect-slaves.conf -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/common copying share/config_files/common/90-anaconda-no-auto-default.conf -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/common copying share/config_files/common/profile -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/common copying share/config_files/common/resolv.conf -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/common copying share/config_files/common/sshd_config.anaconda -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/common creating /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/aarch64 copying share/config_files/aarch64/grub2-efi.cfg -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/aarch64 copying share/config_files/aarch64/grub.conf -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/aarch64 copying share/config_files/aarch64/boot.msg -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/aarch64 creating /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/sparc copying share/config_files/sparc/silo.conf -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/sparc copying share/config_files/sparc/boot.msg -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/sparc creating /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/ppc copying share/config_files/ppc/yaboot.conf.in -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/ppc copying share/config_files/ppc/grub.cfg.in -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/ppc copying share/config_files/ppc/ofboot.b -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/ppc copying share/config_files/ppc/yaboot.conf.3264 -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/ppc copying share/config_files/ppc/bootinfo.txt -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/ppc copying share/config_files/ppc/magic -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/ppc copying share/config_files/ppc/mapping -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/ppc creating /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/x86 copying share/config_files/x86/grub2-efi.cfg -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/x86 copying share/config_files/x86/isolinux.cfg -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/x86 copying share/config_files/x86/grub.conf -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/x86 copying share/config_files/x86/boot.msg -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/x86 copying share/config_files/x86/grub2-efi-lockdown.cfg -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/config_files/x86 creating /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/live copying share/live/efi.tmpl -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/live copying share/live/x86.tmpl -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/live copying share/live/ppc.tmpl -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/live copying share/live/arm.tmpl -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/live copying share/live/aarch64.tmpl -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/live copying share/live/s390.tmpl -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/live creating /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/live/config_files creating /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/live/config_files/s390 copying share/live/config_files/s390/redhat.exec -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/live/config_files/s390 copying share/live/config_files/s390/generic.prm -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/live/config_files/s390 copying share/live/config_files/s390/generic.ins -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/live/config_files/s390 copying share/live/config_files/s390/genericdvd.prm -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/live/config_files/s390 creating /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/live/config_files/aarch64 copying share/live/config_files/aarch64/grub2-efi.cfg -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/live/config_files/aarch64 creating /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/live/config_files/ppc copying share/live/config_files/ppc/yaboot.conf.in -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/live/config_files/ppc copying share/live/config_files/ppc/grub.cfg.in -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/live/config_files/ppc copying share/live/config_files/ppc/ofboot.b -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/live/config_files/ppc copying share/live/config_files/ppc/yaboot.conf.3264 -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/live/config_files/ppc copying share/live/config_files/ppc/bootinfo.txt -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/live/config_files/ppc copying share/live/config_files/ppc/magic -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/live/config_files/ppc copying share/live/config_files/ppc/mapping -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/live/config_files/ppc creating /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/live/config_files/x86 copying share/live/config_files/x86/grub2-efi.cfg -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/live/config_files/x86 copying share/live/config_files/x86/isolinux.cfg -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/live/config_files/x86 copying share/live/config_files/x86/grub.conf -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/live/config_files/x86 copying share/live/config_files/x86/boot.msg -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/live/config_files/x86 copying share/live/config_files/x86/grub2-efi-lockdown.cfg -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/live/config_files/x86 creating /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/appliance copying share/appliance/libvirt.tmpl -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/appliance creating /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/composer copying share/composer/ext4-filesystem.ks -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/composer copying share/composer/vhd.ks -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/composer copying share/composer/tar.ks -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/composer copying share/composer/ami.ks -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/composer copying share/composer/vmdk.ks -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/composer copying share/composer/live-iso.ks -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/composer copying share/composer/openstack.ks -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/composer copying share/composer/qcow2.ks -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/composer copying share/composer/partitioned-disk.ks -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/lorax/composer creating /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/sbin copying src/sbin/lorax -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/sbin copying src/sbin/mkefiboot -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/sbin copying src/sbin/livemedia-creator -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/sbin copying src/sbin/lorax-composer -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/sbin creating /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/bin copying src/bin/image-minimizer -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/bin copying src/bin/mk-s390-cdboot -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/bin copying src/bin/composer-cli -> /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/bin running install_egg_info Writing /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/lib/python2.7/site-packages/lorax-devel-py2.7.egg-info mkdir -p /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/share/man/man1 install -m 644 docs/man/lorax.1 /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/share/man/man1 install -m 644 docs/man/livemedia-creator.1 /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/share/man/man1 mkdir -p /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/etc/bash_completion.d install -m 644 etc/bash_completion.d/composer-cli /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/etc/bash_completion.d + mkdir -p /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/var/lib/lorax/composer/blueprints/ + for bp in example-http-server.toml example-development.toml example-atlas.toml + cp ./tests/pylorax/blueprints/example-http-server.toml /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/var/lib/lorax/composer/blueprints/ + for bp in example-http-server.toml example-development.toml example-atlas.toml + cp ./tests/pylorax/blueprints/example-development.toml /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/var/lib/lorax/composer/blueprints/ + for bp in example-http-server.toml example-development.toml example-atlas.toml + cp ./tests/pylorax/blueprints/example-atlas.toml /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/var/lib/lorax/composer/blueprints/ + rm -f /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/lib/python2.7/site-packages/lorax-devel-py2.7.egg-info + rm -rf /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/lib/python2.7/site-packages/pylorax/__init__.py /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/lib/python2.7/site-packages/pylorax/base.py /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/lib/python2.7/site-packages/pylorax/buildstamp.py /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/lib/python2.7/site-packages/pylorax/creator.py /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/lib/python2.7/site-packages/pylorax/decorators.py /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/lib/python2.7/site-packages/pylorax/discinfo.py /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/lib/python2.7/site-packages/pylorax/executils.py /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/lib/python2.7/site-packages/pylorax/imgutils.py /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/lib/python2.7/site-packages/pylorax/installer.py /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/lib/python2.7/site-packages/pylorax/logmonitor.py /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/lib/python2.7/site-packages/pylorax/ltmpl.py /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/lib/python2.7/site-packages/pylorax/output.py /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/lib/python2.7/site-packages/pylorax/sysutils.py /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/lib/python2.7/site-packages/pylorax/treebuilder.py /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/lib/python2.7/site-packages/pylorax/treeinfo.py /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/lib/python2.7/site-packages/pylorax/version.py /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/lib/python2.7/site-packages/pylorax/yumhelper.py + rm -rf /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/lib/python2.7/site-packages/pylorax/__init__.pyc /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/lib/python2.7/site-packages/pylorax/base.pyc /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/lib/python2.7/site-packages/pylorax/buildstamp.pyc /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/lib/python2.7/site-packages/pylorax/creator.pyc /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/lib/python2.7/site-packages/pylorax/decorators.pyc /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/lib/python2.7/site-packages/pylorax/discinfo.pyc /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/lib/python2.7/site-packages/pylorax/executils.pyc /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/lib/python2.7/site-packages/pylorax/imgutils.pyc /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/lib/python2.7/site-packages/pylorax/installer.pyc /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/lib/python2.7/site-packages/pylorax/logmonitor.pyc /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/lib/python2.7/site-packages/pylorax/ltmpl.pyc /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/lib/python2.7/site-packages/pylorax/output.pyc /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/lib/python2.7/site-packages/pylorax/sysutils.pyc /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/lib/python2.7/site-packages/pylorax/treebuilder.pyc /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/lib/python2.7/site-packages/pylorax/treeinfo.pyc /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/lib/python2.7/site-packages/pylorax/version.pyc /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/lib/python2.7/site-packages/pylorax/yumhelper.pyc + rm -rf /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/share/lorax/appliance + rm -rf /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/share/lorax/config_files + rm -rf /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/share/lorax/live + rm -rf /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/share/lorax/pxe-live + rm -rf /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/share/man/man1/livemedia-creator.1 /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/share/man/man1/lorax.1 + rm -f /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/share/lorax/aarch64.tmpl /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/share/lorax/arm.tmpl /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/share/lorax/efi.tmpl /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/share/lorax/ppc.tmpl /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/share/lorax/runtime-cleanup.tmpl /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/share/lorax/runtime-install.tmpl /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/share/lorax/runtime-postinstall.tmpl /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/share/lorax/s390.tmpl /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/share/lorax/x86.tmpl + rm -f /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/sbin/lorax + rm -f /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/sbin/livemedia-creator + rm -f /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/sbin/mkefiboot + rm -f /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/bin/image-minimizer + rm -f /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//usr/bin/mk-s390-cdboot + rm -f /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm//etc/lorax/lorax.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-composer-19.7.43-1.el7_9.arm/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-composer-19.7.43-1.el7_9.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.iQxGcC + umask 022 + cd /builddir/build/BUILD + cd lorax-composer-19.7.43 + DOCDIR=/builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/doc/lorax-composer-19.7.43 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/doc/lorax-composer-19.7.43 + cp -pr COPYING /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/doc/lorax-composer-19.7.43 + cp -pr AUTHORS /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/doc/lorax-composer-19.7.43 + cp -pr docs/html /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm/usr/share/doc/lorax-composer-19.7.43 + exit 0 Provides: config(lorax-composer) = 19.7.43-1.el7_9 lorax-composer = 19.7.43-1.el7_9 lorax-composer(armv7hl-32) = 19.7.43-1.el7_9 Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh 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(pre): /bin/sh /usr/bin/getent /usr/sbin/groupadd /usr/sbin/useradd Requires(post): /bin/sh systemd Requires(preun): /bin/sh systemd Requires(postun): /bin/sh systemd Requires: /usr/bin/python python(abi) = 2.7 Processing files: composer-cli-19.7.43-1.el7_9.armv7hl Provides: composer-cli = 19.7.43-1.el7_9 composer-cli(armv7hl-32) = 19.7.43-1.el7_9 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 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm Wrote: /builddir/build/RPMS/lorax-composer-19.7.43-1.el7_9.armv7hl.rpm Wrote: /builddir/build/RPMS/composer-cli-19.7.43-1.el7_9.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.PXJMiJ + umask 022 + cd /builddir/build/BUILD + cd lorax-composer-19.7.43 + /usr/bin/rm -rf /builddir/build/BUILDROOT/lorax-composer-19.7.43-1.el7_9.arm + exit 0 Child return code was: 0