Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-pyfileconf.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1686519133.269353/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=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-pyfileconf.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 /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-pyfileconf-0.15.2-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-pyfileconf.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1686519133.269353/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=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-pyfileconf.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 /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-pyfileconf-0.15.2-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-pyfileconf.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1686519133.269353/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=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-pyfileconf.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 /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.gv9Bs1 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pyfileconf-0.15.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/pyfileconf-0.15.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pyfileconf-0.15.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.aQGoxs + umask 022 + cd /builddir/build/BUILD + cd pyfileconf-0.15.2 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-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/tests copying tests/__init__.py -> build/lib/tests copying tests/utils.py -> build/lib/tests copying tests/test_options.py -> build/lib/tests creating build/lib/pyfileconf copying pyfileconf/userbase.py -> build/lib/pyfileconf copying pyfileconf/interfaces.py -> build/lib/pyfileconf copying pyfileconf/debug.py -> build/lib/pyfileconf copying pyfileconf/__init__.py -> build/lib/pyfileconf copying pyfileconf/batch.py -> build/lib/pyfileconf copying pyfileconf/main.py -> build/lib/pyfileconf copying pyfileconf/iterate.py -> build/lib/pyfileconf creating build/lib/_examples copying _examples/__init__.py -> build/lib/_examples creating build/lib/examples copying examples/__init__.py -> build/lib/examples creating build/lib/tests/test_pipeline_manager copying tests/test_pipeline_manager/base.py -> build/lib/tests/test_pipeline_manager copying tests/test_pipeline_manager/test_itemview.py -> build/lib/tests/test_pipeline_manager copying tests/test_pipeline_manager/test_update_context.py -> build/lib/tests/test_pipeline_manager copying tests/test_pipeline_manager/__init__.py -> build/lib/tests/test_pipeline_manager copying tests/test_pipeline_manager/test_create.py -> build/lib/tests/test_pipeline_manager copying tests/test_pipeline_manager/test_config.py -> build/lib/tests/test_pipeline_manager copying tests/test_pipeline_manager/test_create_entry.py -> build/lib/tests/test_pipeline_manager copying tests/test_pipeline_manager/test_run.py -> build/lib/tests/test_pipeline_manager copying tests/test_pipeline_manager/test_plugins.py -> build/lib/tests/test_pipeline_manager copying tests/test_pipeline_manager/test_get.py -> build/lib/tests/test_pipeline_manager creating build/lib/pyfileconf/config copying pyfileconf/config/__init__.py -> build/lib/pyfileconf/config creating build/lib/pyfileconf/plugin copying pyfileconf/plugin/impl.py -> build/lib/pyfileconf/plugin copying pyfileconf/plugin/manager_utils.py -> build/lib/pyfileconf/plugin copying pyfileconf/plugin/__init__.py -> build/lib/pyfileconf/plugin copying pyfileconf/plugin/manager.py -> build/lib/pyfileconf/plugin copying pyfileconf/plugin/hookspecs.py -> build/lib/pyfileconf/plugin copying pyfileconf/plugin/default_hooks.py -> build/lib/pyfileconf/plugin creating build/lib/pyfileconf/pipelines copying pyfileconf/pipelines/__init__.py -> build/lib/pyfileconf/pipelines creating build/lib/pyfileconf/sectionpath copying pyfileconf/sectionpath/sectionpath.py -> build/lib/pyfileconf/sectionpath copying pyfileconf/sectionpath/__init__.py -> build/lib/pyfileconf/sectionpath creating build/lib/pyfileconf/opts copying pyfileconf/opts/filelog.py -> build/lib/pyfileconf/opts copying pyfileconf/opts/__init__.py -> build/lib/pyfileconf/opts creating build/lib/pyfileconf/basemodels copying pyfileconf/basemodels/config.py -> build/lib/pyfileconf/basemodels copying pyfileconf/basemodels/container.py -> build/lib/pyfileconf/basemodels copying pyfileconf/basemodels/collection.py -> build/lib/pyfileconf/basemodels copying pyfileconf/basemodels/__init__.py -> build/lib/pyfileconf/basemodels copying pyfileconf/basemodels/registrar.py -> build/lib/pyfileconf/basemodels copying pyfileconf/basemodels/file.py -> build/lib/pyfileconf/basemodels creating build/lib/pyfileconf/data copying pyfileconf/data/__init__.py -> build/lib/pyfileconf/data creating build/lib/pyfileconf/pmcontext copying pyfileconf/pmcontext/tracing.py -> build/lib/pyfileconf/pmcontext copying pyfileconf/pmcontext/__init__.py -> build/lib/pyfileconf/pmcontext copying pyfileconf/pmcontext/main.py -> build/lib/pyfileconf/pmcontext copying pyfileconf/pmcontext/actions.py -> build/lib/pyfileconf/pmcontext copying pyfileconf/pmcontext/stack.py -> build/lib/pyfileconf/pmcontext creating build/lib/pyfileconf/imports copying pyfileconf/imports/__init__.py -> build/lib/pyfileconf/imports creating build/lib/pyfileconf/runner copying pyfileconf/runner/__init__.py -> build/lib/pyfileconf/runner creating build/lib/pyfileconf/assignments copying pyfileconf/assignments/__init__.py -> build/lib/pyfileconf/assignments creating build/lib/pyfileconf/io copying pyfileconf/io/__init__.py -> build/lib/pyfileconf/io creating build/lib/pyfileconf/logic copying pyfileconf/logic/combine.py -> build/lib/pyfileconf/logic copying pyfileconf/logic/set.py -> build/lib/pyfileconf/logic copying pyfileconf/logic/__init__.py -> build/lib/pyfileconf/logic copying pyfileconf/logic/get.py -> build/lib/pyfileconf/logic copying pyfileconf/logic/userinput.py -> build/lib/pyfileconf/logic copying pyfileconf/logic/inspect.py -> build/lib/pyfileconf/logic creating build/lib/pyfileconf/views copying pyfileconf/views/__init__.py -> build/lib/pyfileconf/views copying pyfileconf/views/object.py -> build/lib/pyfileconf/views creating build/lib/pyfileconf/selector copying pyfileconf/selector/__init__.py -> build/lib/pyfileconf/selector creating build/lib/pyfileconf/dictfiles copying pyfileconf/dictfiles/modify.py -> build/lib/pyfileconf/dictfiles copying pyfileconf/dictfiles/__init__.py -> build/lib/pyfileconf/dictfiles creating build/lib/pyfileconf/exceptions copying pyfileconf/exceptions/config.py -> build/lib/pyfileconf/exceptions copying pyfileconf/exceptions/base.py -> build/lib/pyfileconf/exceptions copying pyfileconf/exceptions/pipelinemanager.py -> build/lib/pyfileconf/exceptions copying pyfileconf/exceptions/__init__.py -> build/lib/pyfileconf/exceptions copying pyfileconf/exceptions/imports.py -> build/lib/pyfileconf/exceptions copying pyfileconf/exceptions/registrar.py -> build/lib/pyfileconf/exceptions copying pyfileconf/exceptions/assignments.py -> build/lib/pyfileconf/exceptions creating build/lib/pyfileconf/mixins copying pyfileconf/mixins/orderpref.py -> build/lib/pyfileconf/mixins copying pyfileconf/mixins/__init__.py -> build/lib/pyfileconf/mixins creating build/lib/pyfileconf/logger copying pyfileconf/logger/bind_stdout.py -> build/lib/pyfileconf/logger copying pyfileconf/logger/logger.py -> build/lib/pyfileconf/logger copying pyfileconf/logger/__init__.py -> build/lib/pyfileconf/logger creating build/lib/pyfileconf/config/models copying pyfileconf/config/models/config.py -> build/lib/pyfileconf/config/models copying pyfileconf/config/models/interfaces.py -> build/lib/pyfileconf/config/models copying pyfileconf/config/models/__init__.py -> build/lib/pyfileconf/config/models copying pyfileconf/config/models/manager.py -> build/lib/pyfileconf/config/models copying pyfileconf/config/models/file.py -> build/lib/pyfileconf/config/models copying pyfileconf/config/models/section.py -> build/lib/pyfileconf/config/models creating build/lib/pyfileconf/config/logic copying pyfileconf/config/logic/apply.py -> build/lib/pyfileconf/config/logic copying pyfileconf/config/logic/load.py -> build/lib/pyfileconf/config/logic copying pyfileconf/config/logic/write.py -> build/lib/pyfileconf/config/logic copying pyfileconf/config/logic/__init__.py -> build/lib/pyfileconf/config/logic creating build/lib/pyfileconf/pipelines/models copying pyfileconf/pipelines/models/dictconfig.py -> build/lib/pyfileconf/pipelines/models copying pyfileconf/pipelines/models/config.py -> build/lib/pyfileconf/pipelines/models copying pyfileconf/pipelines/models/dictfile.py -> build/lib/pyfileconf/pipelines/models copying pyfileconf/pipelines/models/interfaces.py -> build/lib/pyfileconf/pipelines/models copying pyfileconf/pipelines/models/collection.py -> build/lib/pyfileconf/pipelines/models copying pyfileconf/pipelines/models/__init__.py -> build/lib/pyfileconf/pipelines/models copying pyfileconf/pipelines/models/registrar.py -> build/lib/pyfileconf/pipelines/models copying pyfileconf/pipelines/models/file.py -> build/lib/pyfileconf/pipelines/models creating build/lib/pyfileconf/data/models copying pyfileconf/data/models/dictconfig.py -> build/lib/pyfileconf/data/models copying pyfileconf/data/models/config.py -> build/lib/pyfileconf/data/models copying pyfileconf/data/models/dictfile.py -> build/lib/pyfileconf/data/models copying pyfileconf/data/models/collection.py -> build/lib/pyfileconf/data/models copying pyfileconf/data/models/__init__.py -> build/lib/pyfileconf/data/models copying pyfileconf/data/models/astitems.py -> build/lib/pyfileconf/data/models copying pyfileconf/data/models/registrar.py -> build/lib/pyfileconf/data/models copying pyfileconf/data/models/file.py -> build/lib/pyfileconf/data/models creating build/lib/pyfileconf/data/logic copying pyfileconf/data/logic/display.py -> build/lib/pyfileconf/data/logic copying pyfileconf/data/logic/__init__.py -> build/lib/pyfileconf/data/logic copying pyfileconf/data/logic/convert.py -> build/lib/pyfileconf/data/logic creating build/lib/pyfileconf/data/logic/merge copying pyfileconf/data/logic/merge/display.py -> build/lib/pyfileconf/data/logic/merge copying pyfileconf/data/logic/merge/__init__.py -> build/lib/pyfileconf/data/logic/merge copying pyfileconf/data/logic/merge/summarize.py -> build/lib/pyfileconf/data/logic/merge creating build/lib/pyfileconf/imports/models copying pyfileconf/imports/models/__init__.py -> build/lib/pyfileconf/imports/models copying pyfileconf/imports/models/tracker.py -> build/lib/pyfileconf/imports/models creating build/lib/pyfileconf/imports/logic copying pyfileconf/imports/logic/__init__.py -> build/lib/pyfileconf/imports/logic creating build/lib/pyfileconf/imports/models/statements copying pyfileconf/imports/models/statements/comment.py -> build/lib/pyfileconf/imports/models/statements copying pyfileconf/imports/models/statements/rename.py -> build/lib/pyfileconf/imports/models/statements copying pyfileconf/imports/models/statements/container.py -> build/lib/pyfileconf/imports/models/statements copying pyfileconf/imports/models/statements/interfaces.py -> build/lib/pyfileconf/imports/models/statements copying pyfileconf/imports/models/statements/obj.py -> build/lib/pyfileconf/imports/models/statements copying pyfileconf/imports/models/statements/__init__.py -> build/lib/pyfileconf/imports/models/statements copying pyfileconf/imports/models/statements/module.py -> build/lib/pyfileconf/imports/models/statements copying pyfileconf/imports/models/statements/importbase.py -> build/lib/pyfileconf/imports/models/statements creating build/lib/pyfileconf/imports/logic/load copying pyfileconf/imports/logic/load/ext_importlib.py -> build/lib/pyfileconf/imports/logic/load copying pyfileconf/imports/logic/load/skipmodules.py -> build/lib/pyfileconf/imports/logic/load copying pyfileconf/imports/logic/load/name.py -> build/lib/pyfileconf/imports/logic/load copying pyfileconf/imports/logic/load/__init__.py -> build/lib/pyfileconf/imports/logic/load copying pyfileconf/imports/logic/load/klass.py -> build/lib/pyfileconf/imports/logic/load copying pyfileconf/imports/logic/load/func.py -> build/lib/pyfileconf/imports/logic/load creating build/lib/pyfileconf/runner/models copying pyfileconf/runner/models/interfaces.py -> build/lib/pyfileconf/runner/models copying pyfileconf/runner/models/__init__.py -> build/lib/pyfileconf/runner/models copying pyfileconf/runner/models/runner.py -> build/lib/pyfileconf/runner/models creating build/lib/pyfileconf/assignments/models copying pyfileconf/assignments/models/container.py -> build/lib/pyfileconf/assignments/models copying pyfileconf/assignments/models/statement.py -> build/lib/pyfileconf/assignments/models copying pyfileconf/assignments/models/__init__.py -> build/lib/pyfileconf/assignments/models creating build/lib/pyfileconf/assignments/logic copying pyfileconf/assignments/logic/write.py -> build/lib/pyfileconf/assignments/logic copying pyfileconf/assignments/logic/__init__.py -> build/lib/pyfileconf/assignments/logic creating build/lib/pyfileconf/io/file copying pyfileconf/io/file/__init__.py -> build/lib/pyfileconf/io/file creating build/lib/pyfileconf/io/func copying pyfileconf/io/func/__init__.py -> build/lib/pyfileconf/io/func creating build/lib/pyfileconf/io/file/load copying pyfileconf/io/file/load/__init__.py -> build/lib/pyfileconf/io/file/load creating build/lib/pyfileconf/io/file/interfaces copying pyfileconf/io/file/interfaces/datadict.py -> build/lib/pyfileconf/io/file/interfaces copying pyfileconf/io/file/interfaces/config.py -> build/lib/pyfileconf/io/file/interfaces copying pyfileconf/io/file/interfaces/__init__.py -> build/lib/pyfileconf/io/file/interfaces copying pyfileconf/io/file/interfaces/activeconfig.py -> build/lib/pyfileconf/io/file/interfaces copying pyfileconf/io/file/interfaces/pipeline.py -> build/lib/pyfileconf/io/file/interfaces creating build/lib/pyfileconf/io/file/write copying pyfileconf/io/file/write/config.py -> build/lib/pyfileconf/io/file/write copying pyfileconf/io/file/write/base.py -> build/lib/pyfileconf/io/file/write copying pyfileconf/io/file/write/__init__.py -> build/lib/pyfileconf/io/file/write copying pyfileconf/io/file/write/asttosource.py -> build/lib/pyfileconf/io/file/write creating build/lib/pyfileconf/io/file/load/parsers copying pyfileconf/io/file/load/parsers/imp.py -> build/lib/pyfileconf/io/file/load/parsers copying pyfileconf/io/file/load/parsers/assign.py -> build/lib/pyfileconf/io/file/load/parsers copying pyfileconf/io/file/load/parsers/base.py -> build/lib/pyfileconf/io/file/load/parsers copying pyfileconf/io/file/load/parsers/fromdict.py -> build/lib/pyfileconf/io/file/load/parsers copying pyfileconf/io/file/load/parsers/funcdef.py -> build/lib/pyfileconf/io/file/load/parsers copying pyfileconf/io/file/load/parsers/__init__.py -> build/lib/pyfileconf/io/file/load/parsers copying pyfileconf/io/file/load/parsers/py.py -> build/lib/pyfileconf/io/file/load/parsers copying pyfileconf/io/file/load/parsers/kwargs.py -> build/lib/pyfileconf/io/file/load/parsers copying pyfileconf/io/file/load/parsers/extname.py -> build/lib/pyfileconf/io/file/load/parsers copying pyfileconf/io/file/load/parsers/collections.py -> build/lib/pyfileconf/io/file/load/parsers creating build/lib/pyfileconf/io/file/load/lazy copying pyfileconf/io/file/load/lazy/datadict.py -> build/lib/pyfileconf/io/file/load/lazy copying pyfileconf/io/file/load/lazy/config.py -> build/lib/pyfileconf/io/file/load/lazy copying pyfileconf/io/file/load/lazy/dataast.py -> build/lib/pyfileconf/io/file/load/lazy copying pyfileconf/io/file/load/lazy/__init__.py -> build/lib/pyfileconf/io/file/load/lazy copying pyfileconf/io/file/load/lazy/pipeline.py -> build/lib/pyfileconf/io/file/load/lazy copying pyfileconf/io/file/load/lazy/pipelineast.py -> build/lib/pyfileconf/io/file/load/lazy creating build/lib/pyfileconf/io/file/load/active copying pyfileconf/io/file/load/active/loader.py -> build/lib/pyfileconf/io/file/load/active copying pyfileconf/io/file/load/active/userdef.py -> build/lib/pyfileconf/io/file/load/active copying pyfileconf/io/file/load/active/__init__.py -> build/lib/pyfileconf/io/file/load/active creating build/lib/pyfileconf/io/file/load/lazy/base copying pyfileconf/io/file/load/lazy/base/loader.py -> build/lib/pyfileconf/io/file/load/lazy/base copying pyfileconf/io/file/load/lazy/base/impassign.py -> build/lib/pyfileconf/io/file/load/lazy/base copying pyfileconf/io/file/load/lazy/base/__init__.py -> build/lib/pyfileconf/io/file/load/lazy/base creating build/lib/pyfileconf/io/func/load copying pyfileconf/io/func/load/config.py -> build/lib/pyfileconf/io/func/load copying pyfileconf/io/func/load/extractimp.py -> build/lib/pyfileconf/io/func/load copying pyfileconf/io/func/load/args.py -> build/lib/pyfileconf/io/func/load copying pyfileconf/io/func/load/__init__.py -> build/lib/pyfileconf/io/func/load creating build/lib/pyfileconf/selector/models copying pyfileconf/selector/models/selector.py -> build/lib/pyfileconf/selector/models copying pyfileconf/selector/models/__init__.py -> build/lib/pyfileconf/selector/models copying pyfileconf/selector/models/itemview.py -> build/lib/pyfileconf/selector/models creating build/lib/pyfileconf/selector/logic copying pyfileconf/selector/logic/__init__.py -> build/lib/pyfileconf/selector/logic creating build/lib/pyfileconf/selector/logic/get copying pyfileconf/selector/logic/get/frommanager.py -> build/lib/pyfileconf/selector/logic/get copying pyfileconf/selector/logic/get/__init__.py -> build/lib/pyfileconf/selector/logic/get creating build/lib/pyfileconf/selector/logic/exc copying pyfileconf/selector/logic/exc/__init__.py -> build/lib/pyfileconf/selector/logic/exc copying pyfileconf/selector/logic/exc/typo.py -> build/lib/pyfileconf/selector/logic/exc running egg_info writing pyfileconf.egg-info/PKG-INFO writing dependency_links to pyfileconf.egg-info/dependency_links.txt writing entry points to pyfileconf.egg-info/entry_points.txt writing requirements to pyfileconf.egg-info/requires.txt writing top-level names to pyfileconf.egg-info/top_level.txt reading manifest file 'pyfileconf.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pyfileconf.egg-info/SOURCES.txt' + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.3k9GbB + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64 + cd pyfileconf-0.15.2 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64 running install /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/tests creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/tests/test_pipeline_manager copying build/lib/tests/test_pipeline_manager/base.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/tests/test_pipeline_manager copying build/lib/tests/test_pipeline_manager/test_itemview.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/tests/test_pipeline_manager copying build/lib/tests/test_pipeline_manager/test_update_context.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/tests/test_pipeline_manager copying build/lib/tests/test_pipeline_manager/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/tests/test_pipeline_manager copying build/lib/tests/test_pipeline_manager/test_create.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/tests/test_pipeline_manager copying build/lib/tests/test_pipeline_manager/test_config.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/tests/test_pipeline_manager copying build/lib/tests/test_pipeline_manager/test_create_entry.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/tests/test_pipeline_manager copying build/lib/tests/test_pipeline_manager/test_run.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/tests/test_pipeline_manager copying build/lib/tests/test_pipeline_manager/test_plugins.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/tests/test_pipeline_manager copying build/lib/tests/test_pipeline_manager/test_get.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/tests/test_pipeline_manager copying build/lib/tests/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/utils.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_options.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/tests creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/config creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/config/models copying build/lib/pyfileconf/config/models/config.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/config/models copying build/lib/pyfileconf/config/models/interfaces.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/config/models copying build/lib/pyfileconf/config/models/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/config/models copying build/lib/pyfileconf/config/models/manager.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/config/models copying build/lib/pyfileconf/config/models/file.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/config/models copying build/lib/pyfileconf/config/models/section.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/config/models copying build/lib/pyfileconf/config/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/config creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/config/logic copying build/lib/pyfileconf/config/logic/apply.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/config/logic copying build/lib/pyfileconf/config/logic/load.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/config/logic copying build/lib/pyfileconf/config/logic/write.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/config/logic copying build/lib/pyfileconf/config/logic/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/config/logic creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/plugin copying build/lib/pyfileconf/plugin/impl.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/plugin copying build/lib/pyfileconf/plugin/manager_utils.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/plugin copying build/lib/pyfileconf/plugin/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/plugin copying build/lib/pyfileconf/plugin/manager.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/plugin copying build/lib/pyfileconf/plugin/hookspecs.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/plugin copying build/lib/pyfileconf/plugin/default_hooks.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/plugin creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/pipelines creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/pipelines/models copying build/lib/pyfileconf/pipelines/models/dictconfig.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/pipelines/models copying build/lib/pyfileconf/pipelines/models/config.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/pipelines/models copying build/lib/pyfileconf/pipelines/models/dictfile.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/pipelines/models copying build/lib/pyfileconf/pipelines/models/interfaces.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/pipelines/models copying build/lib/pyfileconf/pipelines/models/collection.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/pipelines/models copying build/lib/pyfileconf/pipelines/models/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/pipelines/models copying build/lib/pyfileconf/pipelines/models/registrar.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/pipelines/models copying build/lib/pyfileconf/pipelines/models/file.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/pipelines/models copying build/lib/pyfileconf/pipelines/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/pipelines creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/sectionpath copying build/lib/pyfileconf/sectionpath/sectionpath.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/sectionpath copying build/lib/pyfileconf/sectionpath/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/sectionpath copying build/lib/pyfileconf/userbase.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/opts copying build/lib/pyfileconf/opts/filelog.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/opts copying build/lib/pyfileconf/opts/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/opts copying build/lib/pyfileconf/interfaces.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/basemodels copying build/lib/pyfileconf/basemodels/config.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/basemodels copying build/lib/pyfileconf/basemodels/container.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/basemodels copying build/lib/pyfileconf/basemodels/collection.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/basemodels copying build/lib/pyfileconf/basemodels/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/basemodels copying build/lib/pyfileconf/basemodels/registrar.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/basemodels copying build/lib/pyfileconf/basemodels/file.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/basemodels copying build/lib/pyfileconf/debug.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/data creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/data/models copying build/lib/pyfileconf/data/models/dictconfig.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/data/models copying build/lib/pyfileconf/data/models/config.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/data/models copying build/lib/pyfileconf/data/models/dictfile.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/data/models copying build/lib/pyfileconf/data/models/collection.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/data/models copying build/lib/pyfileconf/data/models/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/data/models copying build/lib/pyfileconf/data/models/astitems.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/data/models copying build/lib/pyfileconf/data/models/registrar.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/data/models copying build/lib/pyfileconf/data/models/file.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/data/models copying build/lib/pyfileconf/data/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/data creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/data/logic copying build/lib/pyfileconf/data/logic/display.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/data/logic copying build/lib/pyfileconf/data/logic/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/data/logic creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/data/logic/merge copying build/lib/pyfileconf/data/logic/merge/display.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/data/logic/merge copying build/lib/pyfileconf/data/logic/merge/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/data/logic/merge copying build/lib/pyfileconf/data/logic/merge/summarize.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/data/logic/merge copying build/lib/pyfileconf/data/logic/convert.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/data/logic creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/pmcontext copying build/lib/pyfileconf/pmcontext/tracing.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/pmcontext copying build/lib/pyfileconf/pmcontext/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/pmcontext copying build/lib/pyfileconf/pmcontext/main.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/pmcontext copying build/lib/pyfileconf/pmcontext/actions.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/pmcontext copying build/lib/pyfileconf/pmcontext/stack.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/pmcontext creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/models copying build/lib/pyfileconf/imports/models/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/models copying build/lib/pyfileconf/imports/models/tracker.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/models creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/models/statements copying build/lib/pyfileconf/imports/models/statements/comment.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/models/statements copying build/lib/pyfileconf/imports/models/statements/rename.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/models/statements copying build/lib/pyfileconf/imports/models/statements/container.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/models/statements copying build/lib/pyfileconf/imports/models/statements/interfaces.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/models/statements copying build/lib/pyfileconf/imports/models/statements/obj.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/models/statements copying build/lib/pyfileconf/imports/models/statements/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/models/statements copying build/lib/pyfileconf/imports/models/statements/module.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/models/statements copying build/lib/pyfileconf/imports/models/statements/importbase.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/models/statements copying build/lib/pyfileconf/imports/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/logic creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/logic/load copying build/lib/pyfileconf/imports/logic/load/ext_importlib.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/logic/load copying build/lib/pyfileconf/imports/logic/load/skipmodules.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/logic/load copying build/lib/pyfileconf/imports/logic/load/name.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/logic/load copying build/lib/pyfileconf/imports/logic/load/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/logic/load copying build/lib/pyfileconf/imports/logic/load/klass.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/logic/load copying build/lib/pyfileconf/imports/logic/load/func.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/logic/load copying build/lib/pyfileconf/imports/logic/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/logic creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/runner creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/runner/models copying build/lib/pyfileconf/runner/models/interfaces.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/runner/models copying build/lib/pyfileconf/runner/models/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/runner/models copying build/lib/pyfileconf/runner/models/runner.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/runner/models copying build/lib/pyfileconf/runner/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/runner creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/assignments creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/assignments/models copying build/lib/pyfileconf/assignments/models/container.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/assignments/models copying build/lib/pyfileconf/assignments/models/statement.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/assignments/models copying build/lib/pyfileconf/assignments/models/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/assignments/models copying build/lib/pyfileconf/assignments/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/assignments creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/assignments/logic copying build/lib/pyfileconf/assignments/logic/write.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/assignments/logic copying build/lib/pyfileconf/assignments/logic/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/assignments/logic creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/parsers copying build/lib/pyfileconf/io/file/load/parsers/imp.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/parsers copying build/lib/pyfileconf/io/file/load/parsers/assign.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/parsers copying build/lib/pyfileconf/io/file/load/parsers/base.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/parsers copying build/lib/pyfileconf/io/file/load/parsers/fromdict.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/parsers copying build/lib/pyfileconf/io/file/load/parsers/funcdef.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/parsers copying build/lib/pyfileconf/io/file/load/parsers/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/parsers copying build/lib/pyfileconf/io/file/load/parsers/py.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/parsers copying build/lib/pyfileconf/io/file/load/parsers/kwargs.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/parsers copying build/lib/pyfileconf/io/file/load/parsers/extname.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/parsers copying build/lib/pyfileconf/io/file/load/parsers/collections.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/parsers copying build/lib/pyfileconf/io/file/load/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/lazy copying build/lib/pyfileconf/io/file/load/lazy/datadict.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/lazy copying build/lib/pyfileconf/io/file/load/lazy/config.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/lazy copying build/lib/pyfileconf/io/file/load/lazy/dataast.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/lazy copying build/lib/pyfileconf/io/file/load/lazy/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/lazy creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/lazy/base copying build/lib/pyfileconf/io/file/load/lazy/base/loader.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/lazy/base copying build/lib/pyfileconf/io/file/load/lazy/base/impassign.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/lazy/base copying build/lib/pyfileconf/io/file/load/lazy/base/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/lazy/base copying build/lib/pyfileconf/io/file/load/lazy/pipeline.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/lazy copying build/lib/pyfileconf/io/file/load/lazy/pipelineast.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/lazy creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/active copying build/lib/pyfileconf/io/file/load/active/loader.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/active copying build/lib/pyfileconf/io/file/load/active/userdef.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/active copying build/lib/pyfileconf/io/file/load/active/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/active copying build/lib/pyfileconf/io/file/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/interfaces copying build/lib/pyfileconf/io/file/interfaces/datadict.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/interfaces copying build/lib/pyfileconf/io/file/interfaces/config.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/interfaces copying build/lib/pyfileconf/io/file/interfaces/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/interfaces copying build/lib/pyfileconf/io/file/interfaces/activeconfig.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/interfaces copying build/lib/pyfileconf/io/file/interfaces/pipeline.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/interfaces creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/write copying build/lib/pyfileconf/io/file/write/config.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/write copying build/lib/pyfileconf/io/file/write/base.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/write copying build/lib/pyfileconf/io/file/write/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/write copying build/lib/pyfileconf/io/file/write/asttosource.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/write copying build/lib/pyfileconf/io/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/func creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/func/load copying build/lib/pyfileconf/io/func/load/config.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/func/load copying build/lib/pyfileconf/io/func/load/extractimp.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/func/load copying build/lib/pyfileconf/io/func/load/args.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/func/load copying build/lib/pyfileconf/io/func/load/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/func/load copying build/lib/pyfileconf/io/func/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/func copying build/lib/pyfileconf/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf copying build/lib/pyfileconf/batch.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf copying build/lib/pyfileconf/main.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/logic copying build/lib/pyfileconf/logic/combine.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/logic copying build/lib/pyfileconf/logic/set.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/logic copying build/lib/pyfileconf/logic/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/logic copying build/lib/pyfileconf/logic/get.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/logic copying build/lib/pyfileconf/logic/userinput.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/logic copying build/lib/pyfileconf/logic/inspect.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/logic creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/views copying build/lib/pyfileconf/views/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/views copying build/lib/pyfileconf/views/object.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/views copying build/lib/pyfileconf/iterate.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/selector creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/selector/models copying build/lib/pyfileconf/selector/models/selector.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/selector/models copying build/lib/pyfileconf/selector/models/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/selector/models copying build/lib/pyfileconf/selector/models/itemview.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/selector/models copying build/lib/pyfileconf/selector/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/selector creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/selector/logic creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/selector/logic/get copying build/lib/pyfileconf/selector/logic/get/frommanager.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/selector/logic/get copying build/lib/pyfileconf/selector/logic/get/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/selector/logic/get copying build/lib/pyfileconf/selector/logic/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/selector/logic creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/selector/logic/exc copying build/lib/pyfileconf/selector/logic/exc/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/selector/logic/exc copying build/lib/pyfileconf/selector/logic/exc/typo.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/selector/logic/exc creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/dictfiles copying build/lib/pyfileconf/dictfiles/modify.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/dictfiles copying build/lib/pyfileconf/dictfiles/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/dictfiles creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/exceptions copying build/lib/pyfileconf/exceptions/config.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/exceptions copying build/lib/pyfileconf/exceptions/base.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/exceptions copying build/lib/pyfileconf/exceptions/pipelinemanager.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/exceptions copying build/lib/pyfileconf/exceptions/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/exceptions copying build/lib/pyfileconf/exceptions/imports.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/exceptions copying build/lib/pyfileconf/exceptions/registrar.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/exceptions copying build/lib/pyfileconf/exceptions/assignments.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/exceptions creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/mixins copying build/lib/pyfileconf/mixins/orderpref.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/mixins copying build/lib/pyfileconf/mixins/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/mixins creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/logger copying build/lib/pyfileconf/logger/bind_stdout.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/logger copying build/lib/pyfileconf/logger/logger.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/logger copying build/lib/pyfileconf/logger/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/logger creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/_examples copying build/lib/_examples/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/_examples creating /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/examples copying build/lib/examples/__init__.py -> /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/examples byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/tests/test_pipeline_manager/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/tests/test_pipeline_manager/test_itemview.py to test_itemview.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/tests/test_pipeline_manager/test_update_context.py to test_update_context.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/tests/test_pipeline_manager/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/tests/test_pipeline_manager/test_create.py to test_create.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/tests/test_pipeline_manager/test_config.py to test_config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/tests/test_pipeline_manager/test_create_entry.py to test_create_entry.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/tests/test_pipeline_manager/test_run.py to test_run.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/tests/test_pipeline_manager/test_plugins.py to test_plugins.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/tests/test_pipeline_manager/test_get.py to test_get.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/tests/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/tests/test_options.py to test_options.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/config/models/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/config/models/interfaces.py to interfaces.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/config/models/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/config/models/manager.py to manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/config/models/file.py to file.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/config/models/section.py to section.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/config/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/config/logic/apply.py to apply.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/config/logic/load.py to load.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/config/logic/write.py to write.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/config/logic/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/plugin/impl.py to impl.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/plugin/manager_utils.py to manager_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/plugin/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/plugin/manager.py to manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/plugin/hookspecs.py to hookspecs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/plugin/default_hooks.py to default_hooks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/pipelines/models/dictconfig.py to dictconfig.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/pipelines/models/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/pipelines/models/dictfile.py to dictfile.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/pipelines/models/interfaces.py to interfaces.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/pipelines/models/collection.py to collection.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/pipelines/models/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/pipelines/models/registrar.py to registrar.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/pipelines/models/file.py to file.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/pipelines/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/sectionpath/sectionpath.py to sectionpath.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/sectionpath/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/userbase.py to userbase.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/opts/filelog.py to filelog.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/opts/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/interfaces.py to interfaces.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/basemodels/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/basemodels/container.py to container.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/basemodels/collection.py to collection.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/basemodels/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/basemodels/registrar.py to registrar.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/basemodels/file.py to file.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/debug.py to debug.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/data/models/dictconfig.py to dictconfig.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/data/models/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/data/models/dictfile.py to dictfile.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/data/models/collection.py to collection.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/data/models/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/data/models/astitems.py to astitems.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/data/models/registrar.py to registrar.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/data/models/file.py to file.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/data/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/data/logic/display.py to display.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/data/logic/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/data/logic/merge/display.py to display.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/data/logic/merge/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/data/logic/merge/summarize.py to summarize.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/data/logic/convert.py to convert.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/pmcontext/tracing.py to tracing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/pmcontext/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/pmcontext/main.py to main.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/pmcontext/actions.py to actions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/pmcontext/stack.py to stack.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/models/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/models/tracker.py to tracker.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/models/statements/comment.py to comment.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/models/statements/rename.py to rename.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/models/statements/container.py to container.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/models/statements/interfaces.py to interfaces.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/models/statements/obj.py to obj.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/models/statements/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/models/statements/module.py to module.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/models/statements/importbase.py to importbase.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/logic/load/ext_importlib.py to ext_importlib.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/logic/load/skipmodules.py to skipmodules.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/logic/load/name.py to name.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/logic/load/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/logic/load/klass.py to klass.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/logic/load/func.py to func.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/imports/logic/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/runner/models/interfaces.py to interfaces.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/runner/models/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/runner/models/runner.py to runner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/runner/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/assignments/models/container.py to container.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/assignments/models/statement.py to statement.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/assignments/models/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/assignments/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/assignments/logic/write.py to write.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/assignments/logic/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/parsers/imp.py to imp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/parsers/assign.py to assign.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/parsers/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/parsers/fromdict.py to fromdict.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/parsers/funcdef.py to funcdef.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/parsers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/parsers/py.py to py.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/parsers/kwargs.py to kwargs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/parsers/extname.py to extname.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/parsers/collections.py to collections.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/lazy/datadict.py to datadict.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/lazy/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/lazy/dataast.py to dataast.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/lazy/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/lazy/base/loader.py to loader.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/lazy/base/impassign.py to impassign.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/lazy/base/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/lazy/pipeline.py to pipeline.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/lazy/pipelineast.py to pipelineast.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/active/loader.py to loader.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/active/userdef.py to userdef.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/load/active/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/interfaces/datadict.py to datadict.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/interfaces/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/interfaces/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/interfaces/activeconfig.py to activeconfig.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/interfaces/pipeline.py to pipeline.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/write/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/write/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/write/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/file/write/asttosource.py to asttosource.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/func/load/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/func/load/extractimp.py to extractimp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/func/load/args.py to args.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/func/load/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/io/func/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/batch.py to batch.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/main.py to main.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/logic/combine.py to combine.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/logic/set.py to set.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/logic/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/logic/get.py to get.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/logic/userinput.py to userinput.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/logic/inspect.py to inspect.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/views/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/views/object.py to object.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/iterate.py to iterate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/selector/models/selector.py to selector.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/selector/models/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/selector/models/itemview.py to itemview.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/selector/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/selector/logic/get/frommanager.py to frommanager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/selector/logic/get/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/selector/logic/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/selector/logic/exc/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/selector/logic/exc/typo.py to typo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/dictfiles/modify.py to modify.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/dictfiles/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/exceptions/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/exceptions/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/exceptions/pipelinemanager.py to pipelinemanager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/exceptions/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/exceptions/imports.py to imports.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/exceptions/registrar.py to registrar.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/exceptions/assignments.py to assignments.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/mixins/orderpref.py to orderpref.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/mixins/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/logger/bind_stdout.py to bind_stdout.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/logger/logger.py to logger.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf/logger/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/_examples/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/examples/__init__.py to __init__.cpython-39.pyc writing byte-compilation script '/tmp/tmp29x8z2fa.py' /usr/bin/python3 /tmp/tmp29x8z2fa.py removing /tmp/tmp29x8z2fa.py running install_egg_info running egg_info writing pyfileconf.egg-info/PKG-INFO writing dependency_links to pyfileconf.egg-info/dependency_links.txt writing entry points to pyfileconf.egg-info/entry_points.txt writing requirements to pyfileconf.egg-info/requires.txt writing top-level names to pyfileconf.egg-info/top_level.txt reading manifest file 'pyfileconf.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pyfileconf.egg-info/SOURCES.txt' Copying pyfileconf.egg-info to /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9/site-packages/pyfileconf-0.15.2-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64//usr/share/doc/python-pyfileconf + '[' -d doc ']' + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + cp -arf examples /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64//usr/share/doc/python-pyfileconf + pushd /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64 ~/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64 ~/build/BUILD/pyfileconf-0.15.2 + '[' -d usr/lib ']' + find usr/lib -type f -printf '"/%h/%f"\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' + popd ~/build/BUILD/pyfileconf-0.15.2 + mv /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 0.15.2-1 --unique-debug-suffix -0.15.2-1.x86_64 --unique-debug-src-base python-pyfileconf-0.15.2-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/pyfileconf-0.15.2 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-pyfileconf-0.15.2-1.noarch Provides: python-pyfileconf python3-pyfileconf = 0.15.2-1 python3.9dist(pyfileconf) = 0.15.2 python3dist(pyfileconf) = 0.15.2 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.9 python3.9dist(astor) python3.9dist(black) python3.9dist(datacode) python3.9dist(ipython) python3.9dist(mixins) python3.9dist(pandas) python3.9dist(pd-utils) python3.9dist(pluggy) Processing files: python-pyfileconf-help-0.15.2-1.noarch warning: Empty %files file /builddir/build/BUILD/pyfileconf-0.15.2/doclist.lst Provides: python-pyfileconf-help = 0.15.2-1 python3-pyfileconf-doc 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-pyfileconf-0.15.2-1.x86_64 Wrote: /builddir/build/RPMS/python-pyfileconf-help-0.15.2-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-pyfileconf-0.15.2-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.BFpwQl + umask 022 + cd /builddir/build/BUILD + cd pyfileconf-0.15.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-pyfileconf-0.15.2-1.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0