issue_comments: 1529882778
This data as json
html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
https://github.com/pydata/xarray/pull/7795#issuecomment-1529882778 | https://api.github.com/repos/pydata/xarray/issues/7795 | 1529882778 | IC_kwDOAMm_X85bMCia | 2448579 | 2023-05-01T16:01:59Z | 2023-05-01T16:01:59Z | MEMBER | I'm not sure why asv can't create the env for benchmarking. ``` + echo 'Baseline: 25d9a28e12141b9b5e4a79454eb76ddd2ee2bc4d (pydata:main)' ram [7110632]: Baseline: 25d9a28e12141b9b5e4a79454eb76ddd2ee2bc4d (pydata:main) + echo 'Contender: 4ca69efdf7e5e3fc661e5ec3ae618d102a374f32 (dcherian:bench-cftime-groupby)' Contender: 4ca69efdf7e5e3fc661e5ec3ae618d102a374f32 (dcherian:bench-cftime-groupby) ++ which conda + export CONDA_EXE=/usr/bin/conda + CONDA_EXE=/usr/bin/conda + ASV_OPTIONS='--split --show-stderr --factor 1.5' + asv continuous --split --show-stderr --factor 1.5 25d9a28e12141b9b5e4a79454eb76ddd2ee2bc4d 4ca69efdf7e5e3fc661e5ec3ae618d102a374f32 + tee benchmarks.log + sed '/Traceback \|failed$\|PERFORMANCE DECREASED/ s/^/::error::/' Traceback (most recent call last): File "/home/runner/micromamba-root/envs/xarray-tests/bin/asv", line 10, in <module> sys.exit(main()) File "/home/runner/micromamba-root/envs/xarray-tests/lib/python3.10/site-packages/asv/main.py", line 38, in main result = args.func(args) File "/home/runner/micromamba-root/envs/xarray-tests/lib/python3.10/site-packages/asv/commands/init.py", line 49, in run_from_args return cls.run_from_conf_args(conf, args) File "/home/runner/micromamba-root/envs/xarray-tests/lib/python3.10/site-packages/asv/commands/continuous.py", line 75, in run_from_conf_args return cls.run( File "/home/runner/micromamba-root/envs/xarray-tests/lib/python3.10/site-packages/asv/commands/continuous.py", line 114, in run result = Run.run( File "/home/runner/micromamba-root/envs/xarray-tests/lib/python3.10/site-packages/asv/commands/run.py", line 294, in run Setup.perform_setup(environments, parallel=parallel) File "/home/runner/micromamba-root/envs/xarray-tests/lib/python3.10/site-packages/asv/commands/setup.py", line 89, in perform_setup list(map(_create, environments)) File "/home/runner/micromamba-root/envs/xarray-tests/lib/python3.10/site-packages/asv/commands/setup.py", line 21, in _create env.create() File "/home/runner/micromamba-root/envs/xarray-tests/lib/python3.10/site-packages/asv/environment.py", line 704, in create self._setup() File "/home/runner/micromamba-root/envs/xarray-tests/lib/python3.10/site-packages/asv/plugins/conda.py", line 174, in _setup self._run_conda(['env', 'create', '-f', env_file_name, File "/home/runner/micromamba-root/envs/xarray-tests/lib/python3.10/site-packages/asv/plugins/conda.py", line 227, in _run_conda return util.check_output([conda] + args, env=env) File "/home/runner/micromamba-root/envs/xarray-tests/lib/python3.10/site-packages/asv/util.py", line 754, in check_output raise ProcessError(args, retcode, stdout, stderr) asv.util.ProcessError: Command '/usr/bin/conda env create -f /tmp/tmphnyugp42.yml -p /home/runner/work/xarray/xarray/asv_bench/.asv/env/df282ba4a530a0853b7f9108ec3ff02d --force' returned non-zero exit status 1 · Creating environments ·· Error running /usr/bin/conda env create -f /tmp/tmphnyugp42.yml -p /home/runner/work/xarray/xarray/asv_bench/.asv/env/df282ba4a530a0853b7f9108ec3ff02d --force (exit status 1) STDOUT --------> STDERR --------> SpecNotFound: /tmp/tmphnyugp42.yml is not a valid yaml file. ``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
1688781350 |