conda-forge / jax-feedstock

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

jax v0.4.26 #140

Closed regro-cf-autotick-bot closed 3 months ago

regro-cf-autotick-bot commented 3 months ago

It is very likely that the current package version for this feedstock is out of date.

Checklist before merging this PR:

Information about this PR:

  1. Feel free to push to the bot's branch to update this PR if needed.
  2. The bot will almost always only open one PR per version.
  3. The bot will stop issuing PRs if more than 3 version bump PRs generated by the bot are open. If you don't want to package a particular version please close the PR.
  4. If you want these PRs to be merged automatically, make an issue with code>@conda-forge-admin,</codeplease add bot automerge in the title and merge the resulting PR. This command will add our bot automerge feature to your feedstock.
  5. If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase code>@<space/conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

Pending Dependency Version Updates

Here is a list of all the pending dependency version updates for this repo. Please double check all dependencies before merging.

Name Upstream Version Current Version
jaxlib 0.4.26 Anaconda-Server Badge

Dependency Analysis

Please note that this analysis is highly experimental. The aim here is to make maintenance easier by inspecting the package's dependencies. Importantly this analysis does not support optional dependencies, please double check those before making changes. If you do not want hinting of this kind ever please add bot: inspection: disabled to your conda-forge.yml. If you encounter issues with this feature please ping the bot team conda-forge/bot.

Analysis by grayskull shows a discrepancy between it and the the package's stated requirements in the meta.yaml.

Packages found by grayskull but not in the meta.yaml:

Packages found in the meta.yaml but not found by grayskull:

This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/cf-scripts/actions/runs/8546898260, please use this URL for debugging.

dhirschfeld commented 2 months ago

In my feedstock I'm seeing this version isn't available:

 - nothing provides requested jax >=0.4.26

Checking the CI for the merge to main and it appears that the package was failing to upload with the below error repeated multiple times:

Failed to upload due to copy from staging to production channel failed. Trying again in 87.96388244628906 seconds
Using STAGING_BINSTAR_TOKEN for anaconda.org uploads to cf-staging.
INFO:binstar:Using Anaconda API: https://api.anaconda.org/
Distribution /home/conda/feedstock_root/build_artifacts/noarch/jax-0.4.26-pyhd8ed1ab_0.conda already exists on cf-staging. Waiting another 15 seconds to try uploading again.
Distribution /home/conda/feedstock_root/build_artifacts/noarch/jax-0.4.26-pyhd8ed1ab_0.conda already exists on cf-staging. Waiting another 30 seconds to try uploading again.
Distribution /home/conda/feedstock_root/build_artifacts/noarch/jax-0.4.26-pyhd8ed1ab_0.conda already exists on cf-staging. Waiting another 45 seconds to try uploading again.
Distribution /home/conda/feedstock_root/build_artifacts/noarch/jax-0.4.26-pyhd8ed1ab_0.conda already exists on cf-staging. Waiting another 60 seconds to try uploading again.
Distribution /home/conda/feedstock_root/build_artifacts/noarch/jax-0.4.26-pyhd8ed1ab_0.conda already exists on cf-staging. Waiting another 75 seconds to try uploading again.
WARNING: Distribution /home/conda/feedstock_root/build_artifacts/noarch/jax-0.4.26-pyhd8ed1ab_0.conda already existed in cf-staging for a while. Deleting and re-uploading.

  0%|          | 0.00/1.17M [00:00<?, ?B/s]
  1%|▏         | 16.0k/1.17M [00:00<00:07, 161kB/s]
 24%|██▍       | 288k/1.17M [00:00<00:00, 1.69MB/s]
1.17MB [00:00, 3.10MB/s]                           
ERROR getting output validation information from the webservice: JSONDecodeError('Expecting value: line 1 column 1 (char 0)')
copy results:
{}
Failed to upload due to copy from staging to production channel failed. Trying again in 153.93679428100586 seconds

...resulting in an eventual timeout error:

Traceback (most recent call last):
  File "/opt/conda/bin/upload_package", line 11, in <module>
    sys.exit(upload_package())
  File "/opt/conda/lib/python3.10/site-packages/click/core.py", line 1157, in __call__
    return self.main(*args, **kwargs)
  File "/opt/conda/lib/python3.10/site-packages/click/core.py", line 1078, in main
    rv = self.invoke(ctx)
  File "/opt/conda/lib/python3.10/site-packages/click/core.py", line 1434, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/opt/conda/lib/python3.10/site-packages/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
  File "/opt/conda/lib/python3.10/site-packages/conda_forge_ci_setup/build_utils.py", line 248, in upload_package
    retry_upload_or_check(
  File "/opt/conda/lib/python3.10/site-packages/conda_forge_ci_setup/upload_or_check_non_existence.py", line 322, in retry_upload_or_check
    raise TimeoutError("Did not manage to upload package.  Failing.")
TimeoutError: Did not manage to upload package.  Failing.
dhirschfeld commented 2 months ago

ping @conda-forge/jax - could the CI on main please be kicked to properly publish this version!

ngam commented 2 months ago

Trying now.

dhirschfeld commented 2 months ago

That seemed to do the job, thanks @ngam!