-
-
Notifications
You must be signed in to change notification settings - Fork 36
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 pypy37 #106
Rebuild for pypy37 #106
Conversation
…da-forge-pinning 2021.01.06.22.06.17
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 ( |
No idea why this was opened so early, but this is blocked at least on conda-forge/pytest-feedstock#132 and (obviously) on numpy. |
@conda-forge-admin, please restart ci (After conda-forge/numpy-feedstock#222) |
Pypy is timing out on drone (not sure if a restart would help...?), rest looks good |
restarted |
Thanks, but it looks like it will time out again. pypy on aarch is probably niche enough that it shouldn't hold up everything else? @conda-forge/arm-arch @conda-forge/pypy-meta |
We can cross-compile |
The extensions don't seem to be cythonizing in parallel. One can try to invoke
|
@hmaarrfk Might have to go with @xhochy's suggestion, or just skip pypy on aarch. |
I also got this problem for imagecodecs. Are we expecting to cross compile all cython packages? Seems like a lot. Is cython known to be slow to compile on puppy? |
This looks really weird. I first thought that was a slow machine and restarted the build but it has the same performance on the second run. |
Apparently, there's a faster and a slower machine (from here):
|
@xhochy my builds on imagecodec are also very slow for the same reason conda-forge/imagecodecs-feedstock#22 Maybe we need to limit the CPUs for PyPy? Maybe PyPy can't handle 48 cores. |
I rebuilt it enough times in drone and finally got lucky with imagecodecs. maybe you will get lucky with this too. |
From experience, which one of the jobs fails is pretty random, so restarting it 2-3 times on master should be enough to also build the 4th one that will fail with the first build after merging. |
BTW: It would be very useful for the already strained drone build queue if restarts could be done per job, and wouldn't restart all of them (within a build) at the same time @isuruf. |
I'm building pypy on a local native machine. Hopefully we will have this resolved soon. |
Something really weird is happening after the installation gets to
Its just kinda stuck there for a while. |
@isuruf result is located In the machine
|
Thanks. Uploaded |
So if the aarch + pypy file has been uploaded, why not merge this PR? 🙃 |
i can't, and thus a maintainer should. |
This PR has been triggered in an effort to update pypy37.
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:
cryptography
aiohttp
pytest
ipython
lal
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/467271952, please use this URL for debugging