Mock Version: 2.3 Mock Version: 2.3 Mock Version: 2.3 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-odml.spec'], chrootPath='/var/lib/mock/f32-build-21175893-1650124/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-odml.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1593043200 Wrote: /builddir/build/SRPMS/python-odml-1.4.4-3.fc32.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-odml.spec'], chrootPath='/var/lib/mock/f32-build-21175893-1650124/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-odml.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1593043200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.rF9hJO + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-odml-1.4.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/odml-1.4.4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-odml-1.4.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf odml.egg-info + find . -type f -name '*.py' -exec sed -i '/^#![ ]*\/usr\/bin\/env.*$/ d' '{}' ';' + sed -i -e 's/, "pathlib"//g' setup.py + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.eDSNyO + umask 022 + cd /builddir/build/BUILD + cd python-odml-1.4.4 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/odml copying odml/dtypes.py -> build/lib/odml copying odml/doc.py -> build/lib/odml copying odml/base.py -> build/lib/odml copying odml/property.py -> build/lib/odml copying odml/format.py -> build/lib/odml copying odml/__init__.py -> build/lib/odml copying odml/info.py -> build/lib/odml copying odml/fileio.py -> build/lib/odml copying odml/validation.py -> build/lib/odml copying odml/terminology.py -> build/lib/odml copying odml/section.py -> build/lib/odml copying odml/templates.py -> build/lib/odml creating build/lib/odml/rdf copying odml/rdf/query_creator.py -> build/lib/odml/rdf copying odml/rdf/__init__.py -> build/lib/odml/rdf copying odml/rdf/fuzzy_finder.py -> build/lib/odml/rdf creating build/lib/odml/scripts copying odml/scripts/odml_convert.py -> build/lib/odml/scripts copying odml/scripts/odml_to_rdf.py -> build/lib/odml/scripts copying odml/scripts/__init__.py -> build/lib/odml/scripts copying odml/scripts/odml_view.py -> build/lib/odml/scripts creating build/lib/odml/tools copying odml/tools/odmlparser.py -> build/lib/odml/tools copying odml/tools/dumper.py -> build/lib/odml/tools copying odml/tools/xmlparser.py -> build/lib/odml/tools copying odml/tools/parser_utils.py -> build/lib/odml/tools copying odml/tools/rdf_converter.py -> build/lib/odml/tools copying odml/tools/doc_inherit.py -> build/lib/odml/tools copying odml/tools/__init__.py -> build/lib/odml/tools copying odml/tools/dict_parser.py -> build/lib/odml/tools copying odml/tools/version_converter.py -> build/lib/odml/tools creating build/lib/odml/tools/converters copying odml/tools/converters/__init__.py -> build/lib/odml/tools/converters copying odml/tools/converters/format_converter.py -> build/lib/odml/tools/converters copying odml/tools/converters/version_converter.py -> build/lib/odml/tools/converters running egg_info creating odML.egg-info writing odML.egg-info/PKG-INFO writing dependency_links to odML.egg-info/dependency_links.txt writing entry points to odML.egg-info/entry_points.txt writing requirements to odML.egg-info/requires.txt writing top-level names to odML.egg-info/top_level.txt writing manifest file 'odML.egg-info/SOURCES.txt' reading manifest file 'odML.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README.rst' writing manifest file 'odML.egg-info/SOURCES.txt' copying odml/info.json -> build/lib/odml creating build/lib/odml/resources copying odml/resources/odml-ontology.ttl -> build/lib/odml/resources copying odml/resources/section_subclasses.yaml -> build/lib/odml/resources + PYTHONPATH=. + sphinx-build-3 doc html Running Sphinx v2.2.2 making output directory... done WARNING: html_static_path entry '_static' does not exist building [mo]: targets for 0 po files that are out of date building [html]: targets for 5 source files that are out of date updating environment: [new config] 5 added, 0 changed, 0 removed reading sources... [ 20%] base-classes reading sources... [ 40%] index reading sources... [ 60%] reference reading sources... [ 80%] tools reading sources... [100%] tutorial looking for now-outdated files... /builddir/build/BUILD/python-odml-1.4.4/odml/doc.py:docstring of odml.doc.BaseDocument.itervalues:5: WARNING: Definition list ends without a blank line; unexpected unindent. /builddir/build/BUILD/python-odml-1.4.4/odml/section.py:docstring of odml.section.BaseSection.itervalues:5: WARNING: Definition list ends without a blank line; unexpected unindent. /builddir/build/BUILD/python-odml-1.4.4/odml/tools/xmlparser.py:docstring of odml.tools.xmlparser:3: WARNING: Unexpected indentation. /builddir/build/BUILD/python-odml-1.4.4/odml/tools/xmlparser.py:docstring of odml.tools.xmlparser.XMLReader:3: WARNING: Unexpected indentation. /builddir/build/BUILD/python-odml-1.4.4/odml/tools/xmlparser.py:docstring of odml.tools.xmlparser.XMLReader.parse_tag:6: WARNING: Unexpected indentation. /builddir/build/BUILD/python-odml-1.4.4/odml/tools/xmlparser.py:docstring of odml.tools.xmlparser.XMLWriter.write_file:4: WARNING: Unexpected indentation. /builddir/build/BUILD/python-odml-1.4.4/odml/tools/xmlparser.py:docstring of odml.tools.xmlparser.XMLWriter.write_file:11: WARNING: Block quote ends without a blank line; unexpected unindent. /builddir/build/BUILD/python-odml-1.4.4/odml/tools/converters/format_converter.py:docstring of odml.tools.converters.format_converter.FormatConverter.convert:3: WARNING: Unexpected indentation. /builddir/build/BUILD/python-odml-1.4.4/odml/tools/converters/format_converter.py:docstring of odml.tools.converters.format_converter.FormatConverter.convert_dir:6: WARNING: Unexpected indentation. WARNING: autodoc: failed to import module 'odml_convert' from module 'odml.scripts'; the following exception was raised: No module named 'docopt' WARNING: autodoc: failed to import module 'odml_to_rdf' from module 'odml.scripts'; the following exception was raised: No module named 'docopt' WARNING: autodoc: failed to import module 'odml_view' from module 'odml.scripts'; the following exception was raised: No module named 'docopt' none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 20%] base-classes writing output... [ 40%] index writing output... [ 60%] reference writing output... [ 80%] tools writing output... [100%] tutorial generating indices... genindex py-modindexdone writing additional pages... searchdone copying static files... ... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded, 13 warnings. The HTML pages are in html. + rm -rvf html/.buildinfo removed 'html/.buildinfo' + rm -rvf html/.doctrees removed 'html/.doctrees/environment.pickle' removed 'html/.doctrees/tools.doctree' removed 'html/.doctrees/base-classes.doctree' removed 'html/.doctrees/reference.doctree' removed 'html/.doctrees/index.doctree' removed 'html/.doctrees/tutorial.doctree' removed directory 'html/.doctrees' + mkdir examples + cp -prv doc/example_odMLs doc/example_rdfs examples 'doc/example_odMLs' -> 'examples/example_odMLs' 'doc/example_odMLs/THGTTG.odml' -> 'examples/example_odMLs/THGTTG.odml' 'doc/example_odMLs/sample_odml.json' -> 'examples/example_odMLs/sample_odml.json' 'doc/example_odMLs/sample_odml.odml' -> 'examples/example_odMLs/sample_odml.odml' 'doc/example_odMLs/sample_odml.rdf' -> 'examples/example_odMLs/sample_odml.rdf' 'doc/example_odMLs/sample_odml.yaml' -> 'examples/example_odMLs/sample_odml.yaml' 'doc/example_odMLs/thgttg.py' -> 'examples/example_odMLs/thgttg.py' 'doc/example_rdfs' -> 'examples/example_rdfs' 'doc/example_rdfs/rdf_generator.py' -> 'examples/example_rdfs/rdf_generator.py' 'doc/example_rdfs/example_data' -> 'examples/example_rdfs/example_data' 'doc/example_rdfs/example_data/2010-04-16-ab_cutoff_300_contrast_20%.ttl' -> 'examples/example_rdfs/example_data/2010-04-16-ab_cutoff_300_contrast_20%.ttl' 'doc/example_rdfs/example_data/drosophila_2.ttl' -> 'examples/example_rdfs/example_data/drosophila_2.ttl' 'doc/example_rdfs/example_data/drosophila_4.ttl' -> 'examples/example_rdfs/example_data/drosophila_4.ttl' 'doc/example_rdfs/example_data/drosophila_8.ttl' -> 'examples/example_rdfs/example_data/drosophila_8.ttl' 'doc/example_rdfs/generated_rdf.xml' -> 'examples/example_rdfs/generated_rdf.xml' 'doc/example_rdfs/sparql_example_queries.py' -> 'examples/example_rdfs/sparql_example_queries.py' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.z6ryOO + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch ++ dirname /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch + cd python-odml-1.4.4 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr creating /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib creating /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8 creating /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages creating /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml copying build/lib/odml/dtypes.py -> /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml copying build/lib/odml/doc.py -> /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml copying build/lib/odml/base.py -> /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml creating /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/tools copying build/lib/odml/tools/odmlparser.py -> /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/tools copying build/lib/odml/tools/dumper.py -> /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/tools copying build/lib/odml/tools/xmlparser.py -> /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/tools copying build/lib/odml/tools/parser_utils.py -> /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/tools creating /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/tools/converters copying build/lib/odml/tools/converters/__init__.py -> /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/tools/converters copying build/lib/odml/tools/converters/format_converter.py -> /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/tools/converters copying build/lib/odml/tools/converters/version_converter.py -> /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/tools/converters copying build/lib/odml/tools/rdf_converter.py -> /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/tools copying build/lib/odml/tools/doc_inherit.py -> /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/tools copying build/lib/odml/tools/__init__.py -> /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/tools copying build/lib/odml/tools/dict_parser.py -> /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/tools copying build/lib/odml/tools/version_converter.py -> /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/tools creating /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/rdf copying build/lib/odml/rdf/query_creator.py -> /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/rdf copying build/lib/odml/rdf/__init__.py -> /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/rdf copying build/lib/odml/rdf/fuzzy_finder.py -> /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/rdf creating /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/resources copying build/lib/odml/resources/section_subclasses.yaml -> /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/resources copying build/lib/odml/resources/odml-ontology.ttl -> /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/resources creating /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/scripts copying build/lib/odml/scripts/odml_convert.py -> /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/scripts copying build/lib/odml/scripts/odml_to_rdf.py -> /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/scripts copying build/lib/odml/scripts/__init__.py -> /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/scripts copying build/lib/odml/scripts/odml_view.py -> /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/scripts copying build/lib/odml/property.py -> /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml copying build/lib/odml/format.py -> /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml copying build/lib/odml/__init__.py -> /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml copying build/lib/odml/info.py -> /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml copying build/lib/odml/info.json -> /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml copying build/lib/odml/fileio.py -> /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml copying build/lib/odml/validation.py -> /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml copying build/lib/odml/terminology.py -> /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml copying build/lib/odml/section.py -> /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml copying build/lib/odml/templates.py -> /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml byte-compiling /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/dtypes.py to dtypes.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/doc.py to doc.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/base.py to base.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/tools/odmlparser.py to odmlparser.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/tools/dumper.py to dumper.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/tools/xmlparser.py to xmlparser.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/tools/parser_utils.py to parser_utils.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/tools/converters/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/tools/converters/format_converter.py to format_converter.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/tools/converters/version_converter.py to version_converter.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/tools/rdf_converter.py to rdf_converter.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/tools/doc_inherit.py to doc_inherit.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/tools/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/tools/dict_parser.py to dict_parser.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/tools/version_converter.py to version_converter.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/rdf/query_creator.py to query_creator.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/rdf/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/rdf/fuzzy_finder.py to fuzzy_finder.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/scripts/odml_convert.py to odml_convert.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/scripts/odml_to_rdf.py to odml_to_rdf.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/scripts/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/scripts/odml_view.py to odml_view.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/property.py to property.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/format.py to format.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/info.py to info.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/fileio.py to fileio.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/validation.py to validation.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/terminology.py to terminology.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/section.py to section.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odml/templates.py to templates.cpython-38.pyc writing byte-compilation script '/tmp/tmpqp8sfb6e.py' /usr/bin/python3 /tmp/tmpqp8sfb6e.py removing /tmp/tmpqp8sfb6e.py running install_egg_info running egg_info writing odML.egg-info/PKG-INFO writing dependency_links to odML.egg-info/dependency_links.txt writing entry points to odML.egg-info/entry_points.txt writing requirements to odML.egg-info/requires.txt writing top-level names to odML.egg-info/top_level.txt reading manifest file 'odML.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README.rst' writing manifest file 'odML.egg-info/SOURCES.txt' Copying odML.egg-info to /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8/site-packages/odML-1.4.4-py3.8.egg-info running install_scripts Installing odmlconversion script to /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/bin Installing odmlconvert script to /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/bin Installing odmltordf script to /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/bin Installing odmlview script to /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/bin + rm -rfv /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/bin/__pycache__ + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 1.4.4-3.fc32 --unique-debug-suffix -1.4.4-3.fc32.noarch --unique-debug-src-base python-odml-1.4.4-3.fc32.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/python-odml-1.4.4 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/lib/python3.8 using /usr/bin/python3.8 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.pLjAOO + umask 022 + cd /builddir/build/BUILD + cd python-odml-1.4.4 + PYTHONPATH=. + pytest-3.8 --deselect test/test_version_converter.py ============================= test session starts ============================== platform linux -- Python 3.8.3, pytest-4.6.11, py-1.8.0, pluggy-0.13.1 rootdir: /builddir/build/BUILD/python-odml-1.4.4 collected 186 items / 16 deselected / 170 selected test/test_bugs.py . [ 0%] test/test_doc.py .......... [ 6%] test/test_doc_integration.py ... [ 8%] test/test_dtypes.py .......... [ 14%] test/test_dtypes_integration.py ........ [ 18%] test/test_dumper.py . [ 19%] test/test_fileio.py ... [ 21%] test/test_find_section.py ... [ 22%] test/test_format_converter.py ..... [ 25%] test/test_infer_type.py ......... [ 31%] test/test_iterators.py ... [ 32%] test/test_links.py .. [ 34%] test/test_parser_json.py ... [ 35%] test/test_parser_odml.py ......... [ 41%] test/test_parser_xml.py .... [ 43%] test/test_parser_yaml.py ... [ 45%] test/test_property.py ................... [ 56%] test/test_property_integration.py .. [ 57%] test/test_rdf_writer.py ......... [ 62%] test/test_samplefile.py ................... [ 74%] test/test_section.py ......................... [ 88%] test/test_section_integration.py ..... [ 91%] test/test_validation.py ........ [ 96%] test/test_version_converter_integration.py ... [ 98%] test/test_xml_writer.py ... [100%] =============================== warnings summary =============================== test/test_samplefile.py:41 /builddir/build/BUILD/python-odml-1.4.4/test/test_samplefile.py:41: DeprecationWarning: invalid escape sequence \s offset = len(re.compile('(\s*)').match(lines[0]).group()) test/test_samplefile.py:43 /builddir/build/BUILD/python-odml-1.4.4/test/test_samplefile.py:43: DeprecationWarning: invalid escape sequence \w '[\w:]+)\])?(\s+linked to (?P[\w/]+))?') test/test_doc.py::TestSection::test_append /builddir/build/BUILD/python-odml-1.4.4/odml/base.py:252: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working elif isinstance(section, collections.Iterable) and not isinstance(section, str): test/test_dtypes.py::TestTypes::test_date /builddir/build/BUILD/python-odml-1.4.4/test/test_dtypes.py:39: DeprecationWarning: Please use assertRegex instead. self.assertRegexpMatches(typ.date_get(None).strftime(typ.FORMAT_DATE), re) test/test_dtypes.py::TestTypes::test_date /builddir/build/BUILD/python-odml-1.4.4/test/test_dtypes.py:40: DeprecationWarning: Please use assertRegex instead. self.assertRegexpMatches(typ.date_get("").strftime(typ.FORMAT_DATE), re) test/test_dtypes.py::TestTypes::test_datetime /builddir/build/BUILD/python-odml-1.4.4/test/test_dtypes.py:104: DeprecationWarning: Please use assertRegex instead. self.assertRegexpMatches(typ.datetime_get(None).strftime(typ.FORMAT_DATETIME), re) test/test_dtypes.py::TestTypes::test_datetime /builddir/build/BUILD/python-odml-1.4.4/test/test_dtypes.py:105: DeprecationWarning: Please use assertRegex instead. self.assertRegexpMatches(typ.datetime_get("").strftime(typ.FORMAT_DATETIME), re) test/test_dtypes.py::TestTypes::test_time /builddir/build/BUILD/python-odml-1.4.4/test/test_dtypes.py:71: DeprecationWarning: Please use assertRegex instead. self.assertRegexpMatches(typ.time_get(None).strftime(typ.FORMAT_TIME), re) test/test_dtypes.py::TestTypes::test_time /builddir/build/BUILD/python-odml-1.4.4/test/test_dtypes.py:72: DeprecationWarning: Please use assertRegex instead. self.assertRegexpMatches(typ.time_get("").strftime(typ.FORMAT_TIME), re) test/test_parser_odml.py::TestOdmlParser::test_rdf_file test/test_rdf_writer.py::TestRDFWriter::test_adding_doc_to_the_hub test/test_rdf_writer.py::TestRDFWriter::test_adding_other_entities_properties test/test_rdf_writer.py::TestRDFWriter::test_adding_properties test/test_rdf_writer.py::TestRDFWriter::test_adding_repository test/test_rdf_writer.py::TestRDFWriter::test_adding_sections test/test_rdf_writer.py::TestRDFWriter::test_adding_values test/test_rdf_writer.py::TestRDFWriter::test_convert_to_rdf test/test_rdf_writer.py::TestRDFWriter::test_get_rdf_string test/test_rdf_writer.py::TestRDFWriter::test_section_subclass /builddir/build/BUILD/python-odml-1.4.4/odml/tools/rdf_converter.py:49: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. section_subclasses = yaml.load(yaml_file) test/test_parser_yaml.py::TestYAMLParser::test_invalid_version /builddir/build/BUILD/python-odml-1.4.4/test/test_parser_yaml.py:45: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. parsed_doc = yaml.load(raw_data) test/test_parser_yaml.py::TestYAMLParser::test_missing_root /builddir/build/BUILD/python-odml-1.4.4/test/test_parser_yaml.py:22: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. parsed_doc = yaml.load(raw_data) test/test_parser_yaml.py::TestYAMLParser::test_missing_version /builddir/build/BUILD/python-odml-1.4.4/test/test_parser_yaml.py:34: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. parsed_doc = yaml.load(raw_data) test/test_rdf_writer.py::TestRDFWriter::test_section_subclass /builddir/build/BUILD/python-odml-1.4.4/test/test_rdf_writer.py:137: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. subclass = yaml.load(f) test/test_version_converter_integration.py::TestVersionConverterIntegration::test_convert_yaml /builddir/build/BUILD/python-odml-1.4.4/odml/tools/converters/version_converter.py:62: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. parsed_doc = yaml.load(file) -- Docs: https://docs.pytest.org/en/latest/warnings.html ============ 170 passed, 16 deselected, 24 warnings in 2.84 seconds ============ + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-odml-1.4.4-3.fc32.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.t1MxwP + umask 022 + cd /builddir/build/BUILD + cd python-odml-1.4.4 + DOCDIR=/builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/share/doc/python3-odml + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/share/doc/python3-odml + cp -pr README.md /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/share/doc/python3-odml + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.kVwliP + umask 022 + cd /builddir/build/BUILD + cd python-odml-1.4.4 + LICENSEDIR=/builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/share/licenses/python3-odml + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/share/licenses/python3-odml + cp -pr LICENSE /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/share/licenses/python3-odml + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-odml = 1.4.4-3.fc32 python3-odml = 1.4.4-3.fc32 python3.8dist(odml) = 1.4.4 python3dist(odml) = 1.4.4 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/python3 python(abi) = 3.8 python3.8dist(docopt) python3.8dist(lxml) python3.8dist(pyyaml) >= 5.1 python3.8dist(rdflib) python3.8dist(setuptools) Obsoletes: python-odml < 1.4.4-3.fc32 Processing files: python-odml-doc-1.4.4-3.fc32.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.WSnLjR + umask 022 + cd /builddir/build/BUILD + cd python-odml-1.4.4 + DOCDIR=/builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/share/doc/python-odml-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/share/doc/python-odml-doc + cp -pr html /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/share/doc/python-odml-doc + cp -pr examples /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/share/doc/python-odml-doc + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.uKhjFP + umask 022 + cd /builddir/build/BUILD + cd python-odml-1.4.4 + LICENSEDIR=/builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/share/licenses/python-odml-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/share/licenses/python-odml-doc + cp -pr LICENSE /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch/usr/share/licenses/python-odml-doc + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-odml-doc = 1.4.4-3.fc32 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 /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch Wrote: /builddir/build/RPMS/python3-odml-1.4.4-3.fc32.noarch.rpm Wrote: /builddir/build/RPMS/python-odml-doc-1.4.4-3.fc32.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ofFLdS + umask 022 + cd /builddir/build/BUILD + cd python-odml-1.4.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-odml-1.4.4-3.fc32.noarch + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0