-
Notifications
You must be signed in to change notification settings - Fork 206
[ROOT628] Updated root to tip of branch v6-28-00-patches #8684
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
[ROOT628] Updated root to tip of branch v6-28-00-patches #8684
Conversation
|
A new Pull Request was created by @smuzaffar (Malik Shahzad Muzaffar) for branch IB/CMSSW_13_3_X/root628. @cmsbuild, @smuzaffar, @aandvalenzuela, @iarspider can you please review it and eventually sign? Thanks. |
|
please test |
|
-1 Failed Tests: UnitTests Unit TestsI found 1 errors in the following unit tests: ---> test TestFWCoreServicesDriver_resource had ERRORS Comparison SummarySummary:
|
|
please test |
|
ping |
|
-1 Failed Tests: UnitTests Unit TestsI found 1 errors in the following unit tests: ---> test TestFWCoreServicesDriver_resource had ERRORS Comparison SummarySummary:
|
|
please test |
|
-1 Failed Tests: UnitTests The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic: You can see more details here: Unit TestsI found 1 errors in the following unit tests: ---> test TestFWCoreServicesDriver_resource had ERRORS Comparison SummarySummary:
|
|
@makortel @Dr15Jones , while testing ROOT 6.28 changes we now see this FW unit tests failing [a]. Looks like with new changes of root now CMS requires at least 150MB more virtual memory. Do you see any obvious change in root which might have contributed to this increase? @hahnjo, could it be due to root-project/root@8735554 llvm module path change? |
|
With existing root 6.28 i.e. commit 4376f61 |
|
I tried reverting root-project/root@8735554 but still cmsRun process complains about high |
Just to test if existing root 6.28 also causes the issue #8684 (comment)
|
#8689 shows that just rebuilding root (without any other update anyway shows high vsize). Let get this in and see if in IBs we do get this unit test failure |
Hi @smuzaffar, that commit is only about CMake modules used during configuration time, not even during build itself. It does not affect memory usage while running ROOT, ie nothing to do with (runtime) C++ modules. |
No description provided.