Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/conda.spec'], gid=425timeout=172800user='mockbuild'uid=1000chrootPath='/var/lib/mock/f27-build-9700255-780464/root'shell=Falseenv={'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash'}nspawn_args=[]logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/conda.spec'] with env {'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash'} and shell False warning: Macro expanded in comment on line 16: %{name}/%{name}-%{version}.tar.gz warning: Macro expanded in comment on line 16: %{name}/%{name}-%{version}.tar.gz Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/conda-4.3.24-3.fc27.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/conda.spec'], gid=425timeout=172800user='mockbuild'uid=1000chrootPath='/var/lib/mock/f27-build-9700255-780464/root'shell=Falseenv={'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash'}nspawn_args=[]logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/conda.spec'] with env {'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash'} and shell False warning: Macro expanded in comment on line 16: %{name}/%{name}-%{version}.tar.gz warning: Macro expanded in comment on line 16: %{name}/%{name}-%{version}.tar.gz Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Z4HGKn + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf conda-4.3.24 + /usr/bin/gzip -dc /builddir/build/SOURCES/conda-4.3.24.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd conda-4.3.24 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/conda_sys_prefix.patch + sed -r -i 's/^(__version__ = ).*/\1"4.3.24"/' conda/__init__.py + sed -r -i 's/test_trash_outside_prefix/_disabled_\0/' tests/test_install.py + sed -r -i 's/test_move_to_trash|test_move_path_to_trash_couldnt/_disabled_\0/' tests/gateways/disk/test_delete.py + sed -r -i '1 {/#![/]usr[/]bin[/]env/d}' conda/_vendor/appdirs.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.gCkJBM + umask 022 + cd /builddir/build/BUILD + cd conda-4.3.24 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=neon -mfloat-abi=hard' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' WARNING: Your current install method for conda only supports conda as a python library. You are not installing a conda executable command or activate/deactivate commands. If your intention is to install conda as a standalone application, currently supported install methods include the Anaconda installer and the miniconda installer. If you'd still like for setup.py to create entry points for you, use `utils/setup-testing.py`. running build running build_py creating build creating build/lib creating build/lib/conda copying conda/__main__.py -> build/lib/conda copying conda/signature.py -> build/lib/conda copying conda/utils.py -> build/lib/conda copying conda/resolve.py -> build/lib/conda copying conda/install.py -> build/lib/conda copying conda/history.py -> build/lib/conda copying conda/fetch.py -> build/lib/conda copying conda/console.py -> build/lib/conda copying conda/toposort.py -> build/lib/conda copying conda/logic.py -> build/lib/conda copying conda/misc.py -> build/lib/conda copying conda/version.py -> build/lib/conda copying conda/lock.py -> build/lib/conda copying conda/exceptions.py -> build/lib/conda copying conda/__init__.py -> build/lib/conda copying conda/config.py -> build/lib/conda copying conda/api.py -> build/lib/conda copying conda/exports.py -> build/lib/conda copying conda/connection.py -> build/lib/conda copying conda/egg_info.py -> build/lib/conda copying conda/instructions.py -> build/lib/conda copying conda/compat.py -> build/lib/conda copying conda/plan.py -> build/lib/conda creating build/lib/conda_env copying conda_env/__main__.py -> build/lib/conda_env copying conda_env/env.py -> build/lib/conda_env copying conda_env/exceptions.py -> build/lib/conda_env copying conda_env/__init__.py -> build/lib/conda_env copying conda_env/pip_util.py -> build/lib/conda_env copying conda_env/yaml.py -> build/lib/conda_env copying conda_env/compat.py -> build/lib/conda_env creating build/lib/conda/common copying conda/common/disk.py -> build/lib/conda/common copying conda/common/configuration.py -> build/lib/conda/common copying conda/common/platform.py -> build/lib/conda/common copying conda/common/constants.py -> build/lib/conda/common copying conda/common/url.py -> build/lib/conda/common copying conda/common/signals.py -> build/lib/conda/common copying conda/common/__init__.py -> build/lib/conda/common copying conda/common/path.py -> build/lib/conda/common copying conda/common/yaml.py -> build/lib/conda/common copying conda/common/io.py -> build/lib/conda/common copying conda/common/compat.py -> build/lib/conda/common creating build/lib/conda/gateways copying conda/gateways/logging.py -> build/lib/conda/gateways copying conda/gateways/anaconda_client.py -> build/lib/conda/gateways copying conda/gateways/__init__.py -> build/lib/conda/gateways copying conda/gateways/download.py -> build/lib/conda/gateways copying conda/gateways/subprocess.py -> build/lib/conda/gateways creating build/lib/conda/core copying conda/core/link.py -> build/lib/conda/core copying conda/core/path_actions.py -> build/lib/conda/core copying conda/core/package_cache.py -> build/lib/conda/core copying conda/core/linked_data.py -> build/lib/conda/core copying conda/core/portability.py -> build/lib/conda/core copying conda/core/repodata.py -> build/lib/conda/core copying conda/core/__init__.py -> build/lib/conda/core copying conda/core/index.py -> build/lib/conda/core creating build/lib/conda/_vendor copying conda/_vendor/__init__.py -> build/lib/conda/_vendor copying conda/_vendor/appdirs.py -> build/lib/conda/_vendor creating build/lib/conda/base copying conda/base/constants.py -> build/lib/conda/base copying conda/base/context.py -> build/lib/conda/base copying conda/base/exceptions.py -> build/lib/conda/base copying conda/base/__init__.py -> build/lib/conda/base creating build/lib/conda/cli copying conda/cli/conda_argparse.py -> build/lib/conda/cli copying conda/cli/main_info.py -> build/lib/conda/cli copying conda/cli/main_install.py -> build/lib/conda/cli copying conda/cli/main_search.py -> build/lib/conda/cli copying conda/cli/main_package.py -> build/lib/conda/cli copying conda/cli/python_api.py -> build/lib/conda/cli copying conda/cli/install.py -> build/lib/conda/cli copying conda/cli/main_help.py -> build/lib/conda/cli copying conda/cli/help.py -> build/lib/conda/cli copying conda/cli/main_config.py -> build/lib/conda/cli copying conda/cli/main_list.py -> build/lib/conda/cli copying conda/cli/main_remove.py -> build/lib/conda/cli copying conda/cli/main_update.py -> build/lib/conda/cli copying conda/cli/__init__.py -> build/lib/conda/cli copying conda/cli/main.py -> build/lib/conda/cli copying conda/cli/activate.py -> build/lib/conda/cli copying conda/cli/main_clean.py -> build/lib/conda/cli copying conda/cli/find_commands.py -> build/lib/conda/cli copying conda/cli/common.py -> build/lib/conda/cli copying conda/cli/pip_warning.py -> build/lib/conda/cli copying conda/cli/main_create.py -> build/lib/conda/cli creating build/lib/conda/models copying conda/models/channel.py -> build/lib/conda/models copying conda/models/enums.py -> build/lib/conda/models copying conda/models/index_record.py -> build/lib/conda/models copying conda/models/__init__.py -> build/lib/conda/models copying conda/models/dist.py -> build/lib/conda/models copying conda/models/package_info.py -> build/lib/conda/models creating build/lib/conda_env/specs copying conda_env/specs/notebook.py -> build/lib/conda_env/specs copying conda_env/specs/requirements.py -> build/lib/conda_env/specs copying conda_env/specs/binstar.py -> build/lib/conda_env/specs copying conda_env/specs/__init__.py -> build/lib/conda_env/specs copying conda_env/specs/yaml_file.py -> build/lib/conda_env/specs creating build/lib/conda_env/installers copying conda_env/installers/base.py -> build/lib/conda_env/installers copying conda_env/installers/conda.py -> build/lib/conda_env/installers copying conda_env/installers/pip.py -> build/lib/conda_env/installers copying conda_env/installers/__init__.py -> build/lib/conda_env/installers creating build/lib/conda_env/cli copying conda_env/cli/main_attach.py -> build/lib/conda_env/cli copying conda_env/cli/main_list.py -> build/lib/conda_env/cli copying conda_env/cli/main_remove.py -> build/lib/conda_env/cli copying conda_env/cli/main_upload.py -> build/lib/conda_env/cli copying conda_env/cli/main_update.py -> build/lib/conda_env/cli copying conda_env/cli/__init__.py -> build/lib/conda_env/cli copying conda_env/cli/main.py -> build/lib/conda_env/cli copying conda_env/cli/main_export.py -> build/lib/conda_env/cli copying conda_env/cli/common.py -> build/lib/conda_env/cli copying conda_env/cli/main_create.py -> build/lib/conda_env/cli creating build/lib/conda_env/utils copying conda_env/utils/uploader.py -> build/lib/conda_env/utils copying conda_env/utils/__init__.py -> build/lib/conda_env/utils copying conda_env/utils/notebooks.py -> build/lib/conda_env/utils creating build/lib/conda/gateways/adapters copying conda/gateways/adapters/ftp.py -> build/lib/conda/gateways/adapters copying conda/gateways/adapters/localfs.py -> build/lib/conda/gateways/adapters copying conda/gateways/adapters/__init__.py -> build/lib/conda/gateways/adapters copying conda/gateways/adapters/s3.py -> build/lib/conda/gateways/adapters creating build/lib/conda/gateways/disk copying conda/gateways/disk/read.py -> build/lib/conda/gateways/disk copying conda/gateways/disk/link.py -> build/lib/conda/gateways/disk copying conda/gateways/disk/create.py -> build/lib/conda/gateways/disk copying conda/gateways/disk/permissions.py -> build/lib/conda/gateways/disk copying conda/gateways/disk/update.py -> build/lib/conda/gateways/disk copying conda/gateways/disk/__init__.py -> build/lib/conda/gateways/disk copying conda/gateways/disk/test.py -> build/lib/conda/gateways/disk copying conda/gateways/disk/delete.py -> build/lib/conda/gateways/disk creating build/lib/conda/_vendor/urllib3 copying conda/_vendor/urllib3/exceptions.py -> build/lib/conda/_vendor/urllib3 copying conda/_vendor/urllib3/__init__.py -> build/lib/conda/_vendor/urllib3 creating build/lib/conda/_vendor/toolz copying conda/_vendor/toolz/recipes.py -> build/lib/conda/_vendor/toolz copying conda/_vendor/toolz/utils.py -> build/lib/conda/_vendor/toolz copying conda/_vendor/toolz/itertoolz.py -> build/lib/conda/_vendor/toolz copying conda/_vendor/toolz/_signatures.py -> build/lib/conda/_vendor/toolz copying conda/_vendor/toolz/dicttoolz.py -> build/lib/conda/_vendor/toolz copying conda/_vendor/toolz/compatibility.py -> build/lib/conda/_vendor/toolz copying conda/_vendor/toolz/__init__.py -> build/lib/conda/_vendor/toolz copying conda/_vendor/toolz/functoolz.py -> build/lib/conda/_vendor/toolz creating build/lib/conda/_vendor/auxlib copying conda/_vendor/auxlib/factory.py -> build/lib/conda/_vendor/auxlib copying conda/_vendor/auxlib/entity.py -> build/lib/conda/_vendor/auxlib copying conda/_vendor/auxlib/configuration.py -> build/lib/conda/_vendor/auxlib copying conda/_vendor/auxlib/collection.py -> build/lib/conda/_vendor/auxlib copying conda/_vendor/auxlib/packaging.py -> build/lib/conda/_vendor/auxlib copying conda/_vendor/auxlib/deprecation.py -> build/lib/conda/_vendor/auxlib copying conda/_vendor/auxlib/exceptions.py -> build/lib/conda/_vendor/auxlib copying conda/_vendor/auxlib/__init__.py -> build/lib/conda/_vendor/auxlib copying conda/_vendor/auxlib/decorators.py -> build/lib/conda/_vendor/auxlib copying conda/_vendor/auxlib/path.py -> build/lib/conda/_vendor/auxlib copying conda/_vendor/auxlib/crypt.py -> build/lib/conda/_vendor/auxlib copying conda/_vendor/auxlib/ish.py -> build/lib/conda/_vendor/auxlib copying conda/_vendor/auxlib/logz.py -> build/lib/conda/_vendor/auxlib copying conda/_vendor/auxlib/type_coercion.py -> build/lib/conda/_vendor/auxlib copying conda/_vendor/auxlib/compat.py -> build/lib/conda/_vendor/auxlib creating build/lib/conda/_vendor/boltons copying conda/_vendor/boltons/setutils.py -> build/lib/conda/_vendor/boltons copying conda/_vendor/boltons/__init__.py -> build/lib/conda/_vendor/boltons creating build/lib/conda/_vendor/progressbar copying conda/_vendor/progressbar/__init__.py -> build/lib/conda/_vendor/progressbar copying conda/_vendor/progressbar/widgets.py -> build/lib/conda/_vendor/progressbar copying conda/_vendor/progressbar/compat.py -> build/lib/conda/_vendor/progressbar creating build/lib/conda/_vendor/urllib3/util copying conda/_vendor/urllib3/util/url.py -> build/lib/conda/_vendor/urllib3/util copying conda/_vendor/urllib3/util/__init__.py -> build/lib/conda/_vendor/urllib3/util creating build/lib/conda/_vendor/auxlib/_vendor copying conda/_vendor/auxlib/_vendor/six.py -> build/lib/conda/_vendor/auxlib/_vendor copying conda/_vendor/auxlib/_vendor/__init__.py -> build/lib/conda/_vendor/auxlib/_vendor copying conda/_vendor/auxlib/_vendor/five.py -> build/lib/conda/_vendor/auxlib/_vendor creating build/lib/conda/_vendor/auxlib/_vendor/boltons copying conda/_vendor/auxlib/_vendor/boltons/timeutils.py -> build/lib/conda/_vendor/auxlib/_vendor/boltons copying conda/_vendor/auxlib/_vendor/boltons/__init__.py -> build/lib/conda/_vendor/auxlib/_vendor/boltons UPDATING build/lib/conda/__init__.py WRITING build/lib/conda/.version with version 4.3.24 + sleep 1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=neon -mfloat-abi=hard' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py UPDATING build/lib/conda/__init__.py WRITING build/lib/conda/.version with version 4.3.24 WARNING: Your current install method for conda only supports conda as a python library. You are not installing a conda executable command or activate/deactivate commands. If your intention is to install conda as a standalone application, currently supported install methods include the Anaconda installer and the miniconda installer. If you'd still like for setup.py to create entry points for you, use `utils/setup-testing.py`. + sleep 1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=neon -mfloat-abi=hard' + /usr/bin/python2 utils/setup-testing.py build '--executable=/usr/bin/python2 -s' running build running build_py UPDATING build/lib/conda/__init__.py WRITING build/lib/conda/.version with version 4.3.24 running build_scripts creating build/scripts-2.7 copying shell/activate -> build/scripts-2.7 copying shell/deactivate -> build/scripts-2.7 + sleep 1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=neon -mfloat-abi=hard' + /usr/bin/python3 utils/setup-testing.py build '--executable=/usr/bin/python3 -s' running build running build_py UPDATING build/lib/conda/__init__.py WRITING build/lib/conda/.version with version 4.3.24 running build_scripts creating build/scripts-3.6 copying shell/activate -> build/scripts-3.6 copying shell/deactivate -> build/scripts-3.6 + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.2gApeX + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch ++ dirname /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch + cd conda-4.3.24 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=neon -mfloat-abi=hard' + /usr/bin/python2 utils/setup-testing.py install -O1 --skip-build --root /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch running install running install_lib creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/common copying build/lib/conda/common/disk.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/common copying build/lib/conda/common/configuration.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/common copying build/lib/conda/common/platform.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/common copying build/lib/conda/common/constants.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/common copying build/lib/conda/common/url.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/common copying build/lib/conda/common/signals.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/common copying build/lib/conda/common/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/common copying build/lib/conda/common/path.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/common copying build/lib/conda/common/yaml.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/common copying build/lib/conda/common/io.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/common copying build/lib/conda/common/compat.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/common copying build/lib/conda/__main__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways/adapters copying build/lib/conda/gateways/adapters/ftp.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways/adapters copying build/lib/conda/gateways/adapters/localfs.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways/adapters copying build/lib/conda/gateways/adapters/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways/adapters copying build/lib/conda/gateways/adapters/s3.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways/adapters copying build/lib/conda/gateways/logging.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways copying build/lib/conda/gateways/anaconda_client.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways/disk copying build/lib/conda/gateways/disk/read.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways/disk copying build/lib/conda/gateways/disk/link.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways/disk copying build/lib/conda/gateways/disk/create.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways/disk copying build/lib/conda/gateways/disk/permissions.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways/disk copying build/lib/conda/gateways/disk/update.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways/disk copying build/lib/conda/gateways/disk/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways/disk copying build/lib/conda/gateways/disk/test.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways/disk copying build/lib/conda/gateways/disk/delete.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways/disk copying build/lib/conda/gateways/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways copying build/lib/conda/gateways/download.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways copying build/lib/conda/gateways/subprocess.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/core copying build/lib/conda/core/link.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/core copying build/lib/conda/core/path_actions.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/core copying build/lib/conda/core/package_cache.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/core copying build/lib/conda/core/linked_data.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/core copying build/lib/conda/core/portability.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/core copying build/lib/conda/core/repodata.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/core copying build/lib/conda/core/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/core copying build/lib/conda/core/index.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/core copying build/lib/conda/signature.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda copying build/lib/conda/utils.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda copying build/lib/conda/resolve.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda copying build/lib/conda/install.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda copying build/lib/conda/history.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda copying build/lib/conda/fetch.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda copying build/lib/conda/console.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/urllib3 creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/urllib3/util copying build/lib/conda/_vendor/urllib3/util/url.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/urllib3/util copying build/lib/conda/_vendor/urllib3/util/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/urllib3/util copying build/lib/conda/_vendor/urllib3/exceptions.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/urllib3 copying build/lib/conda/_vendor/urllib3/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/urllib3 creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/toolz copying build/lib/conda/_vendor/toolz/recipes.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/toolz copying build/lib/conda/_vendor/toolz/utils.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/toolz copying build/lib/conda/_vendor/toolz/itertoolz.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/toolz copying build/lib/conda/_vendor/toolz/_signatures.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/toolz copying build/lib/conda/_vendor/toolz/dicttoolz.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/toolz copying build/lib/conda/_vendor/toolz/compatibility.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/toolz copying build/lib/conda/_vendor/toolz/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/toolz copying build/lib/conda/_vendor/toolz/functoolz.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/toolz creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib copying build/lib/conda/_vendor/auxlib/factory.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib copying build/lib/conda/_vendor/auxlib/entity.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib copying build/lib/conda/_vendor/auxlib/configuration.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib copying build/lib/conda/_vendor/auxlib/collection.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib copying build/lib/conda/_vendor/auxlib/packaging.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib/_vendor copying build/lib/conda/_vendor/auxlib/_vendor/six.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib/_vendor creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib/_vendor/boltons copying build/lib/conda/_vendor/auxlib/_vendor/boltons/timeutils.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib/_vendor/boltons copying build/lib/conda/_vendor/auxlib/_vendor/boltons/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib/_vendor/boltons copying build/lib/conda/_vendor/auxlib/_vendor/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib/_vendor copying build/lib/conda/_vendor/auxlib/_vendor/five.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib/_vendor copying build/lib/conda/_vendor/auxlib/deprecation.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib copying build/lib/conda/_vendor/auxlib/exceptions.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib copying build/lib/conda/_vendor/auxlib/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib copying build/lib/conda/_vendor/auxlib/decorators.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib copying build/lib/conda/_vendor/auxlib/path.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib copying build/lib/conda/_vendor/auxlib/crypt.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib copying build/lib/conda/_vendor/auxlib/ish.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib copying build/lib/conda/_vendor/auxlib/logz.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib copying build/lib/conda/_vendor/auxlib/type_coercion.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib copying build/lib/conda/_vendor/auxlib/compat.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/boltons copying build/lib/conda/_vendor/boltons/setutils.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/boltons copying build/lib/conda/_vendor/boltons/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/boltons copying build/lib/conda/_vendor/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/progressbar copying build/lib/conda/_vendor/progressbar/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/progressbar copying build/lib/conda/_vendor/progressbar/widgets.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/progressbar copying build/lib/conda/_vendor/progressbar/compat.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/progressbar copying build/lib/conda/_vendor/appdirs.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/base copying build/lib/conda/base/constants.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/base copying build/lib/conda/base/context.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/base copying build/lib/conda/base/exceptions.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/base copying build/lib/conda/base/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/base copying build/lib/conda/toposort.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda copying build/lib/conda/logic.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda copying build/lib/conda/misc.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda copying build/lib/conda/version.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda copying build/lib/conda/lock.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda copying build/lib/conda/.version -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda copying build/lib/conda/exceptions.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli copying build/lib/conda/cli/conda_argparse.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli copying build/lib/conda/cli/main_info.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli copying build/lib/conda/cli/main_install.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli copying build/lib/conda/cli/main_search.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli copying build/lib/conda/cli/main_package.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli copying build/lib/conda/cli/python_api.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli copying build/lib/conda/cli/install.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli copying build/lib/conda/cli/main_help.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli copying build/lib/conda/cli/help.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli copying build/lib/conda/cli/main_config.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli copying build/lib/conda/cli/main_list.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli copying build/lib/conda/cli/main_remove.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli copying build/lib/conda/cli/main_update.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli copying build/lib/conda/cli/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli copying build/lib/conda/cli/main.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli copying build/lib/conda/cli/activate.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli copying build/lib/conda/cli/main_clean.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli copying build/lib/conda/cli/find_commands.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli copying build/lib/conda/cli/common.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli copying build/lib/conda/cli/pip_warning.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli copying build/lib/conda/cli/main_create.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli copying build/lib/conda/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda copying build/lib/conda/config.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda copying build/lib/conda/api.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda copying build/lib/conda/exports.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda copying build/lib/conda/connection.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda copying build/lib/conda/egg_info.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda copying build/lib/conda/instructions.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/models copying build/lib/conda/models/channel.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/models copying build/lib/conda/models/enums.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/models copying build/lib/conda/models/index_record.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/models copying build/lib/conda/models/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/models copying build/lib/conda/models/dist.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/models copying build/lib/conda/models/package_info.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/models copying build/lib/conda/compat.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda copying build/lib/conda/plan.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/specs copying build/lib/conda_env/specs/notebook.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/specs copying build/lib/conda_env/specs/requirements.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/specs copying build/lib/conda_env/specs/binstar.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/specs copying build/lib/conda_env/specs/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/specs copying build/lib/conda_env/specs/yaml_file.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/specs copying build/lib/conda_env/__main__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/installers copying build/lib/conda_env/installers/base.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/installers copying build/lib/conda_env/installers/conda.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/installers copying build/lib/conda_env/installers/pip.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/installers copying build/lib/conda_env/installers/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/installers copying build/lib/conda_env/env.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env copying build/lib/conda_env/exceptions.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/cli copying build/lib/conda_env/cli/main_attach.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/cli copying build/lib/conda_env/cli/main_list.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/cli copying build/lib/conda_env/cli/main_remove.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/cli copying build/lib/conda_env/cli/main_upload.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/cli copying build/lib/conda_env/cli/main_update.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/cli copying build/lib/conda_env/cli/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/cli copying build/lib/conda_env/cli/main.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/cli copying build/lib/conda_env/cli/main_export.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/cli copying build/lib/conda_env/cli/common.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/cli copying build/lib/conda_env/cli/main_create.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/cli copying build/lib/conda_env/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env copying build/lib/conda_env/pip_util.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env copying build/lib/conda_env/yaml.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/utils copying build/lib/conda_env/utils/uploader.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/utils copying build/lib/conda_env/utils/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/utils copying build/lib/conda_env/utils/notebooks.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/utils copying build/lib/conda_env/compat.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/common/disk.py to disk.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/common/configuration.py to configuration.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/common/platform.py to platform.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/common/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/common/url.py to url.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/common/signals.py to signals.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/common/path.py to path.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/common/yaml.py to yaml.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/common/io.py to io.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/common/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/__main__.py to __main__.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways/adapters/ftp.py to ftp.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways/adapters/localfs.py to localfs.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways/adapters/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways/adapters/s3.py to s3.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways/logging.py to logging.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways/anaconda_client.py to anaconda_client.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways/disk/read.py to read.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways/disk/link.py to link.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways/disk/create.py to create.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways/disk/permissions.py to permissions.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways/disk/update.py to update.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways/disk/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways/disk/test.py to test.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways/disk/delete.py to delete.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways/download.py to download.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/gateways/subprocess.py to subprocess.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/core/link.py to link.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/core/path_actions.py to path_actions.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/core/package_cache.py to package_cache.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/core/linked_data.py to linked_data.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/core/portability.py to portability.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/core/repodata.py to repodata.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/core/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/core/index.py to index.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/signature.py to signature.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/resolve.py to resolve.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/install.py to install.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/history.py to history.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/fetch.py to fetch.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/console.py to console.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/urllib3/util/url.py to url.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/urllib3/util/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/urllib3/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/urllib3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/toolz/recipes.py to recipes.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/toolz/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/toolz/itertoolz.py to itertoolz.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/toolz/_signatures.py to _signatures.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/toolz/dicttoolz.py to dicttoolz.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/toolz/compatibility.py to compatibility.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/toolz/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/toolz/functoolz.py to functoolz.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib/factory.py to factory.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib/entity.py to entity.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib/configuration.py to configuration.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib/collection.py to collection.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib/packaging.py to packaging.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib/_vendor/six.py to six.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib/_vendor/boltons/timeutils.py to timeutils.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib/_vendor/boltons/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib/_vendor/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib/_vendor/five.py to five.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib/deprecation.py to deprecation.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib/decorators.py to decorators.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib/path.py to path.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib/crypt.py to crypt.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib/ish.py to ish.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib/logz.py to logz.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib/type_coercion.py to type_coercion.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/auxlib/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/boltons/setutils.py to setutils.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/boltons/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/progressbar/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/progressbar/widgets.py to widgets.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/progressbar/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/_vendor/appdirs.py to appdirs.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/base/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/base/context.py to context.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/base/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/base/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/toposort.py to toposort.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/logic.py to logic.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/misc.py to misc.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/lock.py to lock.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli/conda_argparse.py to conda_argparse.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli/main_info.py to main_info.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli/main_install.py to main_install.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli/main_search.py to main_search.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli/main_package.py to main_package.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli/python_api.py to python_api.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli/install.py to install.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli/main_help.py to main_help.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli/help.py to help.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli/main_config.py to main_config.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli/main_list.py to main_list.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli/main_remove.py to main_remove.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli/main_update.py to main_update.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli/main.py to main.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli/activate.py to activate.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli/main_clean.py to main_clean.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli/find_commands.py to find_commands.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli/pip_warning.py to pip_warning.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/cli/main_create.py to main_create.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/exports.py to exports.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/connection.py to connection.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/egg_info.py to egg_info.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/instructions.py to instructions.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/models/channel.py to channel.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/models/enums.py to enums.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/models/index_record.py to index_record.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/models/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/models/dist.py to dist.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/models/package_info.py to package_info.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda/plan.py to plan.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/specs/notebook.py to notebook.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/specs/requirements.py to requirements.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/specs/binstar.py to binstar.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/specs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/specs/yaml_file.py to yaml_file.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/__main__.py to __main__.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/installers/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/installers/conda.py to conda.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/installers/pip.py to pip.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/installers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/env.py to env.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/cli/main_attach.py to main_attach.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/cli/main_list.py to main_list.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/cli/main_remove.py to main_remove.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/cli/main_upload.py to main_upload.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/cli/main_update.py to main_update.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/cli/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/cli/main.py to main.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/cli/main_export.py to main_export.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/cli/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/cli/main_create.py to main_create.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/pip_util.py to pip_util.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/yaml.py to yaml.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/utils/uploader.py to uploader.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/utils/notebooks.py to notebooks.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda_env/compat.py to compat.pyc writing byte-compilation script '/tmp/tmpWgZ0yV.py' /usr/bin/python2 -O /tmp/tmpWgZ0yV.py removing /tmp/tmpWgZ0yV.py running install_egg_info running egg_info creating conda.egg-info writing requirements to conda.egg-info/requires.txt writing conda.egg-info/PKG-INFO writing top-level names to conda.egg-info/top_level.txt writing dependency_links to conda.egg-info/dependency_links.txt writing entry points to conda.egg-info/entry_points.txt writing manifest file 'conda.egg-info/SOURCES.txt' reading manifest file 'conda.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*' found under directory 'tests' writing manifest file 'conda.egg-info/SOURCES.txt' Copying conda.egg-info to /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda-4.3.24-py2.7.egg-info running install_scripts creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/bin copying build/scripts-2.7/deactivate -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/bin copying build/scripts-2.7/activate -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/bin changing mode of /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/bin/deactivate to 755 changing mode of /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/bin/activate to 755 Installing conda script to /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/bin Installing conda-env script to /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/bin + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=neon -mfloat-abi=hard' + /usr/bin/python3 utils/setup-testing.py install -O1 --skip-build --root /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch running install running install_lib creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/common copying build/lib/conda/common/disk.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/common copying build/lib/conda/common/configuration.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/common copying build/lib/conda/common/platform.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/common copying build/lib/conda/common/constants.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/common copying build/lib/conda/common/url.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/common copying build/lib/conda/common/signals.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/common copying build/lib/conda/common/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/common copying build/lib/conda/common/path.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/common copying build/lib/conda/common/yaml.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/common copying build/lib/conda/common/io.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/common copying build/lib/conda/common/compat.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/common copying build/lib/conda/__main__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways/adapters copying build/lib/conda/gateways/adapters/ftp.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways/adapters copying build/lib/conda/gateways/adapters/localfs.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways/adapters copying build/lib/conda/gateways/adapters/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways/adapters copying build/lib/conda/gateways/adapters/s3.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways/adapters copying build/lib/conda/gateways/logging.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways copying build/lib/conda/gateways/anaconda_client.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways/disk copying build/lib/conda/gateways/disk/read.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways/disk copying build/lib/conda/gateways/disk/link.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways/disk copying build/lib/conda/gateways/disk/create.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways/disk copying build/lib/conda/gateways/disk/permissions.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways/disk copying build/lib/conda/gateways/disk/update.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways/disk copying build/lib/conda/gateways/disk/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways/disk copying build/lib/conda/gateways/disk/test.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways/disk copying build/lib/conda/gateways/disk/delete.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways/disk copying build/lib/conda/gateways/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways copying build/lib/conda/gateways/download.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways copying build/lib/conda/gateways/subprocess.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/core copying build/lib/conda/core/link.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/core copying build/lib/conda/core/path_actions.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/core copying build/lib/conda/core/package_cache.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/core copying build/lib/conda/core/linked_data.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/core copying build/lib/conda/core/portability.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/core copying build/lib/conda/core/repodata.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/core copying build/lib/conda/core/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/core copying build/lib/conda/core/index.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/core copying build/lib/conda/signature.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda copying build/lib/conda/utils.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda copying build/lib/conda/resolve.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda copying build/lib/conda/install.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda copying build/lib/conda/history.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda copying build/lib/conda/fetch.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda copying build/lib/conda/console.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/urllib3 creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/urllib3/util copying build/lib/conda/_vendor/urllib3/util/url.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/urllib3/util copying build/lib/conda/_vendor/urllib3/util/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/urllib3/util copying build/lib/conda/_vendor/urllib3/exceptions.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/urllib3 copying build/lib/conda/_vendor/urllib3/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/urllib3 creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/toolz copying build/lib/conda/_vendor/toolz/recipes.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/toolz copying build/lib/conda/_vendor/toolz/utils.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/toolz copying build/lib/conda/_vendor/toolz/itertoolz.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/toolz copying build/lib/conda/_vendor/toolz/_signatures.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/toolz copying build/lib/conda/_vendor/toolz/dicttoolz.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/toolz copying build/lib/conda/_vendor/toolz/compatibility.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/toolz copying build/lib/conda/_vendor/toolz/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/toolz copying build/lib/conda/_vendor/toolz/functoolz.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/toolz creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib copying build/lib/conda/_vendor/auxlib/factory.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib copying build/lib/conda/_vendor/auxlib/entity.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib copying build/lib/conda/_vendor/auxlib/configuration.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib copying build/lib/conda/_vendor/auxlib/collection.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib copying build/lib/conda/_vendor/auxlib/packaging.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib/_vendor copying build/lib/conda/_vendor/auxlib/_vendor/six.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib/_vendor creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib/_vendor/boltons copying build/lib/conda/_vendor/auxlib/_vendor/boltons/timeutils.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib/_vendor/boltons copying build/lib/conda/_vendor/auxlib/_vendor/boltons/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib/_vendor/boltons copying build/lib/conda/_vendor/auxlib/_vendor/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib/_vendor copying build/lib/conda/_vendor/auxlib/_vendor/five.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib/_vendor copying build/lib/conda/_vendor/auxlib/deprecation.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib copying build/lib/conda/_vendor/auxlib/exceptions.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib copying build/lib/conda/_vendor/auxlib/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib copying build/lib/conda/_vendor/auxlib/decorators.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib copying build/lib/conda/_vendor/auxlib/path.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib copying build/lib/conda/_vendor/auxlib/crypt.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib copying build/lib/conda/_vendor/auxlib/ish.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib copying build/lib/conda/_vendor/auxlib/logz.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib copying build/lib/conda/_vendor/auxlib/type_coercion.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib copying build/lib/conda/_vendor/auxlib/compat.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/boltons copying build/lib/conda/_vendor/boltons/setutils.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/boltons copying build/lib/conda/_vendor/boltons/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/boltons copying build/lib/conda/_vendor/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/progressbar copying build/lib/conda/_vendor/progressbar/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/progressbar copying build/lib/conda/_vendor/progressbar/widgets.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/progressbar copying build/lib/conda/_vendor/progressbar/compat.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/progressbar copying build/lib/conda/_vendor/appdirs.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/base copying build/lib/conda/base/constants.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/base copying build/lib/conda/base/context.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/base copying build/lib/conda/base/exceptions.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/base copying build/lib/conda/base/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/base copying build/lib/conda/toposort.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda copying build/lib/conda/logic.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda copying build/lib/conda/misc.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda copying build/lib/conda/version.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda copying build/lib/conda/lock.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda copying build/lib/conda/.version -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda copying build/lib/conda/exceptions.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli copying build/lib/conda/cli/conda_argparse.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli copying build/lib/conda/cli/main_info.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli copying build/lib/conda/cli/main_install.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli copying build/lib/conda/cli/main_search.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli copying build/lib/conda/cli/main_package.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli copying build/lib/conda/cli/python_api.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli copying build/lib/conda/cli/install.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli copying build/lib/conda/cli/main_help.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli copying build/lib/conda/cli/help.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli copying build/lib/conda/cli/main_config.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli copying build/lib/conda/cli/main_list.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli copying build/lib/conda/cli/main_remove.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli copying build/lib/conda/cli/main_update.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli copying build/lib/conda/cli/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli copying build/lib/conda/cli/main.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli copying build/lib/conda/cli/activate.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli copying build/lib/conda/cli/main_clean.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli copying build/lib/conda/cli/find_commands.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli copying build/lib/conda/cli/common.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli copying build/lib/conda/cli/pip_warning.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli copying build/lib/conda/cli/main_create.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli copying build/lib/conda/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda copying build/lib/conda/config.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda copying build/lib/conda/api.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda copying build/lib/conda/exports.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda copying build/lib/conda/connection.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda copying build/lib/conda/egg_info.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda copying build/lib/conda/instructions.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/models copying build/lib/conda/models/channel.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/models copying build/lib/conda/models/enums.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/models copying build/lib/conda/models/index_record.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/models copying build/lib/conda/models/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/models copying build/lib/conda/models/dist.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/models copying build/lib/conda/models/package_info.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/models copying build/lib/conda/compat.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda copying build/lib/conda/plan.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/specs copying build/lib/conda_env/specs/notebook.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/specs copying build/lib/conda_env/specs/requirements.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/specs copying build/lib/conda_env/specs/binstar.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/specs copying build/lib/conda_env/specs/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/specs copying build/lib/conda_env/specs/yaml_file.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/specs copying build/lib/conda_env/__main__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/installers copying build/lib/conda_env/installers/base.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/installers copying build/lib/conda_env/installers/conda.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/installers copying build/lib/conda_env/installers/pip.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/installers copying build/lib/conda_env/installers/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/installers copying build/lib/conda_env/env.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env copying build/lib/conda_env/exceptions.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/cli copying build/lib/conda_env/cli/main_attach.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/cli copying build/lib/conda_env/cli/main_list.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/cli copying build/lib/conda_env/cli/main_remove.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/cli copying build/lib/conda_env/cli/main_upload.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/cli copying build/lib/conda_env/cli/main_update.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/cli copying build/lib/conda_env/cli/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/cli copying build/lib/conda_env/cli/main.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/cli copying build/lib/conda_env/cli/main_export.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/cli copying build/lib/conda_env/cli/common.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/cli copying build/lib/conda_env/cli/main_create.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/cli copying build/lib/conda_env/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env copying build/lib/conda_env/pip_util.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env copying build/lib/conda_env/yaml.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env creating /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/utils copying build/lib/conda_env/utils/uploader.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/utils copying build/lib/conda_env/utils/__init__.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/utils copying build/lib/conda_env/utils/notebooks.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/utils copying build/lib/conda_env/compat.py -> /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/common/disk.py to disk.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/common/configuration.py to configuration.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/common/platform.py to platform.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/common/constants.py to constants.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/common/url.py to url.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/common/signals.py to signals.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/common/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/common/path.py to path.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/common/yaml.py to yaml.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/common/io.py to io.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/common/compat.py to compat.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/__main__.py to __main__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways/adapters/ftp.py to ftp.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways/adapters/localfs.py to localfs.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways/adapters/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways/adapters/s3.py to s3.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways/logging.py to logging.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways/anaconda_client.py to anaconda_client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways/disk/read.py to read.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways/disk/link.py to link.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways/disk/create.py to create.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways/disk/permissions.py to permissions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways/disk/update.py to update.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways/disk/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways/disk/test.py to test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways/disk/delete.py to delete.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways/download.py to download.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/gateways/subprocess.py to subprocess.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/core/link.py to link.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/core/path_actions.py to path_actions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/core/package_cache.py to package_cache.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/core/linked_data.py to linked_data.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/core/portability.py to portability.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/core/repodata.py to repodata.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/core/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/core/index.py to index.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/signature.py to signature.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/resolve.py to resolve.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/install.py to install.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/history.py to history.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/fetch.py to fetch.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/console.py to console.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/urllib3/util/url.py to url.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/urllib3/util/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/urllib3/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/urllib3/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/toolz/recipes.py to recipes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/toolz/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/toolz/itertoolz.py to itertoolz.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/toolz/_signatures.py to _signatures.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/toolz/dicttoolz.py to dicttoolz.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/toolz/compatibility.py to compatibility.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/toolz/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/toolz/functoolz.py to functoolz.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib/factory.py to factory.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib/entity.py to entity.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib/configuration.py to configuration.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib/collection.py to collection.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib/packaging.py to packaging.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib/_vendor/six.py to six.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib/_vendor/boltons/timeutils.py to timeutils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib/_vendor/boltons/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib/_vendor/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib/_vendor/five.py to five.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib/deprecation.py to deprecation.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib/decorators.py to decorators.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib/path.py to path.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib/crypt.py to crypt.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib/ish.py to ish.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib/logz.py to logz.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib/type_coercion.py to type_coercion.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/auxlib/compat.py to compat.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/boltons/setutils.py to setutils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/boltons/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/progressbar/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/progressbar/widgets.py to widgets.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/progressbar/compat.py to compat.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/_vendor/appdirs.py to appdirs.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/base/constants.py to constants.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/base/context.py to context.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/base/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/base/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/toposort.py to toposort.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/logic.py to logic.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/misc.py to misc.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/version.py to version.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/lock.py to lock.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli/conda_argparse.py to conda_argparse.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli/main_info.py to main_info.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli/main_install.py to main_install.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli/main_search.py to main_search.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli/main_package.py to main_package.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli/python_api.py to python_api.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli/install.py to install.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli/main_help.py to main_help.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli/help.py to help.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli/main_config.py to main_config.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli/main_list.py to main_list.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli/main_remove.py to main_remove.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli/main_update.py to main_update.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli/main.py to main.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli/activate.py to activate.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli/main_clean.py to main_clean.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli/find_commands.py to find_commands.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli/common.py to common.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli/pip_warning.py to pip_warning.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/cli/main_create.py to main_create.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/config.py to config.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/api.py to api.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/exports.py to exports.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/connection.py to connection.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/egg_info.py to egg_info.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/instructions.py to instructions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/models/channel.py to channel.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/models/enums.py to enums.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/models/index_record.py to index_record.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/models/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/models/dist.py to dist.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/models/package_info.py to package_info.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/compat.py to compat.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda/plan.py to plan.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/specs/notebook.py to notebook.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/specs/requirements.py to requirements.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/specs/binstar.py to binstar.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/specs/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/specs/yaml_file.py to yaml_file.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/__main__.py to __main__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/installers/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/installers/conda.py to conda.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/installers/pip.py to pip.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/installers/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/env.py to env.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/cli/main_attach.py to main_attach.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/cli/main_list.py to main_list.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/cli/main_remove.py to main_remove.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/cli/main_upload.py to main_upload.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/cli/main_update.py to main_update.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/cli/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/cli/main.py to main.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/cli/main_export.py to main_export.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/cli/common.py to common.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/cli/main_create.py to main_create.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/pip_util.py to pip_util.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/yaml.py to yaml.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/utils/uploader.py to uploader.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/utils/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/utils/notebooks.py to notebooks.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda_env/compat.py to compat.cpython-36.pyc writing byte-compilation script '/tmp/tmp5e9a0zfv.py' /usr/bin/python3 /tmp/tmp5e9a0zfv.py removing /tmp/tmp5e9a0zfv.py running install_egg_info running egg_info writing conda.egg-info/PKG-INFO writing dependency_links to conda.egg-info/dependency_links.txt writing entry points to conda.egg-info/entry_points.txt writing requirements to conda.egg-info/requires.txt writing top-level names to conda.egg-info/top_level.txt reading manifest file 'conda.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*' found under directory 'tests' writing manifest file 'conda.egg-info/SOURCES.txt' Copying conda.egg-info to /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda-4.3.24-py3.6.egg-info running install_scripts changing mode of /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/bin/deactivate to 755 changing mode of /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/bin/activate to 755 Installing conda script to /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/bin Installing conda-env script to /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/bin + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=neon -mfloat-abi=hard' + /usr/bin/python2 utils/setup-testing.py install -O1 --skip-build --root /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch running install running install_lib writing byte-compilation script '/tmp/tmp5VGtHK.py' /usr/bin/python2 -O /tmp/tmp5VGtHK.py removing /tmp/tmp5VGtHK.py running install_egg_info running egg_info writing requirements to conda.egg-info/requires.txt writing conda.egg-info/PKG-INFO writing top-level names to conda.egg-info/top_level.txt writing dependency_links to conda.egg-info/dependency_links.txt writing entry points to conda.egg-info/entry_points.txt reading manifest file 'conda.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*' found under directory 'tests' writing manifest file 'conda.egg-info/SOURCES.txt' removing '/builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda-4.3.24-py2.7.egg-info' (and everything under it) Copying conda.egg-info to /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7/site-packages/conda-4.3.24-py2.7.egg-info running install_scripts changing mode of /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/bin/deactivate to 755 changing mode of /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/bin/activate to 755 Installing conda script to /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/bin Installing conda-env script to /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/bin + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=neon -mfloat-abi=hard' + /usr/bin/python3 utils/setup-testing.py install -O1 --skip-build --root /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch running install running install_lib writing byte-compilation script '/tmp/tmp7yhjyy8v.py' /usr/bin/python3 /tmp/tmp7yhjyy8v.py removing /tmp/tmp7yhjyy8v.py running install_egg_info running egg_info writing conda.egg-info/PKG-INFO writing dependency_links to conda.egg-info/dependency_links.txt writing entry points to conda.egg-info/entry_points.txt writing requirements to conda.egg-info/requires.txt writing top-level names to conda.egg-info/top_level.txt reading manifest file 'conda.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*' found under directory 'tests' writing manifest file 'conda.egg-info/SOURCES.txt' removing '/builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda-4.3.24-py3.6.egg-info' (and everything under it) Copying conda.egg-info to /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6/site-packages/conda-4.3.24-py3.6.egg-info running install_scripts changing mode of /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/bin/deactivate to 755 changing mode of /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/bin/activate to 755 Installing conda script to /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/bin Installing conda-env script to /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/bin + mkdir -p /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/share/conda/condarc.d + cat + mkdir -p /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/var/cache/conda/pkgs/cache + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 4.3.24-3.fc27 --unique-debug-suffix -4.3.24-3.fc27.noarch --unique-debug-src-base conda-4.3.24-3.fc27.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/conda-4.3.24 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /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 Bytecompiling .py files below /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/lib/python3.6 using /usr/bin/python3.6 + /usr/lib/rpm/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.J9OiW2 + umask 022 + cd /builddir/build/BUILD + cd conda-4.3.24 + export PATH=/builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin + PATH=/builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin + py.test-2.7 -vv -m 'not integration' ============================= test session starts ============================== platform linux2 -- Python 2.7.13, pytest-3.2.1, py-1.4.34, pluggy-0.4.0 -- /usr/bin/python2 cachedir: .cache rootdir: /builddir/build/BUILD/conda-4.3.24, inifile: setup.cfg plugins: cov-2.5.1 collecting ... collected 449 items conda/common/signals.py::conda.common.signals.get_signal_name PASSED conda/common/url.py::conda.common.url.is_ip_address PASSED conda/common/url.py::conda.common.url.is_ipv4_address PASSED conda/common/url.py::conda.common.url.is_ipv6_address PASSED conda/common/url.py::conda.common.url.is_ipv6_address_win_py27 PASSED conda/common/url.py::conda.common.url.maybe_add_auth PASSED conda/common/url.py::conda.common.url.split_anaconda_token PASSED conda/common/url.py::conda.common.url.split_platform PASSED conda/common/url.py::conda.common.url.split_scheme_auth_token PASSED conda/common/url.py::conda.common.url.strip_scheme PASSED conda/common/url.py::conda.common.url.url_to_s3_info PASSED tests/test_activate.py::test_activate_test1[shell0] SKIPPED tests/test_activate.py::test_activate_env_from_env_with_root_activate[shell0] SKIPPED tests/test_activate.py::test_activate_bad_directory[shell0] SKIPPED tests/test_activate.py::test_activate_bad_env_keeps_existing_good_env[shell0] SKIPPED tests/test_activate.py::test_activate_deactivate[shell0] SKIPPED tests/test_activate.py::test_activate_root_simple[shell0] SKIPPED tests/test_activate.py::test_activate_root_env_from_other_env[shell0] SKIPPED tests/test_activate.py::test_wrong_args[shell0] SKIPPED tests/test_activate.py::test_activate_help[shell0] SKIPPED tests/test_activate.py::test_activate_symlinking[shell0] SKIPPED tests/test_activate.py::test_PS1[shell0] SKIPPED tests/test_activate.py::test_PS1_no_changeps1[shell0] SKIPPED tests/test_activate.py::test_CONDA_DEFAULT_ENV[shell0] SKIPPED tests/test_activate.py::test_activate_from_env[shell0] SKIPPED tests/test_activate.py::test_deactivate_from_env[shell0] SKIPPED tests/test_activate.py::test_activate_relative_path[shell0] SKIPPED tests/test_activate.py::test_activate_does_not_leak_echo_setting[shell0] SKIPPED tests/test_activate.py::test_activate_non_ascii_char_in_path[shell0] SKIPPED tests/test_activate.py::test_activate_has_extra_env_vars[shell0] SKIPPED tests/test_activate.py::test_activate_keeps_PATH_order[shell0] SKIPPED tests/test_activate.py::test_deactivate_placeholder[shell0] SKIPPED tests/test_cli.py::TestArg2Spec::test_invalid_arg2spec PASSED tests/test_cli.py::TestArg2Spec::test_pip_style PASSED tests/test_cli.py::TestArg2Spec::test_simple PASSED tests/test_cli.py::TestSpecFromLine::test_comment PASSED tests/test_cli.py::TestSpecFromLine::test_conda_style PASSED tests/test_cli.py::TestSpecFromLine::test_invalid PASSED tests/test_cli.py::TestSpecFromLine::test_pip_style PASSED tests/test_cli.py::TestJson::test_config PASSED tests/test_cli.py::TestJson::test_list PASSED tests/test_config.py::TestConfig::test_globals PASSED tests/test_config.py::TestConfig::test_normalize_urls PASSED tests/test_config.py::test_invalid_config PASSED tests/test_config.py::test_config_command_basics PASSED tests/test_config.py::test_config_command_show PASSED tests/test_config.py::test_config_command_get PASSED tests/test_config.py::test_config_command_parser PASSED tests/test_config.py::test_config_command_remove_force PASSED tests/test_config.py::test_config_command_bad_args PASSED tests/test_config.py::test_config_set PASSED tests/test_config.py::test_set_rc_string PASSED tests/test_connection.py::CondaHttpAuthTests::test_add_binstar_token PASSED tests/test_exceptions.py::ExceptionTests::test_BasicClobberError PASSED tests/test_exceptions.py::ExceptionTests::test_BinaryPrefixReplacementError PASSED tests/test_exceptions.py::ExceptionTests::test_CommandNotFoundError_activate PASSED tests/test_exceptions.py::ExceptionTests::test_CommandNotFoundError_conda_build PASSED tests/test_exceptions.py::ExceptionTests::test_CommandNotFoundError_simple PASSED tests/test_exceptions.py::ExceptionTests::test_CondaFileNotFoundError PASSED tests/test_exceptions.py::ExceptionTests::test_CondaHTTPError PASSED tests/test_exceptions.py::ExceptionTests::test_CondaKeyError PASSED tests/test_exceptions.py::ExceptionTests::test_CondaRevisionError PASSED tests/test_exceptions.py::ExceptionTests::test_DirectoryNotFoundError PASSED tests/test_exceptions.py::ExceptionTests::test_KnownPackageClobberError PASSED tests/test_exceptions.py::ExceptionTests::test_MD5MismatchError PASSED tests/test_exceptions.py::ExceptionTests::test_PackageNotFoundError PASSED tests/test_exceptions.py::ExceptionTests::test_SharedLinkPathClobberError PASSED tests/test_exceptions.py::ExceptionTests::test_TooFewArgumentsError PASSED tests/test_exceptions.py::ExceptionTests::test_TooManyArgumentsError PASSED tests/test_exceptions.py::ExceptionTests::test_UnknownPackageClobberError PASSED tests/test_exports.py::test_exports PASSED tests/test_exports.py::test_conda_subprocess PASSED tests/test_fetch.py::TestDownload::test_download_httperror <- PASSED tests/test_history.py::HistoryTestCase::test_calls_update_on_enter_and_exit <- tests/decorators.py PASSED tests/test_history.py::HistoryTestCase::test_empty_history_check_on_empty_env <- tests/decorators.py PASSED tests/test_history.py::HistoryTestCase::test_parse_on_empty_env <- tests/decorators.py PASSED tests/test_history.py::HistoryTestCase::test_returns_history_object_as_context_object <- tests/decorators.py PASSED tests/test_history.py::HistoryTestCase::test_works_as_context_manager PASSED tests/test_history.py::UserRequestsTestCase::test_0 PASSED tests/test_history.py::UserRequestsTestCase::test_last PASSED tests/test_history.py::UserRequestsTestCase::test_len PASSED tests/test_import.py::TestImportAllConda::test_import_cli PASSED tests/test_import.py::TestImportAllConda::test_import_progressbar PASSED tests/test_import.py::TestImportAllConda::test_import_root PASSED tests/test_info.py::test_info PASSED tests/test_install.py::TestBinaryReplace::test_multiple PASSED tests/test_install.py::TestBinaryReplace::test_no_extra PASSED tests/test_install.py::TestBinaryReplace::test_shorter PASSED tests/test_install.py::TestBinaryReplace::test_simple PASSED tests/test_install.py::TestBinaryReplace::test_spaces PASSED tests/test_install.py::TestBinaryReplace::test_too_long PASSED tests/test_install.py::TestBinaryReplace::test_two PASSED tests/test_install.py::FileTests::test_binary PASSED tests/test_install.py::FileTests::test_default_text PASSED tests/test_install.py::FileTests::test_long_default_text PASSED tests/test_install.py::test_yield_lines PASSED tests/test_install.py::test_read_no_link PASSED tests/test_instructions.py::test_expected_operation_order PASSED tests/test_instructions.py::TestExecutePlan::test_check_files_in_tarball_files_exist PASSED tests/test_instructions.py::TestExecutePlan::test_check_files_in_tarball_files_not_exist PASSED tests/test_instructions.py::TestExecutePlan::test_simple_instruction PASSED tests/test_instructions.py::TestExecutePlan::test_state PASSED tests/test_lock.py::test_filelock_passes PASSED tests/test_lock.py::test_filelock_locks PASSED tests/test_lock.py::test_folder_locks PASSED tests/test_lock.py::test_lock_thread PASSED tests/test_lock.py::test_lock_retries PASSED tests/test_lock.py::test_permission_file PASSED tests/test_logic.py::test_NOT PASSED tests/test_logic.py::test_AND PASSED tests/test_logic.py::test_OR PASSED tests/test_logic.py::test_XOR PASSED tests/test_logic.py::test_ITE PASSED tests/test_logic.py::test_AMONE PASSED tests/test_logic.py::test_sat PASSED tests/test_logic.py::test_minimize PASSED tests/test_logic.py::test_minimal_unsatisfiable_subset PASSED tests/test_misc.py::TestMisc::test_cache_fn_url PASSED tests/test_misc.py::TestMisc::test_url_pat_1 PASSED tests/test_misc.py::TestMisc::test_url_pat_2 PASSED tests/test_misc.py::TestMisc::test_url_pat_3 PASSED tests/test_misc.py::test_walk_prefix PASSED tests/test_plan.py::add_unlink_TestCase::test_adds_to_existing_actions <- tests/decorators.py PASSED tests/test_plan.py::add_unlink_TestCase::test_simply_adds_unlink_on_non_windows <- tests/decorators.py PASSED tests/test_plan.py::TestAddDeaultsToSpec::test_1 PASSED tests/test_plan.py::TestAddDeaultsToSpec::test_2 PASSED tests/test_plan.py::TestAddDeaultsToSpec::test_3 PASSED tests/test_plan.py::TestAddDeaultsToSpec::test_4 PASSED tests/test_plan.py::test_display_actions PASSED tests/test_plan.py::test_display_actions_show_channel_urls PASSED tests/test_plan.py::test_display_actions_link_type xfail tests/test_plan.py::test_display_actions_features PASSED tests/test_plan.py::TestDeprecatedExecutePlan::test_execute_plan PASSED tests/test_plan.py::TestDeprecatedExecutePlan::test_update_old_plan PASSED tests/test_plan.py::PlanFromActionsTests::test_plan_link_menuinst PASSED tests/test_plan.py::TestDetermineAllEnvs::test_determine_all_envs PASSED tests/test_plan.py::TestDetermineAllEnvs::test_determine_all_envs_no_package PASSED tests/test_plan.py::TestDetermineAllEnvs::test_determine_all_envs_with_channel_priority PASSED tests/test_plan.py::TestEnsurePackageNotDuplicatedInPrivateEnvRoot::test_try_install_duplicate_package_in_private_env PASSED tests/test_plan.py::TestEnsurePackageNotDuplicatedInPrivateEnvRoot::test_try_install_duplicate_package_in_root PASSED tests/test_plan.py::TestEnsurePackageNotDuplicatedInPrivateEnvRoot::test_try_install_no_duplicate PASSED tests/test_plan.py::TestGroupDistsForPrefix::test_determine_dists_per_prefix PASSED tests/test_plan.py::TestGroupDistsForPrefix::test_match_to_original_specs PASSED tests/test_plan.py::TestGroupDistsForPrefix::test_not_requires_private_env PASSED tests/test_plan.py::TestGetActionsForDist::test_ensure_linked_actions_all_linked PASSED tests/test_plan.py::TestGetActionsForDist::test_ensure_linked_actions_no_linked PASSED tests/test_plan.py::TestGetActionsForDist::test_get_actions_for_dist PASSED tests/test_plan.py::TestGetActionsForDist::test_get_actions_multiple_dists PASSED tests/test_plan.py::TestGetActionsForDist::test_get_actions_multiple_dists_and_unlink PASSED tests/test_plan.py::TestAddUnlinkOptionsForUpdate::test_update_in_private_env_add_remove_action PASSED tests/test_plan.py::TestAddUnlinkOptionsForUpdate::test_update_in_private_env_append_unlink PASSED tests/test_plan.py::TestAddUnlinkOptionsForUpdate::test_update_in_root_env PASSED tests/test_plan.py::test_pinned_specs PASSED tests/test_resolve.py::TestMatchSpec::test_hash PASSED tests/test_resolve.py::TestMatchSpec::test_match PASSED tests/test_resolve.py::TestMatchSpec::test_string PASSED tests/test_resolve.py::TestMatchSpec::test_to_filename PASSED tests/test_resolve.py::TestSolve::test_accelerate PASSED tests/test_resolve.py::TestSolve::test_anaconda_14 PASSED tests/test_resolve.py::TestSolve::test_anaconda_mkl_2 PASSED tests/test_resolve.py::TestSolve::test_anaconda_mkl_3 PASSED tests/test_resolve.py::TestSolve::test_anaconda_nomkl PASSED tests/test_resolve.py::TestSolve::test_empty PASSED tests/test_resolve.py::TestSolve::test_explicit0 PASSED tests/test_resolve.py::TestSolve::test_explicit1 PASSED tests/test_resolve.py::TestSolve::test_explicit2 PASSED tests/test_resolve.py::TestSolve::test_explicitNone PASSED tests/test_resolve.py::TestSolve::test_iopro_mkl PASSED tests/test_resolve.py::TestSolve::test_iopro_nomkl PASSED tests/test_resolve.py::TestSolve::test_mkl PASSED tests/test_resolve.py::TestSolve::test_scipy_mkl PASSED tests/test_resolve.py::test_pseudo_boolean PASSED tests/test_resolve.py::test_get_dists PASSED tests/test_resolve.py::test_generate_eq PASSED tests/test_resolve.py::test_unsat PASSED tests/test_resolve.py::test_nonexistent PASSED tests/test_resolve.py::test_nonexistent_deps PASSED tests/test_resolve.py::test_install_package_with_feature PASSED tests/test_resolve.py::test_circular_dependencies PASSED tests/test_resolve.py::test_irrational_version PASSED tests/test_resolve.py::test_no_features PASSED tests/test_resolve.py::test_multiple_solution PASSED tests/test_resolve.py::test_broken_install PASSED tests/test_resolve.py::test_remove PASSED tests/test_resolve.py::test_channel_priority PASSED tests/test_resolve.py::test_dependency_sort PASSED tests/test_resolve.py::test_update_deps PASSED tests/test_toposort.py::TopoSortTests::test_cycle PASSED tests/test_toposort.py::TopoSortTests::test_cycle_best_effort PASSED tests/test_toposort.py::TopoSortTests::test_pop_key PASSED tests/test_toposort.py::TopoSortTests::test_python_is_prioritized PASSED tests/test_toposort.py::TopoSortTests::test_simple PASSED tests/test_utils.py::test_path_translations PASSED tests/test_utils.py::test_text_translations PASSED tests/test_version.py::TestVersionSpec::test_hexrd PASSED tests/test_version.py::TestVersionSpec::test_local_identifier PASSED tests/test_version.py::TestVersionSpec::test_match PASSED tests/test_version.py::TestVersionSpec::test_pep440 PASSED tests/test_version.py::TestVersionSpec::test_ver_eval PASSED tests/test_version.py::TestVersionSpec::test_ver_eval_errors PASSED tests/test_version.py::TestVersionSpec::test_version_order PASSED tests/base/test_constants.py::test_null_is_falsey PASSED tests/base/test_context.py::ContextCustomRcTests::test_client_ssl_cert PASSED tests/base/test_context.py::ContextCustomRcTests::test_clobber_enum PASSED tests/base/test_context.py::ContextCustomRcTests::test_conda_bld_path PASSED tests/base/test_context.py::ContextCustomRcTests::test_conda_build_root_dir PASSED tests/base/test_context.py::ContextCustomRcTests::test_conda_envs_path PASSED tests/base/test_context.py::ContextCustomRcTests::test_custom_multichannels PASSED tests/base/test_context.py::ContextCustomRcTests::test_describe_all PASSED tests/base/test_context.py::ContextCustomRcTests::test_migrated_custom_channels PASSED tests/base/test_context.py::ContextCustomRcTests::test_old_channel_alias PASSED tests/base/test_context.py::ContextCustomRcTests::test_proxy_servers PASSED tests/base/test_context.py::ContextDefaultRcTests::test_subdirs PASSED tests/common/test_configuration.py::ConfigurationTests::test_config_resets PASSED tests/common/test_configuration.py::ConfigurationTests::test_cross_parameter_validation PASSED tests/common/test_configuration.py::ConfigurationTests::test_default_values PASSED tests/common/test_configuration.py::ConfigurationTests::test_empty_map_parameter PASSED tests/common/test_configuration.py::ConfigurationTests::test_env_var_config PASSED tests/common/test_configuration.py::ConfigurationTests::test_env_var_config_alias PASSED tests/common/test_configuration.py::ConfigurationTests::test_env_var_config_no_split_sequence PASSED tests/common/test_configuration.py::ConfigurationTests::test_env_var_config_split_sequence PASSED tests/common/test_configuration.py::ConfigurationTests::test_important_primitive_map_merges PASSED tests/common/test_configuration.py::ConfigurationTests::test_invalid_map_parameter PASSED tests/common/test_configuration.py::ConfigurationTests::test_invalid_seq_parameter PASSED tests/common/test_configuration.py::ConfigurationTests::test_list_merges PASSED tests/common/test_configuration.py::ConfigurationTests::test_load_raw_configs PASSED tests/common/test_configuration.py::ConfigurationTests::test_map_parameter_must_be_map PASSED tests/common/test_configuration.py::ConfigurationTests::test_parameter PASSED tests/common/test_configuration.py::ConfigurationTests::test_simple_merges_and_caching PASSED tests/common/test_configuration.py::ConfigurationTests::test_validate_all PASSED tests/common/test_configuration.py::ConfigurationTests::test_validation PASSED tests/common/test_io.py::test_attach_stderr_handler PASSED tests/common/test_path.py::test_url_to_path_unix PASSED tests/common/test_path.py::test_url_to_path_windows_local PASSED tests/common/test_path.py::test_url_to_path_windows_unc PASSED tests/common/test_path.py::test_win_path_backout PASSED tests/common/test_path.py::test_missing_pyc_files_27 PASSED tests/common/test_path.py::test_missing_pyc_files_34 PASSED tests/common/test_path.py::test_missing_pyc_files_35 PASSED tests/common/test_path.py::test_get_major_minor_version_no_dot PASSED tests/common/test_platform.py::test_is_admin_on_windows PASSED tests/common/test_url.py::test_maybe_add_auth PASSED tests/common/test_url.py::test_add_username_and_pass_to_url PASSED tests/common/test_url.py::test_is_url PASSED tests/common/test_yaml.py::test_dump PASSED tests/common/test_yaml.py::test_seq_simple PASSED tests/common/test_yaml.py::test_yaml_complex PASSED tests/common/test_yaml.py::test_map PASSED tests/conda_env/test_env.py::from_file_TestCase::test_retains_full_filename PASSED tests/conda_env/test_env.py::from_file_TestCase::test_returns_Environment PASSED tests/conda_env/test_env.py::from_file_TestCase::test_with_pip PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_add_channels PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_args_are_wildcarded PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_builds_spec_from_line_raw_dependency PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_can_add_dependencies_to_environment PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_channels_are_provided_by_kwarg PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_channels_default_to_empty_list PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_dependencies_are_empty_by_default PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_dependencies_update_after_adding PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_has_empty_filename_by_default PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_has_empty_name_by_default PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_has_filename_if_provided PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_has_name_if_provided PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_other_tips_of_dependencies_are_supported PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_parses_dependencies_from_raw_file PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_remove_channels PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_to_dict_returns_dictionary_of_data PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_to_dict_returns_just_name_if_only_thing_present PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_to_yaml_returns_proper_yaml PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_to_yaml_returns_yaml_parseable_string PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_to_yaml_takes_stream PASSED tests/conda_env/test_env.py::DirectoryTestCase::test_has_dependencies PASSED tests/conda_env/test_env.py::DirectoryTestCase::test_has_expected_name PASSED tests/conda_env/test_env.py::DirectoryTestCase::test_returns_env_object PASSED tests/conda_env/test_env.py::load_from_directory_example_TestCase::test_has_dependencies PASSED tests/conda_env/test_env.py::load_from_directory_example_TestCase::test_has_expected_name PASSED tests/conda_env/test_env.py::load_from_directory_example_TestCase::test_returns_env_object PASSED tests/conda_env/test_env.py::load_from_directory_example_yaml_TestCase::test_has_dependencies PASSED tests/conda_env/test_env.py::load_from_directory_example_yaml_TestCase::test_has_expected_name PASSED tests/conda_env/test_env.py::load_from_directory_example_yaml_TestCase::test_returns_env_object PASSED tests/conda_env/test_env.py::load_from_directory_recursive_TestCase::test_has_dependencies PASSED tests/conda_env/test_env.py::load_from_directory_recursive_TestCase::test_has_expected_name PASSED tests/conda_env/test_env.py::load_from_directory_recursive_TestCase::test_returns_env_object PASSED tests/conda_env/test_env.py::load_from_directory_recursive_two_TestCase::test_has_dependencies PASSED tests/conda_env/test_env.py::load_from_directory_recursive_two_TestCase::test_has_expected_name PASSED tests/conda_env/test_env.py::load_from_directory_recursive_two_TestCase::test_returns_env_object PASSED tests/conda_env/test_env.py::load_from_directory_trailing_slash_TestCase::test_has_dependencies PASSED tests/conda_env/test_env.py::load_from_directory_trailing_slash_TestCase::test_has_expected_name PASSED tests/conda_env/test_env.py::load_from_directory_trailing_slash_TestCase::test_returns_env_object PASSED tests/conda_env/test_env.py::load_from_directory_TestCase::test_raised_exception_has_environment_yml_as_file PASSED tests/conda_env/test_env.py::load_from_directory_TestCase::test_raises_when_unable_to_find PASSED tests/conda_env/test_env.py::LoadEnvFromFileAndSaveTestCase::test PASSED tests/conda_env/test_env.py::LoadEnvFromFileAndSaveTestCase::test_expected_default_conditions PASSED tests/conda_env/test_env.py::EnvironmentSaveTestCase::test_creates_file_on_save PASSED tests/core/test_path_actions.py::PathActionsTests::test_CompilePycAction_generic PASSED tests/core/test_path_actions.py::PathActionsTests::test_CompilePycAction_noarch_python PASSED tests/core/test_path_actions.py::PathActionsTests::test_CreatePythonEntryPointAction_generic PASSED tests/core/test_path_actions.py::PathActionsTests::test_CreatePythonEntryPointAction_noarch_python PASSED tests/core/test_path_actions.py::PathActionsTests::test_simple_LinkPathAction_copy PASSED tests/core/test_path_actions.py::PathActionsTests::test_simple_LinkPathAction_directory PASSED tests/core/test_path_actions.py::PathActionsTests::test_simple_LinkPathAction_hardlink PASSED tests/core/test_path_actions.py::PathActionsTests::test_simple_LinkPathAction_softlink PASSED tests/core/test_portability.py::ReplaceShebangTests::test_replace_long_shebang PASSED tests/core/test_portability.py::ReplaceShebangTests::test_shebang_regex_matches PASSED tests/core/test_repodata.py::StaticFunctionTests::test_cache_fn_url PASSED tests/core/test_repodata.py::StaticFunctionTests::test_read_mod_and_etag_etag_mod PASSED tests/core/test_repodata.py::StaticFunctionTests::test_read_mod_and_etag_etag_only PASSED tests/core/test_repodata.py::StaticFunctionTests::test_read_mod_and_etag_mod_etag PASSED tests/core/test_repodata.py::StaticFunctionTests::test_read_mod_and_etag_mod_only PASSED tests/gateways/test_logging.py::test_token_replace_big_string PASSED tests/gateways/test_logging.py::test_token_replace_individual_strings PASSED tests/gateways/disk/test_delete.py::test_remove_file PASSED tests/gateways/disk/test_delete.py::test_remove_file_to_trash PASSED tests/gateways/disk/test_delete.py::test_remove_dir PASSED tests/gateways/disk/test_delete.py::test_remove_link_to_file PASSED tests/gateways/disk/test_delete.py::test_remove_link_to_dir PASSED tests/gateways/disk/test_delete.py::test_rm_rf_does_not_follow_symlinks PASSED tests/gateways/disk/test_delete.py::test_backoff_unlink PASSED tests/gateways/disk/test_delete.py::test_backoff_unlink_doesnt_exist PASSED tests/gateways/disk/test_delete.py::test_try_rmdir_all_empty_doesnt_exist PASSED tests/gateways/disk/test_link.py::LinkSymlinkUnlinkIslinkReadlinkTests::test_hard_link PASSED tests/gateways/disk/test_link.py::LinkSymlinkUnlinkIslinkReadlinkTests::test_soft_link PASSED tests/gateways/disk/test_permissions.py::test_make_writable PASSED tests/gateways/disk/test_permissions.py::test_make_writable_doesnt_exist PASSED tests/gateways/disk/test_permissions.py::test_make_writable_dir_EPERM PASSED tests/gateways/disk/test_permissions.py::test_recursive_make_writable PASSED tests/gateways/disk/test_permissions.py::test_make_executable PASSED tests/models/test_channel.py::DefaultConfigChannelTests::test_bare_channel PASSED tests/models/test_channel.py::DefaultConfigChannelTests::test_channel_alias_channels PASSED tests/models/test_channel.py::DefaultConfigChannelTests::test_channel_cache PASSED tests/models/test_channel.py::DefaultConfigChannelTests::test_default_channel PASSED tests/models/test_channel.py::DefaultConfigChannelTests::test_url_channel_w_platform PASSED tests/models/test_channel.py::AnacondaServerChannelTests::test_canonicalized_url_gets_correct_token PASSED tests/models/test_channel.py::AnacondaServerChannelTests::test_channel_alias_w_conda_path PASSED tests/models/test_channel.py::AnacondaServerChannelTests::test_channel_alias_w_subhcnnale PASSED tests/models/test_channel.py::AnacondaServerChannelTests::test_custom_token_in_channel PASSED tests/models/test_channel.py::CustomConfigChannelTests::test_custom_channels PASSED tests/models/test_channel.py::CustomConfigChannelTests::test_custom_channels_port_token_auth PASSED tests/models/test_channel.py::CustomConfigChannelTests::test_defaults_channel PASSED tests/models/test_channel.py::CustomConfigChannelTests::test_file_channel PASSED tests/models/test_channel.py::CustomConfigChannelTests::test_local_channel PASSED tests/models/test_channel.py::CustomConfigChannelTests::test_migrated_custom_channels PASSED tests/models/test_channel.py::CustomConfigChannelTests::test_old_channel_alias PASSED tests/models/test_channel.py::CustomConfigChannelTests::test_pkgs_free PASSED tests/models/test_channel.py::CustomConfigChannelTests::test_pkgs_pro PASSED tests/models/test_channel.py::ChannelAuthTokenPriorityTests::test_channel_alias PASSED tests/models/test_channel.py::ChannelAuthTokenPriorityTests::test_default_channels PASSED tests/models/test_channel.py::ChannelAuthTokenPriorityTests::test_named_custom_channel PASSED tests/models/test_channel.py::ChannelAuthTokenPriorityTests::test_named_custom_channel_w_subchan PASSED tests/models/test_channel.py::ChannelAuthTokenPriorityTests::test_url_custom_channel PASSED tests/models/test_channel.py::ChannelAuthTokenPriorityTests::test_url_custom_channel_w_subchan PASSED tests/models/test_channel.py::UrlChannelTests::test_env_var_file_urls PASSED tests/models/test_channel.py::UrlChannelTests::test_file_url_with_backslashes PASSED tests/models/test_channel.py::UrlChannelTests::test_file_urls PASSED tests/models/test_channel.py::UrlChannelTests::test_subdir_env_var PASSED tests/models/test_channel.py::UrlChannelTests::test_subdirs_env_var PASSED tests/models/test_channel.py::UnknownChannelTests::test_regression_against_unknown_none PASSED tests/models/test_dist.py::DistTests::test_channel PASSED tests/models/test_dist.py::DistTests::test_dist PASSED tests/models/test_dist.py::DistTests::test_with_feature_depends PASSED tests/models/test_dist.py::UrlDistTests::test_dist_with_channel_url PASSED tests/models/test_dist.py::UrlDistTests::test_dist_with_non_channel_url PASSED tests/models/test_package_info.py::DefaultPackageInfo::test_package_info PASSED =========================== slowest 8 test durations =========================== 5.65s call tests/test_logic.py::test_AMONE 3.27s call tests/test_resolve.py::test_broken_install 2.56s call tests/test_resolve.py::test_generate_eq 2.10s call tests/test_logic.py::test_ITE 1.92s call tests/test_resolve.py::TestSolve::test_anaconda_mkl_2 1.86s call tests/test_resolve.py::TestSolve::test_accelerate 1.64s call tests/test_resolve.py::test_unsat 1.52s call tests/test_resolve.py::test_no_features =============================== warnings summary =============================== tests/conda_env/test_env.py::from_file_TestCase::test_retains_full_filename /builddir/build/BUILD/conda-4.3.24/conda_env/env.py:68: UnsafeLoaderWarning: The default 'Loader' for 'load(stream)' without further arguments can be unsafe. Use 'load(stream, Loader=ruamel.yaml.Loader)' explicitly if that is OK. Alternatively include the following in your code: import warnings warnings.simplefilter('ignore', ruamel.yaml.error.UnsafeLoaderWarning) In most other cases you should consider using 'safe_load(stream)' data = yaml.load(yamlstr) -- Docs: http://doc.pytest.org/en/latest/warnings.html ============================= 86 tests deselected ============================== 341 passed, 21 skipped, 86 deselected, 1 xfailed, 1 warnings in 55.68 seconds = + py.test-3.6 -vv -m 'not integration' ============================= test session starts ============================== platform linux -- Python 3.6.2, pytest-3.2.1, py-1.4.34, pluggy-0.4.0 -- /usr/bin/python3 cachedir: .cache rootdir: /builddir/build/BUILD/conda-4.3.24, inifile: setup.cfg plugins: cov-2.5.1 collecting ... collected 449 items conda/common/signals.py::conda.common.signals.get_signal_name PASSED conda/common/url.py::conda.common.url.is_ip_address PASSED conda/common/url.py::conda.common.url.is_ipv4_address PASSED conda/common/url.py::conda.common.url.is_ipv6_address PASSED conda/common/url.py::conda.common.url.is_ipv6_address_win_py27 PASSED conda/common/url.py::conda.common.url.maybe_add_auth PASSED conda/common/url.py::conda.common.url.split_anaconda_token PASSED conda/common/url.py::conda.common.url.split_platform PASSED conda/common/url.py::conda.common.url.split_scheme_auth_token PASSED conda/common/url.py::conda.common.url.strip_scheme PASSED conda/common/url.py::conda.common.url.url_to_s3_info PASSED tests/test_activate.py::test_activate_test1[shell0] SKIPPED tests/test_activate.py::test_activate_env_from_env_with_root_activate[shell0] SKIPPED tests/test_activate.py::test_activate_bad_directory[shell0] SKIPPED tests/test_activate.py::test_activate_bad_env_keeps_existing_good_env[shell0] SKIPPED tests/test_activate.py::test_activate_deactivate[shell0] SKIPPED tests/test_activate.py::test_activate_root_simple[shell0] SKIPPED tests/test_activate.py::test_activate_root_env_from_other_env[shell0] SKIPPED tests/test_activate.py::test_wrong_args[shell0] SKIPPED tests/test_activate.py::test_activate_help[shell0] SKIPPED tests/test_activate.py::test_activate_symlinking[shell0] SKIPPED tests/test_activate.py::test_PS1[shell0] SKIPPED tests/test_activate.py::test_PS1_no_changeps1[shell0] SKIPPED tests/test_activate.py::test_CONDA_DEFAULT_ENV[shell0] SKIPPED tests/test_activate.py::test_activate_from_env[shell0] SKIPPED tests/test_activate.py::test_deactivate_from_env[shell0] SKIPPED tests/test_activate.py::test_activate_relative_path[shell0] SKIPPED tests/test_activate.py::test_activate_does_not_leak_echo_setting[shell0] SKIPPED tests/test_activate.py::test_activate_non_ascii_char_in_path[shell0] SKIPPED tests/test_activate.py::test_activate_has_extra_env_vars[shell0] SKIPPED tests/test_activate.py::test_activate_keeps_PATH_order[shell0] SKIPPED tests/test_activate.py::test_deactivate_placeholder[shell0] SKIPPED tests/test_cli.py::TestArg2Spec::test_invalid_arg2spec PASSED tests/test_cli.py::TestArg2Spec::test_pip_style PASSED tests/test_cli.py::TestArg2Spec::test_simple PASSED tests/test_cli.py::TestSpecFromLine::test_comment PASSED tests/test_cli.py::TestSpecFromLine::test_conda_style PASSED tests/test_cli.py::TestSpecFromLine::test_invalid PASSED tests/test_cli.py::TestSpecFromLine::test_pip_style PASSED tests/test_cli.py::TestJson::test_config PASSED tests/test_cli.py::TestJson::test_list PASSED tests/test_config.py::TestConfig::test_globals PASSED tests/test_config.py::TestConfig::test_normalize_urls PASSED tests/test_config.py::test_invalid_config PASSED tests/test_config.py::test_config_command_basics PASSED tests/test_config.py::test_config_command_show PASSED tests/test_config.py::test_config_command_get PASSED tests/test_config.py::test_config_command_parser PASSED tests/test_config.py::test_config_command_remove_force PASSED tests/test_config.py::test_config_command_bad_args PASSED tests/test_config.py::test_config_set PASSED tests/test_config.py::test_set_rc_string PASSED tests/test_connection.py::CondaHttpAuthTests::test_add_binstar_token PASSED tests/test_exceptions.py::ExceptionTests::test_BasicClobberError PASSED tests/test_exceptions.py::ExceptionTests::test_BinaryPrefixReplacementError PASSED tests/test_exceptions.py::ExceptionTests::test_CommandNotFoundError_activate PASSED tests/test_exceptions.py::ExceptionTests::test_CommandNotFoundError_conda_build PASSED tests/test_exceptions.py::ExceptionTests::test_CommandNotFoundError_simple PASSED tests/test_exceptions.py::ExceptionTests::test_CondaFileNotFoundError PASSED tests/test_exceptions.py::ExceptionTests::test_CondaHTTPError PASSED tests/test_exceptions.py::ExceptionTests::test_CondaKeyError PASSED tests/test_exceptions.py::ExceptionTests::test_CondaRevisionError PASSED tests/test_exceptions.py::ExceptionTests::test_DirectoryNotFoundError PASSED tests/test_exceptions.py::ExceptionTests::test_KnownPackageClobberError PASSED tests/test_exceptions.py::ExceptionTests::test_MD5MismatchError PASSED tests/test_exceptions.py::ExceptionTests::test_PackageNotFoundError PASSED tests/test_exceptions.py::ExceptionTests::test_SharedLinkPathClobberError PASSED tests/test_exceptions.py::ExceptionTests::test_TooFewArgumentsError PASSED tests/test_exceptions.py::ExceptionTests::test_TooManyArgumentsError PASSED tests/test_exceptions.py::ExceptionTests::test_UnknownPackageClobberError PASSED tests/test_exports.py::test_exports PASSED tests/test_exports.py::test_conda_subprocess PASSED tests/test_fetch.py::TestDownload::test_download_httperror PASSED tests/test_history.py::HistoryTestCase::test_calls_update_on_enter_and_exit PASSED tests/test_history.py::HistoryTestCase::test_empty_history_check_on_empty_env PASSED tests/test_history.py::HistoryTestCase::test_parse_on_empty_env PASSED tests/test_history.py::HistoryTestCase::test_returns_history_object_as_context_object PASSED tests/test_history.py::HistoryTestCase::test_works_as_context_manager PASSED tests/test_history.py::UserRequestsTestCase::test_0 PASSED tests/test_history.py::UserRequestsTestCase::test_last PASSED tests/test_history.py::UserRequestsTestCase::test_len PASSED tests/test_import.py::TestImportAllConda::test_import_cli PASSED tests/test_import.py::TestImportAllConda::test_import_progressbar PASSED tests/test_import.py::TestImportAllConda::test_import_root PASSED tests/test_info.py::test_info PASSED tests/test_install.py::TestBinaryReplace::test_multiple PASSED tests/test_install.py::TestBinaryReplace::test_no_extra PASSED tests/test_install.py::TestBinaryReplace::test_shorter PASSED tests/test_install.py::TestBinaryReplace::test_simple PASSED tests/test_install.py::TestBinaryReplace::test_spaces PASSED tests/test_install.py::TestBinaryReplace::test_too_long PASSED tests/test_install.py::TestBinaryReplace::test_two PASSED tests/test_install.py::FileTests::test_binary PASSED tests/test_install.py::FileTests::test_default_text PASSED tests/test_install.py::FileTests::test_long_default_text PASSED tests/test_install.py::test_yield_lines PASSED tests/test_install.py::test_read_no_link PASSED tests/test_instructions.py::test_expected_operation_order PASSED tests/test_instructions.py::TestExecutePlan::test_check_files_in_tarball_files_exist PASSED tests/test_instructions.py::TestExecutePlan::test_check_files_in_tarball_files_not_exist PASSED tests/test_instructions.py::TestExecutePlan::test_simple_instruction PASSED tests/test_instructions.py::TestExecutePlan::test_state PASSED tests/test_lock.py::test_filelock_passes PASSED tests/test_lock.py::test_filelock_locks PASSED tests/test_lock.py::test_folder_locks PASSED tests/test_lock.py::test_lock_thread PASSED tests/test_lock.py::test_lock_retries PASSED tests/test_lock.py::test_permission_file PASSED tests/test_logic.py::test_NOT PASSED tests/test_logic.py::test_AND PASSED tests/test_logic.py::test_OR PASSED tests/test_logic.py::test_XOR PASSED tests/test_logic.py::test_ITE PASSED tests/test_logic.py::test_AMONE PASSED tests/test_logic.py::test_sat PASSED tests/test_logic.py::test_minimize PASSED tests/test_logic.py::test_minimal_unsatisfiable_subset PASSED tests/test_misc.py::TestMisc::test_cache_fn_url PASSED tests/test_misc.py::TestMisc::test_url_pat_1 PASSED tests/test_misc.py::TestMisc::test_url_pat_2 PASSED tests/test_misc.py::TestMisc::test_url_pat_3 PASSED tests/test_misc.py::test_walk_prefix PASSED tests/test_plan.py::add_unlink_TestCase::test_adds_to_existing_actions PASSED tests/test_plan.py::add_unlink_TestCase::test_simply_adds_unlink_on_non_windows PASSED tests/test_plan.py::TestAddDeaultsToSpec::test_1 PASSED tests/test_plan.py::TestAddDeaultsToSpec::test_2 PASSED tests/test_plan.py::TestAddDeaultsToSpec::test_3 PASSED tests/test_plan.py::TestAddDeaultsToSpec::test_4 PASSED tests/test_plan.py::test_display_actions PASSED tests/test_plan.py::test_display_actions_show_channel_urls PASSED tests/test_plan.py::test_display_actions_link_type xfail tests/test_plan.py::test_display_actions_features PASSED tests/test_plan.py::TestDeprecatedExecutePlan::test_execute_plan PASSED tests/test_plan.py::TestDeprecatedExecutePlan::test_update_old_plan PASSED tests/test_plan.py::PlanFromActionsTests::test_plan_link_menuinst PASSED tests/test_plan.py::TestDetermineAllEnvs::test_determine_all_envs PASSED tests/test_plan.py::TestDetermineAllEnvs::test_determine_all_envs_no_package PASSED tests/test_plan.py::TestDetermineAllEnvs::test_determine_all_envs_with_channel_priority PASSED tests/test_plan.py::TestEnsurePackageNotDuplicatedInPrivateEnvRoot::test_try_install_duplicate_package_in_private_env PASSED tests/test_plan.py::TestEnsurePackageNotDuplicatedInPrivateEnvRoot::test_try_install_duplicate_package_in_root PASSED tests/test_plan.py::TestEnsurePackageNotDuplicatedInPrivateEnvRoot::test_try_install_no_duplicate PASSED tests/test_plan.py::TestGroupDistsForPrefix::test_determine_dists_per_prefix PASSED tests/test_plan.py::TestGroupDistsForPrefix::test_match_to_original_specs PASSED tests/test_plan.py::TestGroupDistsForPrefix::test_not_requires_private_env PASSED tests/test_plan.py::TestGetActionsForDist::test_ensure_linked_actions_all_linked PASSED tests/test_plan.py::TestGetActionsForDist::test_ensure_linked_actions_no_linked PASSED tests/test_plan.py::TestGetActionsForDist::test_get_actions_for_dist PASSED tests/test_plan.py::TestGetActionsForDist::test_get_actions_multiple_dists PASSED tests/test_plan.py::TestGetActionsForDist::test_get_actions_multiple_dists_and_unlink PASSED tests/test_plan.py::TestAddUnlinkOptionsForUpdate::test_update_in_private_env_add_remove_action PASSED tests/test_plan.py::TestAddUnlinkOptionsForUpdate::test_update_in_private_env_append_unlink PASSED tests/test_plan.py::TestAddUnlinkOptionsForUpdate::test_update_in_root_env PASSED tests/test_plan.py::test_pinned_specs PASSED tests/test_resolve.py::TestMatchSpec::test_hash PASSED tests/test_resolve.py::TestMatchSpec::test_match PASSED tests/test_resolve.py::TestMatchSpec::test_string PASSED tests/test_resolve.py::TestMatchSpec::test_to_filename PASSED tests/test_resolve.py::TestSolve::test_accelerate PASSED tests/test_resolve.py::TestSolve::test_anaconda_14 PASSED tests/test_resolve.py::TestSolve::test_anaconda_mkl_2 PASSED tests/test_resolve.py::TestSolve::test_anaconda_mkl_3 PASSED tests/test_resolve.py::TestSolve::test_anaconda_nomkl PASSED tests/test_resolve.py::TestSolve::test_empty PASSED tests/test_resolve.py::TestSolve::test_explicit0 PASSED tests/test_resolve.py::TestSolve::test_explicit1 PASSED tests/test_resolve.py::TestSolve::test_explicit2 PASSED tests/test_resolve.py::TestSolve::test_explicitNone PASSED tests/test_resolve.py::TestSolve::test_iopro_mkl PASSED tests/test_resolve.py::TestSolve::test_iopro_nomkl PASSED tests/test_resolve.py::TestSolve::test_mkl PASSED tests/test_resolve.py::TestSolve::test_scipy_mkl PASSED tests/test_resolve.py::test_pseudo_boolean PASSED tests/test_resolve.py::test_get_dists PASSED tests/test_resolve.py::test_generate_eq PASSED tests/test_resolve.py::test_unsat PASSED tests/test_resolve.py::test_nonexistent PASSED tests/test_resolve.py::test_nonexistent_deps PASSED tests/test_resolve.py::test_install_package_with_feature PASSED tests/test_resolve.py::test_circular_dependencies PASSED tests/test_resolve.py::test_irrational_version PASSED tests/test_resolve.py::test_no_features PASSED tests/test_resolve.py::test_multiple_solution PASSED tests/test_resolve.py::test_broken_install PASSED tests/test_resolve.py::test_remove PASSED tests/test_resolve.py::test_channel_priority PASSED tests/test_resolve.py::test_dependency_sort PASSED tests/test_resolve.py::test_update_deps PASSED tests/test_toposort.py::TopoSortTests::test_cycle PASSED tests/test_toposort.py::TopoSortTests::test_cycle_best_effort PASSED tests/test_toposort.py::TopoSortTests::test_pop_key PASSED tests/test_toposort.py::TopoSortTests::test_python_is_prioritized PASSED tests/test_toposort.py::TopoSortTests::test_simple PASSED tests/test_utils.py::test_path_translations PASSED tests/test_utils.py::test_text_translations PASSED tests/test_version.py::TestVersionSpec::test_hexrd PASSED tests/test_version.py::TestVersionSpec::test_local_identifier PASSED tests/test_version.py::TestVersionSpec::test_match PASSED tests/test_version.py::TestVersionSpec::test_pep440 PASSED tests/test_version.py::TestVersionSpec::test_ver_eval PASSED tests/test_version.py::TestVersionSpec::test_ver_eval_errors PASSED tests/test_version.py::TestVersionSpec::test_version_order PASSED tests/base/test_constants.py::test_null_is_falsey PASSED tests/base/test_context.py::ContextCustomRcTests::test_client_ssl_cert PASSED tests/base/test_context.py::ContextCustomRcTests::test_clobber_enum PASSED tests/base/test_context.py::ContextCustomRcTests::test_conda_bld_path PASSED tests/base/test_context.py::ContextCustomRcTests::test_conda_build_root_dir PASSED tests/base/test_context.py::ContextCustomRcTests::test_conda_envs_path PASSED tests/base/test_context.py::ContextCustomRcTests::test_custom_multichannels PASSED tests/base/test_context.py::ContextCustomRcTests::test_describe_all PASSED tests/base/test_context.py::ContextCustomRcTests::test_migrated_custom_channels PASSED tests/base/test_context.py::ContextCustomRcTests::test_old_channel_alias PASSED tests/base/test_context.py::ContextCustomRcTests::test_proxy_servers PASSED tests/base/test_context.py::ContextDefaultRcTests::test_subdirs PASSED tests/common/test_configuration.py::ConfigurationTests::test_config_resets PASSED tests/common/test_configuration.py::ConfigurationTests::test_cross_parameter_validation PASSED tests/common/test_configuration.py::ConfigurationTests::test_default_values PASSED tests/common/test_configuration.py::ConfigurationTests::test_empty_map_parameter PASSED tests/common/test_configuration.py::ConfigurationTests::test_env_var_config PASSED tests/common/test_configuration.py::ConfigurationTests::test_env_var_config_alias PASSED tests/common/test_configuration.py::ConfigurationTests::test_env_var_config_no_split_sequence PASSED tests/common/test_configuration.py::ConfigurationTests::test_env_var_config_split_sequence PASSED tests/common/test_configuration.py::ConfigurationTests::test_important_primitive_map_merges PASSED tests/common/test_configuration.py::ConfigurationTests::test_invalid_map_parameter PASSED tests/common/test_configuration.py::ConfigurationTests::test_invalid_seq_parameter PASSED tests/common/test_configuration.py::ConfigurationTests::test_list_merges PASSED tests/common/test_configuration.py::ConfigurationTests::test_load_raw_configs PASSED tests/common/test_configuration.py::ConfigurationTests::test_map_parameter_must_be_map PASSED tests/common/test_configuration.py::ConfigurationTests::test_parameter PASSED tests/common/test_configuration.py::ConfigurationTests::test_simple_merges_and_caching PASSED tests/common/test_configuration.py::ConfigurationTests::test_validate_all PASSED tests/common/test_configuration.py::ConfigurationTests::test_validation PASSED tests/common/test_io.py::test_attach_stderr_handler PASSED tests/common/test_path.py::test_url_to_path_unix PASSED tests/common/test_path.py::test_url_to_path_windows_local PASSED tests/common/test_path.py::test_url_to_path_windows_unc PASSED tests/common/test_path.py::test_win_path_backout PASSED tests/common/test_path.py::test_missing_pyc_files_27 PASSED tests/common/test_path.py::test_missing_pyc_files_34 PASSED tests/common/test_path.py::test_missing_pyc_files_35 PASSED tests/common/test_path.py::test_get_major_minor_version_no_dot PASSED tests/common/test_platform.py::test_is_admin_on_windows PASSED tests/common/test_url.py::test_maybe_add_auth PASSED tests/common/test_url.py::test_add_username_and_pass_to_url PASSED tests/common/test_url.py::test_is_url PASSED tests/common/test_yaml.py::test_dump PASSED tests/common/test_yaml.py::test_seq_simple PASSED tests/common/test_yaml.py::test_yaml_complex PASSED tests/common/test_yaml.py::test_map PASSED tests/conda_env/test_env.py::from_file_TestCase::test_retains_full_filename PASSED tests/conda_env/test_env.py::from_file_TestCase::test_returns_Environment PASSED tests/conda_env/test_env.py::from_file_TestCase::test_with_pip PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_add_channels PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_args_are_wildcarded PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_builds_spec_from_line_raw_dependency PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_can_add_dependencies_to_environment PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_channels_are_provided_by_kwarg PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_channels_default_to_empty_list PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_dependencies_are_empty_by_default PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_dependencies_update_after_adding PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_has_empty_filename_by_default PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_has_empty_name_by_default PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_has_filename_if_provided PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_has_name_if_provided PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_other_tips_of_dependencies_are_supported PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_parses_dependencies_from_raw_file PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_remove_channels PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_to_dict_returns_dictionary_of_data PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_to_dict_returns_just_name_if_only_thing_present PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_to_yaml_returns_proper_yaml PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_to_yaml_returns_yaml_parseable_string PASSED tests/conda_env/test_env.py::EnvironmentTestCase::test_to_yaml_takes_stream PASSED tests/conda_env/test_env.py::DirectoryTestCase::test_has_dependencies PASSED tests/conda_env/test_env.py::DirectoryTestCase::test_has_expected_name PASSED tests/conda_env/test_env.py::DirectoryTestCase::test_returns_env_object PASSED tests/conda_env/test_env.py::load_from_directory_example_TestCase::test_has_dependencies PASSED tests/conda_env/test_env.py::load_from_directory_example_TestCase::test_has_expected_name PASSED tests/conda_env/test_env.py::load_from_directory_example_TestCase::test_returns_env_object PASSED tests/conda_env/test_env.py::load_from_directory_example_yaml_TestCase::test_has_dependencies PASSED tests/conda_env/test_env.py::load_from_directory_example_yaml_TestCase::test_has_expected_name PASSED tests/conda_env/test_env.py::load_from_directory_example_yaml_TestCase::test_returns_env_object PASSED tests/conda_env/test_env.py::load_from_directory_recursive_TestCase::test_has_dependencies PASSED tests/conda_env/test_env.py::load_from_directory_recursive_TestCase::test_has_expected_name PASSED tests/conda_env/test_env.py::load_from_directory_recursive_TestCase::test_returns_env_object PASSED tests/conda_env/test_env.py::load_from_directory_recursive_two_TestCase::test_has_dependencies PASSED tests/conda_env/test_env.py::load_from_directory_recursive_two_TestCase::test_has_expected_name PASSED tests/conda_env/test_env.py::load_from_directory_recursive_two_TestCase::test_returns_env_object PASSED tests/conda_env/test_env.py::load_from_directory_trailing_slash_TestCase::test_has_dependencies PASSED tests/conda_env/test_env.py::load_from_directory_trailing_slash_TestCase::test_has_expected_name PASSED tests/conda_env/test_env.py::load_from_directory_trailing_slash_TestCase::test_returns_env_object PASSED tests/conda_env/test_env.py::load_from_directory_TestCase::test_raised_exception_has_environment_yml_as_file PASSED tests/conda_env/test_env.py::load_from_directory_TestCase::test_raises_when_unable_to_find PASSED tests/conda_env/test_env.py::LoadEnvFromFileAndSaveTestCase::test PASSED tests/conda_env/test_env.py::LoadEnvFromFileAndSaveTestCase::test_expected_default_conditions PASSED tests/conda_env/test_env.py::EnvironmentSaveTestCase::test_creates_file_on_save PASSED tests/core/test_path_actions.py::PathActionsTests::test_CompilePycAction_generic PASSED tests/core/test_path_actions.py::PathActionsTests::test_CompilePycAction_noarch_python PASSED tests/core/test_path_actions.py::PathActionsTests::test_CreatePythonEntryPointAction_generic PASSED tests/core/test_path_actions.py::PathActionsTests::test_CreatePythonEntryPointAction_noarch_python PASSED tests/core/test_path_actions.py::PathActionsTests::test_simple_LinkPathAction_copy PASSED tests/core/test_path_actions.py::PathActionsTests::test_simple_LinkPathAction_directory PASSED tests/core/test_path_actions.py::PathActionsTests::test_simple_LinkPathAction_hardlink PASSED tests/core/test_path_actions.py::PathActionsTests::test_simple_LinkPathAction_softlink PASSED tests/core/test_portability.py::ReplaceShebangTests::test_replace_long_shebang PASSED tests/core/test_portability.py::ReplaceShebangTests::test_shebang_regex_matches PASSED tests/core/test_repodata.py::StaticFunctionTests::test_cache_fn_url PASSED tests/core/test_repodata.py::StaticFunctionTests::test_read_mod_and_etag_etag_mod PASSED tests/core/test_repodata.py::StaticFunctionTests::test_read_mod_and_etag_etag_only PASSED tests/core/test_repodata.py::StaticFunctionTests::test_read_mod_and_etag_mod_etag PASSED tests/core/test_repodata.py::StaticFunctionTests::test_read_mod_and_etag_mod_only PASSED tests/gateways/test_logging.py::test_token_replace_big_string PASSED tests/gateways/test_logging.py::test_token_replace_individual_strings PASSED tests/gateways/disk/test_delete.py::test_remove_file PASSED tests/gateways/disk/test_delete.py::test_remove_file_to_trash PASSED tests/gateways/disk/test_delete.py::test_remove_dir PASSED tests/gateways/disk/test_delete.py::test_remove_link_to_file PASSED tests/gateways/disk/test_delete.py::test_remove_link_to_dir PASSED tests/gateways/disk/test_delete.py::test_rm_rf_does_not_follow_symlinks PASSED tests/gateways/disk/test_delete.py::test_backoff_unlink PASSED tests/gateways/disk/test_delete.py::test_backoff_unlink_doesnt_exist PASSED tests/gateways/disk/test_delete.py::test_try_rmdir_all_empty_doesnt_exist PASSED tests/gateways/disk/test_link.py::LinkSymlinkUnlinkIslinkReadlinkTests::test_hard_link PASSED tests/gateways/disk/test_link.py::LinkSymlinkUnlinkIslinkReadlinkTests::test_soft_link PASSED tests/gateways/disk/test_permissions.py::test_make_writable PASSED tests/gateways/disk/test_permissions.py::test_make_writable_doesnt_exist PASSED tests/gateways/disk/test_permissions.py::test_make_writable_dir_EPERM PASSED tests/gateways/disk/test_permissions.py::test_recursive_make_writable PASSED tests/gateways/disk/test_permissions.py::test_make_executable PASSED tests/models/test_channel.py::DefaultConfigChannelTests::test_bare_channel PASSED tests/models/test_channel.py::DefaultConfigChannelTests::test_channel_alias_channels PASSED tests/models/test_channel.py::DefaultConfigChannelTests::test_channel_cache PASSED tests/models/test_channel.py::DefaultConfigChannelTests::test_default_channel PASSED tests/models/test_channel.py::DefaultConfigChannelTests::test_url_channel_w_platform PASSED tests/models/test_channel.py::AnacondaServerChannelTests::test_canonicalized_url_gets_correct_token PASSED tests/models/test_channel.py::AnacondaServerChannelTests::test_channel_alias_w_conda_path PASSED tests/models/test_channel.py::AnacondaServerChannelTests::test_channel_alias_w_subhcnnale PASSED tests/models/test_channel.py::AnacondaServerChannelTests::test_custom_token_in_channel PASSED tests/models/test_channel.py::CustomConfigChannelTests::test_custom_channels PASSED tests/models/test_channel.py::CustomConfigChannelTests::test_custom_channels_port_token_auth PASSED tests/models/test_channel.py::CustomConfigChannelTests::test_defaults_channel PASSED tests/models/test_channel.py::CustomConfigChannelTests::test_file_channel PASSED tests/models/test_channel.py::CustomConfigChannelTests::test_local_channel PASSED tests/models/test_channel.py::CustomConfigChannelTests::test_migrated_custom_channels PASSED tests/models/test_channel.py::CustomConfigChannelTests::test_old_channel_alias PASSED tests/models/test_channel.py::CustomConfigChannelTests::test_pkgs_free PASSED tests/models/test_channel.py::CustomConfigChannelTests::test_pkgs_pro PASSED tests/models/test_channel.py::ChannelAuthTokenPriorityTests::test_channel_alias PASSED tests/models/test_channel.py::ChannelAuthTokenPriorityTests::test_default_channels PASSED tests/models/test_channel.py::ChannelAuthTokenPriorityTests::test_named_custom_channel PASSED tests/models/test_channel.py::ChannelAuthTokenPriorityTests::test_named_custom_channel_w_subchan PASSED tests/models/test_channel.py::ChannelAuthTokenPriorityTests::test_url_custom_channel PASSED tests/models/test_channel.py::ChannelAuthTokenPriorityTests::test_url_custom_channel_w_subchan PASSED tests/models/test_channel.py::UrlChannelTests::test_env_var_file_urls PASSED tests/models/test_channel.py::UrlChannelTests::test_file_url_with_backslashes PASSED tests/models/test_channel.py::UrlChannelTests::test_file_urls PASSED tests/models/test_channel.py::UrlChannelTests::test_subdir_env_var PASSED tests/models/test_channel.py::UrlChannelTests::test_subdirs_env_var PASSED tests/models/test_channel.py::UnknownChannelTests::test_regression_against_unknown_none PASSED tests/models/test_dist.py::DistTests::test_channel PASSED tests/models/test_dist.py::DistTests::test_dist PASSED tests/models/test_dist.py::DistTests::test_with_feature_depends PASSED tests/models/test_dist.py::UrlDistTests::test_dist_with_channel_url PASSED tests/models/test_dist.py::UrlDistTests::test_dist_with_non_channel_url PASSED tests/models/test_package_info.py::DefaultPackageInfo::test_package_info PASSED =========================== slowest 8 test durations =========================== 5.89s call tests/test_logic.py::test_AMONE 2.72s call tests/test_resolve.py::test_broken_install 2.31s call tests/test_resolve.py::test_generate_eq 2.22s call tests/test_resolve.py::TestSolve::test_anaconda_mkl_2 1.89s call tests/test_logic.py::test_ITE 1.82s call tests/test_resolve.py::TestSolve::test_accelerate 1.54s call tests/test_resolve.py::test_channel_priority 1.39s call tests/test_plan.py::TestAddDeaultsToSpec::test_1 =============================== warnings summary =============================== tests/conda_env/test_env.py::from_file_TestCase::test_retains_full_filename /builddir/build/BUILD/conda-4.3.24/conda_env/env.py:68: UnsafeLoaderWarning: The default 'Loader' for 'load(stream)' without further arguments can be unsafe. Use 'load(stream, Loader=ruamel.yaml.Loader)' explicitly if that is OK. Alternatively include the following in your code: import warnings warnings.simplefilter('ignore', ruamel.yaml.error.UnsafeLoaderWarning) In most other cases you should consider using 'safe_load(stream)' data = yaml.load(yamlstr) tests/conda_env/test_env.py::from_file_TestCase::test_returns_Environment /builddir/build/BUILD/conda-4.3.24/conda_env/env.py:68: UnsafeLoaderWarning: The default 'Loader' for 'load(stream)' without further arguments can be unsafe. Use 'load(stream, Loader=ruamel.yaml.Loader)' explicitly if that is OK. Alternatively include the following in your code: import warnings warnings.simplefilter('ignore', ruamel.yaml.error.UnsafeLoaderWarning) In most other cases you should consider using 'safe_load(stream)' data = yaml.load(yamlstr) tests/conda_env/test_env.py::from_file_TestCase::test_with_pip /builddir/build/BUILD/conda-4.3.24/conda_env/env.py:68: UnsafeLoaderWarning: The default 'Loader' for 'load(stream)' without further arguments can be unsafe. Use 'load(stream, Loader=ruamel.yaml.Loader)' explicitly if that is OK. Alternatively include the following in your code: import warnings warnings.simplefilter('ignore', ruamel.yaml.error.UnsafeLoaderWarning) In most other cases you should consider using 'safe_load(stream)' data = yaml.load(yamlstr) tests/conda_env/test_env.py::EnvironmentTestCase::test_can_add_dependencies_to_environment /builddir/build/BUILD/conda-4.3.24/conda_env/env.py:68: UnsafeLoaderWarning: The default 'Loader' for 'load(stream)' without further arguments can be unsafe. Use 'load(stream, Loader=ruamel.yaml.Loader)' explicitly if that is OK. Alternatively include the following in your code: import warnings warnings.simplefilter('ignore', ruamel.yaml.error.UnsafeLoaderWarning) In most other cases you should consider using 'safe_load(stream)' data = yaml.load(yamlstr) tests/conda_env/test_env.py::EnvironmentTestCase::test_dependencies_update_after_adding /builddir/build/BUILD/conda-4.3.24/conda_env/env.py:68: UnsafeLoaderWarning: The default 'Loader' for 'load(stream)' without further arguments can be unsafe. Use 'load(stream, Loader=ruamel.yaml.Loader)' explicitly if that is OK. Alternatively include the following in your code: import warnings warnings.simplefilter('ignore', ruamel.yaml.error.UnsafeLoaderWarning) In most other cases you should consider using 'safe_load(stream)' data = yaml.load(yamlstr) tests/conda_env/test_env.py::EnvironmentTestCase::test_parses_dependencies_from_raw_file /builddir/build/BUILD/conda-4.3.24/conda_env/env.py:68: UnsafeLoaderWarning: The default 'Loader' for 'load(stream)' without further arguments can be unsafe. Use 'load(stream, Loader=ruamel.yaml.Loader)' explicitly if that is OK. Alternatively include the following in your code: import warnings warnings.simplefilter('ignore', ruamel.yaml.error.UnsafeLoaderWarning) In most other cases you should consider using 'safe_load(stream)' data = yaml.load(yamlstr) tests/conda_env/test_env.py::DirectoryTestCase::test_has_dependencies /builddir/build/BUILD/conda-4.3.24/conda_env/env.py:68: UnsafeLoaderWarning: The default 'Loader' for 'load(stream)' without further arguments can be unsafe. Use 'load(stream, Loader=ruamel.yaml.Loader)' explicitly if that is OK. Alternatively include the following in your code: import warnings warnings.simplefilter('ignore', ruamel.yaml.error.UnsafeLoaderWarning) In most other cases you should consider using 'safe_load(stream)' data = yaml.load(yamlstr) tests/conda_env/test_env.py::DirectoryTestCase::test_has_expected_name /builddir/build/BUILD/conda-4.3.24/conda_env/env.py:68: UnsafeLoaderWarning: The default 'Loader' for 'load(stream)' without further arguments can be unsafe. Use 'load(stream, Loader=ruamel.yaml.Loader)' explicitly if that is OK. Alternatively include the following in your code: import warnings warnings.simplefilter('ignore', ruamel.yaml.error.UnsafeLoaderWarning) In most other cases you should consider using 'safe_load(stream)' data = yaml.load(yamlstr) tests/conda_env/test_env.py::DirectoryTestCase::test_returns_env_object /builddir/build/BUILD/conda-4.3.24/conda_env/env.py:68: UnsafeLoaderWarning: The default 'Loader' for 'load(stream)' without further arguments can be unsafe. Use 'load(stream, Loader=ruamel.yaml.Loader)' explicitly if that is OK. Alternatively include the following in your code: import warnings warnings.simplefilter('ignore', ruamel.yaml.error.UnsafeLoaderWarning) In most other cases you should consider using 'safe_load(stream)' data = yaml.load(yamlstr) tests/conda_env/test_env.py::load_from_directory_example_TestCase::test_has_dependencies /builddir/build/BUILD/conda-4.3.24/conda_env/env.py:68: UnsafeLoaderWarning: The default 'Loader' for 'load(stream)' without further arguments can be unsafe. Use 'load(stream, Loader=ruamel.yaml.Loader)' explicitly if that is OK. Alternatively include the following in your code: import warnings warnings.simplefilter('ignore', ruamel.yaml.error.UnsafeLoaderWarning) In most other cases you should consider using 'safe_load(stream)' data = yaml.load(yamlstr) tests/conda_env/test_env.py::load_from_directory_example_TestCase::test_has_expected_name /builddir/build/BUILD/conda-4.3.24/conda_env/env.py:68: UnsafeLoaderWarning: The default 'Loader' for 'load(stream)' without further arguments can be unsafe. Use 'load(stream, Loader=ruamel.yaml.Loader)' explicitly if that is OK. Alternatively include the following in your code: import warnings warnings.simplefilter('ignore', ruamel.yaml.error.UnsafeLoaderWarning) In most other cases you should consider using 'safe_load(stream)' data = yaml.load(yamlstr) tests/conda_env/test_env.py::load_from_directory_example_TestCase::test_returns_env_object /builddir/build/BUILD/conda-4.3.24/conda_env/env.py:68: UnsafeLoaderWarning: The default 'Loader' for 'load(stream)' without further arguments can be unsafe. Use 'load(stream, Loader=ruamel.yaml.Loader)' explicitly if that is OK. Alternatively include the following in your code: import warnings warnings.simplefilter('ignore', ruamel.yaml.error.UnsafeLoaderWarning) In most other cases you should consider using 'safe_load(stream)' data = yaml.load(yamlstr) tests/conda_env/test_env.py::load_from_directory_example_yaml_TestCase::test_has_dependencies /builddir/build/BUILD/conda-4.3.24/conda_env/env.py:68: UnsafeLoaderWarning: The default 'Loader' for 'load(stream)' without further arguments can be unsafe. Use 'load(stream, Loader=ruamel.yaml.Loader)' explicitly if that is OK. Alternatively include the following in your code: import warnings warnings.simplefilter('ignore', ruamel.yaml.error.UnsafeLoaderWarning) In most other cases you should consider using 'safe_load(stream)' data = yaml.load(yamlstr) tests/conda_env/test_env.py::load_from_directory_example_yaml_TestCase::test_has_expected_name /builddir/build/BUILD/conda-4.3.24/conda_env/env.py:68: UnsafeLoaderWarning: The default 'Loader' for 'load(stream)' without further arguments can be unsafe. Use 'load(stream, Loader=ruamel.yaml.Loader)' explicitly if that is OK. Alternatively include the following in your code: import warnings warnings.simplefilter('ignore', ruamel.yaml.error.UnsafeLoaderWarning) In most other cases you should consider using 'safe_load(stream)' data = yaml.load(yamlstr) tests/conda_env/test_env.py::load_from_directory_example_yaml_TestCase::test_returns_env_object /builddir/build/BUILD/conda-4.3.24/conda_env/env.py:68: UnsafeLoaderWarning: The default 'Loader' for 'load(stream)' without further arguments can be unsafe. Use 'load(stream, Loader=ruamel.yaml.Loader)' explicitly if that is OK. Alternatively include the following in your code: import warnings warnings.simplefilter('ignore', ruamel.yaml.error.UnsafeLoaderWarning) In most other cases you should consider using 'safe_load(stream)' data = yaml.load(yamlstr) tests/conda_env/test_env.py::load_from_directory_recursive_TestCase::test_has_dependencies /builddir/build/BUILD/conda-4.3.24/conda_env/env.py:68: UnsafeLoaderWarning: The default 'Loader' for 'load(stream)' without further arguments can be unsafe. Use 'load(stream, Loader=ruamel.yaml.Loader)' explicitly if that is OK. Alternatively include the following in your code: import warnings warnings.simplefilter('ignore', ruamel.yaml.error.UnsafeLoaderWarning) In most other cases you should consider using 'safe_load(stream)' data = yaml.load(yamlstr) tests/conda_env/test_env.py::load_from_directory_recursive_TestCase::test_has_expected_name /builddir/build/BUILD/conda-4.3.24/conda_env/env.py:68: UnsafeLoaderWarning: The default 'Loader' for 'load(stream)' without further arguments can be unsafe. Use 'load(stream, Loader=ruamel.yaml.Loader)' explicitly if that is OK. Alternatively include the following in your code: import warnings warnings.simplefilter('ignore', ruamel.yaml.error.UnsafeLoaderWarning) In most other cases you should consider using 'safe_load(stream)' data = yaml.load(yamlstr) tests/conda_env/test_env.py::load_from_directory_recursive_TestCase::test_returns_env_object /builddir/build/BUILD/conda-4.3.24/conda_env/env.py:68: UnsafeLoaderWarning: The default 'Loader' for 'load(stream)' without further arguments can be unsafe. Use 'load(stream, Loader=ruamel.yaml.Loader)' explicitly if that is OK. Alternatively include the following in your code: import warnings warnings.simplefilter('ignore', ruamel.yaml.error.UnsafeLoaderWarning) In most other cases you should consider using 'safe_load(stream)' data = yaml.load(yamlstr) tests/conda_env/test_env.py::load_from_directory_recursive_two_TestCase::test_has_dependencies /builddir/build/BUILD/conda-4.3.24/conda_env/env.py:68: UnsafeLoaderWarning: The default 'Loader' for 'load(stream)' without further arguments can be unsafe. Use 'load(stream, Loader=ruamel.yaml.Loader)' explicitly if that is OK. Alternatively include the following in your code: import warnings warnings.simplefilter('ignore', ruamel.yaml.error.UnsafeLoaderWarning) In most other cases you should consider using 'safe_load(stream)' data = yaml.load(yamlstr) tests/conda_env/test_env.py::load_from_directory_recursive_two_TestCase::test_has_expected_name /builddir/build/BUILD/conda-4.3.24/conda_env/env.py:68: UnsafeLoaderWarning: The default 'Loader' for 'load(stream)' without further arguments can be unsafe. Use 'load(stream, Loader=ruamel.yaml.Loader)' explicitly if that is OK. Alternatively include the following in your code: import warnings warnings.simplefilter('ignore', ruamel.yaml.error.UnsafeLoaderWarning) In most other cases you should consider using 'safe_load(stream)' data = yaml.load(yamlstr) tests/conda_env/test_env.py::load_from_directory_recursive_two_TestCase::test_returns_env_object /builddir/build/BUILD/conda-4.3.24/conda_env/env.py:68: UnsafeLoaderWarning: The default 'Loader' for 'load(stream)' without further arguments can be unsafe. Use 'load(stream, Loader=ruamel.yaml.Loader)' explicitly if that is OK. Alternatively include the following in your code: import warnings warnings.simplefilter('ignore', ruamel.yaml.error.UnsafeLoaderWarning) In most other cases you should consider using 'safe_load(stream)' data = yaml.load(yamlstr) tests/conda_env/test_env.py::load_from_directory_trailing_slash_TestCase::test_has_dependencies /builddir/build/BUILD/conda-4.3.24/conda_env/env.py:68: UnsafeLoaderWarning: The default 'Loader' for 'load(stream)' without further arguments can be unsafe. Use 'load(stream, Loader=ruamel.yaml.Loader)' explicitly if that is OK. Alternatively include the following in your code: import warnings warnings.simplefilter('ignore', ruamel.yaml.error.UnsafeLoaderWarning) In most other cases you should consider using 'safe_load(stream)' data = yaml.load(yamlstr) tests/conda_env/test_env.py::load_from_directory_trailing_slash_TestCase::test_has_expected_name /builddir/build/BUILD/conda-4.3.24/conda_env/env.py:68: UnsafeLoaderWarning: The default 'Loader' for 'load(stream)' without further arguments can be unsafe. Use 'load(stream, Loader=ruamel.yaml.Loader)' explicitly if that is OK. Alternatively include the following in your code: import warnings warnings.simplefilter('ignore', ruamel.yaml.error.UnsafeLoaderWarning) In most other cases you should consider using 'safe_load(stream)' data = yaml.load(yamlstr) tests/conda_env/test_env.py::load_from_directory_trailing_slash_TestCase::test_returns_env_object /builddir/build/BUILD/conda-4.3.24/conda_env/env.py:68: UnsafeLoaderWarning: The default 'Loader' for 'load(stream)' without further arguments can be unsafe. Use 'load(stream, Loader=ruamel.yaml.Loader)' explicitly if that is OK. Alternatively include the following in your code: import warnings warnings.simplefilter('ignore', ruamel.yaml.error.UnsafeLoaderWarning) In most other cases you should consider using 'safe_load(stream)' data = yaml.load(yamlstr) tests/conda_env/test_env.py::LoadEnvFromFileAndSaveTestCase::test /builddir/build/BUILD/conda-4.3.24/conda_env/env.py:68: UnsafeLoaderWarning: The default 'Loader' for 'load(stream)' without further arguments can be unsafe. Use 'load(stream, Loader=ruamel.yaml.Loader)' explicitly if that is OK. Alternatively include the following in your code: import warnings warnings.simplefilter('ignore', ruamel.yaml.error.UnsafeLoaderWarning) In most other cases you should consider using 'safe_load(stream)' data = yaml.load(yamlstr) tests/conda_env/test_env.py::LoadEnvFromFileAndSaveTestCase::test_expected_default_conditions /builddir/build/BUILD/conda-4.3.24/conda_env/env.py:68: UnsafeLoaderWarning: The default 'Loader' for 'load(stream)' without further arguments can be unsafe. Use 'load(stream, Loader=ruamel.yaml.Loader)' explicitly if that is OK. Alternatively include the following in your code: import warnings warnings.simplefilter('ignore', ruamel.yaml.error.UnsafeLoaderWarning) In most other cases you should consider using 'safe_load(stream)' data = yaml.load(yamlstr) -- Docs: http://doc.pytest.org/en/latest/warnings.html ============================= 86 tests deselected ============================== 341 passed, 21 skipped, 86 deselected, 1 xfailed, 26 warnings in 56.14 seconds + exit 0 Processing files: conda-4.3.24-3.fc27.noarch Provides: conda = 4.3.24-3.fc27 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: python2-conda-4.3.24-3.fc27.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.oWn7cR + umask 022 + cd /builddir/build/BUILD + cd conda-4.3.24 + DOCDIR=/builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/share/doc/python2-conda + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/share/doc/python2-conda + cp -pr CHANGELOG.md /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/share/doc/python2-conda + cp -pr README.rst /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/share/doc/python2-conda + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.FaFelH + umask 022 + cd /builddir/build/BUILD + cd conda-4.3.24 + LICENSEDIR=/builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/share/licenses/python2-conda + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/share/licenses/python2-conda + cp -pr LICENSE.txt /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/share/licenses/python2-conda + exit 0 Provides: bundled(python2-appdirs) = 1.2.0 bundled(python2-auxlib) bundled(python2-boltons) = 16.5.1 bundled(python2-six) = 1.10.0 bundled(python2-toolz) = 0.8.0 bundled(python2-urllib3) = 1.19.1 python-conda = 4.3.24-3.fc27 python2-conda = 4.3.24-3.fc27 python2.7dist(conda) = 4.3.24 python2dist(conda) = 4.3.24 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) = 2.7 Obsoletes: python-conda < 4.3.24-3.fc27 Processing files: python3-conda-4.3.24-3.fc27.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.n2rX6o + umask 022 + cd /builddir/build/BUILD + cd conda-4.3.24 + DOCDIR=/builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/share/doc/python3-conda + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/share/doc/python3-conda + cp -pr CHANGELOG.md /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/share/doc/python3-conda + cp -pr README.rst /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/share/doc/python3-conda + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.jz2MX5 + umask 022 + cd /builddir/build/BUILD + cd conda-4.3.24 + LICENSEDIR=/builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/share/licenses/python3-conda + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/share/licenses/python3-conda + cp -pr LICENSE.txt /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch/usr/share/licenses/python3-conda + exit 0 Provides: bundled(python3-appdirs) = 1.2.0 bundled(python3-auxlib) bundled(python3-boltons) = 16.5.1 bundled(python3-six) = 1.10.0 bundled(python3-toolz) = 0.8.0 bundled(python3-urllib3) = 1.19.1 python3-conda = 4.3.24-3.fc27 python3.6dist(conda) = 4.3.24 python3dist(conda) = 4.3.24 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.6 Processing files: conda-activate-4.3.24-3.fc27.noarch Provides: conda-activate = 4.3.24-3.fc27 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/bash Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch Wrote: /builddir/build/RPMS/conda-4.3.24-3.fc27.noarch.rpm Wrote: /builddir/build/RPMS/python2-conda-4.3.24-3.fc27.noarch.rpm Wrote: /builddir/build/RPMS/python3-conda-4.3.24-3.fc27.noarch.rpm Wrote: /builddir/build/RPMS/conda-activate-4.3.24-3.fc27.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.mc0qWG + umask 022 + cd /builddir/build/BUILD + cd conda-4.3.24 + /usr/bin/rm -rf /builddir/build/BUILDROOT/conda-4.3.24-3.fc27.noarch + exit 0 Child return code was: 0