-
-
Notifications
You must be signed in to change notification settings - Fork 252
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
Build failure #166
Comments
Oh, wow. This is not good. I suspect this has something to do with a new rust stable being released yesterday and robyn relying on a beta version of actix. No worries, I will take a look this. |
Also, @thewchan i really appreciate you reporting issues here :D |
Newest version still incur the following errors:
|
@thewchan , this is interesting. As everything passed on both my local builds and cloud builds. I think this is somewhat related to the latest rust version. I will test it out. Also, is there someway that I can have the same version to your builds everytime? |
@thewchan , I was able to finally figure out why this is happening. So, the build crashes every time the latest rust stable version is released(in every 6 weeks) as I am using a beta library for faster speeds. Now, I am unable to see the logs(probably since they have expired) but ig I would need to be compiling it with the latest rust version or find some other alternative. So, the build will be fixed in the next version released. Thanks again. :D |
Thanks! I'll will keep an eye out and keep you posted. |
Hi @thewchan , can you check if the build faillure has been fixed in the latest update? |
@sansyrox still not working out it seems. Can you access these build logs? |
@thewchan , https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=499695&view=logs&j=4f922444-fdfe-5dcf-b824-02f86439ef14&t=b2a8456a-fb11-5506-ca32-5ccd32538dc0 I just read through this log. Is the docker image available on docker hub? Or can you point me to the config that is being used here? I would like to replicate the issue but I am unable to do so. Everything is building fine on my machine. I can try building the same thing on my linux box, but given that it is building on the pipelines, it should not be of much difference. |
Do you mean the docker image for the rust distribution? |
Yess |
I will inquire and get back to you, thanks! |
Thank you so much 😃 |
https://github.com/conda-forge/docker-images ^^^ It seems that we don't pull a specific rust container but rather whatever is default in these linux containers? |
Thank you so much @thewchan . I was able to replicate and fix the issues. Everything should be hopefully fixed in 0.16.2. Can you check once? |
Awesome, I'm waiting downstream for it to detect 0.16.2, will keep you posted |
Yess!! Thanks @thewchan for all the help. Feel free to close the issue once you've merged the PR upstream :D |
Hi, getting another build error for 0.14.0; it's something with the rust compilation again: https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=467486&view=logs&j=4f922444-fdfe-5dcf-b824-02f86439ef14&t=b2a8456a-fb11-5506-ca32-5ccd32538dc0
There are five other errors that are similar/identical.
The text was updated successfully, but these errors were encountered: