D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/python-redfish-0.4.5-2.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.RxCju3 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.CwejQ9 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build + rm -rf python-redfish-0.4.5 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/python-redfish-0.4.5.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd python-redfish-0.4.5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.O3nBeb + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd python-redfish-0.4.5 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/python3 setup.py build /usr/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead. !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'author-email' in 'metadata' (setup.cfg), please use the underscore name 'author_email' instead. !! ******************************************************************************** Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead. By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'home-page' in 'metadata' (setup.cfg), please use the underscore name 'home_page' instead. !! ******************************************************************************** Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead. By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() /usr/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. Follow the current Python packaging guidelines when building Python RPM packages. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html and https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/ for details. ******************************************************************************** !! self.initialize_options() /usr/lib/python3.13/site-packages/setuptools/__init__.py:94: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) /usr/lib/python3.13/site-packages/setuptools/command/develop.py:41: EasyInstallDeprecationWarning: easy_install command is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` and ``easy_install``. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://github.com/pypa/setuptools/issues/917 for details. ******************************************************************************** !! easy_install.initialize_options(self) /usr/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. Follow the current Python packaging guidelines when building Python RPM packages. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html and https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/ for details. ******************************************************************************** !! self.initialize_options() /usr/lib/python3.13/site-packages/pbr/core.py:140: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) /usr/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead. !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. (Affected: python-redfish). By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'author-email' in 'metadata' (setup.cfg), please use the underscore name 'author_email' instead. !! ******************************************************************************** Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead. (Affected: python-redfish). By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'home-page' in 'metadata' (setup.cfg), please use the underscore name 'home_page' instead. !! ******************************************************************************** Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead. (Affected: python-redfish). By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() { 'conf': { 'dst': '/etc', 'fdst': ['/etc/redfish-client.conf'], 'src': ['redfish-client/etc/redfish-client.conf']}, 'rfcusage': { 'dst': 'share/redfish-client', 'fdst': [ '/usr/share/redfish-client/redfish-client_usage.txt'], 'src': ['redfish-client/redfish-client_usage.txt']}, 'script': { 'dst': 'bin', 'fdst': [ '/usr/bin/redfish-client', '/usr/bin/redfish-check-cartridge'], 'src': [ 'redfish-client/redfish-client', 'redfish-client/redfish-check-cartridge']}, 'templates': { 'dst': 'share/redfish-client/templates', 'fdst': [ '/usr/share/redfish-client/templates/manager_info.template', '/usr/share/redfish-client/templates/chassis_info.template', '/usr/share/redfish-client/templates/serial_info.template', '/usr/share/redfish-client/templates/monitor_info.template', '/usr/share/redfish-client/templates/system_info.template'], 'src': [ 'redfish-client/templates/manager_info.template', 'redfish-client/templates/chassis_info.template', 'redfish-client/templates/serial_info.template', 'redfish-client/templates/monitor_info.template', 'redfish-client/templates/system_info.template']}} running build running build_py creating build/lib/redfish copying redfish/exception.py -> build/lib/redfish copying redfish/main.py -> build/lib/redfish copying redfish/types.py -> build/lib/redfish copying redfish/config.py -> build/lib/redfish copying redfish/standard.py -> build/lib/redfish copying redfish/__init__.py -> build/lib/redfish copying redfish/mapping.py -> build/lib/redfish creating build/lib/redfish/oem copying redfish/oem/hpe.py -> build/lib/redfish/oem copying redfish/oem/__init__.py -> build/lib/redfish/oem running egg_info writing python_redfish.egg-info/PKG-INFO writing dependency_links to python_redfish.egg-info/dependency_links.txt writing requirements to python_redfish.egg-info/requires.txt writing top-level names to python_redfish.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'redfish.tests' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'redfish.tests' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'redfish.tests' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'redfish.tests' to be distributed and are already explicitly excluding 'redfish.tests' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) creating build/lib/redfish/tests copying redfish/tests/test_redfish.py -> build/lib/redfish/tests running build_scripts creating build/scripts-3.13 copying and adjusting redfish-client/redfish-client -> build/scripts-3.13 copying and adjusting redfish-client/redfish-check-cartridge -> build/scripts-3.13 changing mode of build/scripts-3.13/redfish-client from 644 to 755 changing mode of build/scripts-3.13/redfish-check-cartridge from 644 to 755 + cd doc + make man sphinx-build -b man -d build/doctrees source build/man Running Sphinx v8.2.3 loading translations [en]... done making output directory... done WARNING: html_static_path entry '_static' does not exist Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 'restructuredtext'}`. building [mo]: targets for 0 po files that are out of date writing output... building [man]: all manpages updating environment: [new config] 18 added, 0 changed, 0 removed reading sources... [ 6%] classesdoc reading sources... [ 11%] contributing reading sources... [ 17%] develsetup reading sources... [ 22%] faq reading sources... [ 28%] further_ref reading sources... [ 33%] help reading sources... [ 39%] index reading sources... [ 44%] installation reading sources... [ 50%] python-redfish_classes/config reading sources... [ 56%] python-redfish_classes/exception reading sources... [ 61%] python-redfish_classes/main reading sources... [ 67%] python-redfish_classes/mapping reading sources... [ 72%] python-redfish_classes/types reading sources... [ 78%] python-redfish_lib reading sources... [ 83%] readme reading sources... [ 89%] redfish-client reading sources... [ 94%] testing reading sources... [100%] usage /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/python-redfish-0.4.5/doc/source/develsetup.rst:12: WARNING: Inline target start-string without end-string. [docutils] looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done copying assets... copying assets: done writing... python-redfish.1 { readme installation usage develsetup testing classesdoc python-redfish_lib python-redfish_classes/config python-redfish_classes/exception python-redfish_classes/main python-redfish_classes/mapping python-redfish_classes/types redfish-client contributing faq help } done build succeeded, 2 warnings. The manual pages are in build/man. Build finished. The manual pages are in build/man. + make singlehtml sphinx-build -b singlehtml -d build/doctrees source build/singlehtml Running Sphinx v8.2.3 loading translations [en]... done making output directory... done WARNING: html_static_path entry '_static' does not exist Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 'restructuredtext'}`. loading pickled environment... done building [mo]: targets for 0 po files that are out of date writing output... building [singlehtml]: all documents updating environment: 0 added, 0 changed, 0 removed reading sources... looking for now-outdated files... none found preparing documents... done copying assets... copying static files... Writing evaluated template result to /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/python-redfish-0.4.5/doc/build/singlehtml/_static/basic.css Writing evaluated template result to /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/python-redfish-0.4.5/doc/build/singlehtml/_static/documentation_options.js Writing evaluated template result to /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/python-redfish-0.4.5/doc/build/singlehtml/_static/language_data.js Writing evaluated template result to /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/python-redfish-0.4.5/doc/build/singlehtml/_static/classic.css Writing evaluated template result to /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/python-redfish-0.4.5/doc/build/singlehtml/_static/sidebar.js copying static files: done copying extra files... copying extra files: done copying assets: done assembling single document... index readme installation usage develsetup testing classesdoc python-redfish_lib python-redfish_classes/config python-redfish_classes/exception python-redfish_classes/main python-redfish_classes/mapping python-redfish_classes/types redfish-client contributing faq help assembling single document: done writing... done writing additional files... done copying images... [100%] images/simulator.jpg copying static files... Writing evaluated template result to /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/python-redfish-0.4.5/doc/build/singlehtml/_static/basic.css Writing evaluated template result to /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/python-redfish-0.4.5/doc/build/singlehtml/_static/documentation_options.js Writing evaluated template result to /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/python-redfish-0.4.5/doc/build/singlehtml/_static/language_data.js Writing evaluated template result to /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/python-redfish-0.4.5/doc/build/singlehtml/_static/classic.css Writing evaluated template result to /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/python-redfish-0.4.5/doc/build/singlehtml/_static/sidebar.js copying static files: done copying extra files... copying extra files: done dumping object inventory... done build succeeded, 1 warning. The HTML page is in build/singlehtml. Build finished. The HTML page is in build/singlehtml. + make latexpdf sphinx-build -b latex -d build/doctrees source build/latex Running Sphinx v8.2.3 loading translations [en]... done making output directory... done WARNING: html_static_path entry '_static' does not exist Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 'restructuredtext'}`. loading pickled environment... done building [mo]: targets for 0 po files that are out of date writing output... building [latex]: all documents updating environment: 0 added, 0 changed, 0 removed reading sources... looking for now-outdated files... none found preparing documents... done copying assets... copying TeX support files... Writing evaluated template result to /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/python-redfish-0.4.5/doc/build/latex/Makefile Writing evaluated template result to /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/python-redfish-0.4.5/doc/build/latex/make.bat Writing evaluated template result to /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/python-redfish-0.4.5/doc/build/latex/latexmkrc Writing evaluated template result to /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/python-redfish-0.4.5/doc/build/latex/latexmkjarc done copying assets: done processing python-redfish.tex... index readme installation usage develsetup testing classesdoc python-redfish_lib python-redfish_classes/config python-redfish_classes/exception python-redfish_classes/main python-redfish_classes/mapping python-redfish_classes/types redfish-client contributing faq help resolving references... processing python-redfish.tex: done writing... done copying images... [100%] images/simulator.jpg Writing evaluated template result to /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/python-redfish-0.4.5/doc/build/latex/sphinxmessages.sty build succeeded, 1 warning. The LaTeX files are in build/latex. Run 'make' in that directory to run these through (pdf)latex (use `make latexpdf' here to do that automatically). Running LaTeX files through pdflatex... make -C build/latex all-pdf make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/python-redfish-0.4.5/doc/build/latex' latexmk -pdf -dvi- -ps- 'python-redfish.tex' Rc files read: latexmkrc Latexmk: This is Latexmk, John Collins, 27 Dec. 2024. Version 4.86a. No existing .aux file, so I'll make a simple one, and require run of *latex. Latexmk: applying rule 'pdflatex'... Rule 'pdflatex': Reasons for rerun Category 'other': Rerun of 'pdflatex' forced or previously required: Reason or flag: 'Initial setup' ------------ Run number 1 of rule 'pdflatex' ------------ ------------ Running 'pdflatex -recorder "python-redfish.tex"' ------------ This is pdfTeX, Version 3.141592653-2.6-1.40.27 (TeX Live 2025/Mageia) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./python-redfish.tex LaTeX2e <2024-11-01> patch level 2 L3 programming layer <2025-01-18> (./sphinxmanual.cls Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual) (/usr/share/texmf-dist/tex/latex/base/report.cls Document Class: report 2024/06/29 v1.4n Standard LaTeX document class (/usr/share/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texmf-dist/tex/latex/base/inputenc.sty) (/usr/share/texmf-dist/tex/latex/cmap/cmap.sty) (/usr/share/texmf-dist/tex/latex/base/fontenc.sty<<t1.cmap>>) (/usr/share/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texmf-dist/tex/generic/babel/babel.sty (/usr/share/texmf-dist/tex/generic/babel/txtbabel.def) (/usr/share/texmf-dist/tex/generic/babel-english/english.ldf)) (/usr/share/texmf-dist/tex/generic/babel/locale/en/babel-english.tex) (/usr/share/texmf-dist/tex/latex/tex-gyre/tgtermes.sty (/usr/share/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/share/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty))) (/usr/share/texmf-dist/tex/latex/tex-gyre/tgheros.sty) (/usr/share/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty (/usr/share/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texmf-dist/tex/latex/graphics-def/pdftex.def) (/usr/share/texmf-dist/tex/latex/graphics/mathcolor.ltx)) (./sphinxoptionshyperref.sty) (./sphinxoptionsgeometry.sty) (/usr/share/texmf-dist/tex/latex/base/textcomp.sty) (/usr/share/texmf-dist/tex/latex/float/float.sty) (/usr/share/texmf-dist/tex/latex/wrapfig/wrapfig.sty) (/usr/share/texmf-dist/tex/latex/capt-of/capt-of.sty) (/usr/share/texmf-dist/tex/latex/tools/multicol.sty) (/usr/share/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (./sphinxlatexgraphics.sty) (./sphinxpackageboxes.sty (/usr/share/texmf-dist/tex/latex/pict2e/pict2e.sty (/usr/share/texmf-dist/tex/latex/pict2e/pict2e.cfg) (/usr/share/texmf-dist/tex/latex/pict2e/p2e-pdftex.def)) (/usr/share/texmf-dist/tex/latex/ellipse/ellipse.sty)) (./sphinxlatexadmonitions.sty (/usr/share/texmf-dist/tex/latex/framed/framed.sty) (./sphinxpackagefootnote.sty)) (./sphinxlatexliterals.sty (/usr/share/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty) (/usr/share/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texmf-dist/tex/latex/upquote/upquote.sty) (/usr/share/texmf-dist/tex/latex/needspace/needspace.sty)) (./sphinxlatexshadowbox.sty) (./sphinxlatexcontainers.sty) (./sphinxhighlight.sty) (./sphinxlatextables.sty (/usr/share/texmf-dist/tex/latex/tabulary/tabulary.sty (/usr/share/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texmf-dist/tex/latex/varwidth/varwidth.sty) (/usr/share/texmf-dist/tex/latex/colortbl/colortbl.sty) (/usr/share/texmf-dist/tex/latex/booktabs/booktabs.sty)) (./sphinxlatexnumfig.sty) (./sphinxlatexlists.sty) (./sphinxlatexindbibtoc.sty (/usr/share/texmf-dist/tex/latex/base/makeidx.sty)) (./sphinxlatexstylepage.sty (/usr/share/texmf-dist/tex/latex/parskip/parskip.sty (/usr/share/texmf-dist/tex/latex/etoolbox/etoolbox.sty)) (/usr/share/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)) (./sphinxlatexstyleheadings.sty (/usr/share/texmf-dist/tex/latex/titlesec/titlesec.sty)) (./sphinxlatexstyletext.sty) (./sphinxlatexobjects.sty)) (/usr/share/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texmf-dist/tex/generic/iftex/ifvtex.sty (/usr/share/texmf-dist/tex/generic/iftex/iftex.sty))) (/usr/share/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texmf-dist/tex/generic/pdfescape/pdfescape.sty (/usr/share/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty (/usr/share/texmf-dist/tex/generic/infwarerr/infwarerr.sty))) (/usr/share/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (/usr/share/texmf-dist/tex/generic/stringenc/stringenc.sty) (/usr/share/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texmf-dist/tex/latex/url/url.sty) (/usr/share/texmf-dist/tex/generic/bitset/bitset.sty (/usr/share/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/share/texmf-dist/tex/latex/base/atbegshi-ltx.sty)) (/usr/share/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texmf-dist/tex/latex/base/atveryend-ltx.sty) (/usr/share/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/share/texmf-dist/tex/latex/hypcap/hypcap.sty (/usr/share/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty)) (./sphinxmessages.sty) Writing index file python-redfish.idx (/usr/share/texmf-dist/tex/latex/tex-gyre/t1qtm.fd) (/usr/share/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./python-redfish.aux) (/usr/share/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/share/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) (/usr/share/texmf-dist/tex/latex/fontawesome5/fontawesome5.sty (/usr/share/texmf-dist/tex/latex/l3kernel/expl3.sty) (/usr/share/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty) (/usr/share/texmf-dist/tex/latex/l3packages/xparse/xparse.sty) (/usr/share/texmf-dist/tex/latex/fontawesome5/fontawesome5-generic-helper.sty (/usr/share/texmf-dist/tex/latex/fontawesome5/fontawesome5-mapping.def))) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/share/texmf-dist/tex/latex/tex-gyre/t1qhv.fd)<<ot1.cmap>><<oml.cmap>><<om s.cmap>><<omx.cmap>> (/usr/share/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/usr/share/texmf-dist/fonts/map/pdftex/updmap/pdftex.map}{/usr/share/texmf-d ist/fonts/enc/dvips/tex-gyre/q-ec.enc}] No file python-redfish.toc. [1] [1] Chapter 1. (/usr/share/texmf-dist/tex/latex/txfonts/t1txtt.fd) [2] [3] Chapter 2. [4] (/usr/share/texmf-dist/tex/latex/tex-gyre/ts1qtm.fd) LaTeX Warning: Hyper reference `installation:using-pip-and-virtualenv' on page 5 undefined on input line 336. (/usr/share/texmf-dist/tex/latex/txfonts/ts1txtt.fd) [5{/usr/share/texmf-dist/fonts/enc/dvips/tex-gyre/q-ts1.enc}] [6] Chapter 3. [7] Chapter 4. [8] [9 <./simulator.jpg>] Chapter 5. LaTeX Warning: Hyper reference `installation:inventory-file-configuration' on p age 10 undefined on input line 508. LaTeX Warning: Hyper reference `installation:mockup-installation' on page 10 un defined on input line 508. [10] [11] Chapter 6. [12] Chapter 7. [13] Chapter 8. [14] Chapter 9. [15] Chapter 10. [16] [17] [18] [19] [20] [21] [22] Chapter 11. [23] Chapter 12. [24] Chapter 13. [25] Chapter 14. [26] LaTeX Warning: Reference `python-redfish_classes/config:module-redfish.config' on page 27 undefined on input line 1971. LaTeX Warning: Reference `python-redfish_classes/exception:module-redfish.excep tion' on page 27 undefined on input line 1972. LaTeX Warning: Reference `python-redfish_classes/main:module-redfish.main' on p age 27 undefined on input line 1973. LaTeX Warning: Reference `python-redfish_classes/mapping:module-redfish.mapping ' on page 27 undefined on input line 1974. LaTeX Warning: Reference `python-redfish_classes/types:module-redfish.types' on page 27 undefined on input line 1975. LaTeX Warning: Reference `redfish-client:module-rfclient' on page 27 undefined on input line 1976. [27] No file python-redfish.ind. (./python-redfish.aux) LaTeX Warning: There were undefined references. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. Package rerunfilecheck Warning: File `python-redfish.out' has changed. (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. )</usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfb></usr/share/t exmf-dist/fonts/type1/public/amsfonts/cm/cmsy5.pfb></usr/share/texmf-dist/fonts /type1/public/tex-gyre/qhvb.pfb></usr/share/texmf-dist/fonts/type1/public/tex-g yre/qhvbi.pfb></usr/share/texmf-dist/fonts/type1/public/tex-gyre/qhvr.pfb></usr /share/texmf-dist/fonts/type1/public/tex-gyre/qtmb.pfb></usr/share/texmf-dist/f onts/type1/public/tex-gyre/qtmr.pfb></usr/share/texmf-dist/fonts/type1/public/t ex-gyre/qtmri.pfb></usr/share/texmf-dist/fonts/type1/public/txfonts/t1xbtt.pfb> </usr/share/texmf-dist/fonts/type1/public/txfonts/t1xtt.pfb></usr/share/texmf-d ist/fonts/type1/public/txfonts/t1xtt.pfb></usr/share/texmf-dist/fonts/type1/pub lic/txfonts/tcxtt.pfb> Output written on python-redfish.pdf (29 pages, 382252 bytes). Transcript written on python-redfish.log. Latexmk: Getting log file 'python-redfish.log' Latexmk: Examining 'python-redfish.fls' Latexmk: Examining 'python-redfish.log' Latexmk: Index file 'python-redfish.idx' was written Latexmk: Missing input file 'python-redfish.toc' (or dependence on it) from following: No file python-redfish.toc. Latexmk: Missing input file 'python-redfish.ind' (or dependence on it) from following: No file python-redfish.ind. Latexmk: References changed. Latexmk: References changed. Latexmk: Log file says output to 'python-redfish.pdf' Have index file 'python-redfish.idx', python-redfish.ind python-redfish Latexmk: applying rule 'makeindex python-redfish.idx'... Rule 'makeindex python-redfish.idx': Reasons for rerun Category 'other': Rerun of 'makeindex python-redfish.idx' forced or previously required: Reason or flag: 'Initial set up of rule' ------------ Run number 1 of rule 'makeindex python-redfish.idx' ------------ ------------ Running 'makeindex -s python.ist -o "python-redfish.ind" "python-redfish.idx"' ------------ This is makeindex, version 2.17 [TeX Live 2025] (kpathsea + Thai support). Scanning style file ./python.ist.......done (7 attributes redefined, 0 ignored). Scanning input file python-redfish.idx....done (57 entries accepted, 0 rejected). Sorting entries....done (336 comparisons). Generating output file python-redfish.ind....done (107 lines written, 0 warnings). Output written in python-redfish.ind. Transcript written in python-redfish.ilg. Latexmk: applying rule 'pdflatex'... Rule 'pdflatex': Reasons for rerun Changed files or newly in use/created: python-redfish.aux python-redfish.ind python-redfish.out python-redfish.toc ------------ Run number 2 of rule 'pdflatex' ------------ ------------ Running 'pdflatex -recorder "python-redfish.tex"' ------------ This is pdfTeX, Version 3.141592653-2.6-1.40.27 (TeX Live 2025/Mageia) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./python-redfish.tex LaTeX2e <2024-11-01> patch level 2 L3 programming layer <2025-01-18> (./sphinxmanual.cls Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual) (/usr/share/texmf-dist/tex/latex/base/report.cls Document Class: report 2024/06/29 v1.4n Standard LaTeX document class (/usr/share/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texmf-dist/tex/latex/base/inputenc.sty) (/usr/share/texmf-dist/tex/latex/cmap/cmap.sty) (/usr/share/texmf-dist/tex/latex/base/fontenc.sty<<t1.cmap>>) (/usr/share/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texmf-dist/tex/generic/babel/babel.sty (/usr/share/texmf-dist/tex/generic/babel/txtbabel.def) (/usr/share/texmf-dist/tex/generic/babel-english/english.ldf)) (/usr/share/texmf-dist/tex/generic/babel/locale/en/babel-english.tex) (/usr/share/texmf-dist/tex/latex/tex-gyre/tgtermes.sty (/usr/share/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/share/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty))) (/usr/share/texmf-dist/tex/latex/tex-gyre/tgheros.sty) (/usr/share/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty (/usr/share/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texmf-dist/tex/latex/graphics-def/pdftex.def) (/usr/share/texmf-dist/tex/latex/graphics/mathcolor.ltx)) (./sphinxoptionshyperref.sty) (./sphinxoptionsgeometry.sty) (/usr/share/texmf-dist/tex/latex/base/textcomp.sty) (/usr/share/texmf-dist/tex/latex/float/float.sty) (/usr/share/texmf-dist/tex/latex/wrapfig/wrapfig.sty) (/usr/share/texmf-dist/tex/latex/capt-of/capt-of.sty) (/usr/share/texmf-dist/tex/latex/tools/multicol.sty) (/usr/share/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (./sphinxlatexgraphics.sty) (./sphinxpackageboxes.sty (/usr/share/texmf-dist/tex/latex/pict2e/pict2e.sty (/usr/share/texmf-dist/tex/latex/pict2e/pict2e.cfg) (/usr/share/texmf-dist/tex/latex/pict2e/p2e-pdftex.def)) (/usr/share/texmf-dist/tex/latex/ellipse/ellipse.sty)) (./sphinxlatexadmonitions.sty (/usr/share/texmf-dist/tex/latex/framed/framed.sty) (./sphinxpackagefootnote.sty)) (./sphinxlatexliterals.sty (/usr/share/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty) (/usr/share/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texmf-dist/tex/latex/upquote/upquote.sty) (/usr/share/texmf-dist/tex/latex/needspace/needspace.sty)) (./sphinxlatexshadowbox.sty) (./sphinxlatexcontainers.sty) (./sphinxhighlight.sty) (./sphinxlatextables.sty (/usr/share/texmf-dist/tex/latex/tabulary/tabulary.sty (/usr/share/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texmf-dist/tex/latex/varwidth/varwidth.sty) (/usr/share/texmf-dist/tex/latex/colortbl/colortbl.sty) (/usr/share/texmf-dist/tex/latex/booktabs/booktabs.sty)) (./sphinxlatexnumfig.sty) (./sphinxlatexlists.sty) (./sphinxlatexindbibtoc.sty (/usr/share/texmf-dist/tex/latex/base/makeidx.sty)) (./sphinxlatexstylepage.sty (/usr/share/texmf-dist/tex/latex/parskip/parskip.sty (/usr/share/texmf-dist/tex/latex/etoolbox/etoolbox.sty)) (/usr/share/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)) (./sphinxlatexstyleheadings.sty (/usr/share/texmf-dist/tex/latex/titlesec/titlesec.sty)) (./sphinxlatexstyletext.sty) (./sphinxlatexobjects.sty)) (/usr/share/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texmf-dist/tex/generic/iftex/ifvtex.sty (/usr/share/texmf-dist/tex/generic/iftex/iftex.sty))) (/usr/share/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texmf-dist/tex/generic/pdfescape/pdfescape.sty (/usr/share/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty (/usr/share/texmf-dist/tex/generic/infwarerr/infwarerr.sty))) (/usr/share/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (/usr/share/texmf-dist/tex/generic/stringenc/stringenc.sty) (/usr/share/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texmf-dist/tex/latex/url/url.sty) (/usr/share/texmf-dist/tex/generic/bitset/bitset.sty (/usr/share/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/share/texmf-dist/tex/latex/base/atbegshi-ltx.sty)) (/usr/share/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texmf-dist/tex/latex/base/atveryend-ltx.sty) (/usr/share/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/share/texmf-dist/tex/latex/hypcap/hypcap.sty (/usr/share/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty)) (./sphinxmessages.sty) Writing index file python-redfish.idx (/usr/share/texmf-dist/tex/latex/tex-gyre/t1qtm.fd) (/usr/share/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./python-redfish.aux) (/usr/share/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/share/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) (/usr/share/texmf-dist/tex/latex/fontawesome5/fontawesome5.sty (/usr/share/texmf-dist/tex/latex/l3kernel/expl3.sty) (/usr/share/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty) (/usr/share/texmf-dist/tex/latex/l3packages/xparse/xparse.sty) (/usr/share/texmf-dist/tex/latex/fontawesome5/fontawesome5-generic-helper.sty (/usr/share/texmf-dist/tex/latex/fontawesome5/fontawesome5-mapping.def))) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (./python-redfish.out) (./python-redfish.out) (/usr/share/texmf-dist/tex/latex/tex-gyre/t1qhv.fd)<<ot1.cmap>><<oml.cmap>><<om s.cmap>><<omx.cmap>> (/usr/share/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/usr/share/texmf-dist/fonts/map/pdftex/updmap/pdftex.map}{/usr/share/texmf-d ist/fonts/enc/dvips/tex-gyre/q-ec.enc}] (./python-redfish.toc [1]) [2] [1] Chapter 1. (/usr/share/texmf-dist/tex/latex/txfonts/t1txtt.fd) [2] [3] Chapter 2. [4] (/usr/share/texmf-dist/tex/latex/tex-gyre/ts1qtm.fd) (/usr/share/texmf-dist/tex/latex/txfonts/ts1txtt.fd) [5{/usr/share/texmf-dist/fonts/enc/dvips/tex-gyre/q-ts1.enc}] [6] Chapter 3. [7] Chapter 4. [8] [9 <./simulator.jpg>] Chapter 5. [10] [11] Chapter 6. [12] Chapter 7. [13] Chapter 8. [14] Chapter 9. [15] Chapter 10. [16] [17] [18] [19] [20] [21] [22] Chapter 11. [23] Chapter 12. [24] Chapter 13. [25] Chapter 14. [26] [27] (./python-redfish.ind Underfull \hbox (badness 10000) in paragraph at lines 29--31 []\T1/txtt/m/n/10 get_api_version() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 red-fish.ma in.RedfishConnection [28] [29]) (./python-redfish.aux) Package rerunfilecheck Warning: File `python-redfish.out' has changed. (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. ) (see the transcript file for additional information)</usr/share/texmf-dist/font s/type1/public/amsfonts/cm/cmmi5.pfb></usr/share/texmf-dist/fonts/type1/public/ amsfonts/cm/cmsy5.pfb></usr/share/texmf-dist/fonts/type1/public/tex-gyre/qhvb.p fb></usr/share/texmf-dist/fonts/type1/public/tex-gyre/qhvbi.pfb></usr/share/tex mf-dist/fonts/type1/public/tex-gyre/qhvr.pfb></usr/share/texmf-dist/fonts/type1 /public/tex-gyre/qtmb.pfb></usr/share/texmf-dist/fonts/type1/public/tex-gyre/qt mr.pfb></usr/share/texmf-dist/fonts/type1/public/tex-gyre/qtmri.pfb></usr/share /texmf-dist/fonts/type1/public/txfonts/t1xbtt.pfb></usr/share/texmf-dist/fonts/ type1/public/txfonts/t1xtt.pfb></usr/share/texmf-dist/fonts/type1/public/txfont s/t1xtt.pfb></usr/share/texmf-dist/fonts/type1/public/txfonts/tcxtt.pfb> Output written on python-redfish.pdf (32 pages, 402449 bytes). Transcript written on python-redfish.log. Latexmk: Getting log file 'python-redfish.log' Latexmk: Examining 'python-redfish.fls' Latexmk: Examining 'python-redfish.log' Latexmk: Index file 'python-redfish.idx' was written Latexmk: References changed. Latexmk: Log file says output to 'python-redfish.pdf' Have index file 'python-redfish.idx', python-redfish.ind python-redfish Latexmk: applying rule 'pdflatex'... Rule 'pdflatex': Reasons for rerun Changed files or newly in use/created: python-redfish.aux python-redfish.out python-redfish.toc ------------ Run number 3 of rule 'pdflatex' ------------ ------------ Running 'pdflatex -recorder "python-redfish.tex"' ------------ This is pdfTeX, Version 3.141592653-2.6-1.40.27 (TeX Live 2025/Mageia) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./python-redfish.tex LaTeX2e <2024-11-01> patch level 2 L3 programming layer <2025-01-18> (./sphinxmanual.cls Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual) (/usr/share/texmf-dist/tex/latex/base/report.cls Document Class: report 2024/06/29 v1.4n Standard LaTeX document class (/usr/share/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texmf-dist/tex/latex/base/inputenc.sty) (/usr/share/texmf-dist/tex/latex/cmap/cmap.sty) (/usr/share/texmf-dist/tex/latex/base/fontenc.sty<<t1.cmap>>) (/usr/share/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texmf-dist/tex/generic/babel/babel.sty (/usr/share/texmf-dist/tex/generic/babel/txtbabel.def) (/usr/share/texmf-dist/tex/generic/babel-english/english.ldf)) (/usr/share/texmf-dist/tex/generic/babel/locale/en/babel-english.tex) (/usr/share/texmf-dist/tex/latex/tex-gyre/tgtermes.sty (/usr/share/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/share/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty))) (/usr/share/texmf-dist/tex/latex/tex-gyre/tgheros.sty) (/usr/share/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty (/usr/share/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texmf-dist/tex/latex/graphics-def/pdftex.def) (/usr/share/texmf-dist/tex/latex/graphics/mathcolor.ltx)) (./sphinxoptionshyperref.sty) (./sphinxoptionsgeometry.sty) (/usr/share/texmf-dist/tex/latex/base/textcomp.sty) (/usr/share/texmf-dist/tex/latex/float/float.sty) (/usr/share/texmf-dist/tex/latex/wrapfig/wrapfig.sty) (/usr/share/texmf-dist/tex/latex/capt-of/capt-of.sty) (/usr/share/texmf-dist/tex/latex/tools/multicol.sty) (/usr/share/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (./sphinxlatexgraphics.sty) (./sphinxpackageboxes.sty (/usr/share/texmf-dist/tex/latex/pict2e/pict2e.sty (/usr/share/texmf-dist/tex/latex/pict2e/pict2e.cfg) (/usr/share/texmf-dist/tex/latex/pict2e/p2e-pdftex.def)) (/usr/share/texmf-dist/tex/latex/ellipse/ellipse.sty)) (./sphinxlatexadmonitions.sty (/usr/share/texmf-dist/tex/latex/framed/framed.sty) (./sphinxpackagefootnote.sty)) (./sphinxlatexliterals.sty (/usr/share/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty) (/usr/share/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texmf-dist/tex/latex/upquote/upquote.sty) (/usr/share/texmf-dist/tex/latex/needspace/needspace.sty)) (./sphinxlatexshadowbox.sty) (./sphinxlatexcontainers.sty) (./sphinxhighlight.sty) (./sphinxlatextables.sty (/usr/share/texmf-dist/tex/latex/tabulary/tabulary.sty (/usr/share/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texmf-dist/tex/latex/varwidth/varwidth.sty) (/usr/share/texmf-dist/tex/latex/colortbl/colortbl.sty) (/usr/share/texmf-dist/tex/latex/booktabs/booktabs.sty)) (./sphinxlatexnumfig.sty) (./sphinxlatexlists.sty) (./sphinxlatexindbibtoc.sty (/usr/share/texmf-dist/tex/latex/base/makeidx.sty)) (./sphinxlatexstylepage.sty (/usr/share/texmf-dist/tex/latex/parskip/parskip.sty (/usr/share/texmf-dist/tex/latex/etoolbox/etoolbox.sty)) (/usr/share/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)) (./sphinxlatexstyleheadings.sty (/usr/share/texmf-dist/tex/latex/titlesec/titlesec.sty)) (./sphinxlatexstyletext.sty) (./sphinxlatexobjects.sty)) (/usr/share/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texmf-dist/tex/generic/iftex/ifvtex.sty (/usr/share/texmf-dist/tex/generic/iftex/iftex.sty))) (/usr/share/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texmf-dist/tex/generic/pdfescape/pdfescape.sty (/usr/share/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty (/usr/share/texmf-dist/tex/generic/infwarerr/infwarerr.sty))) (/usr/share/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (/usr/share/texmf-dist/tex/generic/stringenc/stringenc.sty) (/usr/share/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texmf-dist/tex/latex/url/url.sty) (/usr/share/texmf-dist/tex/generic/bitset/bitset.sty (/usr/share/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/share/texmf-dist/tex/latex/base/atbegshi-ltx.sty)) (/usr/share/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texmf-dist/tex/latex/base/atveryend-ltx.sty) (/usr/share/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/share/texmf-dist/tex/latex/hypcap/hypcap.sty (/usr/share/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty)) (./sphinxmessages.sty) Writing index file python-redfish.idx (/usr/share/texmf-dist/tex/latex/tex-gyre/t1qtm.fd) (/usr/share/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./python-redfish.aux) (/usr/share/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/share/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) (/usr/share/texmf-dist/tex/latex/fontawesome5/fontawesome5.sty (/usr/share/texmf-dist/tex/latex/l3kernel/expl3.sty) (/usr/share/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty) (/usr/share/texmf-dist/tex/latex/l3packages/xparse/xparse.sty) (/usr/share/texmf-dist/tex/latex/fontawesome5/fontawesome5-generic-helper.sty (/usr/share/texmf-dist/tex/latex/fontawesome5/fontawesome5-mapping.def))) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (./python-redfish.out) (./python-redfish.out) (/usr/share/texmf-dist/tex/latex/tex-gyre/t1qhv.fd)<<ot1.cmap>><<oml.cmap>><<om s.cmap>><<omx.cmap>> (/usr/share/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/usr/share/texmf-dist/fonts/map/pdftex/updmap/pdftex.map}{/usr/share/texmf-d ist/fonts/enc/dvips/tex-gyre/q-ec.enc}] (./python-redfish.toc [1]) [2] [1] Chapter 1. (/usr/share/texmf-dist/tex/latex/txfonts/t1txtt.fd) [2] [3] Chapter 2. [4] (/usr/share/texmf-dist/tex/latex/tex-gyre/ts1qtm.fd) (/usr/share/texmf-dist/tex/latex/txfonts/ts1txtt.fd) [5{/usr/share/texmf-dist/fonts/enc/dvips/tex-gyre/q-ts1.enc}] [6] Chapter 3. [7] Chapter 4. [8] [9 <./simulator.jpg>] Chapter 5. [10] [11] Chapter 6. [12] Chapter 7. [13] Chapter 8. [14] Chapter 9. [15] Chapter 10. [16] [17] [18] [19] [20] [21] [22] Chapter 11. [23] Chapter 12. [24] Chapter 13. [25] Chapter 14. [26] [27] (./python-redfish.ind Underfull \hbox (badness 10000) in paragraph at lines 29--31 []\T1/txtt/m/n/10 get_api_version() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 red-fish.ma in.RedfishConnection [28] [29]) (./python-redfish.aux) ) (see the transcript file for additional information)</usr/share/texmf-dist/font s/type1/public/amsfonts/cm/cmmi5.pfb></usr/share/texmf-dist/fonts/type1/public/ amsfonts/cm/cmsy5.pfb></usr/share/texmf-dist/fonts/type1/public/tex-gyre/qhvb.p fb></usr/share/texmf-dist/fonts/type1/public/tex-gyre/qhvbi.pfb></usr/share/tex mf-dist/fonts/type1/public/tex-gyre/qhvr.pfb></usr/share/texmf-dist/fonts/type1 /public/tex-gyre/qtmb.pfb></usr/share/texmf-dist/fonts/type1/public/tex-gyre/qt mr.pfb></usr/share/texmf-dist/fonts/type1/public/tex-gyre/qtmri.pfb></usr/share /texmf-dist/fonts/type1/public/txfonts/t1xbtt.pfb></usr/share/texmf-dist/fonts/ type1/public/txfonts/t1xtt.pfb></usr/share/texmf-dist/fonts/type1/public/txfont s/t1xtt.pfb></usr/share/texmf-dist/fonts/type1/public/txfonts/tcxtt.pfb> Output written on python-redfish.pdf (32 pages, 402504 bytes). Transcript written on python-redfish.log. Latexmk: Getting log file 'python-redfish.log' Latexmk: Examining 'python-redfish.fls' Latexmk: Examining 'python-redfish.log' Latexmk: Index file 'python-redfish.idx' was written Latexmk: Log file says output to 'python-redfish.pdf' Have index file 'python-redfish.idx', python-redfish.ind python-redfish Latexmk: All targets (python-redfish.pdf) are up-to-date make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/python-redfish-0.4.5/doc/build/latex' pdflatex finished; the PDF files are in build/latex. + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.cwpTI4 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build + mkdir /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd python-redfish-0.4.5 + '[' 1 -eq 1 ']' + ./install.sh /usr/bin/python3 /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT /usr/lib/python3.13/site-packages /usr python-redfish + export python=/usr/bin/python3 + python=/usr/bin/python3 + export rootdir=/home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT + rootdir=/home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT + export sitelib=/usr/lib/python3.13/site-packages + sitelib=/usr/lib/python3.13/site-packages + export prefix=/usr + prefix=/usr + export pkg=python-redfish + pkg=python-redfish + echo /usr/bin/python3 + grep -q /doc + '[' 1 -eq 0 ']' ++ /usr/bin/python3 --version ++ perl -p -e 's|.* ([2-3])\..*|$1|' + pyver=3 + /usr/bin/python3 setup.py install --skip-build --root=/home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT --prefix=/usr /usr/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead. !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'author-email' in 'metadata' (setup.cfg), please use the underscore name 'author_email' instead. !! ******************************************************************************** Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead. By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'home-page' in 'metadata' (setup.cfg), please use the underscore name 'home_page' instead. !! ******************************************************************************** Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead. By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() /usr/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. Follow the current Python packaging guidelines when building Python RPM packages. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html and https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/ for details. ******************************************************************************** !! self.initialize_options() /usr/lib/python3.13/site-packages/setuptools/__init__.py:94: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) /usr/lib/python3.13/site-packages/setuptools/command/develop.py:41: EasyInstallDeprecationWarning: easy_install command is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` and ``easy_install``. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://github.com/pypa/setuptools/issues/917 for details. ******************************************************************************** !! easy_install.initialize_options(self) /usr/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. Follow the current Python packaging guidelines when building Python RPM packages. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html and https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/ for details. ******************************************************************************** !! self.initialize_options() /usr/lib/python3.13/site-packages/pbr/core.py:140: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) /usr/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead. !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. (Affected: python-redfish). By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'author-email' in 'metadata' (setup.cfg), please use the underscore name 'author_email' instead. !! ******************************************************************************** Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead. (Affected: python-redfish). By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'home-page' in 'metadata' (setup.cfg), please use the underscore name 'home_page' instead. !! ******************************************************************************** Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead. (Affected: python-redfish). By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() { 'conf': { 'dst': 'etc', 'fdst': [ '/home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/etc/redfish-client.conf'], 'src': ['redfish-client/etc/redfish-client.conf']}, 'rfcusage': { 'dst': 'share/redfish-client', 'fdst': [ '/home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/share/redfish-client/redfish-client_usage.txt'], 'src': ['redfish-client/redfish-client_usage.txt']}, 'script': { 'dst': 'bin', 'fdst': [ '/home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/bin/redfish-client', '/home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/bin/redfish-check-cartridge'], 'src': [ 'redfish-client/redfish-client', 'redfish-client/redfish-check-cartridge']}, 'templates': { 'dst': 'share/redfish-client/templates', 'fdst': [ '/home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/share/redfish-client/templates/manager_info.template', '/home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/share/redfish-client/templates/chassis_info.template', '/home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/share/redfish-client/templates/serial_info.template', '/home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/share/redfish-client/templates/monitor_info.template', '/home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/share/redfish-client/templates/system_info.template'], 'src': [ 'redfish-client/templates/manager_info.template', 'redfish-client/templates/chassis_info.template', 'redfish-client/templates/serial_info.template', 'redfish-client/templates/monitor_info.template', 'redfish-client/templates/system_info.template']}} running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/lib/python3.13/site-packages creating /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/lib/python3.13/site-packages/redfish copying build/lib/redfish/exception.py -> /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/lib/python3.13/site-packages/redfish copying build/lib/redfish/main.py -> /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/lib/python3.13/site-packages/redfish copying build/lib/redfish/types.py -> /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/lib/python3.13/site-packages/redfish creating /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/lib/python3.13/site-packages/redfish/tests copying build/lib/redfish/tests/test_redfish.py -> /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/lib/python3.13/site-packages/redfish/tests creating /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/lib/python3.13/site-packages/redfish/oem copying build/lib/redfish/oem/hpe.py -> /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/lib/python3.13/site-packages/redfish/oem copying build/lib/redfish/oem/__init__.py -> /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/lib/python3.13/site-packages/redfish/oem copying build/lib/redfish/config.py -> /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/lib/python3.13/site-packages/redfish copying build/lib/redfish/standard.py -> /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/lib/python3.13/site-packages/redfish copying build/lib/redfish/__init__.py -> /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/lib/python3.13/site-packages/redfish copying build/lib/redfish/mapping.py -> /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/lib/python3.13/site-packages/redfish byte-compiling /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/lib/python3.13/site-packages/redfish/exception.py to exception.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/lib/python3.13/site-packages/redfish/main.py to main.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/lib/python3.13/site-packages/redfish/types.py to types.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/lib/python3.13/site-packages/redfish/tests/test_redfish.py to test_redfish.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/lib/python3.13/site-packages/redfish/oem/hpe.py to hpe.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/lib/python3.13/site-packages/redfish/oem/__init__.py to __init__.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/lib/python3.13/site-packages/redfish/config.py to config.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/lib/python3.13/site-packages/redfish/standard.py to standard.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/lib/python3.13/site-packages/redfish/__init__.py to __init__.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/lib/python3.13/site-packages/redfish/mapping.py to mapping.cpython-313.pyc running install_data creating /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/etc copying redfish-client/etc/redfish-client.conf -> /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/etc creating /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/share/redfish-client/templates copying redfish-client/templates/manager_info.template -> /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/share/redfish-client/templates copying redfish-client/templates/chassis_info.template -> /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/share/redfish-client/templates copying redfish-client/templates/serial_info.template -> /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/share/redfish-client/templates copying redfish-client/templates/monitor_info.template -> /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/share/redfish-client/templates copying redfish-client/templates/system_info.template -> /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/share/redfish-client/templates copying redfish-client/redfish-client_usage.txt -> /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/share/redfish-client running install_egg_info running egg_info writing python_redfish.egg-info/PKG-INFO writing dependency_links to python_redfish.egg-info/dependency_links.txt writing requirements to python_redfish.egg-info/requires.txt writing top-level names to python_redfish.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt Copying python_redfish.egg-info to /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/lib/python3.13/site-packages/python_redfish-0.4.5-py3.13.egg-info running install_scripts creating /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/bin copying build/scripts-3.13/redfish-check-cartridge -> /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/bin copying build/scripts-3.13/redfish-client -> /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/bin changing mode of /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/bin/redfish-check-cartridge to 755 changing mode of /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/bin/redfish-client to 755 Update : /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/etc/redfish-client.conf Update : /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/bin/redfish-client Update : /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/bin/redfish-check-cartridge + rm -rf /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT//usr/lib/python3.13/site-packages/redfish/old /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT//usr/share/doc/python-redfish/html '/home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT//usr/share/doc/python-redfish/*.pdf' + install -d 755 /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/etc + mv /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT//usr/etc/redfish-client.conf /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/etc/redfish-client.conf + install -d 755 /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/etc/bash_completion.d + install -m 644 redfish-client/etc/bash_completion.d/redfish-client.bash /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/etc/bash_completion.d + for i in 1 + mkdir -p /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT//usr/share/man/man1 ++ ls doc/build/man/python-redfish.1 + for e in `ls doc/build/man/*.$i` ++ echo doc/build/man/python-redfish.1 ++ perl -p -e 's|.*/([^/]*)\.1|$1-py3.1|' + ne=python-redfish-py3.1 + install -m 644 doc/build/man/python-redfish.1 /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT//usr/share/man/man1/python-redfish-py3.1 + ./install.sh /usr/share/doc /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT /usr/lib/python3.13/site-packages /usr python-redfish + export python=/usr/share/doc + python=/usr/share/doc + export rootdir=/home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT + rootdir=/home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT + export sitelib=/usr/lib/python3.13/site-packages + sitelib=/usr/lib/python3.13/site-packages + export prefix=/usr + prefix=/usr + export pkg=python-redfish + pkg=python-redfish + echo /usr/share/doc + grep -q /doc + '[' 0 -eq 0 ']' + install -m 755 -d /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT//usr/share/doc/python-redfish/manual/html/_static + install -m 644 doc/build/singlehtml/index.html /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT//usr/share/doc/python-redfish/manual/html + install -m 644 doc/build/singlehtml/_static/basic.css doc/build/singlehtml/_static/classic.css doc/build/singlehtml/_static/default.css doc/build/singlehtml/_static/doctools.js doc/build/singlehtml/_static/documentation_options.js doc/build/singlehtml/_static/file.png doc/build/singlehtml/_static/language_data.js doc/build/singlehtml/_static/minus.png doc/build/singlehtml/_static/plus.png doc/build/singlehtml/_static/pygments.css doc/build/singlehtml/_static/searchtools.js doc/build/singlehtml/_static/sidebar.js doc/build/singlehtml/_static/sphinx_highlight.js /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT//usr/share/doc/python-redfish/manual/html/_static + install -m 644 doc/build/latex/python-redfish.pdf /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT//usr/share/doc/python-redfish/manual/ + exit 0 + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 Bytecompiling .py files below /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/lib/python3.13 using python3.13 Not clamping source mtimes, $SOURCE_DATE_EPOCH not set + /usr/lib/rpm/redhat/brp-python-hardlink Processing files: python-redfish-0.4.5-2.mga10.noarch Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ozUwJs + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build + cd python-redfish-0.4.5 + DOCDIR=/home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/share/doc/python-redfish + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/share/doc/python-redfish + cp -pr /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/python-redfish-0.4.5/README.rst /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/share/doc/python-redfish + cp -pr /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/python-redfish-0.4.5/examples/simple-proliant.py /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/share/doc/python-redfish + cp -pr /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/python-redfish-0.4.5/examples/simple-simulator.py /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/share/doc/python-redfish + cp -pr /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/python-redfish-0.4.5/AUTHORS /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/share/doc/python-redfish + cp -pr /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/python-redfish-0.4.5/ChangeLog /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/share/doc/python-redfish + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.l0zcHe + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build + cd python-redfish-0.4.5 + LICENSEDIR=/home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/share/licenses/python-redfish + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/share/licenses/python-redfish + cp -pr /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/python-redfish-0.4.5/LICENSE /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT/usr/share/licenses/python-redfish + RPM_EC=0 ++ jobs -p + exit 0 Provides: config(python-redfish) = 0.4.5-2.mga10 python-redfish = 0.4.5-2.mga10 python3.13dist(python-redfish) = 0.4.5 python3dist(python-redfish) = 0.4.5 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: python(abi) = 3.13 python3.13dist(docopt) >= 0.6.2 python3.13dist(future) >= 0.15.2 python3.13dist(jinja2) >= 2.7.3 python3.13dist(pbr) >= 0.8 python3.13dist(requests) >= 2.9.1 python3.13dist(simplejson) >= 3.8.1 python3.13dist(tortilla) >= 0.4.1 Processing files: python-redfish-doc-0.4.5-2.mga10.noarch Provides: python-redfish-doc = 0.4.5-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/python-redfish-0.4.5-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/python-redfish-doc-0.4.5-2.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.1tocq3 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build + test -d /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build + rm -rf /home/pterjan/rpmbuild/BUILD/python-redfish-0.4.5-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!