conda-forge / cupy-feedstock

A conda-smithy repository for cupy.
BSD 3-Clause "New" or "Revised" License
5 stars 23 forks source link

MNT: rerender #289

Closed conda-forge-admin closed 3 days ago

conda-forge-admin commented 3 days ago

Hi! This is the friendly automated conda-forge-webservice.

I've started rerendering the recipe as instructed in #288.

If I find any needed changes to the recipe, I'll push them to this PR shortly. Thank you for waiting!

Here's a checklist to do before merging.

Fixes #288

conda-forge-admin commented 3 days ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe/meta.yaml) and found it was in an excellent condition.

conda-forge-admin commented 3 days ago

Hi! This is the friendly automated conda-forge-webservice.

I tried to rerender for you but ran into some issues. Please check the output logs of the GitHub actions workflow below for more details. You can also ping conda-forge/core for further assistance or you can try rerendering locally.

The following suggestions might help debug any issues:

This message was generated by GitHub actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/11284220361.

jakirkham commented 3 days ago

@conda-forge-admin , please re-render

jakirkham commented 3 days ago

As nothing has fundamentally changed about the recipe build, just CI infrastructure (and the migrator fix above), will leave the build/number alone

Adding automerge so future PRs are able to re-render with ease

github-actions[bot] commented 3 days ago

Hi! This is the friendly conda-forge automerge bot!

I considered the following status checks when analyzing this PR:

Thus the PR was passing and merged! Have a great day!

jakirkham commented 3 days ago

One of the Windows builds ran out of disk space while creating the host environment

There were a few warnings that led up to it

##[warning]Free disk space on D:\ is lower than 5%; Currently used: 99.69%
##[warning]Free disk space on D:\ is lower than 5%; Currently used: 99.69%
##[warning]Free disk space on D:\ is lower than 5%; Currently used: 99.69%
##[warning]Free disk space on D:\ is lower than 5%; Currently used: 99.69%
##[warning]Free disk space on D:\ is lower than 5%; Currently used: 99.69%

Here is the actual error:

ERROR conda.core.link:_execute(950): An error occurred while installing package 'conda-forge::python-3.11.10-hce54a09_2_cpython'.
Executing transaction: ...working... done
Rolling back transaction: ...working... done
Traceback (most recent call last):
  File "C:\Miniforge\Scripts\conda-build-script.py", line 10, in <module>
    sys.exit(execute())
             ^^^^^^^^^
  File "C:\Miniforge\Lib\site-packages\conda_build\cli\main_build.py", line 589, in execute
    api.build(
  File "C:\Miniforge\Lib\site-packages\conda_build\api.py", line 209, in build
    return build_tree(
           ^^^^^^^^^^^
  File "C:\Miniforge\Lib\site-packages\conda_build\build.py", line 3655, in build_tree
    packages_from_this = build(
                         ^^^^^^
  File "C:\Miniforge\Lib\site-packages\conda_build\build.py", line 2701, in build
    environ.create_env(
  File "C:\Miniforge\Lib\site-packages\conda_build\environ.py", line 1050, in create_env
    _execute_actions(prefix, precs)
  File "C:\Miniforge\Lib\site-packages\conda_build\environ.py", line 1340, in _execute_actions
    unlink_link_transaction.execute()
  File "C:\Miniforge\Lib\site-packages\conda\core\link.py", line 354, in execute
    self._execute(
  File "C:\Miniforge\Lib\site-packages\conda\core\link.py", line 970, in _execute
    raise CondaMultiError(
conda.CondaMultiError: [Errno 28] No space left on device
()

Similar warnings are showing up for all of the CI builds (Windows & Linux)

Went ahead and restarted so we can fix the issue this PR was created for. We can follow up on this other item in a new issue

Edit: Filed as issue ( https://github.com/conda-forge/cupy-feedstock/issues/290 )