conda-forge / multiprocess-feedstock

A conda-smithy repository for multiprocess.
BSD 3-Clause "New" or "Revised" License
0 stars 13 forks source link

multiprocess v0.70.17 #51

Closed regro-cf-autotick-bot closed 2 weeks ago

regro-cf-autotick-bot commented 1 month 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.

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/11116961488 - please use this URL for debugging.

github-actions[bot] commented 1 month 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.

synapticarbors commented 1 month ago

Looks like this is failing due to https://github.com/pypa/pip/issues/12884

synapticarbors commented 1 month ago

Solution on some feedstocks is to pin pip <24.2

thewchan commented 2 weeks ago

@synapticarbors @jschueller Any update on this one? I have one downstream that depends on this. Thanks!

synapticarbors commented 2 weeks ago

@conda-forge-admin please rerender

synapticarbors commented 2 weeks ago

@conda-forge/core I'm seeing a permission denied error after re-rendering on all builds. For example on linux:

/home/vsts/work/_temp/cb04ad42-87db-4915-a95c-a785eab82003.sh: line 12: .scripts/run_docker_build.sh: Permission denied

https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=1065393&view=logs&j=5eaeabf9-98bb-5ad4-ae9b-9c34ad8b134f&t=ef28f095-7a97-583f-1501-aab4442be48f&l=12

thewchan commented 2 weeks ago

@synapticarbors I've seen this elsewhere; I was able to fix this in other feedstocks by pulling to local, rerendering there, and pushing back to remote.

CC: @conda-forge/core We're still seeing this permission error in the CI periodically

github-actions[bot] commented 2 weeks ago

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

I considered the following status checks when analyzing this PR:

Thus the PR was not passing and not merged.

synapticarbors commented 2 weeks ago

@thewchan -- Thanks. Let me give that a try.

github-actions[bot] commented 2 weeks ago

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

Commits were made to this PR after the automerge label was added. For security reasons, I have disabled automerge by removing the automerge label. Please add the automerge label again (or ask a maintainer to do so) if you'd like to enable automerge again!

github-actions[bot] commented 2 weeks ago

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

Commits were made to this PR after the automerge label was added. For security reasons, I have disabled automerge by removing the automerge label. Please add the automerge label again (or ask a maintainer to do so) if you'd like to enable automerge again!

bollwyvl commented 2 weeks ago

I think the pip check issue may be indicative of something real: downstream on https://github.com/conda-forge/schedula-feedstock/pull/79, i could only get the test suite running by pinning to !=0.70.17.

thewchan commented 2 weeks ago

I'm getting something strange downstream:

multiprocess 0.70.17 is not supported on this platform

E.g. here: https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=1068968&view=logs&j=d818e662-7181-5ce9-b265-50d03742b7af&t=367317f3-9b77-59ac-9e12-e56370c98acd&l=1069

Might be similar problems @bollwyvl is seeing. CC: @synapticarbors

thewchan commented 11 hours ago

Also here: https://github.com/conda-forge/pyina-feedstock/pull/8

hmaarrfk commented 11 hours ago

Was it really necessary to skip the pip check test in this way?

Pip check is now relied on in many recipes and i don't think it is ok to simply drop it like this for conda-forge.

thewchan commented 11 hours ago

@hmaarrfk see: https://github.com/conda-forge/multiprocess-feedstock/pull/52

Somehow pip check working with python 3.13 but failing on all lower

thewchan commented 10 hours ago

okay I think it has to do with this: https://github.com/uqfoundation/multiprocess/issues/196

Looks like upstream is planning to release a 0.70.17.1 to fix

bollwyvl commented 10 hours ago

Sounds like a one line patch to fix in this feedstock, which may be worth it for the downstream headache avoidance.

On Fri, Nov 15, 2024, 10:28 Matt Chan @.***> wrote:

okay I think it has to do with this: uqfoundation/multiprocess#196 https://github.com/uqfoundation/multiprocess/issues/196

Looks like upstream is planning to release a 0.70.17.1 to fix

— Reply to this email directly, view it on GitHub https://github.com/conda-forge/multiprocess-feedstock/pull/51#issuecomment-2479371632, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAALCRCVZJ7YTIZITWBKJIL2AYOLRAVCNFSM6AAAAABPEQ6T7KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZZGM3TCNRTGI . You are receiving this because you were mentioned.Message ID: @.***>

thewchan commented 10 hours ago

Here's the fix someone is proposing upstream: https://github.com/uqfoundation/multiprocess/pull/197

Seems more than a 1 liner and it's trying to future proof