Mock Version: 1.4.21 Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/poetry.spec'], chrootPath='/var/lib/mock/f31-build-19624091-1389943/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/poetry.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1582934400 Wrote: /builddir/build/SRPMS/poetry-1.0.5-1.fc31.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/poetry.spec'], chrootPath='/var/lib/mock/f31-build-19624091-1389943/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/poetry.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1582934400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.jyeJox + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf poetry-1.0.5 + /usr/bin/gzip -dc /builddir/build/SOURCES/poetry-1.0.5.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd poetry-1.0.5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/00-setup-requirements-fixes.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.V52Dvx + umask 022 + cd /builddir/build/BUILD + cd poetry-1.0.5 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=neon -mfloat-abi=hard' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/poetry copying poetry/poetry.py -> build/lib/poetry copying poetry/locations.py -> build/lib/poetry copying poetry/factory.py -> build/lib/poetry copying poetry/exceptions.py -> build/lib/poetry copying poetry/__init__.py -> build/lib/poetry copying poetry/__main__.py -> build/lib/poetry copying poetry/__version__.py -> build/lib/poetry creating build/lib/poetry/config copying poetry/config/config_source.py -> build/lib/poetry/config copying poetry/config/dict_config_source.py -> build/lib/poetry/config copying poetry/config/file_config_source.py -> build/lib/poetry/config copying poetry/config/__init__.py -> build/lib/poetry/config copying poetry/config/config.py -> build/lib/poetry/config creating build/lib/poetry/console copying poetry/console/__init__.py -> build/lib/poetry/console copying poetry/console/application.py -> build/lib/poetry/console creating build/lib/poetry/console/args copying poetry/console/args/__init__.py -> build/lib/poetry/console/args copying poetry/console/args/run_args_parser.py -> build/lib/poetry/console/args creating build/lib/poetry/console/commands copying poetry/console/commands/search.py -> build/lib/poetry/console/commands copying poetry/console/commands/publish.py -> build/lib/poetry/console/commands copying poetry/console/commands/add.py -> build/lib/poetry/console/commands copying poetry/console/commands/check.py -> build/lib/poetry/console/commands copying poetry/console/commands/update.py -> build/lib/poetry/console/commands copying poetry/console/commands/export.py -> build/lib/poetry/console/commands copying poetry/console/commands/version.py -> build/lib/poetry/console/commands copying poetry/console/commands/lock.py -> build/lib/poetry/console/commands copying poetry/console/commands/init.py -> build/lib/poetry/console/commands copying poetry/console/commands/about.py -> build/lib/poetry/console/commands copying poetry/console/commands/__init__.py -> build/lib/poetry/console/commands copying poetry/console/commands/env_command.py -> build/lib/poetry/console/commands copying poetry/console/commands/install.py -> build/lib/poetry/console/commands copying poetry/console/commands/run.py -> build/lib/poetry/console/commands copying poetry/console/commands/command.py -> build/lib/poetry/console/commands copying poetry/console/commands/new.py -> build/lib/poetry/console/commands copying poetry/console/commands/config.py -> build/lib/poetry/console/commands copying poetry/console/commands/show.py -> build/lib/poetry/console/commands copying poetry/console/commands/shell.py -> build/lib/poetry/console/commands copying poetry/console/commands/build.py -> build/lib/poetry/console/commands copying poetry/console/commands/remove.py -> build/lib/poetry/console/commands creating build/lib/poetry/console/commands/cache copying poetry/console/commands/cache/cache.py -> build/lib/poetry/console/commands/cache copying poetry/console/commands/cache/clear.py -> build/lib/poetry/console/commands/cache copying poetry/console/commands/cache/__init__.py -> build/lib/poetry/console/commands/cache creating build/lib/poetry/console/commands/debug copying poetry/console/commands/debug/resolve.py -> build/lib/poetry/console/commands/debug copying poetry/console/commands/debug/__init__.py -> build/lib/poetry/console/commands/debug copying poetry/console/commands/debug/debug.py -> build/lib/poetry/console/commands/debug copying poetry/console/commands/debug/info.py -> build/lib/poetry/console/commands/debug creating build/lib/poetry/console/commands/env copying poetry/console/commands/env/env.py -> build/lib/poetry/console/commands/env copying poetry/console/commands/env/use.py -> build/lib/poetry/console/commands/env copying poetry/console/commands/env/__init__.py -> build/lib/poetry/console/commands/env copying poetry/console/commands/env/list.py -> build/lib/poetry/console/commands/env copying poetry/console/commands/env/info.py -> build/lib/poetry/console/commands/env copying poetry/console/commands/env/remove.py -> build/lib/poetry/console/commands/env creating build/lib/poetry/console/commands/self copying poetry/console/commands/self/update.py -> build/lib/poetry/console/commands/self copying poetry/console/commands/self/self.py -> build/lib/poetry/console/commands/self copying poetry/console/commands/self/__init__.py -> build/lib/poetry/console/commands/self creating build/lib/poetry/console/config copying poetry/console/config/__init__.py -> build/lib/poetry/console/config copying poetry/console/config/application_config.py -> build/lib/poetry/console/config creating build/lib/poetry/console/logging copying poetry/console/logging/io_handler.py -> build/lib/poetry/console/logging copying poetry/console/logging/__init__.py -> build/lib/poetry/console/logging copying poetry/console/logging/io_formatter.py -> build/lib/poetry/console/logging creating build/lib/poetry/installation copying poetry/installation/installer.py -> build/lib/poetry/installation copying poetry/installation/base_installer.py -> build/lib/poetry/installation copying poetry/installation/__init__.py -> build/lib/poetry/installation copying poetry/installation/noop_installer.py -> build/lib/poetry/installation copying poetry/installation/pip_installer.py -> build/lib/poetry/installation creating build/lib/poetry/io copying poetry/io/__init__.py -> build/lib/poetry/io copying poetry/io/null_io.py -> build/lib/poetry/io creating build/lib/poetry/json copying poetry/json/__init__.py -> build/lib/poetry/json creating build/lib/poetry/layouts copying poetry/layouts/layout.py -> build/lib/poetry/layouts copying poetry/layouts/src.py -> build/lib/poetry/layouts copying poetry/layouts/__init__.py -> build/lib/poetry/layouts copying poetry/layouts/standard.py -> build/lib/poetry/layouts creating build/lib/poetry/masonry copying poetry/masonry/builder.py -> build/lib/poetry/masonry copying poetry/masonry/api.py -> build/lib/poetry/masonry copying poetry/masonry/__init__.py -> build/lib/poetry/masonry copying poetry/masonry/metadata.py -> build/lib/poetry/masonry creating build/lib/poetry/masonry/builders copying poetry/masonry/builders/builder.py -> build/lib/poetry/masonry/builders copying poetry/masonry/builders/wheel.py -> build/lib/poetry/masonry/builders copying poetry/masonry/builders/editable.py -> build/lib/poetry/masonry/builders copying poetry/masonry/builders/__init__.py -> build/lib/poetry/masonry/builders copying poetry/masonry/builders/complete.py -> build/lib/poetry/masonry/builders copying poetry/masonry/builders/sdist.py -> build/lib/poetry/masonry/builders creating build/lib/poetry/masonry/publishing copying poetry/masonry/publishing/__init__.py -> build/lib/poetry/masonry/publishing copying poetry/masonry/publishing/uploader.py -> build/lib/poetry/masonry/publishing copying poetry/masonry/publishing/publisher.py -> build/lib/poetry/masonry/publishing creating build/lib/poetry/masonry/utils copying poetry/masonry/utils/package_include.py -> build/lib/poetry/masonry/utils copying poetry/masonry/utils/tags.py -> build/lib/poetry/masonry/utils copying poetry/masonry/utils/include.py -> build/lib/poetry/masonry/utils copying poetry/masonry/utils/__init__.py -> build/lib/poetry/masonry/utils copying poetry/masonry/utils/helpers.py -> build/lib/poetry/masonry/utils copying poetry/masonry/utils/module.py -> build/lib/poetry/masonry/utils creating build/lib/poetry/mixology copying poetry/mixology/partial_solution.py -> build/lib/poetry/mixology copying poetry/mixology/version_solver.py -> build/lib/poetry/mixology copying poetry/mixology/term.py -> build/lib/poetry/mixology copying poetry/mixology/set_relation.py -> build/lib/poetry/mixology copying poetry/mixology/__init__.py -> build/lib/poetry/mixology copying poetry/mixology/result.py -> build/lib/poetry/mixology copying poetry/mixology/failure.py -> build/lib/poetry/mixology copying poetry/mixology/incompatibility_cause.py -> build/lib/poetry/mixology copying poetry/mixology/incompatibility.py -> build/lib/poetry/mixology copying poetry/mixology/assignment.py -> build/lib/poetry/mixology creating build/lib/poetry/packages copying poetry/packages/locker.py -> build/lib/poetry/packages copying poetry/packages/project_package.py -> build/lib/poetry/packages copying poetry/packages/package_collection.py -> build/lib/poetry/packages copying poetry/packages/dependency.py -> build/lib/poetry/packages copying poetry/packages/__init__.py -> build/lib/poetry/packages copying poetry/packages/dependency_package.py -> build/lib/poetry/packages copying poetry/packages/vcs_dependency.py -> build/lib/poetry/packages copying poetry/packages/directory_dependency.py -> build/lib/poetry/packages copying poetry/packages/file_dependency.py -> build/lib/poetry/packages copying poetry/packages/url_dependency.py -> build/lib/poetry/packages copying poetry/packages/package.py -> build/lib/poetry/packages creating build/lib/poetry/packages/constraints copying poetry/packages/constraints/any_constraint.py -> build/lib/poetry/packages/constraints copying poetry/packages/constraints/empty_constraint.py -> build/lib/poetry/packages/constraints copying poetry/packages/constraints/constraint.py -> build/lib/poetry/packages/constraints copying poetry/packages/constraints/__init__.py -> build/lib/poetry/packages/constraints copying poetry/packages/constraints/multi_constraint.py -> build/lib/poetry/packages/constraints copying poetry/packages/constraints/wildcard_constraint.py -> build/lib/poetry/packages/constraints copying poetry/packages/constraints/union_constraint.py -> build/lib/poetry/packages/constraints copying poetry/packages/constraints/base_constraint.py -> build/lib/poetry/packages/constraints creating build/lib/poetry/packages/utils copying poetry/packages/utils/__init__.py -> build/lib/poetry/packages/utils copying poetry/packages/utils/link.py -> build/lib/poetry/packages/utils copying poetry/packages/utils/utils.py -> build/lib/poetry/packages/utils creating build/lib/poetry/puzzle copying poetry/puzzle/exceptions.py -> build/lib/poetry/puzzle copying poetry/puzzle/__init__.py -> build/lib/poetry/puzzle copying poetry/puzzle/solver.py -> build/lib/poetry/puzzle copying poetry/puzzle/dependencies.py -> build/lib/poetry/puzzle copying poetry/puzzle/provider.py -> build/lib/poetry/puzzle creating build/lib/poetry/puzzle/operations copying poetry/puzzle/operations/update.py -> build/lib/poetry/puzzle/operations copying poetry/puzzle/operations/__init__.py -> build/lib/poetry/puzzle/operations copying poetry/puzzle/operations/operation.py -> build/lib/poetry/puzzle/operations copying poetry/puzzle/operations/install.py -> build/lib/poetry/puzzle/operations copying poetry/puzzle/operations/uninstall.py -> build/lib/poetry/puzzle/operations creating build/lib/poetry/repositories copying poetry/repositories/exceptions.py -> build/lib/poetry/repositories copying poetry/repositories/__init__.py -> build/lib/poetry/repositories copying poetry/repositories/base_repository.py -> build/lib/poetry/repositories copying poetry/repositories/pool.py -> build/lib/poetry/repositories copying poetry/repositories/repository.py -> build/lib/poetry/repositories copying poetry/repositories/installed_repository.py -> build/lib/poetry/repositories copying poetry/repositories/remote_repository.py -> build/lib/poetry/repositories copying poetry/repositories/legacy_repository.py -> build/lib/poetry/repositories copying poetry/repositories/auth.py -> build/lib/poetry/repositories copying poetry/repositories/pypi_repository.py -> build/lib/poetry/repositories creating build/lib/poetry/semver copying poetry/semver/version_constraint.py -> build/lib/poetry/semver copying poetry/semver/version.py -> build/lib/poetry/semver copying poetry/semver/empty_constraint.py -> build/lib/poetry/semver copying poetry/semver/exceptions.py -> build/lib/poetry/semver copying poetry/semver/__init__.py -> build/lib/poetry/semver copying poetry/semver/patterns.py -> build/lib/poetry/semver copying poetry/semver/version_union.py -> build/lib/poetry/semver copying poetry/semver/version_range.py -> build/lib/poetry/semver creating build/lib/poetry/spdx copying poetry/spdx/license.py -> build/lib/poetry/spdx copying poetry/spdx/updater.py -> build/lib/poetry/spdx copying poetry/spdx/__init__.py -> build/lib/poetry/spdx creating build/lib/poetry/utils copying poetry/utils/setup_reader.py -> build/lib/poetry/utils copying poetry/utils/env.py -> build/lib/poetry/utils copying poetry/utils/__init__.py -> build/lib/poetry/utils copying poetry/utils/extras.py -> build/lib/poetry/utils copying poetry/utils/patterns.py -> build/lib/poetry/utils copying poetry/utils/inspector.py -> build/lib/poetry/utils copying poetry/utils/helpers.py -> build/lib/poetry/utils copying poetry/utils/exporter.py -> build/lib/poetry/utils copying poetry/utils/appdirs.py -> build/lib/poetry/utils copying poetry/utils/_compat.py -> build/lib/poetry/utils copying poetry/utils/password_manager.py -> build/lib/poetry/utils copying poetry/utils/toml_file.py -> build/lib/poetry/utils copying poetry/utils/shell.py -> build/lib/poetry/utils creating build/lib/poetry/vcs copying poetry/vcs/__init__.py -> build/lib/poetry/vcs copying poetry/vcs/git.py -> build/lib/poetry/vcs creating build/lib/poetry/version copying poetry/version/specifiers.py -> build/lib/poetry/version copying poetry/version/markers.py -> build/lib/poetry/version copying poetry/version/base.py -> build/lib/poetry/version copying poetry/version/version.py -> build/lib/poetry/version copying poetry/version/exceptions.py -> build/lib/poetry/version copying poetry/version/__init__.py -> build/lib/poetry/version copying poetry/version/version_selector.py -> build/lib/poetry/version copying poetry/version/helpers.py -> build/lib/poetry/version copying poetry/version/requirements.py -> build/lib/poetry/version copying poetry/version/utils.py -> build/lib/poetry/version copying poetry/version/legacy_version.py -> build/lib/poetry/version creating build/lib/poetry/json/schemas copying poetry/json/schemas/poetry-schema.json -> build/lib/poetry/json/schemas creating build/lib/poetry/spdx/data copying poetry/spdx/data/licenses.json -> build/lib/poetry/spdx/data + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.1Bn5Sz + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch ++ dirname /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch + cd poetry-1.0.5 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=neon -mfloat-abi=hard' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch running install running install_lib creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7 creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands copying build/lib/poetry/console/commands/search.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands copying build/lib/poetry/console/commands/publish.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands copying build/lib/poetry/console/commands/add.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands copying build/lib/poetry/console/commands/check.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/self copying build/lib/poetry/console/commands/self/update.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/self copying build/lib/poetry/console/commands/self/self.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/self copying build/lib/poetry/console/commands/self/__init__.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/self copying build/lib/poetry/console/commands/update.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands copying build/lib/poetry/console/commands/export.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands copying build/lib/poetry/console/commands/version.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands copying build/lib/poetry/console/commands/lock.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands copying build/lib/poetry/console/commands/init.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands copying build/lib/poetry/console/commands/about.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands copying build/lib/poetry/console/commands/__init__.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands copying build/lib/poetry/console/commands/env_command.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands copying build/lib/poetry/console/commands/install.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands copying build/lib/poetry/console/commands/run.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands copying build/lib/poetry/console/commands/command.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands copying build/lib/poetry/console/commands/new.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands copying build/lib/poetry/console/commands/config.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/env copying build/lib/poetry/console/commands/env/env.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/env copying build/lib/poetry/console/commands/env/use.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/env copying build/lib/poetry/console/commands/env/__init__.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/env copying build/lib/poetry/console/commands/env/list.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/env copying build/lib/poetry/console/commands/env/info.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/env copying build/lib/poetry/console/commands/env/remove.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/env creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/debug copying build/lib/poetry/console/commands/debug/resolve.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/debug copying build/lib/poetry/console/commands/debug/__init__.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/debug copying build/lib/poetry/console/commands/debug/debug.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/debug copying build/lib/poetry/console/commands/debug/info.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/debug creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/cache copying build/lib/poetry/console/commands/cache/cache.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/cache copying build/lib/poetry/console/commands/cache/clear.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/cache copying build/lib/poetry/console/commands/cache/__init__.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/cache copying build/lib/poetry/console/commands/show.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands copying build/lib/poetry/console/commands/shell.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands copying build/lib/poetry/console/commands/build.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands copying build/lib/poetry/console/commands/remove.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/args copying build/lib/poetry/console/args/__init__.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/args copying build/lib/poetry/console/args/run_args_parser.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/args creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/logging copying build/lib/poetry/console/logging/io_handler.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/logging copying build/lib/poetry/console/logging/__init__.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/logging copying build/lib/poetry/console/logging/io_formatter.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/logging copying build/lib/poetry/console/__init__.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/config copying build/lib/poetry/console/config/__init__.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/config copying build/lib/poetry/console/config/application_config.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/config copying build/lib/poetry/console/application.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/installation copying build/lib/poetry/installation/installer.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/installation copying build/lib/poetry/installation/base_installer.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/installation copying build/lib/poetry/installation/__init__.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/installation copying build/lib/poetry/installation/noop_installer.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/installation copying build/lib/poetry/installation/pip_installer.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/installation creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/utils copying build/lib/poetry/utils/setup_reader.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/utils copying build/lib/poetry/utils/env.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/utils copying build/lib/poetry/utils/__init__.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/utils copying build/lib/poetry/utils/extras.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/utils copying build/lib/poetry/utils/patterns.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/utils copying build/lib/poetry/utils/inspector.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/utils copying build/lib/poetry/utils/helpers.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/utils copying build/lib/poetry/utils/exporter.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/utils copying build/lib/poetry/utils/appdirs.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/utils copying build/lib/poetry/utils/_compat.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/utils copying build/lib/poetry/utils/password_manager.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/utils copying build/lib/poetry/utils/toml_file.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/utils copying build/lib/poetry/utils/shell.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/utils creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages copying build/lib/poetry/packages/locker.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages/constraints copying build/lib/poetry/packages/constraints/any_constraint.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages/constraints copying build/lib/poetry/packages/constraints/empty_constraint.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages/constraints copying build/lib/poetry/packages/constraints/constraint.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages/constraints copying build/lib/poetry/packages/constraints/__init__.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages/constraints copying build/lib/poetry/packages/constraints/multi_constraint.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages/constraints copying build/lib/poetry/packages/constraints/wildcard_constraint.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages/constraints copying build/lib/poetry/packages/constraints/union_constraint.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages/constraints copying build/lib/poetry/packages/constraints/base_constraint.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages/constraints creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages/utils copying build/lib/poetry/packages/utils/__init__.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages/utils copying build/lib/poetry/packages/utils/link.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages/utils copying build/lib/poetry/packages/utils/utils.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages/utils copying build/lib/poetry/packages/project_package.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages copying build/lib/poetry/packages/package_collection.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages copying build/lib/poetry/packages/dependency.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages copying build/lib/poetry/packages/__init__.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages copying build/lib/poetry/packages/dependency_package.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages copying build/lib/poetry/packages/vcs_dependency.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages copying build/lib/poetry/packages/directory_dependency.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages copying build/lib/poetry/packages/file_dependency.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages copying build/lib/poetry/packages/url_dependency.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages copying build/lib/poetry/packages/package.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages copying build/lib/poetry/poetry.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/semver copying build/lib/poetry/semver/version_constraint.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/semver copying build/lib/poetry/semver/version.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/semver copying build/lib/poetry/semver/empty_constraint.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/semver copying build/lib/poetry/semver/exceptions.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/semver copying build/lib/poetry/semver/__init__.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/semver copying build/lib/poetry/semver/patterns.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/semver copying build/lib/poetry/semver/version_union.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/semver copying build/lib/poetry/semver/version_range.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/semver copying build/lib/poetry/locations.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/vcs copying build/lib/poetry/vcs/__init__.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/vcs copying build/lib/poetry/vcs/git.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/vcs creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/spdx copying build/lib/poetry/spdx/license.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/spdx creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/spdx/data copying build/lib/poetry/spdx/data/licenses.json -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/spdx/data copying build/lib/poetry/spdx/updater.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/spdx copying build/lib/poetry/spdx/__init__.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/spdx creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/io copying build/lib/poetry/io/__init__.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/io copying build/lib/poetry/io/null_io.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/io creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/repositories copying build/lib/poetry/repositories/exceptions.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/repositories copying build/lib/poetry/repositories/__init__.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/repositories copying build/lib/poetry/repositories/base_repository.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/repositories copying build/lib/poetry/repositories/pool.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/repositories copying build/lib/poetry/repositories/repository.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/repositories copying build/lib/poetry/repositories/installed_repository.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/repositories copying build/lib/poetry/repositories/remote_repository.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/repositories copying build/lib/poetry/repositories/legacy_repository.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/repositories copying build/lib/poetry/repositories/auth.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/repositories copying build/lib/poetry/repositories/pypi_repository.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/repositories copying build/lib/poetry/factory.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry copying build/lib/poetry/exceptions.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry copying build/lib/poetry/__init__.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/layouts copying build/lib/poetry/layouts/layout.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/layouts copying build/lib/poetry/layouts/src.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/layouts copying build/lib/poetry/layouts/__init__.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/layouts copying build/lib/poetry/layouts/standard.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/layouts creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/config copying build/lib/poetry/config/config_source.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/config copying build/lib/poetry/config/dict_config_source.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/config copying build/lib/poetry/config/file_config_source.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/config copying build/lib/poetry/config/__init__.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/config copying build/lib/poetry/config/config.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/config creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/puzzle copying build/lib/poetry/puzzle/exceptions.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/puzzle copying build/lib/poetry/puzzle/__init__.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/puzzle copying build/lib/poetry/puzzle/solver.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/puzzle copying build/lib/poetry/puzzle/dependencies.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/puzzle copying build/lib/poetry/puzzle/provider.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/puzzle creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/puzzle/operations copying build/lib/poetry/puzzle/operations/update.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/puzzle/operations copying build/lib/poetry/puzzle/operations/__init__.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/puzzle/operations copying build/lib/poetry/puzzle/operations/operation.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/puzzle/operations copying build/lib/poetry/puzzle/operations/install.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/puzzle/operations copying build/lib/poetry/puzzle/operations/uninstall.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/puzzle/operations copying build/lib/poetry/__main__.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/version copying build/lib/poetry/version/specifiers.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/version copying build/lib/poetry/version/markers.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/version copying build/lib/poetry/version/base.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/version copying build/lib/poetry/version/version.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/version copying build/lib/poetry/version/exceptions.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/version copying build/lib/poetry/version/__init__.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/version copying build/lib/poetry/version/version_selector.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/version copying build/lib/poetry/version/helpers.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/version copying build/lib/poetry/version/requirements.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/version copying build/lib/poetry/version/utils.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/version copying build/lib/poetry/version/legacy_version.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/version creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/json copying build/lib/poetry/json/__init__.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/json creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/json/schemas copying build/lib/poetry/json/schemas/poetry-schema.json -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/json/schemas creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/mixology copying build/lib/poetry/mixology/partial_solution.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/mixology copying build/lib/poetry/mixology/version_solver.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/mixology copying build/lib/poetry/mixology/term.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/mixology copying build/lib/poetry/mixology/set_relation.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/mixology copying build/lib/poetry/mixology/__init__.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/mixology copying build/lib/poetry/mixology/result.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/mixology copying build/lib/poetry/mixology/failure.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/mixology copying build/lib/poetry/mixology/incompatibility_cause.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/mixology copying build/lib/poetry/mixology/incompatibility.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/mixology copying build/lib/poetry/mixology/assignment.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/mixology copying build/lib/poetry/__version__.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry copying build/lib/poetry/masonry/builder.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry copying build/lib/poetry/masonry/api.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/utils copying build/lib/poetry/masonry/utils/package_include.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/utils copying build/lib/poetry/masonry/utils/tags.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/utils copying build/lib/poetry/masonry/utils/include.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/utils copying build/lib/poetry/masonry/utils/__init__.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/utils copying build/lib/poetry/masonry/utils/helpers.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/utils copying build/lib/poetry/masonry/utils/module.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/utils creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/publishing copying build/lib/poetry/masonry/publishing/__init__.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/publishing copying build/lib/poetry/masonry/publishing/uploader.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/publishing copying build/lib/poetry/masonry/publishing/publisher.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/publishing creating /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/builders copying build/lib/poetry/masonry/builders/builder.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/builders copying build/lib/poetry/masonry/builders/wheel.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/builders copying build/lib/poetry/masonry/builders/editable.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/builders copying build/lib/poetry/masonry/builders/__init__.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/builders copying build/lib/poetry/masonry/builders/complete.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/builders copying build/lib/poetry/masonry/builders/sdist.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/builders copying build/lib/poetry/masonry/__init__.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry copying build/lib/poetry/masonry/metadata.py -> /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/search.py to search.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/publish.py to publish.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/add.py to add.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/check.py to check.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/self/update.py to update.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/self/self.py to self.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/self/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/update.py to update.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/export.py to export.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/version.py to version.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/lock.py to lock.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/init.py to init.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/about.py to about.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/env_command.py to env_command.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/install.py to install.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/run.py to run.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/command.py to command.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/new.py to new.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/config.py to config.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/env/env.py to env.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/env/use.py to use.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/env/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/env/list.py to list.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/env/info.py to info.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/env/remove.py to remove.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/debug/resolve.py to resolve.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/debug/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/debug/debug.py to debug.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/debug/info.py to info.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/cache/cache.py to cache.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/cache/clear.py to clear.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/cache/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/show.py to show.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/shell.py to shell.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/build.py to build.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/commands/remove.py to remove.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/args/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/args/run_args_parser.py to run_args_parser.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/logging/io_handler.py to io_handler.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/logging/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/logging/io_formatter.py to io_formatter.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/config/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/config/application_config.py to application_config.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/console/application.py to application.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/installation/installer.py to installer.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/installation/base_installer.py to base_installer.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/installation/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/installation/noop_installer.py to noop_installer.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/installation/pip_installer.py to pip_installer.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/utils/setup_reader.py to setup_reader.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/utils/env.py to env.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/utils/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/utils/extras.py to extras.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/utils/patterns.py to patterns.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/utils/inspector.py to inspector.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/utils/helpers.py to helpers.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/utils/exporter.py to exporter.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/utils/appdirs.py to appdirs.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/utils/_compat.py to _compat.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/utils/password_manager.py to password_manager.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/utils/toml_file.py to toml_file.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/utils/shell.py to shell.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages/locker.py to locker.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages/constraints/any_constraint.py to any_constraint.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages/constraints/empty_constraint.py to empty_constraint.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages/constraints/constraint.py to constraint.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages/constraints/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages/constraints/multi_constraint.py to multi_constraint.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages/constraints/wildcard_constraint.py to wildcard_constraint.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages/constraints/union_constraint.py to union_constraint.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages/constraints/base_constraint.py to base_constraint.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages/utils/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages/utils/link.py to link.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages/utils/utils.py to utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages/project_package.py to project_package.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages/package_collection.py to package_collection.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages/dependency.py to dependency.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages/dependency_package.py to dependency_package.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages/vcs_dependency.py to vcs_dependency.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages/directory_dependency.py to directory_dependency.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages/file_dependency.py to file_dependency.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages/url_dependency.py to url_dependency.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/packages/package.py to package.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/poetry.py to poetry.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/semver/version_constraint.py to version_constraint.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/semver/version.py to version.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/semver/empty_constraint.py to empty_constraint.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/semver/exceptions.py to exceptions.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/semver/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/semver/patterns.py to patterns.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/semver/version_union.py to version_union.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/semver/version_range.py to version_range.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/locations.py to locations.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/vcs/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/vcs/git.py to git.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/spdx/license.py to license.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/spdx/updater.py to updater.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/spdx/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/io/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/io/null_io.py to null_io.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/repositories/exceptions.py to exceptions.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/repositories/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/repositories/base_repository.py to base_repository.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/repositories/pool.py to pool.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/repositories/repository.py to repository.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/repositories/installed_repository.py to installed_repository.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/repositories/remote_repository.py to remote_repository.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/repositories/legacy_repository.py to legacy_repository.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/repositories/auth.py to auth.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/repositories/pypi_repository.py to pypi_repository.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/factory.py to factory.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/exceptions.py to exceptions.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/layouts/layout.py to layout.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/layouts/src.py to src.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/layouts/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/layouts/standard.py to standard.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/config/config_source.py to config_source.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/config/dict_config_source.py to dict_config_source.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/config/file_config_source.py to file_config_source.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/config/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/config/config.py to config.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/puzzle/exceptions.py to exceptions.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/puzzle/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/puzzle/solver.py to solver.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/puzzle/dependencies.py to dependencies.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/puzzle/provider.py to provider.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/puzzle/operations/update.py to update.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/puzzle/operations/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/puzzle/operations/operation.py to operation.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/puzzle/operations/install.py to install.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/puzzle/operations/uninstall.py to uninstall.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/__main__.py to __main__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/version/specifiers.py to specifiers.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/version/markers.py to markers.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/version/base.py to base.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/version/version.py to version.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/version/exceptions.py to exceptions.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/version/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/version/version_selector.py to version_selector.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/version/helpers.py to helpers.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/version/requirements.py to requirements.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/version/utils.py to utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/version/legacy_version.py to legacy_version.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/json/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/mixology/partial_solution.py to partial_solution.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/mixology/version_solver.py to version_solver.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/mixology/term.py to term.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/mixology/set_relation.py to set_relation.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/mixology/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/mixology/result.py to result.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/mixology/failure.py to failure.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/mixology/incompatibility_cause.py to incompatibility_cause.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/mixology/incompatibility.py to incompatibility.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/mixology/assignment.py to assignment.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/__version__.py to __version__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/builder.py to builder.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/api.py to api.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/utils/package_include.py to package_include.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/utils/tags.py to tags.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/utils/include.py to include.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/utils/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/utils/helpers.py to helpers.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/utils/module.py to module.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/publishing/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/publishing/uploader.py to uploader.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/publishing/publisher.py to publisher.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/builders/builder.py to builder.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/builders/wheel.py to wheel.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/builders/editable.py to editable.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/builders/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/builders/complete.py to complete.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/builders/sdist.py to sdist.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry/masonry/metadata.py to metadata.cpython-37.pyc writing byte-compilation script '/tmp/tmpjqi42hbd.py' /usr/bin/python3 /tmp/tmpjqi42hbd.py removing /tmp/tmpjqi42hbd.py running install_egg_info running egg_info creating poetry.egg-info writing poetry.egg-info/PKG-INFO writing dependency_links to poetry.egg-info/dependency_links.txt writing entry points to poetry.egg-info/entry_points.txt writing requirements to poetry.egg-info/requires.txt writing top-level names to poetry.egg-info/top_level.txt writing manifest file 'poetry.egg-info/SOURCES.txt' reading manifest file 'poetry.egg-info/SOURCES.txt' writing manifest file 'poetry.egg-info/SOURCES.txt' Copying poetry.egg-info to /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7/site-packages/poetry-1.0.5-py3.7.egg-info running install_scripts Installing poetry script to /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/bin + /usr/lib/rpm/find-debuginfo.sh -j5 --strict-build-id -m -i --build-id-seed 1.0.5-1.fc31 --unique-debug-suffix -1.0.5-1.fc31.noarch --unique-debug-src-base poetry-1.0.5-1.fc31.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/poetry-1.0.5 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/lib/python3.7 using /usr/bin/python3.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: poetry-1.0.5-1.fc31.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.hrbJHx + umask 022 + cd /builddir/build/BUILD + cd poetry-1.0.5 + DOCDIR=/builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/share/doc/poetry + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/share/doc/poetry + cp -pr README.md /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/share/doc/poetry + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.QZAiwA + umask 022 + cd /builddir/build/BUILD + cd poetry-1.0.5 + LICENSEDIR=/builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/share/licenses/poetry + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/share/licenses/poetry + cp -pr LICENSE /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/share/licenses/poetry + RPM_EC=0 ++ jobs -p + exit 0 Provides: poetry = 1.0.5-1.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python3 Processing files: python3-poetry-1.0.5-1.fc31.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.trpeGA + umask 022 + cd /builddir/build/BUILD + cd poetry-1.0.5 + DOCDIR=/builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/share/doc/python3-poetry + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/share/doc/python3-poetry + cp -pr README.md /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/share/doc/python3-poetry + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.p4RY9y + umask 022 + cd /builddir/build/BUILD + cd poetry-1.0.5 + LICENSEDIR=/builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/share/licenses/python3-poetry + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/share/licenses/python3-poetry + cp -pr LICENSE /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch/usr/share/licenses/python3-poetry + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-poetry = 1.0.5-1.fc31 python3-poetry = 1.0.5-1.fc31 python3.7dist(poetry) = 1.0.5 python3dist(poetry) = 1.0.5 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.7 python3.7dist(cachecontrol) >= 0.12.4 python3.7dist(cachecontrol) < 0.13 python3.7dist(cachy) >= 0.3 python3.7dist(cachy) < 0.4 python3.7dist(cleo) >= 0.7.6 python3.7dist(cleo) < 0.8 python3.7dist(clikit) >= 0.4.2 python3.7dist(clikit) < 0.5 python3.7dist(html5lib) >= 1 python3.7dist(html5lib) < 2 python3.7dist(importlib-metadata) python3.7dist(jsonschema) >= 3.1 python3.7dist(jsonschema) < 4 python3.7dist(keyring) python3.7dist(pexpect) >= 4.7 python3.7dist(pexpect) < 5 python3.7dist(pkginfo) >= 1.4 python3.7dist(pkginfo) < 2 python3.7dist(pyparsing) >= 2.2 python3.7dist(pyparsing) < 3 python3.7dist(pyrsistent) >= 0.14.2 python3.7dist(requests) >= 2.18 python3.7dist(requests) < 3 python3.7dist(requests-toolbelt) >= 0.8 python3.7dist(setuptools) python3.7dist(shellingham) >= 1.1 python3.7dist(shellingham) < 2 python3.7dist(tomlkit) >= 0.5.11 python3.7dist(tomlkit) < 0.6 Obsoletes: python-poetry < 1.0.5-1.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch Wrote: /builddir/build/RPMS/poetry-1.0.5-1.fc31.noarch.rpm Wrote: /builddir/build/RPMS/python3-poetry-1.0.5-1.fc31.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.8571wz + umask 022 + cd /builddir/build/BUILD + cd poetry-1.0.5 + /usr/bin/rm -rf /builddir/build/BUILDROOT/poetry-1.0.5-1.fc31.noarch + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0