You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/dagardner/work/conda/envs/morpheus/envs/morpheus-2410reltest/include/boost/fiber/buffered_channel.hpp:71:18: warning: argument 1 value '18446744073709551615' exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=]
71 | slots_ = new slot_type[capacity_];
| ^
/home/dagardner/work/conda/envs/morpheus/envs/morpheus-2410reltest/x86_64-conda-linux-gnu/include/c++/12.1.0/new: In member function 'get_source':
/home/dagardner/work/conda/envs/morpheus/envs/morpheus-2410reltest/x86_64-conda-linux-gnu/include/c++/12.1.0/new:128:26: note: in a call to allocation function 'operator new []' declared here
128 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc)
Minimum reproducible example
./scripts/compile.sh
Relevant log output
Click here to see error details
[Paste the error here, it will be hidden by default]
Full env printout
Click here to see environment details
[Paste the results of print_env.sh here, it will be hidden by default]
Other/Misc.
No response
Code of Conduct
I agree to follow Morpheus' Code of Conduct
I have searched the open bugs and have found no duplicates for this bug report
The text was updated successfully, but these errors were encountered:
* Set `-lto=auto` to avoid a warning about [falling back to serialized compilation (`cpp/mrc/CMakeLists.txt`)
* Ensure we never pass a capacity value larger than `PTRDIFF_MAX` to `boost::fibers::buffered_channel` avoids a -Walloc-size-larger-than compiler warning (`cpp/mrc/include/mrc/channel/buffered_channel.hpp`).
* Ensure tags are fetched for local CI builds (fixes version number for local conda builds).
Everything else is an IWYU fix
Part of nv-morpheus/Morpheus#1988
Authors:
- David Gardner (https://github.com/dagardner-nv)
Approvers:
- Michael Demoret (https://github.com/mdemoret-nv)
URL: #518
Version
24.10
Which installation method(s) does this occur on?
Source
Describe the bug.
Minimum reproducible example
Relevant log output
Click here to see error details
Full env printout
Click here to see environment details
Other/Misc.
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: