|
$ asv check |
|
· Discovering benchmarks |
|
·· Creating conda environment for conda-py3.12. |
|
·· conda version: conda 24.11.3 |
|
|
|
.... |
|
·· Error running /Users/buckley.g/miniforge3/bin/conda env create -f environment.yml -p /Users/buckley.g/Documents/GitHub/temp2/packaging-tutorial/.asv/env/c8aed5c9d01476f535497f5b9f1799f9 --yes (exit status 1) |
|
STDOUT --------> |
|
Channels: |
|
- conda-forge |
|
- defaults |
|
Platform: osx-64 |
|
Collecting package metadata (repodata.json): ...working... failed |
|
STDERR --------> |
|
/Users/buckley.g/miniforge3/lib/python3.12/site-packages/conda/base/context.py:201: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3. |
|
|
|
To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels: |
|
|
|
conda config --add channels defaults |
|
|
|
For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html |
|
|
|
deprecated.topic( |
|
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x11051ade0>, 'Connection to repo.anaconda.com timed out. (connect timeout=9.15)')': /pkgs/main/noarch/repodata.json.zst |
|
|
|
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x110518d40>, 'Connection to repo.anaconda.com timed out. (connect timeout=9.15)')': /pkgs/r/osx-64/repodata.json.zst |
|
|
|
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x110519c40>, 'Connection to repo.anaconda.com timed out. (connect timeout=9.15)')': /pkgs/r/noarch/repodata.json.zst |
|
|
|
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x11051a9f0>, 'Connection to repo.anaconda.com timed out. (connect timeout=9.15)')': /pkgs/main/osx-64/repodata.json.zst |
|
|
|
Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x110519730>, 'Connection to repo.anaconda.com timed out. (connect timeout=9.15)')': /pkgs/r/noarch/repodata.json.zst |
|
|
|
Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x1103ca000>, 'Connection to repo.anaconda.com timed out. (connect timeout=9.15)')': /pkgs/main/noarch/repodata.json.zst |
|
|
|
Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x110518ad0>, 'Connection to repo.anaconda.com timed out. (connect timeout=9.15)')': /pkgs/r/osx-64/repodata.json.zst |
|
|
|
Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x11051a120>, 'Connection to repo.anaconda.com timed out. (connect timeout=9.15)')': /pkgs/main/osx-64/repodata.json.zst |
|
|
|
Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x11051ad50>, 'Connection to repo.anaconda.com timed out. (connect timeout=9.15)')': /pkgs/main/osx-64/repodata.json.zst |
|
|
|
Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x11051a090>, 'Connection to repo.anaconda.com timed out. (connect timeout=9.15)')': /pkgs/main/noarch/repodata.json.zst |
|
|
|
Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x11051a060>, 'Connection to repo.anaconda.com timed out. (connect timeout=9.15)')': /pkgs/r/osx-64/repodata.json.zst |
|
|
|
Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x1105198e0>, 'Connection to repo.anaconda.com timed out. (connect timeout=9.15)')': /pkgs/r/noarch/repodata.json.zst |
|
|
|
|
|
CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/main/osx-64/repodata.json> |
|
Elapsed: - |
|
|
|
An HTTP error occurred when trying to retrieve this URL. |
|
HTTP errors are often intermittent, and a simple retry will get you on your way. |
|
|
|
If your current network has https://repo.anaconda.com blocked, please file |
|
a support request with your network engineering team. |
|
|
|
'https//repo.anaconda.com/pkgs/main/osx-64' |
|
|
|
|
|
|
|
·· conda env create/update failed: in /Users/buckley.g/Documents/GitHub/temp2/packaging-tutorial/.asv/env/c8aed5c9d01476f535497f5b9f1799f9 with file environment.yml |
|
·· Failure creating environment for conda-py3.12 |
|
Traceback (most recent call last): |
|
File "/Users/buckley.g/miniforge3/envs/python-packaging-tutorial/bin/asv", line 8, in <module> |
|
sys.exit(main()) |
|
^^^^^^ |
|
File "/Users/buckley.g/miniforge3/envs/python-packaging-tutorial/lib/python3.12/site-packages/asv/main.py", line 29, in main |
|
result = args.func(args) |
|
^^^^^^^^^^^^^^^ |
|
File "/Users/buckley.g/miniforge3/envs/python-packaging-tutorial/lib/python3.12/site-packages/asv/commands/__init__.py", line 49, in run_from_args |
|
return cls.run_from_conf_args(conf, args) |
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
File "/Users/buckley.g/miniforge3/envs/python-packaging-tutorial/lib/python3.12/site-packages/asv/commands/check.py", line 26, in run_from_conf_args |
|
return cls.run(conf, env_spec=args.env_spec, **kwargs) |
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
File "/Users/buckley.g/miniforge3/envs/python-packaging-tutorial/lib/python3.12/site-packages/asv/commands/check.py", line 39, in run |
|
Benchmarks.discover(conf, repo, environments, commit_hashes, check=True) |
|
File "/Users/buckley.g/miniforge3/envs/python-packaging-tutorial/lib/python3.12/site-packages/asv/benchmarks.py", line 131, in discover |
|
benchmarks = cls._disc_benchmarks(conf, repo, environments, commit_hash, check) |
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
File "/Users/buckley.g/miniforge3/envs/python-packaging-tutorial/lib/python3.12/site-packages/asv/benchmarks.py", line 177, in _disc_benchmarks |
|
env.create() |
|
File "/Users/buckley.g/miniforge3/envs/python-packaging-tutorial/lib/python3.12/site-packages/asv/environment.py", line 754, in create |
|
self._setup() |
|
File "/Users/buckley.g/miniforge3/envs/python-packaging-tutorial/lib/python3.12/site-packages/asv/plugins/conda.py", line 154, in _setup |
|
self._run_conda(['env', 'create', '-f', env_file_name, |
|
File "/Users/buckley.g/miniforge3/envs/python-packaging-tutorial/lib/python3.12/site-packages/asv/plugins/conda.py", line 212, in _run_conda |
|
return util.check_output([conda] + args, |
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
File "/Users/buckley.g/miniforge3/envs/python-packaging-tutorial/lib/python3.12/site-packages/asv/util.py", line 618, in check_output |
|
raise ProcessError(args, retcode, stdout, stderr) |
|
asv.util.ProcessError: Command '/Users/buckley.g/miniforge3/bin/conda env create -f environment.yml -p /Users/buckley.g/Documents/GitHub/temp2/packaging-tutorial/.asv/env/c8aed5c9d01476f535497f5b9f1799f9 --yes' returned non-zero exit status 1 |