-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
mongodb v7.0.12 #80
base: main
Are you sure you want to change the base?
mongodb v7.0.12 #80
Conversation
keep filenames the same for better diffing
…nda-forge-pinning 2023.12.01.00.32.29
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 ( |
otherwise it tries to use lld and falls over
… hitting assert otherwise" This reverts commit d12d1da.
clang 16 became too strict for mongo 7.0: ``` $BUILD_PREFIX/include/c++/v1/vector:549:52: error: arithmetic on a pointer to an incomplete type 'mongo::Value' {return static_cast<size_type>(__end_cap() - this->__begin_);} ~~~~~~~~~~~ ^ ```
…nda-forge-pinning 2023.12.01.08.31.55
@conda-forge-admin, please rerender |
…nda-forge-pinning 2024.02.23.00.50.32
…nda-forge-pinning 2024.02.27.06.32.03
@jaimergp @isuruf
In this case, this means I cannot even see the point of failure in the logs, and neither scrolling up nor the built-in search can uncover it. This is a pretty large usability hurdle, so I think we should figure out how to fix this? |
If you go to the job summary (the Home link), you'll see:
We have seen this in In short, your job is using too many resources. Either reduce parallelism or upgrade to a bigger runner. But I'm surprised mongodb takes more resources than pytorch. I'll also open an issue in the open-gpu-server repo to track this, so at least we have a reference to point people to while we iterate on this (no eta promised though). PS: The logs get lost if you access them after losing connection with the runner, but if you leave an open tab with the logs being streamed from the beginning, you'll be able to see them as long as you keep that tab open. |
Thanks for the input, makes sense!
It seems that the compilation failure somehow blows things up - the other two arches were running fine...? |
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 ( |
got tricked by git's alphabetical sorting of tags
…nda-forge-pinning 2024.07.25.15.56.17
…nda-forge-pinning 2024.07.26.18.03.15
…nda-forge-pinning 2024.07.26.18.03.15
Given that 6.0 is supported way longer than 6.1-6.3, I'm starting the catch-up with 7.0 here, so that we can create a branch for this even if we move on to 7.2 soon after.