-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rebuild for python39 #46
Rebuild for python39 #46
Conversation
…da-forge-pinning 2021.01.10.01.07.36
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 ( |
@conda-forge/core
The build section for
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pending resolution of this comment
Well if the tests don't call the dependent package, then they will pass. |
Thanks for the quick response. But I really don't understand - this should already fail when trying to resolve the dependencies of the outputs, if one of the dependencies hasn't been built yet (and this happens all the time for migrations, but somehow not here, which is why I pinged). |
Did it actually try to solve the envs? Without a build script it may not have. |
@h-vetinari and @beckermr, I'm not really familiar with the build process for conda-forge, but if CVXPY's standard test suite is run, then OSQP will be called. In particular, the line cvxpy-feedstock/recipe/meta.yaml Line 48 in 4177b93
|
Hey @rileyjmurray, thanks for chiming in. I agree with you that this should show up in the test suite. It's very weird that it didn't run:
This happens across all builds, not just py39 |
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipe:
|
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 ( |
802e3b7
to
da244f7
Compare
Thanks for the help @isuruf! 😊 |
da244f7
to
e468f58
Compare
@h-vetinari we actually recently changed our testing framework from nosetests to pytest. Could you update the recipe? |
That is excellent news indeed, but I see from cvxgrp/cvxpy@847ae6e that this doesn't appear in a released version yet. I'll do it for the next release then. |
OK, it seems this feedstock hasn't been properly running the test suite for a while - the fix from Isuru now surfaced a pypy error:
@mattip, does this need to be patched somehow (and then upstreamed)? |
Wonderful, this gets better and better... segfaults on windows for python 3.6 and all of ppc64le. |
@conda-forge/cvxpy, please take a look (even though I'm not sure why win+py36 keeps failing) I want to merge this soon to resolve the circular dependency with osqp, where I'd like to revert conda-forge/osqp-feedstock@92556a1 ASAP. |
Also two failures on aarch:
|
@h-vetinari the second failure can be fixed just by dialing down the precision requirements. For the first failure, ECOS_BB has known correctness issues (at the level of its C code). The appropriate solution here would simply be to disable |
Under which conditions would you want to skip the test? Just for aarch? It probably depends where the following statement is valid:
|
We (meaning myself, @akshayka, and @SteveDiamond) don't know the full extent of the issues with ECOS_BB. There were even a few versions where we removed ECOS_BB from CVXPY. We have since added it back in, but it's only ever called when a user explicitly requests it. The failing ECOS_BB test seen here passes with our continuous integration testing (see footnote*). If there is a way to skip the failing ECOS_BB test on just *TravisCI: Ubuntu 16.04 and macOS 10.13 in python 3.7, 3.8, 3.9. AppVeyor: Windows Server 2012 R2, 2016, 2019 in python 3.6 -- 3.9. Our continuous integration testing no longer attempts to build conda distributions (https://github.com/cvxgrp/cvxpy/pull/1202), so there is a chance some ECOS_BB funniness is happening when packaging for conda. |
Here I just added the skip for aarch now (using selectors in the recipe rather than logic in the patch itself). I'm happy to upstream a patch, but I'll have to adapt it anyway, as you switched to pytest now. |
87a4765
to
e0471f8
Compare
@conda-forge/cvxpy Something weird was going on on windows +
Once I made the test suite more verbose, I could narrow this down to Before going over things with a more fine-grained comb, I'm proposing to skip |
db44653
to
e0471f8
Compare
@h-vetinari it's fine to skip Edit: There has been a report of segfaults when solving large SDPs (https://github.com/cvxgrp/cvxpy/issues/1132). |
Thanks, sounds good. |
I actually don't know that, maybe @conda-forge/core can provide some info. 🙃 |
The windows machines are standard hosted azure VMs so i'd check the azure docs. |
I think it's 7GB for Linux and Windows. See https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml#hardware |
Thanks both :) |
Leaving one final note here, in case we follow-up on the segfault: our TravisCI build VMs run with only 3GB RAM, and AppVeyor runs with between 6GB and 7.5GB RAM. |
This PR has been triggered in an effort to update python39.
Notes and instructions for merging this PR:
Please note that if you close this PR we presume that the feedstock has been rebuilt, so if you are going to perform the rebuild yourself don't close this PR until the your rebuild has been merged.
This package has the following downstream children:
And potentially more.
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@conda-forge-admin, please rerun bot
in a PR comment to have theconda-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. If you would like a local version of this bot, you might consider using rever. Rever is a tool for automating software releases and forms the backbone of the bot's conda-forge PRing capability. Rever is both conda (
conda install -c conda-forge rever
) and pip (pip install re-ver
) installable.Finally, feel free to drop us a line if there are any issues!
This PR was generated by https://github.com/regro/autotick-bot/actions/runs/475217140, please use this URL for debugging